MrSinatra;692263 Wrote: > > > > Raiden2001;691224 Wrote: > > Just my two cents: If someone decides to adress this issue, alongside he > > can fix this bug http://bugs.slimdevices.com/show_bug.cgi?id=10259> > > > what actually happens? is it possible, if the conditions are > right/met that you describe, for the wrong album to get marked as a > fave? like my peter gabriel example? or is it something else?
The conditions aren't at all difficult to meet. Only one album favorite is created, but the wrong album may be shown in favorites and played when the favorite is played. Here's an example from my collection: ARTIST: Merle Haggard ALBUM: 20 Greatest Hits ARTIST: The Turtles ALBUM: 20 Greatest Hits If I favorite the Turtles album, the one shown under favorites will be the Merle Haggard album and also the one that plays. What I believe the server ends up doing is selecting the first one returned by a database search, which is most likely the first one in the albums table by record id. Forget about favoriting albums called "Greatest Hits". I think I have about 20 of them. Once you favorite one (Aerosmith's Greatest Hits gets marked, no matter which one I do) then every Greatest Hits album is shown as marked and therefore their favorite links then _remove_ the favorite. So you can't mark the right one and you can't mark more than one. -- JJZolx ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=93638 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
