Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/po5/celebi
mpv script to restore properties from past sessions
https://github.com/po5/celebi
mpv mpv-script
Last synced: 3 months ago
JSON representation
mpv script to restore properties from past sessions
- Host: GitHub
- URL: https://github.com/po5/celebi
- Owner: po5
- Created: 2023-08-03T07:32:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-28T00:41:48.000Z (about 1 year ago)
- Last Synced: 2024-06-30T13:43:12.096Z (5 months ago)
- Topics: mpv, mpv-script
- Language: Lua
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mpv - celebi - An optimized script to restore properties from past sessions. Alternative to persist-properties and remember-props scripts. (Configuration)
README
# celebi
This Pokémon restores properties from past sessions.![celebi-small](https://github.com/po5/celebi/assets/42466980/aec4ca31-3bf8-433c-a4c0-9a2a09d1b255)
## Installation
Place celebi.lua in your mpv `scripts` folder.## Usage
Specify properties to save in `script-opts/celebi.conf`, one per line.
```
volume=yes
sub-pos=yes
```
Data will be saved to `~~/celebi.txt` in a human-readable format and restored in future sessions.## Why celebi?
It wanders across time, and also:
- Respects command line values
- Writes only when necessary
- Rate limits writes to be nice to your disk
- Allows saving of each property to be toggled at runtime
- Has the fastest init of any such script