jonniek / mpv-playlistmanager

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

How to quit playlist after choosing a file from within it? #136

Closed pafke2 closed 5 months ago

pafke2 commented 6 months ago

Hey, I've got the latest script version and it seems like the behaviour is changed. The playlist used to disappear after you play an item from it, but now even after navigating and playing a file it still stays on top. How can I change it?

pafke2 commented 6 months ago

After looking and setting to false close_playlist_on_playfile. It seems to work. But I have a question why change it in the first place? Its coold you added the functionality to display it or hide, but why change the default to true when it had always been false?

jonniek commented 6 months ago

Here is the context where it was changed https://github.com/jonniek/mpv-playlistmanager/pull/127

I will re-consider the defaults