mirror of
https://github.com/FalloNero/yt-dlp4vlc.git
synced 2026-04-30 06:36:03 -04:00
Update README for yt-dlp silent wrapper names
This commit is contained in:
@@ -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)
|
(the path can be changed directly in the script)
|
||||||
- Hides the command prompt window while yt-dlp processes the URL:
|
- Hides the command prompt window while yt-dlp processes the URL:
|
||||||
- Uses a PowerShell command by default
|
- 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
|
## Requirements
|
||||||
|
|
||||||
- Windows
|
- Windows
|
||||||
- VLC Media Player
|
- VLC Media Player
|
||||||
- `yt-dlp.exe` or `yt-dlp-silent.exe`
|
- `yt-dlp.exe` or `ytdlp-silent-xp.exe`
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ A simple Lua script that integrates **yt-dlp** into **VLC**, allowing you to str
|
|||||||
|
|
||||||
`VLC\lua\playlist\`
|
`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.
|
or edit the script to point to its location.
|
||||||
3. Restart VLC.
|
3. Restart VLC.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user