8000 GitHub - l-jared/chapterskip: OLD BACKUP REPO. Use https://github.com/po5/chapterskip / mpv script to skip chapters based on their title
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

l-jared/chapterskip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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
  • preview

Additional 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.

About

OLD BACKUP REPO. Use https://github.com/po5/chapterskip / mpv script to skip chapters based on their title

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0