Awesome
mpv-plugin-bookmark
mpv plugin for recording last play in current playing folder and you can resume to play
this plugin will also load the playlist from the playing folder automatically
Usage
- Copy
bookmark.lua
script to~/.config/mpv/scripts/
- You can config the shortcut key for
playlist-next
andplaylist-prev
which isend
andhome
by default<br> valuesave_period
mean how many seconds the plugin will save playback progress, quit and puse also trigger saving<br> the config file path is~/.config/mpv/lua-settings/bookmark.conf
, you may need to create it, for example:
playlist_prev=home
playlist_next=end
save_period=30