diff --git a/custom_formats/Uncensored.yml b/custom_formats/Uncensored.yml new file mode 100644 index 0000000..934c143 --- /dev/null +++ b/custom_formats/Uncensored.yml @@ -0,0 +1,11 @@ +name: Uncensored +description: '' +tags: +- Sonarr +conditions: +- name: Uncensored + type: release_title + required: true + negate: false + pattern: Uncensored +tests: [] diff --git a/profiles/TV 1080p.yml b/profiles/TV 1080p.yml index 4681ae1..41b8666 100644 --- a/profiles/TV 1080p.yml +++ b/profiles/TV 1080p.yml @@ -55,6 +55,8 @@ custom_formats: score: 20 - name: DTS score: 10 +- name: Uncensored + score: 10 - name: Repack1 score: 7 - name: Repack2 diff --git a/profiles/TV 2160p.yml b/profiles/TV 2160p.yml index e26bab6..0505973 100644 --- a/profiles/TV 2160p.yml +++ b/profiles/TV 2160p.yml @@ -67,6 +67,8 @@ custom_formats: score: 20 - name: DTS score: 10 +- name: Uncensored + score: 10 - name: Repack1 score: 7 - name: Repack2 diff --git a/regex_patterns/Uncensored.yml b/regex_patterns/Uncensored.yml new file mode 100644 index 0000000..d5f0d76 --- /dev/null +++ b/regex_patterns/Uncensored.yml @@ -0,0 +1,15 @@ +name: Uncensored +pattern: (?<=^|[^\w])(?:Uncut|Unrated|Uncensored|AT[-_. ]?X)(?=[^\w]|$) +description: '' +tags: [] +tests: +- expected: true + id: 1 + input: South.Park.S19E06.Uncensored.1080p.WEB-DL.AAC2.0.H.264-NTb + lastRun: '2025-07-06T19:49:28.058701' + matchSpan: + end: 28 + start: 18 + matchedContent: Uncensored + matchedGroups: [] + passes: true