Version 21.1.0 rev 9475 64bit on Windows 10.
I listen to a lot of music and podcasts, mostly recorded as m4a. Most recordings are between 30 minutes and an hour in length. I'm running on Windows 10 but I control SMPlayer with a loop built in shell under Cygwin. The usual approach is that I start up SMPlayer in the morning, and I run it until the recording ends. SMPlayer exits and the shell script loop then fires up another instance with the next queued recording.
This process continues until I shut down my computer.
When I restart my computer the following morning I start SMPlayer back up again and it's almost always failed to remember where it got to in the "current" recording, i.e. the last one it was playing the day before.
Things to note,
Settings
Command line invocation
smplayer.exe -no-fullscreen -minigui -close-at-end file.m4a
Question
Can SMPlayer be amended so that if it receives a shutdown notification (assuming such things exist for applications in the Windows world), then it saves the current position as if it was being shut down cleanly?
Thanks