leosongwei / mutagen

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

ID3: Per-field ID3v1 fallback #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Many of my files have some useless data in ID3v2.4 & then important fields
stored in ID3v1. Mutagen just reads the ID3v2 tags and ignores the
important stuff in ID3v1, since ID3v1 is handled as a fallback case. I've
attached a rudimentary enhancement (12 lines at ln. 132) which will try to
read ID3v1 and then let ID3v2 override where appropriate.

Original issue reported on code.google.com by sam.m.bi...@gmail.com on 2 Nov 2009 at 1:58

GoogleCodeExporter commented 9 years ago
Forgot to delete the debugging messages...

Original comment by sam.m.bi...@gmail.com on 2 Nov 2009 at 2:05

Attachments:

GoogleCodeExporter commented 9 years ago
Please submit your code changes as a patch and not a replacement file. Also, 
tests
will be needed.

Original comment by joe.wreschnig@gmail.com on 2 Nov 2009 at 4:14

GoogleCodeExporter commented 9 years ago

Original comment by joe.wreschnig@gmail.com on 9 Jan 2010 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by joe.wreschnig@gmail.com on 27 Oct 2010 at 12:52