Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mutagen -- id3v2 interop #8

Closed
lazka opened this issue Jul 4, 2014 · 2 comments
Closed

mutagen -- id3v2 interop #8

lazka opened this issue Jul 4, 2014 · 2 comments
Labels

Comments

@lazka
Copy link
Member

lazka commented Jul 4, 2014

Originally reported by: Christoph Reiter (Bitbucket: lazka, GitHub: lazka)


From walker.s...@gmail.com on July 03, 2009 22:51:42

Writing an id3v2 tag to a file will using mutagen not be readable by id3v2
Linux command line (and anything using the same library).

$ id3v2 -l Mouse\ Power\ Scroll\ -\ Tekzilla\ Daily\ Tip.mp4.id3 
id3v1 tag info for Mouse Power Scroll - Tekzilla Daily Tip.mp4.id3:
Title  : Mouse Power Scroll - Tekzilla   Artist: Tekzilla (HD Quicktime)       
Album  :                                 Year:     , Genre: Unknown (255)
Comment:                                 Track: 0


$ mid3v2 -l Mouse\ Power\ Scroll\ -\ Tekzilla\ Daily\ Tip.mp4.id3 
IDv2 tag info for Mouse Power Scroll - Tekzilla Daily Tip.mp4.id3:
TYER=2009
TDAT=1206
APIC=None (image/jpeg, 76462 bytes)
TPE1=Tekzilla (HD Quicktime)
TIT2=Mouse Power Scroll - Tekzilla Daily Tip
COMM=None='\x00\x00\x00'=Supercharge your mouse


This is using mutagen 1.16 on a Kubuntu 8.10 system. I have attached the
gpodder support script that I am hacking.

Attachment: gdfs-init.py

Original issue: http://code.google.com/p/mutagen/issues/detail?id=8


@lazka
Copy link
Member Author

lazka commented Jul 4, 2014

Original comment by Christoph Reiter (Bitbucket: lazka, GitHub: lazka):


From joe.wreschnig@gmail.com on July 04, 2009 11:59:18

The 'id3v2' program and id3lib which it uses cannot read ID3v2.4 tags. This standard
was released in 2000. Please do not use decade-obsolete tagging tools.

Status: WontFix

@lazka
Copy link
Member Author

lazka commented Jul 4, 2014

Original comment by Christoph Reiter (Bitbucket: lazka, GitHub: lazka):


From walker.s...@gmail.com on July 04, 2009 13:54:35

Sorry, my bad. I misread that it supported 2.4 tags. Pity. :-) I guess I'll have to
try and switch libraries in another package I use. :-(

@lazka lazka closed this as completed Apr 7, 2016
lazka added a commit that referenced this issue Apr 7, 2016
id3: Always validate tag attributes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant