Home

Awesome

mpv-playlist-navigator

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

Keybindings

KeyActionNotes
<kbd>Shift</kbd> + <kbd>Enter</kbd>Show the navigator OSDThe only static MPV keybinding
<kbd></kbd>scroll down
<kbd>k</kbd>scroll down
<kbd></kbd>scroll up
<kbd>j</kbd>scroll up
<kbd>Enter</kbd>load file at cursorBoth in normal playlist and search OSD
<kbd>Backspace</kbd>remove file at cursor from playlist
<kbd>Escape</kbd>exit navigator OSD without switching from current playing file
<kbd>/</kbd>Open search OSD
<kbd>Escape</kbd>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.