▲ | voidUpdate 2 days ago | |||||||
`yt-dlp -x --audio-format mp3 "URL"` does the trick for me, then I just load it on to my phone's mp3 player. These days, I also use a python script to quickly add the artist and name id3 tags, but I always just rename the file to "artist - songname.mp3" too | ||||||||
▲ | hofrogs 2 days ago | parent | next [-] | |||||||
yt-dlp has a `--add-metadata` flag, it puts the channel name in the artist field, video name in the name field and gets the thumbnail as well, I think. Could be useful! | ||||||||
| ||||||||
▲ | nunobrito 2 days ago | parent | prev [-] | |||||||
yt-dlp is fantastic. Don't know if useful, but they do permit to rename the file name directly from the options. This is a syntax example: yt-dlp -o '/home/yourusername/Videos/%(title)s.%(ext)s' "URL" | ||||||||
|