Bug 1424 - cursor should return to start of playlist at playout-stop
: cursor should return to start of playlist at playout-stop
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: 6.0.1
: All All
: P3 enhancement (vote)
: ---
Assigned To: Vidur Apparao
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-04-24 11:00 UTC by Michael Isard
Modified: 2009-09-08 09:27 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 Michael Isard 2005-04-24 11:00:23 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.
Comment 1 Blackketter Dean 2005-06-07 15:53:24 UTC
Vidur: what do you think?
Comment 2 Vidur Apparao 2005-06-10 17:30:49 UTC
Makes sense. Will look at it.
Comment 3 Blackketter Dean 2005-06-11 07:57:50 UTC
Probably not for 6.1
Comment 4 Blackketter Dean 2005-09-10 07:49:45 UTC
Fixed in latest nightly.