Automatically skips chapters based on title.
Place chapterskip.lua in your mpvscripts
folder.
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 withcategories=my-new-category>Part [AB]/Ending 1; another-category>Part C
inscript-opts/chapterskip.conf
List ofcategory 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 withidx-
. All patterns will be treated as integers. Chapter indexes start at 1.