refactor: update VLC command configurations to suppress audio and video title display across multiple JSON examples

This commit is contained in:
yuanmengqi
2025-06-07 09:02:49 +00:00
parent 7d25f902a4
commit 8d0ff7c99c
17 changed files with 46 additions and 56 deletions

View File

@@ -7,7 +7,8 @@
{
"type": "launch",
"parameters": {
"command": "VLC_VERBOSE=-1 vlc"
"command": "VLC_VERBOSE=-1 vlc --no-audio --no-video-title-show",
"shell": true
}
},
{