Bugzilla – Bug 1424
cursor should return to start of playlist at playout-stop
Last modified: 2009-09-08 09:27:11 UTC
The old playlist behaviour, like that of most audio players, was to return the play cursor to the first track in the playlist at the end of the last track with repeat turned off. V6 of slimserver seems to have changed this behaviour to leave the cursor on the last track in the playlist, which I personally find annoying :) I think I have changed it back on my local machine by adding the following two lines at Player/Source.pm:802: # MAI return to the beginning of the playlist streamingSongIndex($client, 0); Presumably some (maybe most) people prefer the new behaviour, but I for one would be grateful if future versions included a preference option to go back to the old behaviour. Thanks, Michael.
Vidur: what do you think?
Makes sense. Will look at it.
Probably not for 6.1
Fixed in latest nightly.