frank1969;639507 Wrote: > I mentioned it before, but I put it to the list of bugs: > > There is only ONE performer's name shown to any song - even if it is > sung by 2 or more people and they are CORRECTLY tagged with the defined > separator ... > > (which makes additional probs with the "Artist tag mixture-problem", if > there is shown only one name either artist or composer)
Yes, it is a bug in Control::Queries.pm. I have submitted a bug report for it http://bugs.slimdevices.com/show_bug.cgi?id=16554 Fixing it only needs replacing e.g. 'AalKNcx' by 'aAlKNcx' in that module. fetching data from the database is controlled by single character tags. 'A' stands for multiple artists, and 'a' for the primary (and first mentioned) artist. When the tags are given in order Aa, the multiple artist info is overwritten by the single name. In order aA, the single name is overwritten by all artists in the artist, albumartist, tags. Pls vote for this bug (for whatever it is worth nowadays...) Cheers, -- 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=88649 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
