aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.json.example
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-11-08 19:19:00 -0500
committerAjay Ramachandran <[email protected]>2021-11-08 19:19:00 -0500
commit96e4957f7131dac780d822d0abfceb36aa0d53af (patch)
tree0026cc602715d0d99948689d99514d9fa1162fed /config.json.example
parent9c5eeac2397b15765aea1bdd33b972ecfccba8d5 (diff)
downloadSponsorBlock-96e4957f7131dac780d822d0abfceb36aa0d53af.tar.gz
SponsorBlock-96e4957f7131dac780d822d0abfceb36aa0d53af.zip
Add filler category and allow mute intro, outro, preview
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example10
1 files changed, 6 insertions, 4 deletions
diff --git a/config.json.example b/config.json.example
index f6916065..7ff22bb7 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"],
+ "categoryList": ["sponsor", "selfpromo", "interaction", "poi_highlight", "intro", "outro", "preview", "filler", "music_offtopic"],
"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"]
},
@@ -20,6 +21,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",