Lightweight MPV media player On Screen Display providing easy navigation over the current playlist.
| 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 |
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.
Clone repo into your mpv scripts directory or clone anywhere and symlink it there if your operating system supports it.




