jonniek / mpv-playlistmanager

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

Question: Is there a command to load a previously saved playlists? #137

Closed diegopds83 closed 6 months ago

diegopds83 commented 6 months ago

I saw that there is a Save option and I was able to define a shortcut for it: key_saveplaylist=s. It worked.

But I didn't find a "key_loadplaylist=" option to bring back the playlists I saved.

The nearest was key_loadfiles= . Is this? I configured the shortcut key l for this function and also added "m3u" in loadfiles_filetypes =

But this option seems to bring files in general (and is looking for my "home" directory ~ and not my playlists directory...).

Thanks in advance.

jonniek commented 6 months ago

No there currently is no good way to do this. There is an open pinned issue about it https://github.com/jonniek/mpv-playlistmanager/issues/70

As a workaround you could use as script like https://github.com/jonniek/mpv-filenavigator to navigate files in the disk.

I'll close this issue as duplicate. We can proceed discussion in the linked issue.