From db73859962ea96e488e76874bac9305375300816 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:22:14 -0500 Subject: [PATCH 01/19] create(format): 1080p Bluray Custom Format --- custom_formats/1080p Bluray.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 custom_formats/1080p Bluray.yml diff --git a/custom_formats/1080p Bluray.yml b/custom_formats/1080p Bluray.yml new file mode 100644 index 0000000..ab6b741 --- /dev/null +++ b/custom_formats/1080p Bluray.yml @@ -0,0 +1,21 @@ +name: 1080p Bluray +description: Matches 1080p Blurays that are NOT remuxes +tags: +- Source +conditions: +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: Remux + negate: true + pattern: Remux + required: true + type: release_title +tests: [] From de9602dbd81c633d5e55c3b30a6df6cacd54948b Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:23:13 -0500 Subject: [PATCH 02/19] create(format): 720p Bluray Custom Format --- custom_formats/720p Bluray.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 custom_formats/720p Bluray.yml diff --git a/custom_formats/720p Bluray.yml b/custom_formats/720p Bluray.yml new file mode 100644 index 0000000..7098fe5 --- /dev/null +++ b/custom_formats/720p Bluray.yml @@ -0,0 +1,21 @@ +name: 720p Bluray +description: Matches 720p Blurays that are NOT remuxes +tags: +- Source +conditions: +- name: 720p + type: resolution + required: true + negate: false + resolution: 720p +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: Remux + negate: true + pattern: Remux + required: true + type: release_title +tests: [] From 9a24cf5608a5f0fd7a357335d6659924d7ca28da Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:24:06 -0500 Subject: [PATCH 03/19] create(format): 480p Bluray Custom Format --- custom_formats/480p Bluray.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 custom_formats/480p Bluray.yml diff --git a/custom_formats/480p Bluray.yml b/custom_formats/480p Bluray.yml new file mode 100644 index 0000000..6211d8a --- /dev/null +++ b/custom_formats/480p Bluray.yml @@ -0,0 +1,21 @@ +name: 480p Bluray +description: Matches 480p Blurays that are NOT remuxes +tags: +- Source +conditions: +- name: 480p + type: resolution + required: true + negate: false + resolution: 480p +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: Remux + negate: true + pattern: Remux + required: true + type: release_title +tests: [] From 461681c6265c89dfc0fd834a57bdfd67ac8d73dc Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:41:46 -0500 Subject: [PATCH 04/19] create(format): 1080p WEBDL Custom Format --- custom_formats/1080 WEBDL.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/1080 WEBDL.yml diff --git a/custom_formats/1080 WEBDL.yml b/custom_formats/1080 WEBDL.yml new file mode 100644 index 0000000..766d035 --- /dev/null +++ b/custom_formats/1080 WEBDL.yml @@ -0,0 +1,16 @@ +name: 1080p WEBDL +description: Matches 1080p WEBDLs. +tags: +- Source +conditions: +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p +- name: WEBDL + negate: false + required: true + source: web_dl + type: source +tests: [] From e5be978b6b8e5726c7e969f63a4cd7f1fee78f34 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:42:46 -0500 Subject: [PATCH 05/19] create(format): 720p WEBDL Custom Format --- custom_formats/720p WEBDL.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/720p WEBDL.yml diff --git a/custom_formats/720p WEBDL.yml b/custom_formats/720p WEBDL.yml new file mode 100644 index 0000000..03674a0 --- /dev/null +++ b/custom_formats/720p WEBDL.yml @@ -0,0 +1,16 @@ +name: 720p WEBDL +description: Matches 720p WEBDLs. +tags: +- Source +conditions: +- name: 720p + type: resolution + required: true + negate: false + resolution: 720p +- name: WEBDL + negate: false + required: true + source: web_dl + type: source +tests: [] From 7ae76d7d5d3278b56ca197f007b19249626c24f3 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:43:53 -0500 Subject: [PATCH 06/19] create(format): 480p WEBDL Custom Format --- custom_formats/480p WEBDL.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/480p WEBDL.yml diff --git a/custom_formats/480p WEBDL.yml b/custom_formats/480p WEBDL.yml new file mode 100644 index 0000000..633c2b7 --- /dev/null +++ b/custom_formats/480p WEBDL.yml @@ -0,0 +1,16 @@ +name: 480p WEBDL +description: Matches 480p WEBDLs. +tags: +- Source +conditions: +- name: 480p + type: resolution + required: true + negate: false + resolution: 480p +- name: WEBDL + negate: false + required: true + source: web_dl + type: source +tests: [] From bde1ff018391c6f0827ed3a6e805d83bcc59c72f Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:45:13 -0500 Subject: [PATCH 07/19] create(format): 2160p WEBDL Custom Format --- custom_formats/2160p WEBDL.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/2160p WEBDL.yml diff --git a/custom_formats/2160p WEBDL.yml b/custom_formats/2160p WEBDL.yml new file mode 100644 index 0000000..b60dad9 --- /dev/null +++ b/custom_formats/2160p WEBDL.yml @@ -0,0 +1,16 @@ +name: 2160p WEBDL +description: Matches 2160p WEBDLs. +tags: +- Source +conditions: +- name: 2160p + type: resolution + required: true + negate: false + resolution: 2160p +- name: WEBDL + negate: false + required: true + source: web_dl + type: source +tests: [] From 2b59411db42b3a15f1a1f6ce1a25d2d3ef3baa4c Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:46:43 -0500 Subject: [PATCH 08/19] tweak(format): Change 1080 to 1080p --- custom_formats/{1080 WEBDL.yml => 1080p WEBDL.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename custom_formats/{1080 WEBDL.yml => 1080p WEBDL.yml} (100%) diff --git a/custom_formats/1080 WEBDL.yml b/custom_formats/1080p WEBDL.yml similarity index 100% rename from custom_formats/1080 WEBDL.yml rename to custom_formats/1080p WEBDL.yml From 9653ddae57b88348d3890185741465fd29e112d0 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:48:44 -0500 Subject: [PATCH 09/19] create(format): 1080p WEBRip Custom Format --- custom_formats/1080p WEBRip.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/1080p WEBRip.yml diff --git a/custom_formats/1080p WEBRip.yml b/custom_formats/1080p WEBRip.yml new file mode 100644 index 0000000..c3337c7 --- /dev/null +++ b/custom_formats/1080p WEBRip.yml @@ -0,0 +1,16 @@ +name: 1080p WEBRip +description: Matches 1080p WEBRips. +tags: +- Source +conditions: +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p +- name: WEBRip + negate: false + required: true + source: webrip + type: source +tests: [] From c5d845f1721952a58e6a30d9d6de6c4c2db6a66c Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:49:58 -0500 Subject: [PATCH 10/19] create(format): 720p WEBRip Custom Format --- custom_formats/720p WEBRip.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/720p WEBRip.yml diff --git a/custom_formats/720p WEBRip.yml b/custom_formats/720p WEBRip.yml new file mode 100644 index 0000000..1c4c29c --- /dev/null +++ b/custom_formats/720p WEBRip.yml @@ -0,0 +1,16 @@ +name: 720p WEBRip +description: Matches 720p WEBRips. +tags: +- Source +conditions: +- name: 720p + type: resolution + required: true + negate: false + resolution: 720p +- name: WEBRip + negate: false + required: true + source: webrip + type: source +tests: [] From 92fd47b2055aecc80375c89b1060c7e703ed7622 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:50:47 -0500 Subject: [PATCH 11/19] create(format): 480p WEBRip Custom Format --- custom_formats/480p WEBRip.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/480p WEBRip.yml diff --git a/custom_formats/480p WEBRip.yml b/custom_formats/480p WEBRip.yml new file mode 100644 index 0000000..bb10ed6 --- /dev/null +++ b/custom_formats/480p WEBRip.yml @@ -0,0 +1,16 @@ +name: 480p WEBRip +description: Matches 480p WEBRips. +tags: +- Source +conditions: +- name: 480p + type: resolution + required: true + negate: false + resolution: 480p +- name: WEBRip + negate: false + required: true + source: webrip + type: source +tests: [] From 38e816ce8a4568639be3e9d75d3ad65f28c2b301 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:51:49 -0500 Subject: [PATCH 12/19] create(format): 2160p WEBRip Custom Format --- custom_formats/2160p WEBRip.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/2160p WEBRip.yml diff --git a/custom_formats/2160p WEBRip.yml b/custom_formats/2160p WEBRip.yml new file mode 100644 index 0000000..0842e72 --- /dev/null +++ b/custom_formats/2160p WEBRip.yml @@ -0,0 +1,16 @@ +name: 2160p WEBRip +description: Matches 2160p WEBRips. +tags: +- Source +conditions: +- name: 2160p + type: resolution + required: true + negate: false + resolution: 2160p +- name: WEBRip + negate: false + required: true + source: webrip + type: source +tests: [] From 0403c2331ac0477fbf5be7f361e91a25059c296c Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 21:15:12 -0500 Subject: [PATCH 13/19] tweak(format): Remove Remux Negation --- custom_formats/1080p Bluray.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/custom_formats/1080p Bluray.yml b/custom_formats/1080p Bluray.yml index ab6b741..d63ffcc 100644 --- a/custom_formats/1080p Bluray.yml +++ b/custom_formats/1080p Bluray.yml @@ -13,9 +13,4 @@ conditions: required: true source: bluray type: source -- name: Remux - negate: true - pattern: Remux - required: true - type: release_title tests: [] From 2f33eceb38262e1d5eb0f13beb6a79dbb3bbb8e3 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 21:16:12 -0500 Subject: [PATCH 14/19] tweak(format): Remove Remux Negation --- custom_formats/480p Bluray.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/custom_formats/480p Bluray.yml b/custom_formats/480p Bluray.yml index 6211d8a..babe8cd 100644 --- a/custom_formats/480p Bluray.yml +++ b/custom_formats/480p Bluray.yml @@ -13,9 +13,4 @@ conditions: required: true source: bluray type: source -- name: Remux - negate: true - pattern: Remux - required: true - type: release_title tests: [] From cb9b992d9186faf8aa84eb8e2c3b4f44361d28a2 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 21:16:27 -0500 Subject: [PATCH 15/19] tweak(format): Remove Remux Negation --- custom_formats/720p Bluray.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/custom_formats/720p Bluray.yml b/custom_formats/720p Bluray.yml index 7098fe5..fedc51c 100644 --- a/custom_formats/720p Bluray.yml +++ b/custom_formats/720p Bluray.yml @@ -13,9 +13,4 @@ conditions: required: true source: bluray type: source -- name: Remux - negate: true - pattern: Remux - required: true - type: release_title tests: [] From 255445350c4f04733d0b0b68240868ef0d43caad Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 21:49:55 -0500 Subject: [PATCH 16/19] create(format): Remux Match using Quality Modifier --- custom_formats/Remux (Quality).yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 custom_formats/Remux (Quality).yml diff --git a/custom_formats/Remux (Quality).yml b/custom_formats/Remux (Quality).yml new file mode 100644 index 0000000..00753e3 --- /dev/null +++ b/custom_formats/Remux (Quality).yml @@ -0,0 +1,11 @@ +name: Remux (Quality) +description: Matches Remux using a quality modifier +tags: +- Storage +conditions: +- name: Remux + type: quality_modifier + required: true + negate: false + qualityModifier: remux +tests: [] From 439d075f10ff9f429dd4488376366abc2d2c12e0 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:37:36 -0500 Subject: [PATCH 17/19] tweak(format): Rename and add DVD Negation --- .../{Remux (Quality).yml => Remux (Quality Match).yml} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename custom_formats/{Remux (Quality).yml => Remux (Quality Match).yml} (64%) diff --git a/custom_formats/Remux (Quality).yml b/custom_formats/Remux (Quality Match).yml similarity index 64% rename from custom_formats/Remux (Quality).yml rename to custom_formats/Remux (Quality Match).yml index 00753e3..c761241 100644 --- a/custom_formats/Remux (Quality).yml +++ b/custom_formats/Remux (Quality Match).yml @@ -1,4 +1,4 @@ -name: Remux (Quality) +name: Remux (Quality Match) description: Matches Remux using a quality modifier tags: - Storage @@ -8,4 +8,9 @@ conditions: required: true negate: false qualityModifier: remux +- name: DVD + negate: true + required: true + source: dvd + type: source tests: [] From 66aaa224b87b4de811a7dcb0fd187e6d3a424c12 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:55:07 -0500 Subject: [PATCH 18/19] create(format): 1080p Remux --- custom_formats/1080p Remux.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/1080p Remux.yml diff --git a/custom_formats/1080p Remux.yml b/custom_formats/1080p Remux.yml new file mode 100644 index 0000000..20f8c5f --- /dev/null +++ b/custom_formats/1080p Remux.yml @@ -0,0 +1,16 @@ +name: 1080p Remux +description: Matches 1080p Remux +tags: +- Source +conditions: +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p +- name: Remux + negate: false + pattern: Remux + required: true + type: release_title +tests: [] From cbd648e4163dac4cf065ff0bf5b34f89a4352e1b Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:56:16 -0500 Subject: [PATCH 19/19] create(format): 2160p Remux --- custom_formats/2160p Remux.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/2160p Remux.yml diff --git a/custom_formats/2160p Remux.yml b/custom_formats/2160p Remux.yml new file mode 100644 index 0000000..df43c49 --- /dev/null +++ b/custom_formats/2160p Remux.yml @@ -0,0 +1,16 @@ +name: 2160p Remux +description: Matches 2160p Remux +tags: +- Source +conditions: +- name: 2160p + type: resolution + required: true + negate: false + resolution: 2160p +- name: Remux + negate: false + pattern: Remux + required: true + type: release_title +tests: []