leosongwei / mutagen

Automatically exported from code.google.com/p/mutagen
GNU General Public License v2.0
0 stars 0 forks source link

mutagen -- id3v2 interop #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by walker.s...@gmail.com on 3 Jul 2009 at 8:51

Attachments:

GoogleCodeExporter commented 9 years ago
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.

Original comment by joe.wreschnig@gmail.com on 4 Jul 2009 at 6:59

GoogleCodeExporter commented 9 years ago
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. :-(

Original comment by walker.s...@gmail.com on 4 Jul 2009 at 8:54