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

I have set prefer_titles = "all" resolve_titles = true I have some mp3 with filename Track01 Track02....etc and they have titles. Now it seems only the playing file will show...

Is it possible to use mouse wheel to: > WHEEL_UP/WHEEL_DOWN to move selection > MBTN_MID to load highlighted entry > MBTN_RIGHT to exit Just like this script: https://github.com/hacel/mpv-scripts/blob/master/recent.lua

What this feature does is that, it shuffles the playlist if on but if turned off it will return to its original playlist. Sorry bother you if this was already...

The `ls -1t | mpv playlist=- ` method referenced in #68 doesn't quite work for me because, while the file that gets loaded first is the correct one, it doesn't...

Hi JoJo, Instead of just move the selected file in the playlist, would it be possible to add an event, for example when the selected file is reached in the...

Shift + Enter progresses to the next track / playlist entry when running mpv on the command-line, no mpv-playlistmanager's interface appears. The script functions correctly in the mpv window (which...

I want my playlists to always remember the position of each video and also to load the last played video when mpv is launched. I use keepsession.lua to open the...

I apologize because I am rather new to some of this, this is a little more of a question. From what it appears, MPV can generate its own session based...