Bugzilla – Bug 2371
Selecting Year when browsing by year adds entire library
Last modified: 2008-09-15 14:37:04 UTC
Selecting a year when browsing by year adds all songs from the library, not just those from that year. See also: http://forums.slimdevices.com/showthread.php?t=17409
Correction. This occurs in the ExBrowse3 skin, not Fishbone or Default2. To further clarify, selecting the year drills down into the year correctly. Its the selecting a play or add to playlist button that fails.
This one looks like yours, Jacob.
It also occurs in SB2 as well.
fixed player-side problem at change 4821
2005-10-25 23:38:14.5050 Executing command 00:04:20:05:32:e2: playlistcontrol (cmd:load) (year_id:1967) () () () () () 2005-10-25 23:38:29.1125 Returning array: playlistcontrol (cmd:load) (year_id:1967) () () () () () year is a special case. the items are not objects, so the id's don't work. the other skins use loadtracks field=item, where field is the current level of the heirarchy. either that, or the CLI or the skin js should recognise a non-object case and handle it. hope that helps out a bit, jacob.
actually, looking at the CLI, it doesn't seem to handle the year_id param. I've put in a fix in change 4825 in the trunk, with a doc note at change 4826. merges to 6.2.1 at change 4827
All fixed, thanks!