diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 1.yml b/custom_formats/1080p Efficient Movie Bluray Tier 1.yml index 9c033738..a28a9f1e 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 1.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 1.yml @@ -26,11 +26,21 @@ conditions: pattern: QxR required: false type: release_group +- name: QxR Release Title + type: release_title + required: false + negate: false + pattern: QxR (Title) - name: TAoE negate: false pattern: TAoE required: false type: release_group +- name: TAoE Release Title + type: release_title + required: false + negate: false + pattern: TAoE (Title) tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient Movie WEB Tier 1.yml b/custom_formats/1080p Efficient Movie WEB Tier 1.yml index ba6ebe19..25efffa0 100644 --- a/custom_formats/1080p Efficient Movie WEB Tier 1.yml +++ b/custom_formats/1080p Efficient Movie WEB Tier 1.yml @@ -31,11 +31,21 @@ conditions: pattern: QxR required: false type: release_group +- name: QxR Release Title + type: release_title + required: false + negate: false + pattern: QxR (Title) - name: TAoE negate: false pattern: TAoE required: false type: release_group +- name: TAoE Release Title + type: release_title + required: false + negate: false + pattern: TAoE (Title) tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient TV Bluray Tier 1.yml b/custom_formats/1080p Efficient TV Bluray Tier 1.yml index 083dd098..20ba7ea8 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 1.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 1.yml @@ -26,11 +26,21 @@ conditions: pattern: QxR required: false type: release_group +- name: QxR Release Title + type: release_title + required: false + negate: false + pattern: QxR (Title) - name: TAoE negate: false pattern: TAoE required: false type: release_group +- name: TAoE Release Title + type: release_title + required: false + negate: false + pattern: TAoE (Title) tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient TV WEB Tier 1.yml b/custom_formats/1080p Efficient TV WEB Tier 1.yml index 1609c7c5..ccc16833 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 1.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 1.yml @@ -31,11 +31,21 @@ conditions: pattern: QxR required: false type: release_group +- name: QxR Release Title + type: release_title + required: false + negate: false + pattern: QxR (Title) - name: TAoE negate: false pattern: TAoE required: false type: release_group +- name: TAoE Release Title + type: release_title + required: false + negate: false + pattern: TAoE (Title) tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient+ Movie Bluray Tier 1.yml b/custom_formats/1080p Efficient+ Movie Bluray Tier 1.yml index 5eec534e..e54e869b 100644 --- a/custom_formats/1080p Efficient+ Movie Bluray Tier 1.yml +++ b/custom_formats/1080p Efficient+ Movie Bluray Tier 1.yml @@ -31,11 +31,21 @@ conditions: pattern: QxR required: false type: release_group +- name: QxR Release Title + type: release_title + required: false + negate: false + pattern: QxR (Title) - name: TAoE negate: false pattern: TAoE required: false type: release_group +- name: TAoE Release Title + type: release_title + required: false + negate: false + pattern: TAoE (Title) tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient+ Movie WEB Tier 1.yml b/custom_formats/1080p Efficient+ Movie WEB Tier 1.yml index ff8592c6..3bde6b93 100644 --- a/custom_formats/1080p Efficient+ Movie WEB Tier 1.yml +++ b/custom_formats/1080p Efficient+ Movie WEB Tier 1.yml @@ -31,11 +31,21 @@ conditions: pattern: QxR required: false type: release_group +- name: QxR Release Title + negate: false + pattern: QxR (Title) + required: false + type: release_title - name: TAoE negate: false pattern: TAoE required: false type: release_group +- name: TAoE Release Title + negate: false + pattern: TAoE (Title) + required: false + type: release_title tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient+ TV Bluray Tier 1.yml b/custom_formats/1080p Efficient+ TV Bluray Tier 1.yml index 0428611e..1d4d8513 100644 --- a/custom_formats/1080p Efficient+ TV Bluray Tier 1.yml +++ b/custom_formats/1080p Efficient+ TV Bluray Tier 1.yml @@ -31,11 +31,21 @@ conditions: pattern: QxR required: false type: release_group +- name: QxR Release Title + type: release_title + required: false + negate: false + pattern: QxR (Title) - name: TAoE negate: false pattern: TAoE required: false type: release_group +- name: TAoE Release Title + type: release_title + required: false + negate: false + pattern: TAoE (Title) tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient+ TV WEB Tier 1.yml b/custom_formats/1080p Efficient+ TV WEB Tier 1.yml index 7ad00717..e66fa353 100644 --- a/custom_formats/1080p Efficient+ TV WEB Tier 1.yml +++ b/custom_formats/1080p Efficient+ TV WEB Tier 1.yml @@ -36,6 +36,16 @@ conditions: pattern: TAoE required: false type: release_group +- name: QxR Release Title + type: release_title + required: false + negate: false + pattern: QxR (Title) +- name: TAoE Release Title + type: release_title + required: false + negate: false + pattern: TAoE (Title) tests: - conditionResults: - matches: true diff --git a/regex_patterns/QxR (Title).yml b/regex_patterns/QxR (Title).yml new file mode 100644 index 00000000..92577e8d --- /dev/null +++ b/regex_patterns/QxR (Title).yml @@ -0,0 +1,7 @@ +name: QxR (Title) +pattern: \b(QxR)\b +description: '' +tags: +- Release Group +- HEVC +tests: [] diff --git a/regex_patterns/TAoE (Title).yml b/regex_patterns/TAoE (Title).yml new file mode 100644 index 00000000..865d0887 --- /dev/null +++ b/regex_patterns/TAoE (Title).yml @@ -0,0 +1,7 @@ +name: TAoE (Title) +pattern: \b(TAoE)\b +description: '' +tags: +- Release Group +- HEVC +tests: []