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.
Put description metadata in the id3v2 "comment" field #4847
Comments
|
Thanks, I've implemented exactly what you suggested, and it now shows up great in vlc. See our FAQ if you need help to update to youtube-dl 2015.02.03 or newer, where this is implemented. |
|
Yeah, I'm seeing it now and it looks great! thanks so much. By the way, the "purl" field isn't being written (I don't need it, actually, but I thought i was part of the implementation). |
I've noticed the last days that now, using the
--add-metadataoption, youtube-dl retrieve the URL and the description of the videos ("comments" and "desc" fields, respectively), that's really nice, but it's completely pointless to put some metadata in a field that some video players won't display in a properties card.For example, in VLC player (one of the most popular around) will display the "comments" field, but not the "desc" field, and for some kind of videos (screencasts, for example) that one is more important than the URL where the video is (or was) located. I don't know if iTunes display it.
So I suggest to put the description of the video in the comments field, and the URL in some other field like "purl" (podcast URL).