From 2a351536d6198e567c4fec8d5bd136168f3a1c80 Mon Sep 17 00:00:00 2001 From: FalloNero Date: Sat, 3 Jan 2026 00:55:18 +0100 Subject: [PATCH] Update README for yt-dlp silent wrapper names --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63fff3a..8d26f7c 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ A simple Lua script that integrates **yt-dlp** into **VLC**, allowing you to str (the path can be changed directly in the script) - Hides the command prompt window while yt-dlp processes the URL: - Uses a PowerShell command by default - - Automatically uses `yt-dlp-silent.exe` if found (a small C++ wrapper that suppresses the console without PowerShell) + - Automatically uses `ytdlp-silent-xp.exe` if found (a small C++ wrapper that suppresses the console without PowerShell) ## Requirements - Windows - VLC Media Player -- `yt-dlp.exe` or `yt-dlp-silent.exe` +- `yt-dlp.exe` or `ytdlp-silent-xp.exe` ## Installation @@ -23,7 +23,7 @@ A simple Lua script that integrates **yt-dlp** into **VLC**, allowing you to str `VLC\lua\playlist\` -2. Place `yt-dlp.exe` (or `yt-dlp-silent.exe`) in the VLC directory +2. Place `yt-dlp.exe` (and/or `ytdlp-silent-xp.exe`) in the VLC directory or edit the script to point to its location. 3. Restart VLC.