Here's what the 'merge various artists' step of the scanner is doing:

Code:
--------------------
    
  Find all albums not currently marked as a compilation.
  For each of those albums:
  Get all tracks on the album with role = ARTIST (note: tracks with ALBUMARTIST 
don't have an ARTIST role, only a TRACKARTIST role)
  Count the number of different artists on those tracks.
  If count > 1:
  Album is marked as a compilation
  OR if the artist is 'Various Artists':
  Album is marked as a compilation
  
--------------------


-- 
andyg
------------------------------------------------------------------------
andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=47297

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to