celluloid icon indicating copy to clipboard operation
celluloid copied to clipboard

Playlist's current item should remain selected after stop button or media key pressed.

Open smithfred opened this issue 4 years ago • 0 comments

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:

  1. Create/open a playlist with multiple items.
  2. Play an item other than the first.
  3. 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.

smithfred avatar Jan 13 '22 22:01 smithfred