Removed intermission category and renamed intro to intermission.

This commit is contained in:
Ajay Ramachandran 2020-07-03 19:31:00 -04:00
parent 037bd511b0
commit e55d1f5115
3 changed files with 4 additions and 20 deletions

View file

@ -2,5 +2,5 @@
"serverAddress": "https://sponsor.ajay.app",
"testingServerAddress": "https://sponsor.ajay.app/test",
"serverAddressComment": "This specifies the default SponsorBlock server to connect to",
"categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "intermission", "music_offtopic"]
"categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "music_offtopic"]
}

View file

@ -480,13 +480,13 @@
"message": "Paid promotion, paid referrals and direct advertisements. Not for self-promotion or free shoutouts to causes/creators/websites/products they like."
},
"category_intro": {
"message": "Intro Animation"
"message": "Intermission/Intro Animation"
},
"category_intro_description": {
"message": "Intro animations that are recurring in the series or provide no direct value. This should not be used on music videos."
"message": "An interval without actual content. Could be a pause, static frame, repeating animation. This should not be used for transitions containing information or be used on music videos."
},
"category_intro_short": {
"message": "Intro"
"message": "Intermission"
},
"category_outro": {
"message": "Endcards/Credits"
@ -509,12 +509,6 @@
"category_selfpromo_description": {
"message": "Similar to \"sponsor\" except for unpaid or self promotion. This includes sections about merchandise, donations, or information about who they collaborated with."
},
"category_intermission": {
"message": "Intermission"
},
"category_intermission_description": {
"message": "An interval without actual content. Could be a pause, static frame, or repeating animation in the video. Should not be used for pauses or transitions with actual content."
},
"category_music_offtopic": {
"message": "Music: Non-Music Section"
},

View file

@ -49,8 +49,6 @@ interface SBConfig {
"preview-interaction": PreviewBarOption,
"selfpromo": PreviewBarOption,
"preview-selfpromo": PreviewBarOption,
"intermission": PreviewBarOption,
"preview-intermission": PreviewBarOption
"music_offtopic": PreviewBarOption,
"preview-music_offtopic": PreviewBarOption,
}
@ -203,14 +201,6 @@ var Config: SBObject = {
color: "#bfbf35",
opacity: "0.7"
},
"intermission": {
color: "#45a8ff",
opacity: "0.7"
},
"preview-intermission": {
color: "#0066bf",
opacity: "0.7"
},
"music_offtopic": {
color: "#ff9900",
opacity: "0.7"