jonniek / mpv-playlistmanager

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

Maybe need an option to reset select condition? #114

Closed kesdoputr closed 1 year ago

kesdoputr commented 1 year ago

Hello, when i have the setting reset_cursor_on_close = true

Then everytime i open the playlist the position will on the first file.

Now i process below action ●Open playlist, navigate to third file and select it (i use pink color for selected file) 01

●Close playlist (the third file still selected) ●Open playlist again, and we can see the position on the first file but selected 02

Maybe it's better to have an option to reset the select condition when open playlist? Thanks for your reading.

jonniek commented 1 year ago

I made reset_cursor_on_close reset the selection as well on close. I don't think it needs to be a separate setting.