Skip to content

a simple wrapper around yt-dlp that makes it easier to download music and populate it with metadata.

License

Notifications You must be signed in to change notification settings

LQR471814/music-dlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music-dlp

a simple wrapper around yt-dlp that makes it easier to download music and populate it with metadata.

usage:
./music-dlp YOUTUBE_LINK or FILENAME

features

it runs yt-dlp using the following flags.

yt-dlp --write-info-json -x --audio-format mp3 --sponsorblock-remove all -o %(title)s.%(ext)s

then it provides an interface for changing the output file's metadata.

you can also provide a filename instead of a youtube link to edit an mp3 file's metadata.

About

a simple wrapper around yt-dlp that makes it easier to download music and populate it with metadata.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages