Skip to content

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

License

Notifications You must be signed in to change notification settings

drogers141/mpv-playlist-navigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages