From 2369c7493fdd99891def162e5d6f12478595a10a Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Thu, 12 Dec 2024 07:35:22 +1050 Subject: [PATCH] feat(format): Add Encode Tier 3 (1080p) Custom Formats --- custom_formats/CRiSC.yml | 12 ++++++++++++ custom_formats/FoRM.yml | 12 ++++++++++++ custom_formats/HiDt.yml | 12 ++++++++++++ custom_formats/SA89.yml | 12 ++++++++++++ custom_formats/decibeL.yml | 12 ++++++++++++ 5 files changed, 60 insertions(+) create mode 100644 custom_formats/CRiSC.yml create mode 100644 custom_formats/FoRM.yml create mode 100644 custom_formats/HiDt.yml create mode 100644 custom_formats/SA89.yml create mode 100644 custom_formats/decibeL.yml diff --git a/custom_formats/CRiSC.yml b/custom_formats/CRiSC.yml new file mode 100644 index 0000000..f32739a --- /dev/null +++ b/custom_formats/CRiSC.yml @@ -0,0 +1,12 @@ +name: CRiSC +description: '' +tags: +- Release Group +- Encode Tier 3 (1080p) +conditions: +- name: Regex + negate: false + pattern: CRiSC + required: true + type: release_group +tests: [] diff --git a/custom_formats/FoRM.yml b/custom_formats/FoRM.yml new file mode 100644 index 0000000..4f2f30f --- /dev/null +++ b/custom_formats/FoRM.yml @@ -0,0 +1,12 @@ +name: FoRM +description: '' +tags: +- Release Group +- Encode Tier 3 (1080p) +conditions: +- name: Regex + negate: false + pattern: FoRM + required: true + type: release_group +tests: [] diff --git a/custom_formats/HiDt.yml b/custom_formats/HiDt.yml new file mode 100644 index 0000000..f4f9364 --- /dev/null +++ b/custom_formats/HiDt.yml @@ -0,0 +1,12 @@ +name: HiDt +description: '' +tags: +- Release Group +- Encode Tier 3 (1080p) +conditions: +- name: Regex + negate: false + pattern: HiDt + required: true + type: release_group +tests: [] diff --git a/custom_formats/SA89.yml b/custom_formats/SA89.yml new file mode 100644 index 0000000..29243b1 --- /dev/null +++ b/custom_formats/SA89.yml @@ -0,0 +1,12 @@ +name: SA89 +description: '' +tags: +- Release Group +- Encode Tier 3 (1080p) +conditions: +- name: Regex + negate: false + pattern: SA89 + required: true + type: release_group +tests: [] diff --git a/custom_formats/decibeL.yml b/custom_formats/decibeL.yml new file mode 100644 index 0000000..84895c3 --- /dev/null +++ b/custom_formats/decibeL.yml @@ -0,0 +1,12 @@ +name: decibeL +description: '' +tags: +- Release Group +- Encode Tier 3 (1080p) +conditions: +- name: Regex + negate: false + pattern: decibeL + required: true + type: release_group +tests: []