smplayer-dev / smplayer

Free Media Player for Windows, Linux and Mac OS with YouTube support.
https://smplayer.info
GNU General Public License v2.0
668 stars 94 forks source link

Recent files are lost after closing smplayer #111

Open fabianski7 opened 3 years ago

fabianski7 commented 3 years ago

Describe the bug When smplayer is closed with some command that forces this behavior, such as killall smplayer, or shutdown, the history of files played in this last active section is lost.

To Reproduce Steps to reproduce the behavior:

  1. Play some files
  2. Runkillall smplayer mpv

Your Enviroment

smplayer-dev commented 3 years ago

SMPlayer saves the ini files on exit. If it can't exit properly then it can't save the files.

fabianski7 commented 3 years ago

SMPlayer saves the ini files on exit

is it possible to change when this will happen?

vvch commented 2 years ago

SMPlayer saves the ini files on exit. If it can't exit properly then it can't save the files.

Well, maybe it would be helpful to add saving of all unsaved data at least to SIGTERM handler procedure?