Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 612 Bytes

mpv-plugin-bookmark

mpv plugin to record your playing history for each folder and you can choose resume to play next time.

this is the light version, if you also want it loading play list automatically, switch to master branch for the advanced version.

Usage
  • copy bookmark.lua script to ~/.config/mpv/scripts/
  • you can config the value of save_period which means how many seconds the it will save play progress. quit and puse also trigger saving
    the config file's path is ~/.config/mpv/lua-settings/bookmark.conf , you may need to create it, for example:
save_period=30