refactor: update VLC command configurations to suppress audio and video title display across multiple JSON examples
This commit is contained in:
@@ -29,12 +29,8 @@
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"VLC_VERBOSE=-1",
|
||||
"vlc",
|
||||
"--start-time=10",
|
||||
"/home/user/Desktop/Colorful-Flowers.mp3"
|
||||
]
|
||||
"command": "VLC_VERBOSE=-1 vlc --no-audio --no-video-title-show --start-time=10 /home/user/Desktop/Colorful-Flowers.mp3",
|
||||
"shell": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -95,7 +91,8 @@
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": "vlc"
|
||||
"command": "vlc --no-audio --no-video-title-show",
|
||||
"shell": true
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user