You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add this category: categories=sb>^%[SponsorBlock%]: Sponsor/^%[SponsorBlock%]: Intermission%/Intro Animation
Just to be very explicit, this is supposed to match precisely [SponsorBlock]: Sponsor & [SponsorBlock]: Intermission/Intro Animation. However, playing a video with a chapter with the latter title, makes chapterskip spit out this error:
[chapterskip]
[chapterskip] stack traceback:
[chapterskip] [C]: in function 'match'
[chapterskip] ...-0-unstable-2022-09-08/share/mpv/scripts/chapterskip.lua:29: in function 'matches'
[chapterskip] ...-0-unstable-2022-09-08/share/mpv/scripts/chapterskip.lua:63: in function 'prop'
[chapterskip] mp.defaults:412: in function 'handler'
[chapterskip] mp.defaults:515: in function 'call_event_handlers'
[chapterskip] mp.defaults:557: in function 'dispatch_events'
[chapterskip] mp.defaults:508: in function <mp.defaults:507>
[chapterskip] [C]: in ?
[chapterskip] [C]: in ?
[chapterskip] Lua error: ...-0-unstable-2022-09-08/share/mpv/scripts/chapterskip.lua:29: malformed pattern (ends with '%')
I believe this is because the solidus there cannot be escaped & is interpreted as a separator. How would I go about escaping it?
The text was updated successfully, but these errors were encountered:
I am trying to add this category:
categories=sb>^%[SponsorBlock%]: Sponsor/^%[SponsorBlock%]: Intermission%/Intro Animation
Just to be very explicit, this is supposed to match precisely
[SponsorBlock]: Sponsor
&[SponsorBlock]: Intermission/Intro Animation
. However, playing a video with a chapter with the latter title, makes chapterskip spit out this error:I believe this is because the solidus there cannot be escaped & is interpreted as a separator. How would I go about escaping it?
The text was updated successfully, but these errors were encountered: