Bugzilla – Bug 10133
Seeking with Deezer causes stream to skip to the next item in the playlist
Last modified: 2009-07-31 10:32:32 UTC
While listening to an MP3 Stream I am able to use Song Scanner to either FF or RW the song. However this will cause the stream to skip to the next item in the playlist.
This is with Deezer.
How were you seeking? Jive or player UI?
Using the SBC UI
Ben/Alan: Does SBC check the canSeek value in any way?
yes, jive.applets.SlimBrowser.Scanner uses the player object isTrackSeekable() SC side, from Slim::Control::Queries::statusQuery (playerstatus message construction) my $canSeek = Slim::Music::Info::canSeek($client, $song); if ($canSeek) { $request->addResult('can_seek', 1); } Jive side, from jive.slim.Player -- isTrackSeekable -- Try to work out if SC can seek in this track - only really a guess function isTrackSeekable(self) return self.trackDuration and self.state["can_seek"] end
QA to verify with Pandoara and Slacker
Prod.SN Music Services: Pandora = No SongScanner (holding FF/RW nothing happens) Rhapsody = No SongScanner (holding FF/RW nothing happens) Slacker = No SongScanner (holding FF/RW nothing happens) MP3Tunes = SongScanner works Music Archive = SongScanner works Last.FM = No SongScanner (holding FF/RW nothing happens) Test.SN Music Services: Pandora = SongScanner works Rhapsody = SongScanner FAILS - holding FF/RW will advance the UI, but the song does not advance Slacker = SongScanner FAILS - holding FF/RW will advance the UI, but the song does not advance MP3Tunes = SongScanner works Music Archive = SongScanner works Last.FM = Unable To Test Deezer = Fails as described in the bug report
Fixed in change 24251.
This bug has been fixed in the 7.3.0 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.
Reduce number of active targets for SC