-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd0047e
commit 380f214
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# yt-dlp | ||
|
||
This script extracts the audio links and the associated metadata from an YouTube link and appends the result to the MPD queue. On playback MPD calls the script again to get the real streaming uri. | ||
|
||
The script was written by [sevmonster](https://github.com/sevmonster) - [Discussion](https://github.com/jcorporation/mympd-scripts/discussions/7). | ||
|
||
## Usage | ||
|
||
1. Install [yt-dlp](https://github.com/yt-dlp/yt-dlp) | ||
2. Import the script `yt-dlp` | ||
3. Start it from the main menu and copy the YouTube link in URI field. |