Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yozorayuki/mpv-plugin-bookmark

mpv plugin which record your last play history for each folder and you can resume to play next time
https://github.com/yozorayuki/mpv-plugin-bookmark

mpv-script

Last synced: about 2 months ago
JSON representation

mpv plugin which record your last play history for each folder and you can resume to play next time

Awesome Lists containing this project

README

        

# 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
```