celluloid
celluloid copied to clipboard
Playlist's current item should remain selected after stop button or media key pressed.
Overview Description:
Currently when pressing "stop", the current playlist item stops playing, and the first playlist item becomes selected.
Instead it should leave the current playlist item selected.
Steps to Reproduce:
- Create/open a playlist with multiple items.
- Play an item other than the first.
- Press the stop button (or keyboard media key).
Actual Results:
- Playlist item stops playing.
- First item in the playlist becomes selected (without playing).
Expected Results:
- Playlist item stops playing.
- Current playlist item remains selected.
Version:
0.22
Additional Information:
- This would be especially useful for playlists of music streams (e.g. radio stations), where the listener may want to stop playback of the current stream then resume it after a while. In this case pausing is not necessarily useful, since the listener may want to rejoin the stream at its current point, not the last-paused point.
- A second press of "stop" could reset to the first item on the playlist.