Musical web UI for yt-dlp: downloads, adds ID3, parses Genius lyrics
DarkCat09
62ebecc87f
I've misunderstood the FS limits, 255 is for filename, not path. Path is limited only by libc, it's 4096. The default outtmpl in musicdlp contains slashes, so it's a path. But YDL considers it to be a filename, so the whole outtmpl formatting result is trimmed to path_length. Do we really need this? I think there are no "malicious" long-named tracks :) |
||
---|---|---|
backend | ||
frontend | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
pyproject.toml | ||
README.md | ||
requirements.txt |
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.