drogers141 / mpv-playlist-navigator

Lightweight MPV media player On Screen Display providing easy navigation over the current playlist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mpv-playlist-navigator

Lightweight MPV media player On Screen Display providing easy navigation over the current playlist.

Keybindings

Key Action Notes
Shift + Enter Show the navigator OSD The only static MPV keybinding
scroll down
k scroll down
scroll up
j scroll up
Enter load file at cursor Both in normal playlist and search OSD
Backspace remove file at cursor from playlist
Escape exit navigator OSD without switching from current playing file
/ Open search OSD
Escape Exit search OSD back to Playlist OSD

Playlist OSD

Screenshot Screenshot

Search OSD

Screenshot Screenshot Screenshot

Search is case-insensitive and uses lua search patterns. For basics it is like regular expressions '.' matches any character, and '*' is zero or more repetitions. So '.*' and substrings gets you pretty far.

Installation

Clone repo into your mpv scripts directory or clone anywhere and symlink it there if your operating system supports it.

About

Lightweight MPV media player On Screen Display providing easy navigation over the current playlist.

License:MIT License


Languages

Language:Lua 100.0%