Download a youtube video/playlist with mp3 tags, normalized sound, and the youtube thumbnail
1.1K
A docker image that can download a youtube play list, insert an image of the video into the mp3 file, tag the file with metadata, and normalize the volume of each song.
Build the docker image locally by running docker build -t anthonyzou/convert .
docker run -it -v (pwd):/tmp/music anthonyzou/convert \
youtube-dl -i -w -k -x --default-search ytsearch \
--embed-thumbnail --audio-format mp3 -o "%(title)s.%(ext)s" \
[ID OF PLAYLIST OR VIDEO] --exec '../check {}'
--playlist-start NUMBER Playlist video to start at (default is 1)
--playlist-end NUMBER Playlist video to end at (default is last)
Content type
Image
Digest
sha256:151f24b50…
Size
461.9 MB
Last updated
3 months ago
docker pull anthonyzou/convert