This is a Lua script for the MPV media player that shows a list of the saved files in the "watch later" directory in an interactive menu sorted from the newest. Base on awesome script mpv-playlistmanager.
~/.config/mpv/scripts/
on Unix or %APPDATA%\mpv\scripts\
on Windows)mpv.conf
file (create one if it doesn't exist):
write-filename-in-watch-later-config
input.conf
file (create one if it doesn't exist):
Shift+Enter script-binding watch_later_osd_menu/showmenu
Press Shift+Enter to show the watch later playlist menu. Navigate through the items using the up and down arrow keys, PgUp, PgDn, Home, and End. Press Enter to play saved item or press Shift+Enter save current postion and then play selected item.
The script supports the following options, which can be set in the watch_later_osd_menu.lua
file:
key_*
: dynamic keybindingheader
: Menu headerThis script is released under the Unlicense. See the LICENSE
file for more details.