diff --git a/config.json.example b/config.json.example index 3fabce07..09cf2bba 100644 --- a/config.json.example +++ b/config.json.example @@ -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"] } diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 91a2cb24..5cbbaf57 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -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" }, diff --git a/src/config.ts b/src/config.ts index 54db3c0a..a1b70bd0 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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"