diff --git a/custom_formats/Radarr - Anime Web Tier 06 (FanSubs).yml b/custom_formats/Radarr - Anime Web Tier 06 (FanSubs).yml index 93ceb23..cf2c93d 100644 --- a/custom_formats/Radarr - Anime Web Tier 06 (FanSubs).yml +++ b/custom_formats/Radarr - Anime Web Tier 06 (FanSubs).yml @@ -40,6 +40,11 @@ conditions: required: false type: release_title pattern: Doki +- name: Radarr - KawaSubs + negate: false + required: false + type: release_title + pattern: KawaSubs - name: Radarr - Tsundere negate: false required: false diff --git a/custom_formats/Radarr - Upscaled.yml b/custom_formats/Radarr - Upscaled.yml index 6da1797..89576dc 100644 --- a/custom_formats/Radarr - Upscaled.yml +++ b/custom_formats/Radarr - Upscaled.yml @@ -19,6 +19,11 @@ conditions: required: false type: release_title pattern: Regrade +- name: Radarr - RW + negate: false + required: false + type: release_title + pattern: RW - name: Radarr - TheUpscaler negate: false required: false diff --git a/custom_formats/Sonarr - Anime Web Tier 06 (FanSubs).yml b/custom_formats/Sonarr - Anime Web Tier 06 (FanSubs).yml index 28caf8f..d5547d1 100644 --- a/custom_formats/Sonarr - Anime Web Tier 06 (FanSubs).yml +++ b/custom_formats/Sonarr - Anime Web Tier 06 (FanSubs).yml @@ -45,6 +45,11 @@ conditions: required: false type: release_title pattern: Doki +- name: Sonarr - KawaSubs + negate: false + required: false + type: release_title + pattern: KawaSubs - name: Sonarr - Tsundere negate: false required: false diff --git a/custom_formats/Sonarr - Upscaled.yml b/custom_formats/Sonarr - Upscaled.yml index fe2538d..4981f43 100644 --- a/custom_formats/Sonarr - Upscaled.yml +++ b/custom_formats/Sonarr - Upscaled.yml @@ -19,6 +19,11 @@ conditions: required: false type: release_title pattern: Regrade +- name: Sonarr - RW + negate: false + required: false + type: release_title + pattern: RW - name: Sonarr - TheUpscaler negate: false required: false diff --git a/regex_patterns/KawaSubs.yml b/regex_patterns/KawaSubs.yml new file mode 100644 index 0000000..eee1f4a --- /dev/null +++ b/regex_patterns/KawaSubs.yml @@ -0,0 +1,7 @@ +name: KawaSubs +pattern: \b(KawaSubs)\b +description: '' +tags: +- Radarr +- Sonarr +tests: [] diff --git a/regex_patterns/RW.yml b/regex_patterns/RW.yml new file mode 100644 index 0000000..0f670df --- /dev/null +++ b/regex_patterns/RW.yml @@ -0,0 +1,7 @@ +name: RW +pattern: \b(RW)\b +description: '' +tags: +- Radarr +- Sonarr +tests: [] diff --git a/regex_patterns/Radarr - Upscaled.yml b/regex_patterns/Radarr - Upscaled.yml index 95988ef..4a826b7 100644 --- a/regex_patterns/Radarr - Upscaled.yml +++ b/regex_patterns/Radarr - Upscaled.yml @@ -1,5 +1,5 @@ name: Radarr - Upscaled -pattern: (?<=\b[12]\d{3}\b).*\b(UPS|Up(s(caled?|UHD)|(Rez)))\b +pattern: (?<=\b[12]\d{3}\b).*\b(AI[ ._-]?Enhanced|UPS(UHD)?|Upscaled?([ ._-]?UHD)?|UpRez)\b description: '' tags: - Radarr diff --git a/regex_patterns/Sonarr - Upscaled.yml b/regex_patterns/Sonarr - Upscaled.yml index fa7b193..2532b4f 100644 --- a/regex_patterns/Sonarr - Upscaled.yml +++ b/regex_patterns/Sonarr - Upscaled.yml @@ -1,5 +1,5 @@ name: Sonarr - Upscaled -pattern: (?<=\b\d{3,4}p\b).*\b(UPS|Up(s(caled?|UHD)|(Rez)))\b +pattern: (?<=\b\d{3,4}p\b).*\b(AI[ ._-]?Enhanced|UPS(UHD)?|Upscaled?([ ._-]?UHD)?|UpRez)\b description: '' tags: - Sonarr