Bugzilla – Bug 1483
if current playlist spans multiple pages, current song is not on first page, it doesn't load the proper page
Last modified: 2008-09-15 14:37:04 UTC
Not sure how else to put this. If you queue up a lot of songs (several hundred), then skip to a song that's a few pages in to the current playlist (using the default skin), it will say Now Playing: X song, when X song does not appear on the current page, it's on one of the successive pages... but the server isn't showing the right page of the playlist, only the first one.
yep, I noticed this the other day.
I think this relates to change 2530. The pageBar uses an undef or blank $params->{'start'} to indicate that we might have to figure out on which page the current song resides. Defaulting to zero, as done in change 2530, then pageBar assumes that a web link as instructed the playlist to render from page 0.
Created attachment 512 [details] stay with current song even on multiple pages instead of defaulting $params->{'start'} to 0, use the check from pageBar to quickly get the proper start value. matching pages then will still follow the playlist render cache optimisations. also works for bug 1241
committed to 6.1 in change 3153 committed to 6.0.3 branch at change 3154
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006. I am setting them to targets of 6.2.1 to keep them from showing up in my queries.