Bugzilla – Bug 10510
playlistJumpCommand has lost its showBriefly
Last modified: 2009-07-31 10:33:51 UTC
showBriefly for jumping between tracks has been lost with the new streaming code - its there by commented out (and also there are some returns which miss it) The more serious issue is that $client->currentSongLines assumes is can get the currently playing song from Slim::Player::Playlist::song($client) soon as it is skipped - this doesn't look like it is true now? I think this should be fixed as the showBriefly was useful for all but users of transporters with extended text (and for them the display now lags by a second or so) So can we set Playlist::song earlier?
Created attachment 4529 [details] propsed patch Suggested patch - this looks to fix the stale track information during skips. I guess the question is whether it is right to keep the old calls with the latest data but leave StreamingController to have a songqueue of 2 with the first track completed but still considered the one to be playing.
Created attachment 4540 [details] Alternate patch for up-to-date playing song How about the following alternate patch for the up-to-date-ness of playingSong? The rest of the patch looks ok.
Yes that works - committed as change 24482
Fix was not working correctly on transporter due to api change - change 24710 should correct this.
Fixed - Closed Message (SC) This bug has been fixed in the 7.3.3 release version of SqueezeCenter! Please download the new version from http://www.slimdevices.com/su_downloads.html if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Correction: SqueezeCenter version is 7.3.2
Reduce number of active targets for SC