Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/po5/chapterskip
mpv script to skip chapters based on their title
https://github.com/po5/chapterskip
mpv mpv-script
Last synced: 3 months ago
JSON representation
mpv script to skip chapters based on their title
- Host: GitHub
- URL: https://github.com/po5/chapterskip
- Owner: po5
- Created: 2020-01-17T16:39:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T17:30:36.000Z (about 2 years ago)
- Last Synced: 2024-06-30T09:17:35.700Z (5 months ago)
- Topics: mpv, mpv-script
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 32
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mpv - chapterskip - Skip chapters based on their title. (Playback)
README
# chapterskip
Automatically skips chapters based on title.## Installation
Place chapterskip.lua in your mpv `scripts` folder.## Usage
Select which categories to skip.
Globally: `script-opts/chapterskip.conf` > `skip=opening;ending;more;categories`
Within an auto profile: `mpv.conf` > `script-opts=chapterskip-skip=opening;ending;more;categories`The default categories are:
- prologue
- opening
- ending
- previewAdditional categories can be defined with `categories=my-new-category>Part [AB]/Ending 1; another-category>Part C` in `script-opts/chapterskip.conf`
## Category syntax
List of `category name>slash-separated lua patterns`, separated by semicolons.
A `+` can also be used instead of `>`.Index-based skips are possible by starting your category name with `idx-`. All patterns will be treated as integers. Chapter indexes start at 1.