diff --git a/custom_formats/DV HDR10+.yml b/custom_formats/DV HDR10+.yml new file mode 100644 index 0000000..27c7d27 --- /dev/null +++ b/custom_formats/DV HDR10+.yml @@ -0,0 +1,20 @@ +name: DV HDR10+ +description: '' +tags: [] +conditions: +- name: DV HDR10+ + type: release_title + required: true + negate: false + pattern: DV HDR10Plus +- name: Not DV HLG + type: release_title + required: true + negate: true + pattern: DV HLG +- name: Not DV SDR + type: release_title + required: true + negate: true + pattern: DV SDR +tests: [] diff --git a/custom_formats/DV HLG.yml b/custom_formats/DV HLG.yml new file mode 100644 index 0000000..fdcfc18 --- /dev/null +++ b/custom_formats/DV HLG.yml @@ -0,0 +1,20 @@ +name: DV HLG +description: '' +tags: [] +conditions: +- name: DV HLG + type: release_title + required: true + negate: false + pattern: DV HLG +- name: Not DV HDR10 + type: release_title + required: true + negate: true + pattern: DV HDR10 +- name: Not DV SDR + type: release_title + required: true + negate: true + pattern: DV SDR +tests: [] diff --git a/custom_formats/DV SDR.yml b/custom_formats/DV SDR.yml new file mode 100644 index 0000000..fec2502 --- /dev/null +++ b/custom_formats/DV SDR.yml @@ -0,0 +1,20 @@ +name: DV SDR +description: '' +tags: [] +conditions: +- name: DV SDR + type: release_title + required: true + negate: false + pattern: DV SDR +- name: Not DV HDR10 + type: release_title + required: true + negate: true + pattern: DV HDR10 +- name: Not DV HLG + type: release_title + required: true + negate: true + pattern: DV HLG +tests: [] diff --git a/custom_formats/Extras.yml b/custom_formats/Extras.yml new file mode 100644 index 0000000..7667460 --- /dev/null +++ b/custom_formats/Extras.yml @@ -0,0 +1,10 @@ +name: Extras +description: '' +tags: [] +conditions: +- name: Extras + type: release_title + required: true + negate: false + pattern: Extras +tests: [] diff --git a/regex_patterns/Extras.yml b/regex_patterns/Extras.yml new file mode 100644 index 0000000..47c59ed --- /dev/null +++ b/regex_patterns/Extras.yml @@ -0,0 +1,5 @@ +name: Extras +pattern: (?<=\b[12]\d{3}\b).*\b(Extras|Bonus|Extended[ ._-]Clip)\b +description: '' +tags: [] +tests: []