Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Tags support #8526
Tags support #8526
Comments
|
Audio downloaded from youtube is either m4a or webm, so it's not ID3 tags. Regardless, IMO you don't need to handle these features in the downloading tool, I'd suggest using mutagen to add the tags yourself. |
|
Yeah I'm wrong, it is not ID3 but something similar. I can and will probably do the tagging afterwards but it is such a waste... |
|
I implemented tag support via youtube-dl after requesting it a little while back (#7862), https://github.com/blha303/getsong/blob/v2.0.1/getsong/getsong.py#L102-L117 |
|
It would be great if youtube-dl could support ID3v2 tags (especially when downloading audio files).
It could set the title, author and even embed the thumbnail ?