diff options
author | Ajay <[email protected]> | 2021-12-25 22:14:34 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2021-12-25 22:14:34 -0500 |
commit | 322a1483df31325ed3aba2140a5abc9908d77c4b (patch) | |
tree | 4f11a9bfe429932f57e823e9f9f29d0dced63ff4 /config.json.example | |
parent | ab1520c560183cd63239f00f4746a032e72bc704 (diff) | |
parent | 8ade66d7b3d4bf422585c1e93884a7a34e24626f (diff) | |
download | SponsorBlock-322a1483df31325ed3aba2140a5abc9908d77c4b.tar.gz SponsorBlock-322a1483df31325ed3aba2140a5abc9908d77c4b.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into chapters
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config.json.example b/config.json.example index a77a3646..4d0a4bee 100644 --- a/config.json.example +++ b/config.json.example @@ -2,14 +2,15 @@ "serverAddress": "https://sponsor.ajay.app", "testingServerAddress": "https://sponsor.ajay.app/test", "serverAddressComment": "This specifies the default SponsorBlock server to connect to", - "categoryList": ["sponsor", "selfpromo", "interaction", "poi_highlight", "intro", "outro", "preview", "music_offtopic", "chapter"], + "categoryList": ["sponsor", "selfpromo", "interaction", "poi_highlight", "intro", "outro", "preview", "filler", "music_offtopic", "chapter"], "categorySupport": { "sponsor": ["skip", "mute"], "selfpromo": ["skip", "mute"], "interaction": ["skip", "mute"], - "intro": ["skip"], - "outro": ["skip"], - "preview": ["skip"], + "intro": ["skip", "mute"], + "outro": ["skip", "mute"], + "preview": ["skip", "mute"], + "filler": ["skip", "mute"], "music_offtopic": ["skip"], "poi_highlight": ["skip"], "chapter": ["chapter"] @@ -21,6 +22,7 @@ "intro": "https://wiki.sponsor.ajay.app/w/Intermission/Intro_Animation", "outro": "https://wiki.sponsor.ajay.app/w/Endcards/Credits", "preview": "https://wiki.sponsor.ajay.app/w/Preview/Recap", + "filler": "https://wiki.sponsor.ajay.app/w/Filler_Tangent", "music_offtopic": "https://wiki.sponsor.ajay.app/w/Music:_Non-Music_Section", "poi_highlight": "https://wiki.sponsor.ajay.app/w/Highlight", "guidelines": "https://wiki.sponsor.ajay.app/w/Guidelines", |