Bug 10133 - Seeking with Deezer causes stream to skip to the next item in the playlist
: Seeking with Deezer causes stream to skip to the next item in the playlist
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: CLI
: 7.3.0
: PC All
: -- major (vote)
: 7.x
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-11-25 08:07 UTC by James Richardson
Modified: 2009-07-31 10:32 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Richardson 2008-11-25 08:07:14 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.
Comment 1 Andy Grundman 2008-11-25 08:59:28 UTC
This is with Deezer.
Comment 2 Andy Grundman 2008-11-25 13:34:12 UTC
How were you seeking?  Jive or player UI?
Comment 3 James Richardson 2008-11-26 09:33:54 UTC
Using the SBC UI
Comment 4 Andy Grundman 2008-11-26 09:38:41 UTC
Ben/Alan: Does SBC check the canSeek value in any way?
Comment 5 Ben Klaas 2008-11-26 09:42:09 UTC
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

Comment 6 James Richardson 2008-12-01 09:11:29 UTC
QA to verify with Pandoara and Slacker
Comment 7 James Richardson 2008-12-03 12:50:34 UTC
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
Comment 8 Andy Grundman 2008-12-08 11:09:21 UTC
Fixed in change 24251.
Comment 9 James Richardson 2008-12-15 12:10:08 UTC
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.
Comment 10 Chris Owens 2009-07-31 10:32:32 UTC
Reduce number of active targets for SC