>Is there any logic that bypasses the track-by-track determination if
>there's an ALBUMARTIST given?  I thought that having an ALBUMARIST
>pretty much said 'this album is a non-compilation'.
>
True.

But then you have track_artists roles, not artist roles, I think, so the count 
of artist roles on an album will be 0.

i.e. SELECT COUNT(contributor) FROM contributor_album WHERE album = a.id AND 
role = 1
means the count will be 0, and thus the album is excluded.
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to