[mythtv-commits] Ticket #2977: id3v1 tags not removed and id3v2 tags not added

MythTV mythtv at cvs.mythtv.org
Tue Jan 23 07:13:29 UTC 2007


#2977: id3v1 tags not removed and id3v2 tags not added
----------------------------+-----------------------------------------------
 Reporter:  myth at eskil.org  |       Owner:  ijr    
     Type:  patch           |      Status:  new    
 Priority:  minor           |   Milestone:  unknown
Component:  mythmusic       |     Version:  0.20   
 Severity:  medium          |  
----------------------------+-----------------------------------------------
 If you have an mp3 file with a id3v1 tag, and you edit the metadata, the
 id3v1 is left unaltered (although source code comment suggests that it
 should have been removed) and changes are only stored in the id3v2 tag.
 And if there was no id3v2 tag, the new metadata is not written.

 Attached patch fixes both issues ;
    * insert v2 tag if no tag exists
    * if writing v2 tag and v1 tag exists, truncate file at v1 tag.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2977>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list