dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
670 stars 26 forks source link

Option to save play queue on exit and reload on startup #309

Closed VlaK0r closed 5 months ago

VlaK0r commented 5 months ago

Hello! Thank you for your hard work.

Are you planning to add such functionality? Remember the track being played when closing the program.

dweymouth commented 5 months ago

Are you referring to saving the play queue and loading it back when the app restarts? So when you first launch it, it will show your old play queue in the Now Playing page, and set the playback state to paused at the last play position in whatever track was playing when you quit?

This should be easy to implement, and I could probably get it into the next release.

VlaK0r commented 5 months ago

Yes, that's what I mean! It will be very wonderful!

vurtomatic commented 5 months ago

+1

Also looking for a "remember last played position" feature because I listen to mixes that are typically 2hrs or longer.

Would be nice to resume from where I was.

dweymouth commented 5 months ago

+1

Also looking for a "remember last played position" feature because I listen to mixes that are typically 2hrs or longer.

Would be nice to resume from where I was.

Yep, this is added for the next release. (Though it just saves the position for whatever you were playing/had paused when you quit the app, if you switch to a new track you lose your position in the current track)