From 913da9b603bc319d931487f8701f98183db8eae9 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Thu, 12 Dec 2024 07:39:18 +1050 Subject: [PATCH] feat(format): Add Encode Tier 4 (1080p) Custom Formats --- custom_formats/BMF.yml | 12 ++++++++++++ custom_formats/EA.yml | 12 ++++++++++++ custom_formats/HDMaNiAcS.yml | 12 ++++++++++++ custom_formats/IDE.yml | 12 ++++++++++++ custom_formats/LolHD.yml | 12 ++++++++++++ custom_formats/NCmt.yml | 12 ++++++++++++ custom_formats/NTb.yml | 17 +++++++++++++++++ 7 files changed, 89 insertions(+) create mode 100644 custom_formats/BMF.yml create mode 100644 custom_formats/EA.yml create mode 100644 custom_formats/HDMaNiAcS.yml create mode 100644 custom_formats/IDE.yml create mode 100644 custom_formats/LolHD.yml create mode 100644 custom_formats/NCmt.yml create mode 100644 custom_formats/NTb.yml diff --git a/custom_formats/BMF.yml b/custom_formats/BMF.yml new file mode 100644 index 0000000..eca4080 --- /dev/null +++ b/custom_formats/BMF.yml @@ -0,0 +1,12 @@ +name: BMF +description: '' +tags: +- Release Group +- Encode Tier 4 (1080p) +conditions: +- name: Regex + negate: false + pattern: BMF + required: true + type: release_group +tests: [] diff --git a/custom_formats/EA.yml b/custom_formats/EA.yml new file mode 100644 index 0000000..6714f2f --- /dev/null +++ b/custom_formats/EA.yml @@ -0,0 +1,12 @@ +name: EA +description: '' +tags: +- Release Group +- Encode Tier 4 (1080p) +conditions: +- name: Regex + negate: false + pattern: EA + required: true + type: release_group +tests: [] diff --git a/custom_formats/HDMaNiAcS.yml b/custom_formats/HDMaNiAcS.yml new file mode 100644 index 0000000..3f463bb --- /dev/null +++ b/custom_formats/HDMaNiAcS.yml @@ -0,0 +1,12 @@ +name: HDMaNiAcS +description: '' +tags: +- Release Group +- Encode Tier 4 (1080p) +conditions: +- name: Regex + negate: false + pattern: HDMaNiAcS + required: true + type: release_group +tests: [] diff --git a/custom_formats/IDE.yml b/custom_formats/IDE.yml new file mode 100644 index 0000000..83621b6 --- /dev/null +++ b/custom_formats/IDE.yml @@ -0,0 +1,12 @@ +name: IDE +description: '' +tags: +- Release Group +- Encode Tier 4 (1080p) +conditions: +- name: Regex + negate: false + pattern: IDE + required: true + type: release_group +tests: [] diff --git a/custom_formats/LolHD.yml b/custom_formats/LolHD.yml new file mode 100644 index 0000000..e383b62 --- /dev/null +++ b/custom_formats/LolHD.yml @@ -0,0 +1,12 @@ +name: LolHD +description: '' +tags: +- Release Group +- Encode Tier 4 (1080p) +conditions: +- name: Regex + negate: false + pattern: LolHD + required: true + type: release_group +tests: [] diff --git a/custom_formats/NCmt.yml b/custom_formats/NCmt.yml new file mode 100644 index 0000000..6e0a01f --- /dev/null +++ b/custom_formats/NCmt.yml @@ -0,0 +1,12 @@ +name: NCmt +description: '' +tags: +- Release Group +- Encode Tier 4 (1080p) +conditions: +- name: Regex + negate: false + pattern: NCmt + required: true + type: release_group +tests: [] diff --git a/custom_formats/NTb.yml b/custom_formats/NTb.yml new file mode 100644 index 0000000..ffae788 --- /dev/null +++ b/custom_formats/NTb.yml @@ -0,0 +1,17 @@ +name: NTb +description: '' +tags: +- Release Group +- Encode Tier 4 (1080p) +conditions: +- name: Regex + negate: false + pattern: NTb + required: true + type: release_group +- name: Not WEB-DL + type: source + required: false + negate: true + source: web_dl +tests: []