mpv-playlistmanager icon indicating copy to clipboard operation
mpv-playlistmanager copied to clipboard

Mpv lua script to create and manage playlists

Results 24 mpv-playlistmanager issues
Sort by recently updated
recently updated
newest added

Make the flexibility of dynamic keybindings available to static keybindings. You can now customize static keybindings and even bind multiple keys to one function. This is important especially when keys...

![Line 1064](https://user-images.githubusercontent.com/35814507/183530676-f151bf13-28b4-4af6-bc08-d99ea993748d.png) On line 1064 in playlistmanager.lua there is a timeout integer used to abort the function resolving the titles within the playlist, this number is set to 5 seconds....

Items containing `\N` or `\n` are parsed in a different way. Files 1 and 2 are local, files 3 and 4 are remote. ![img](https://user-images.githubusercontent.com/30346155/119667815-25f85b00-be26-11eb-8491-d93b16a26304.png)

It would be great if the script asked you for a name for the playlist when saved, instead of using the default name with the current time (which could be...

after saving the current playlist and closing mpv,then open it again ,it seems there's no way to **navigate the saved playlist** on `.config/mpv/playlist`, it would be great having a way...

How can this scenario be achieved? - play some playlist - edit playlist (reorder, remove items) - quit MPV - then open that playlist again (and continue where I left...

Hey, I've been using playlistmanager for a while now and I wanted to share a list of small annoyances / mini-feature requests that I believe could be easily added (I...

I don't know if it's possible, but it would be good to be able to search/filter terms in playlist.

1.Is there a way to load the last configured/saved playlist on next startup? 2. How to pull up the menu when using mpv-menu.lua and menu.json?

This seems to happen because each cyrillic character, unlike latin, is two bytes, and the "len" function in line 332 actually counts the number of bytes, not characters.