diff --git a/custom_formats/IMAX Enhanced.yml b/custom_formats/IMAX Enhanced.yml new file mode 100644 index 0000000..c891f99 --- /dev/null +++ b/custom_formats/IMAX Enhanced.yml @@ -0,0 +1,11 @@ +name: IMAX Enhanced +description: '' +tags: +- Edition +conditions: +- name: IMAX Enhanced + negate: false + pattern: IMAX Enhanced + required: true + type: release_title +tests: [] \ No newline at end of file diff --git a/custom_formats/IMAX.yml b/custom_formats/IMAX.yml new file mode 100644 index 0000000..313d879 --- /dev/null +++ b/custom_formats/IMAX.yml @@ -0,0 +1,16 @@ +name: IMAX +description: '' +tags: +- Edition +conditions: +- name: IMAX + type: release_title + required: true + negate: false + pattern: IMAX +- name: Not IMAX Enhanced + type: release_title + required: true + negate: true + pattern: IMAX Enhanced +tests: [] \ No newline at end of file diff --git a/custom_formats/Sing Along.yml b/custom_formats/Sing Along.yml new file mode 100644 index 0000000..2b4635d --- /dev/null +++ b/custom_formats/Sing Along.yml @@ -0,0 +1,12 @@ +name: Sing Along +description: '' +tags: +- Banned +- Enhancement +conditions: +- name: Sing Along + negate: false + pattern: Sing Along + required: true + type: release_title +tests: [] \ No newline at end of file diff --git a/custom_formats/UnWanted Release Groups.yml b/custom_formats/UnWanted Release Groups.yml index 05346e3..a4602e9 100644 --- a/custom_formats/UnWanted Release Groups.yml +++ b/custom_formats/UnWanted Release Groups.yml @@ -14,6 +14,11 @@ conditions: pattern: 4K4U required: false type: release_group +- name: AOC + negate: false + pattern: AOC + required: false + type: release_group - name: AROMA negate: false pattern: AROMA @@ -159,14 +164,39 @@ conditions: pattern: VisionXpert required: false type: release_group +- name: WiKi + type: release_group + required: false + negate: false + pattern: WiKi - name: WOU negate: false pattern: WOU required: false type: release_group +- name: YIFY + negate: false + pattern: YIFY + required: false + type: release_group +- name: YTS + negate: false + pattern: YTS + required: false + type: release_group - name: B0MBARDiERS negate: false pattern: B0MBARDiERS required: false type: release_group +- name: SHD + negate: false + pattern: SHD + required: false + type: release_group +- name: NhaNc3 + negate: false + pattern: NhaNc3 + required: false + type: release_group tests: [] diff --git a/custom_formats/x265 (WEB-DL).yml b/custom_formats/x265 (WEB-DL).yml index 1efb02c..f45db1a 100644 --- a/custom_formats/x265 (WEB-DL).yml +++ b/custom_formats/x265 (WEB-DL).yml @@ -3,16 +3,16 @@ description: '' tags: - Codec conditions: -- name: x265 - negate: false - pattern: x265 - required: true - type: release_title - name: WEB-DL negate: false required: true source: web_dl type: source +- name: x265 + negate: false + pattern: x265 + required: true + type: release_title - name: ABBIE negate: true pattern: ABBIE diff --git a/regex_patterns/A0C.yml b/regex_patterns/A0C.yml new file mode 100644 index 0000000..64c126c --- /dev/null +++ b/regex_patterns/A0C.yml @@ -0,0 +1,7 @@ +name: AOC +pattern: (?<=^|[\s.-])AOC\b +description: Banned for Excessive Audio Streams +tags: +- Release Group +- WEB-DL +tests: [] \ No newline at end of file diff --git a/regex_patterns/NhaNc3.yml b/regex_patterns/NhaNc3.yml new file mode 100644 index 0000000..052f8e5 --- /dev/null +++ b/regex_patterns/NhaNc3.yml @@ -0,0 +1,7 @@ +name: NhaNc3 +pattern: (?<=^|[\s.-])NhaNc3\b +description: Banned for Low Mixed Quality Releases +tags: +- Release Group +- Bluray +tests: [] \ No newline at end of file diff --git a/regex_patterns/SHD.yml b/regex_patterns/SHD.yml new file mode 100644 index 0000000..d8356cf --- /dev/null +++ b/regex_patterns/SHD.yml @@ -0,0 +1,7 @@ +name: SHD +pattern: (?<=^|[\s.-])SHD\b +description: Banned for Retagging +tags: +- Release Group +- WEB-DL +tests: [] \ No newline at end of file diff --git a/regex_patterns/YTS.yml b/regex_patterns/YTS.yml new file mode 100644 index 0000000..3c6f5cc --- /dev/null +++ b/regex_patterns/YTS.yml @@ -0,0 +1,7 @@ +name: YIFY +pattern: (?<=^|[\s.-])YIFY\b +description: Matches "YIFY" when preceded by whitespace, a hyphen or dot +tags: +- Release Group +- Bluray +tests: [] \ No newline at end of file