po5 / chapterskip

mpv script to skip chapters based on their title
32 stars 7 forks source link

Configuration #6

Closed george-emerald closed 1 year ago

george-emerald commented 1 year ago

Hi, I have a question regarding configuration. I'd like to skip the following chapters: Opening Ending Preview OP ED Recap Endcard Credits Next

Since some of them are missing from the default categories I added this to my chapterskip.conf: categories=ca>OP; cb>ED; cc>recap; cd>endcard; ce>credits; cf>next

And this to my mpv.conf: script-opts=chapterskip-skip=opening;ending;OP;ED;preview;recap;endcard;credits;next

Yet it doesn't skip recap, next or credits. How do I fix this?

george-emerald commented 1 year ago

I fixed it by adding the categories to the Lua script instead.

po5 commented 1 year ago

Editing the script is just about the worst way to "solve" your issue. skip must contain your category names, e.g. cc.

po5 commented 1 year ago

If there is an actual issue with the documentation or functionality that requires you to edit the script, reopen the issue and explain.

george-emerald commented 1 year ago

But I tried using the category names too and it didn't work. Editing the script works.

po5 commented 1 year ago

Because of your history of spamming useless issues on other people's repos and inability to articulate your skill issues, I am closing this.

george-emerald commented 1 year ago

What useless issues am I spamming in other people's repos? My most recent issues were causes for commits. What are you even talking about?

george-emerald commented 1 year ago

This isn't completed, why did you close it?