jonniek / mpv-playlistmanager

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

[Question] about `saveplaylist` function #113

Closed tupo2 closed 1 year ago

tupo2 commented 1 year ago

Hi,

How saveplaylist function is supposed to work? I tried KEY script-message playlistmanager saveplaylist in input.conf but it does not work. I know that there is an key_saveplaylist option in playlistmanager.conf that to do that, but I need a keybind to do something like: KEY script-message playlistmanager saveplaylist ; mycommand1 ; mycommand2

tupo2 commented 1 year ago

Ok it was in the readme: KEY script-binding playlistmanager/saveplaylist ; mycommand1 ; mycommand2