jonniek / mpv-playlistmanager

Mpv lua script to create and manage playlists
The Unlicense
542 stars 42 forks source link

Fix playlist saving when selected via menu #57

Closed Silipwn closed 3 years ago

Silipwn commented 3 years ago

Small fix for saving file position when moving through the playlist menu

jonniek commented 3 years ago

Hi, thanks for the PR.

You can achieve this same effect with adding save-position-on-quit to your mpv configuration. It is intentional that this script doesn't save the position if this configuration is not set. We want to support both use-cases of saving or not saving the position.

Silipwn commented 3 years ago

Oh okay, I was unaware save-position-on-quit be set in the config file itself. That sounds like a better way.