From 88ebc2917d5c3220881c5df6932221eb48d0e0fc Mon Sep 17 00:00:00 2001 From: bedynamictech Date: Sat, 12 Apr 2025 08:27:51 -0700 Subject: [PATCH] tweak: Modified WEB Tier names --- custom_formats/{WEB Tier 01.yml => TV Tier 01.yml} | 7 ++++++- custom_formats/{WEB Tier 02.yml => TV Tier 02.yml} | 2 +- custom_formats/{WEB Tier 03.yml => TV Tier 03.yml} | 6 +++--- profiles/(1080p) Streaming Optimized.yml | 6 +++--- profiles/(1080p) TV Shows.yml | 6 +++--- profiles/(2160p) Streaming Optimized.yml | 6 +++--- profiles/(2160p) TV Shows.yml | 6 +++--- regex_patterns/BoOk.yml | 6 ++++++ 8 files changed, 28 insertions(+), 17 deletions(-) rename custom_formats/{WEB Tier 01.yml => TV Tier 01.yml} (94%) rename custom_formats/{WEB Tier 02.yml => TV Tier 02.yml} (98%) rename custom_formats/{WEB Tier 03.yml => TV Tier 03.yml} (98%) create mode 100644 regex_patterns/BoOk.yml diff --git a/custom_formats/WEB Tier 01.yml b/custom_formats/TV Tier 01.yml similarity index 94% rename from custom_formats/WEB Tier 01.yml rename to custom_formats/TV Tier 01.yml index 46f516d..7872a26 100644 --- a/custom_formats/WEB Tier 01.yml +++ b/custom_formats/TV Tier 01.yml @@ -1,4 +1,4 @@ -name: WEB Tier 01 +name: TV Tier 01 description: '' tags: - Group Tiers @@ -13,6 +13,11 @@ conditions: required: false source: webrip type: source +- name: DVD + type: source + required: false + negate: false + source: dvd - name: ABBIE negate: false pattern: ABBIE diff --git a/custom_formats/WEB Tier 02.yml b/custom_formats/TV Tier 02.yml similarity index 98% rename from custom_formats/WEB Tier 02.yml rename to custom_formats/TV Tier 02.yml index 69adf97..3aaec81 100644 --- a/custom_formats/WEB Tier 02.yml +++ b/custom_formats/TV Tier 02.yml @@ -1,4 +1,4 @@ -name: WEB Tier 02 +name: TV Tier 02 description: '' tags: - Group Tiers diff --git a/custom_formats/WEB Tier 03.yml b/custom_formats/TV Tier 03.yml similarity index 98% rename from custom_formats/WEB Tier 03.yml rename to custom_formats/TV Tier 03.yml index 5f03be8..19d7049 100644 --- a/custom_formats/WEB Tier 03.yml +++ b/custom_formats/TV Tier 03.yml @@ -1,4 +1,4 @@ -name: WEB Tier 03 +name: TV Tier 03 description: '' tags: - Group Tiers @@ -59,8 +59,8 @@ conditions: required: false type: release_group - name: CtrlHD - type: release_group - required: false negate: false pattern: CtrlHD + required: false + type: release_group tests: [] diff --git a/profiles/(1080p) Streaming Optimized.yml b/profiles/(1080p) Streaming Optimized.yml index 0cf5672..c641a73 100644 --- a/profiles/(1080p) Streaming Optimized.yml +++ b/profiles/(1080p) Streaming Optimized.yml @@ -15,11 +15,11 @@ minCustomFormatScore: 10 upgradeUntilScore: 10000 minScoreIncrement: 1 custom_formats: -- name: WEB Tier 01 +- name: TV Tier 01 score: 1700 -- name: WEB Tier 02 +- name: TV Tier 02 score: 1650 -- name: WEB Tier 03 +- name: TV Tier 03 score: 1600 - name: HD Bluray Tier 01 score: 1100 diff --git a/profiles/(1080p) TV Shows.yml b/profiles/(1080p) TV Shows.yml index a68c28e..d7fd246 100644 --- a/profiles/(1080p) TV Shows.yml +++ b/profiles/(1080p) TV Shows.yml @@ -13,13 +13,13 @@ minCustomFormatScore: 10 upgradeUntilScore: 10000 minScoreIncrement: 1 custom_formats: -- name: WEB Tier 01 +- name: TV Tier 01 score: 1700 -- name: WEB Tier 02 +- name: TV Tier 02 score: 1650 - name: WEB Scene score: 1600 -- name: WEB Tier 03 +- name: TV Tier 03 score: 1600 - name: DV HDR10 score: 1500 diff --git a/profiles/(2160p) Streaming Optimized.yml b/profiles/(2160p) Streaming Optimized.yml index 6eea5ba..b4e55ba 100644 --- a/profiles/(2160p) Streaming Optimized.yml +++ b/profiles/(2160p) Streaming Optimized.yml @@ -15,11 +15,11 @@ minCustomFormatScore: 10 upgradeUntilScore: 10000 minScoreIncrement: 1 custom_formats: -- name: WEB Tier 01 +- name: TV Tier 01 score: 1700 -- name: WEB Tier 02 +- name: TV Tier 02 score: 1650 -- name: WEB Tier 03 +- name: TV Tier 03 score: 1600 - name: DV score: 1500 diff --git a/profiles/(2160p) TV Shows.yml b/profiles/(2160p) TV Shows.yml index 4b06ae8..6e0202e 100644 --- a/profiles/(2160p) TV Shows.yml +++ b/profiles/(2160p) TV Shows.yml @@ -20,13 +20,13 @@ minCustomFormatScore: 10 upgradeUntilScore: 10000 minScoreIncrement: 1 custom_formats: -- name: WEB Tier 01 +- name: TV Tier 01 score: 1700 -- name: WEB Tier 02 +- name: TV Tier 02 score: 1650 - name: WEB Scene score: 1600 -- name: WEB Tier 03 +- name: TV Tier 03 score: 1600 - name: DV HDR10 score: 1500 diff --git a/regex_patterns/BoOk.yml b/regex_patterns/BoOk.yml new file mode 100644 index 0000000..e2fb07b --- /dev/null +++ b/regex_patterns/BoOk.yml @@ -0,0 +1,6 @@ +name: BoOk +pattern: ^(BoOk)$ +description: '' +tags: +- Release Group +tests: []