mherger;643755 Wrote: > Could everybody please test r32905 or later? > Michael
I can confirm that bug 16554 has been resolved. On my controller I see all artists that are in my tags as Artist, in Now Playing and playlists. It however only addresses part of the inconsistencies in handling artists. In module Queries.pm there are several queries, that fetch track and album data. Most of those use tags 'gald', which means only the main artist, album, genre, and duration are fetched from the database. These are cursonginfoQuery, playlistXQuery, playlistTracksQuery, asnd titlesQuery. Only statusQuery, and addJiveSong use 'aAlKNcx'. Only here the full list of artists (via the A tag) is fetched. The bug that I submitted was about the latter tags and queries, because originally the order of A and a was reversed, so that the contributors info was overwritten by the main artist. If you see only one artist, then the list or display is possibly using one of the other queries. In addJivesong there is another bug, which I touched upon in bug # 16561: All contributors are fetched, but only artists are passed on to the controller, not the composer, and conductor. -- Co1 Co van Winsum ------------------------------------------------------------------------ Co1's Profile: http://forums.slimdevices.com/member.php?userid=34002 View this thread: http://forums.slimdevices.com/showthread.php?t=89042 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
