Musical web UI for yt-dlp: downloads, adds ID3, parses Genius lyrics
Go to file
2024-04-27 22:08:20 +04:00
.gitignore Gitignore: pycache 2024-04-27 22:07:39 +04:00
genius.py Genius lyrics parser (it works!) 2024-04-27 22:08:20 +04:00
id3pp.py Untested pre/post-processors (ID3 + correct info dict), v0.0.1 2024-04-27 19:58:20 +04:00
LICENSE Initial commit 2024-04-27 19:57:53 +04:00
pyproject.toml Politely ask Pyright to shut up 2024-04-27 20:05:26 +04:00
README.md Initial commit 2024-04-27 19:57:53 +04:00
requirements.txt Requirements: reorder, add urllib3 2024-04-27 22:07:58 +04:00
test_genius.py Genius lyrics parser (it works!) 2024-04-27 22:08:20 +04:00

musicdlp

Web UI for yt-dlp intended to be hosted on a music server. Downloads playlists and separate tracks from YouTube, YT Music and Yandex Music, converts to MP3, adds ID3 tags, searches for lyrics on Genius and writes to ID3.

Written in Python, because creating an interpreter process on each yt-dlp invoke is unreasonable.