Modify VLC launch command and fullscreen detection
- Add VLC_VERBOSE=-1 to suppress verbose logging in VLC launch commands across multiple example files - Update is_vlc_fullscreen function to handle cases where screen size or window size is None - Improve robustness of VLC-related metrics and example configurations
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"VLC_VERBOSE=-1",
|
||||
"vlc",
|
||||
"--start-time=10",
|
||||
"/home/user/Desktop/Colorful-Flowers.mp3"
|
||||
|
||||
Reference in New Issue
Block a user