[REQUEST] Remember last played position per filename like Potplayer in INI

Started by robertcollier4,

robertcollier4

It would be nice if XMPlay could remember the last played position per filename and resume from there when reloading a file that is in the INI Filename position History.

This functionality is implemented in PotPlayer via the INI file in the section:
From PotPlayerMini.ini
[RememberFiles]
1=2471=D:\music\tiesto presented\adagio\Tiesto - Adagio For Strings.mp4
2=1514165=E:\Lifeline.S01.1080p.Project\Lifeline.S01E04.1080p.mkv

Where PotPlayer stores up to 200 filenames positions. The second number represents the position of the file - it could be frames or seconds.
This is a nice and easy to implement format that would be saved in the INI whenever XMPlay is changed to a different file or is exited.

If this functionality could be implemented, it would be greatly appreciated.