GNOME Bugzilla – Bug 538936
Support isCompilation tag on ipods for Various Artist albums
Last modified: 2008-09-09 23:42:21 UTC
This patch correctly sets the iscompilation attribute on tracks transferred to an ipod. The patch checks to see if the albumartist equals "Various Artists", and if so, sets the iscompilation to true. Correctly setting the iscompilation attribute means that on newer ipods, if the compilations option is on, the ipod no longer lists artists only present on compilation discs. This prevents the artist list on the ipod filling up with a bunch of separate artists when you transfer a compilation. Note that the compilation support is also an option on the ipod itself, so, anyone desiring the previous behaviour can simply switch this option off.
Created attachment 112974 [details] [review] patch for iscompilation support
A recent commit added the IsCompilation property to the TrackInfo class. So it would certainly be better to use it for tracks transferred to an iPod.
IsCompilation should now be supported in trunk. Thanks!