From 8d0ff7c99ccfb3a91148201fa4c69bc47b27b210 Mon Sep 17 00:00:00 2001 From: yuanmengqi Date: Sat, 7 Jun 2025 09:02:49 +0000 Subject: [PATCH] refactor: update VLC command configurations to suppress audio and video title display across multiple JSON examples --- .../vlc/215dfd39-f493-4bc3-a027-8a97d72c61bf.json | 6 ++++-- .../vlc/386dbd0e-0241-4a0a-b6a2-6704fba26b1c.json | 11 ++++------- .../vlc/59f21cfb-0120-4326-b255-a5b827b38967.json | 3 ++- .../vlc/5ac2891a-eacd-4954-b339-98abba077adb.json | 3 ++- .../vlc/7882ed6e-bece-4bf0-bada-c32dc1ddae72.json | 3 ++- .../vlc/8ba5ae7a-5ae5-4eab-9fcc-5dd4fe3abf89.json | 3 ++- .../vlc/8d9fd4e2-6fdb-46b0-b9b9-02f06495c62f.json | 8 ++------ .../vlc/8f080098-ddb1-424c-b438-4e96e5e4786e.json | 8 ++------ .../vlc/9195653c-f4aa-453d-aa95-787f6ccfaae9.json | 6 ++++-- .../vlc/a5bbbcd5-b398-4c91-83d4-55e1e31bbb81.json | 6 ++++-- .../vlc/aa4b5023-aef6-4ed9-bdc9-705f59ab9ad6.json | 7 ++----- .../vlc/bba3381f-b5eb-4439-bd9e-80c22218d5a7.json | 3 ++- .../vlc/cb130f0d-d36f-4302-9838-b3baf46139b6.json | 3 ++- .../vlc/d06f0d4d-2cd5-4ede-8de9-598629438c6e.json | 6 ++++-- .../vlc/efcf0d81-0835-4880-b2fd-d866e8bc2294.json | 10 ++-------- .../vlc/f3977615-2b45-4ac5-8bba-80c17dbe2a37.json | 6 ++++-- .../vlc/fba2c100-79e8-42df-ae74-b592418d54f4.json | 10 ++-------- 17 files changed, 46 insertions(+), 56 deletions(-) diff --git a/evaluation_examples/examples/vlc/215dfd39-f493-4bc3-a027-8a97d72c61bf.json b/evaluation_examples/examples/vlc/215dfd39-f493-4bc3-a027-8a97d72c61bf.json index f76bb49..bb09d9d 100644 --- a/evaluation_examples/examples/vlc/215dfd39-f493-4bc3-a027-8a97d72c61bf.json +++ b/evaluation_examples/examples/vlc/215dfd39-f493-4bc3-a027-8a97d72c61bf.json @@ -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 } }, { @@ -39,7 +40,8 @@ { "type": "launch", "parameters": { - "command": "vlc" + "command": "vlc --no-audio --no-video-title-show", + "shell": true } } ], diff --git a/evaluation_examples/examples/vlc/386dbd0e-0241-4a0a-b6a2-6704fba26b1c.json b/evaluation_examples/examples/vlc/386dbd0e-0241-4a0a-b6a2-6704fba26b1c.json index 8cd706c..4d0d595 100644 --- a/evaluation_examples/examples/vlc/386dbd0e-0241-4a0a-b6a2-6704fba26b1c.json +++ b/evaluation_examples/examples/vlc/386dbd0e-0241-4a0a-b6a2-6704fba26b1c.json @@ -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 } } ], diff --git a/evaluation_examples/examples/vlc/59f21cfb-0120-4326-b255-a5b827b38967.json b/evaluation_examples/examples/vlc/59f21cfb-0120-4326-b255-a5b827b38967.json index 9def9ac..5e6ccfd 100644 --- a/evaluation_examples/examples/vlc/59f21cfb-0120-4326-b255-a5b827b38967.json +++ b/evaluation_examples/examples/vlc/59f21cfb-0120-4326-b255-a5b827b38967.json @@ -18,7 +18,8 @@ { "type": "launch", "parameters": { - "command": "VLC_VERBOSE=-1 vlc" + "command": "VLC_VERBOSE=-1 vlc --no-audio --no-video-title-show", + "shell": true } }, { diff --git a/evaluation_examples/examples/vlc/5ac2891a-eacd-4954-b339-98abba077adb.json b/evaluation_examples/examples/vlc/5ac2891a-eacd-4954-b339-98abba077adb.json index a199f3a..096719d 100644 --- a/evaluation_examples/examples/vlc/5ac2891a-eacd-4954-b339-98abba077adb.json +++ b/evaluation_examples/examples/vlc/5ac2891a-eacd-4954-b339-98abba077adb.json @@ -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 } } ], diff --git a/evaluation_examples/examples/vlc/7882ed6e-bece-4bf0-bada-c32dc1ddae72.json b/evaluation_examples/examples/vlc/7882ed6e-bece-4bf0-bada-c32dc1ddae72.json index 36fc3b6..f61c933 100644 --- a/evaluation_examples/examples/vlc/7882ed6e-bece-4bf0-bada-c32dc1ddae72.json +++ b/evaluation_examples/examples/vlc/7882ed6e-bece-4bf0-bada-c32dc1ddae72.json @@ -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 } } ], diff --git a/evaluation_examples/examples/vlc/8ba5ae7a-5ae5-4eab-9fcc-5dd4fe3abf89.json b/evaluation_examples/examples/vlc/8ba5ae7a-5ae5-4eab-9fcc-5dd4fe3abf89.json index 9987c47..aa3057e 100644 --- a/evaluation_examples/examples/vlc/8ba5ae7a-5ae5-4eab-9fcc-5dd4fe3abf89.json +++ b/evaluation_examples/examples/vlc/8ba5ae7a-5ae5-4eab-9fcc-5dd4fe3abf89.json @@ -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 } }, { diff --git a/evaluation_examples/examples/vlc/8d9fd4e2-6fdb-46b0-b9b9-02f06495c62f.json b/evaluation_examples/examples/vlc/8d9fd4e2-6fdb-46b0-b9b9-02f06495c62f.json index 89e9606..a3281f7 100644 --- a/evaluation_examples/examples/vlc/8d9fd4e2-6fdb-46b0-b9b9-02f06495c62f.json +++ b/evaluation_examples/examples/vlc/8d9fd4e2-6fdb-46b0-b9b9-02f06495c62f.json @@ -18,12 +18,8 @@ { "type": "launch", "parameters": { - "command": [ - "VLC_VERBOSE=-1", - "vlc", - "--start-time=15", - "/home/user/Desktop/Gen 2.mp4" - ] + "command": "VLC_VERBOSE=-1 vlc --no-audio --no-video-title-show --start-time=15 '/home/user/Desktop/Gen 2.mp4'", + "shell": true } }, { diff --git a/evaluation_examples/examples/vlc/8f080098-ddb1-424c-b438-4e96e5e4786e.json b/evaluation_examples/examples/vlc/8f080098-ddb1-424c-b438-4e96e5e4786e.json index b15cae0..c315ea5 100644 --- a/evaluation_examples/examples/vlc/8f080098-ddb1-424c-b438-4e96e5e4786e.json +++ b/evaluation_examples/examples/vlc/8f080098-ddb1-424c-b438-4e96e5e4786e.json @@ -18,12 +18,8 @@ { "type": "launch", "parameters": { - "command": [ - "VLC_VERBOSE=-1", - "vlc", - "--start-time=73", - "/home/user/Desktop/Baby Justin Bieber.mp4" - ] + "command": "VLC_VERBOSE=-1 vlc --no-audio --no-video-title-show --start-time=73 '/home/user/Desktop/Baby Justin Bieber.mp4'", + "shell": true } }, { diff --git a/evaluation_examples/examples/vlc/9195653c-f4aa-453d-aa95-787f6ccfaae9.json b/evaluation_examples/examples/vlc/9195653c-f4aa-453d-aa95-787f6ccfaae9.json index 8d57f47..a82831c 100644 --- a/evaluation_examples/examples/vlc/9195653c-f4aa-453d-aa95-787f6ccfaae9.json +++ b/evaluation_examples/examples/vlc/9195653c-f4aa-453d-aa95-787f6ccfaae9.json @@ -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 } }, { @@ -39,7 +40,8 @@ { "type": "launch", "parameters": { - "command": "vlc" + "command": "vlc --no-audio --no-video-title-show", + "shell": true } } ], diff --git a/evaluation_examples/examples/vlc/a5bbbcd5-b398-4c91-83d4-55e1e31bbb81.json b/evaluation_examples/examples/vlc/a5bbbcd5-b398-4c91-83d4-55e1e31bbb81.json index cb735f3..81fde78 100644 --- a/evaluation_examples/examples/vlc/a5bbbcd5-b398-4c91-83d4-55e1e31bbb81.json +++ b/evaluation_examples/examples/vlc/a5bbbcd5-b398-4c91-83d4-55e1e31bbb81.json @@ -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 } }, { @@ -39,7 +40,8 @@ { "type": "launch", "parameters": { - "command": "vlc" + "command": "vlc --no-audio --no-video-title-show", + "shell": true } } ], diff --git a/evaluation_examples/examples/vlc/aa4b5023-aef6-4ed9-bdc9-705f59ab9ad6.json b/evaluation_examples/examples/vlc/aa4b5023-aef6-4ed9-bdc9-705f59ab9ad6.json index 4fcb638..58eaf58 100644 --- a/evaluation_examples/examples/vlc/aa4b5023-aef6-4ed9-bdc9-705f59ab9ad6.json +++ b/evaluation_examples/examples/vlc/aa4b5023-aef6-4ed9-bdc9-705f59ab9ad6.json @@ -18,11 +18,8 @@ { "type": "launch", "parameters": { - "command": [ - "VLC_VERBOSE=-1", - "vlc", - "/home/user/Desktop/flipped_1984_Apple_Macintosh_Commercial.mp4" - ] + "command": "VLC_VERBOSE=-1 vlc --no-audio --no-video-title-show /home/user/Desktop/flipped_1984_Apple_Macintosh_Commercial.mp4", + "shell": true } }, { diff --git a/evaluation_examples/examples/vlc/bba3381f-b5eb-4439-bd9e-80c22218d5a7.json b/evaluation_examples/examples/vlc/bba3381f-b5eb-4439-bd9e-80c22218d5a7.json index 965e272..90440f6 100644 --- a/evaluation_examples/examples/vlc/bba3381f-b5eb-4439-bd9e-80c22218d5a7.json +++ b/evaluation_examples/examples/vlc/bba3381f-b5eb-4439-bd9e-80c22218d5a7.json @@ -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 } }, { diff --git a/evaluation_examples/examples/vlc/cb130f0d-d36f-4302-9838-b3baf46139b6.json b/evaluation_examples/examples/vlc/cb130f0d-d36f-4302-9838-b3baf46139b6.json index e484f92..ee4af75 100644 --- a/evaluation_examples/examples/vlc/cb130f0d-d36f-4302-9838-b3baf46139b6.json +++ b/evaluation_examples/examples/vlc/cb130f0d-d36f-4302-9838-b3baf46139b6.json @@ -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 } } ], diff --git a/evaluation_examples/examples/vlc/d06f0d4d-2cd5-4ede-8de9-598629438c6e.json b/evaluation_examples/examples/vlc/d06f0d4d-2cd5-4ede-8de9-598629438c6e.json index de2366d..b36cba9 100644 --- a/evaluation_examples/examples/vlc/d06f0d4d-2cd5-4ede-8de9-598629438c6e.json +++ b/evaluation_examples/examples/vlc/d06f0d4d-2cd5-4ede-8de9-598629438c6e.json @@ -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 } }, { @@ -39,7 +40,8 @@ { "type": "launch", "parameters": { - "command": "vlc" + "command": "vlc --no-audio --no-video-title-show", + "shell": true } } ], diff --git a/evaluation_examples/examples/vlc/efcf0d81-0835-4880-b2fd-d866e8bc2294.json b/evaluation_examples/examples/vlc/efcf0d81-0835-4880-b2fd-d866e8bc2294.json index 8381d48..6bbe549 100644 --- a/evaluation_examples/examples/vlc/efcf0d81-0835-4880-b2fd-d866e8bc2294.json +++ b/evaluation_examples/examples/vlc/efcf0d81-0835-4880-b2fd-d866e8bc2294.json @@ -18,14 +18,8 @@ { "type": "launch", "parameters": { - "command": [ - "VLC_VERBOSE=-1", - "vlc", - "--start-time=120.5", - "--stop-time=121", - "--play-and-pause", - "/home/user/Desktop/Interstellar Movie - Official Trailer.mp4" - ] + "command": "VLC_VERBOSE=-1 vlc --no-audio --no-video-title-show --start-time=120.5 --stop-time=121 --play-and-pause '/home/user/Desktop/Interstellar Movie - Official Trailer.mp4'", + "shell": true } }, { diff --git a/evaluation_examples/examples/vlc/f3977615-2b45-4ac5-8bba-80c17dbe2a37.json b/evaluation_examples/examples/vlc/f3977615-2b45-4ac5-8bba-80c17dbe2a37.json index cfd9969..4261d38 100644 --- a/evaluation_examples/examples/vlc/f3977615-2b45-4ac5-8bba-80c17dbe2a37.json +++ b/evaluation_examples/examples/vlc/f3977615-2b45-4ac5-8bba-80c17dbe2a37.json @@ -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 } }, { @@ -39,7 +40,8 @@ { "type": "launch", "parameters": { - "command": "vlc" + "command": "vlc --no-audio --no-video-title-show", + "shell": true } } ], diff --git a/evaluation_examples/examples/vlc/fba2c100-79e8-42df-ae74-b592418d54f4.json b/evaluation_examples/examples/vlc/fba2c100-79e8-42df-ae74-b592418d54f4.json index d39003c..314b2c4 100644 --- a/evaluation_examples/examples/vlc/fba2c100-79e8-42df-ae74-b592418d54f4.json +++ b/evaluation_examples/examples/vlc/fba2c100-79e8-42df-ae74-b592418d54f4.json @@ -18,14 +18,8 @@ { "type": "launch", "parameters": { - "command": [ - "VLC_VERBOSE=-1", - "vlc", - "--start-time=120.5", - "--stop-time=121", - "--play-and-pause", - "/home/user/Desktop/Interstellar Movie - Official Trailer.mp4" - ] + "command": "VLC_VERBOSE=-1 vlc --no-audio --no-video-title-show --start-time=120.5 --stop-time=121 --play-and-pause '/home/user/Desktop/Interstellar Movie - Official Trailer.mp4'", + "shell": true } }, {