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:
Timothyxxx
2025-03-06 22:11:42 +08:00
parent 13127de01e
commit d373817edb
17 changed files with 22 additions and 13 deletions

View File

@@ -17,9 +17,9 @@
},
{
"type": "launch",
"parameters": {
"command": ["vlc", "/home/user/Desktop/flipped_1984_Apple_Macintosh_Commercial.mp4"]
}
"parameters": {
"command": ["VLC_VERBOSE=-1", "vlc", "/home/user/Desktop/flipped_1984_Apple_Macintosh_Commercial.mp4"]
}
},
{
"type": "execute",