[mythtv-commits] Ticket #3697: mythmusic file scan does not detect compilations

MythTV mythtv at cvs.mythtv.org
Fri Jul 6 05:02:47 UTC 2007


#3697: mythmusic file scan does not detect compilations
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythmusic  |     Version:  unknown
 Severity:  medium     |     Mlocked:  0      
-----------------------+----------------------------------------------------
 The mythmusic file scanner does not detection compilation albums.  The
 function MetaIOTagLib::read looks for the musicbrainz id tag
 (MYTH_MUSICBRAINZ_ALBUMARTIST_UUID) in the id3v2 header. Specifically it
 looks for 89ad4ac3-39f7-470e-963a-56509c546377.  The line in
 MetaIOTagLib::read TStringToQString(musicbrainz->toString()) actually
 returns
 [MusicBrainz Album Artist Id] 89ad4ac3-39f7-470e-963a-56509c546377

 The attached patch uses the QString contain function to check if the
 musicbrainz id is contained within the returned string instead of trying
 to match the whole thing.

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


More information about the mythtv-commits mailing list