Bug 213 - repeating playlist when synched
: repeating playlist when synched
Status: RESOLVED FIXED
Product: SB 1
Classification: Unclassified
Component: Firmware
: unspecified
: Macintosh MacOS X 10
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-03-11 10:33 UTC by Julius Friede
Modified: 2011-03-16 04:18 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julius Friede 2004-03-11 10:33:34 UTC
I checked and both the Squeezebox and Slimp3 each have repeat off, and when playing solo, each stops 
at the end of the playlist. When the Slimp3 is synched to the Squeezebox, the playlist repeats.

>That shouldn't happen.  When synced, the players share a repeat 
> setting.  Verify that repeat is turned off by pressing the repeat 
> button (while synced) until it says "Repeat Off".  If it's still doing 
> it, please file a bug on bugs.slimdevices.com.
> 
> > For some reason, even though repeat is off on all
> > players, when I synch two units the playlist repeats
> > after completion. Is this normal in synch mode? I am
> > on OSX 10.3.2, all current firmware, SlimServer 5.1.1 general release.
Comment 1 KDF 2004-03-15 19:38:00 UTC
This seems to be due to an underrun while in playout-stop.  This causes a
skiphead and it starts playing from the start.

2004-03-15 19:38:11.2717 00:04:20:03:02:ce: Underrun while this mode: playout-stop
2004-03-15 19:38:11.2726 **skipahead: stopping
2004-03-15 19:38:11.2731 00:04:20:03:02:ce: Switching to mode stop
2004-03-15 19:38:11.2737 00:04:20:03:02:ce New play mode: stop
2004-03-15 19:38:11.2745 Stopping and clearing out old chunks for client
00:04:20:03:02:ce
2004-03-15 19:38:11.2755 00:04:20:00:00:01 New play mode: stop
2004-03-15 19:38:11.2763 Stopping and clearing out old chunks for client
00:04:20:00:00:01
2004-03-15 19:38:11.2779 00:04:20:03:02:ce: Current playmode: stop
2004-03-15 19:38:11.2786 **skipahead: opening next song
2004-03-15 19:38:11.2789 opening next song...
00non-repeat,stop
2004-03-15 19:38:11.2798 00:04:20:03:02:ce: Switching to mode playout-stop
2004-03-15 19:38:11.2803 00:04:20:03:02:ce New play mode: playout-stop
2004-03-15 19:38:11.2812 00:04:20:00:00:01 New play mode: playout-stop
2004-03-15 19:38:11.2822 00:04:20:03:02:ce: Current playmode: playout-stop
2004-03-15 19:38:11.2849 **skipahead: restarting after underrun
Comment 2 Kevin Pearsall 2004-03-26 10:14:27 UTC
Received a report of this from a customer...
Comment 3 KDF 2004-03-31 22:00:51 UTC
checksync was missing the playmode status.  So in playmode-stop, it was still
skipping ahead when players are are ready.  checking for playmod-stop allows
checksyn to move to stop, or skipahead where appropriate.

committed to cvs March 31, 2004