From 0d78242c988de2af9276a8367bd86df2dd978358 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 14 Mar 2025 18:54:11 -0500 Subject: [PATCH] tweak(format): Fix Tags --- custom_formats/1080p Bluray.yml | 6 +++--- custom_formats/1080p Remux.yml | 6 +++--- custom_formats/1080p WEBDL.yml | 6 +++--- custom_formats/1080p WEBRip.yml | 6 +++--- custom_formats/480p Bluray.yml | 6 +++--- custom_formats/480p WEBDL.yml | 6 +++--- custom_formats/480p WEBRip.yml | 6 +++--- custom_formats/720p Bluray.yml | 6 +++--- custom_formats/720p WEBDL.yml | 6 +++--- custom_formats/720p WEBRip.yml | 6 +++--- custom_formats/Atmos (Missing).yml | 1 - custom_formats/Atmos.yml | 1 - 12 files changed, 30 insertions(+), 32 deletions(-) diff --git a/custom_formats/1080p Bluray.yml b/custom_formats/1080p Bluray.yml index d63ffcc..bcda3a0 100644 --- a/custom_formats/1080p Bluray.yml +++ b/custom_formats/1080p Bluray.yml @@ -1,13 +1,13 @@ name: 1080p Bluray description: Matches 1080p Blurays that are NOT remuxes tags: -- Source +- Resolution conditions: - name: 1080p - type: resolution - required: true negate: false + required: true resolution: 1080p + type: resolution - name: Bluray negate: false required: true diff --git a/custom_formats/1080p Remux.yml b/custom_formats/1080p Remux.yml index 20f8c5f..e8ab491 100644 --- a/custom_formats/1080p Remux.yml +++ b/custom_formats/1080p Remux.yml @@ -1,13 +1,13 @@ name: 1080p Remux description: Matches 1080p Remux tags: -- Source +- Resolution conditions: - name: 1080p - type: resolution - required: true negate: false + required: true resolution: 1080p + type: resolution - name: Remux negate: false pattern: Remux diff --git a/custom_formats/1080p WEBDL.yml b/custom_formats/1080p WEBDL.yml index 766d035..6ec4932 100644 --- a/custom_formats/1080p WEBDL.yml +++ b/custom_formats/1080p WEBDL.yml @@ -1,13 +1,13 @@ name: 1080p WEBDL description: Matches 1080p WEBDLs. tags: -- Source +- Resolution conditions: - name: 1080p - type: resolution - required: true negate: false + required: true resolution: 1080p + type: resolution - name: WEBDL negate: false required: true diff --git a/custom_formats/1080p WEBRip.yml b/custom_formats/1080p WEBRip.yml index c3337c7..3b787ad 100644 --- a/custom_formats/1080p WEBRip.yml +++ b/custom_formats/1080p WEBRip.yml @@ -1,13 +1,13 @@ name: 1080p WEBRip description: Matches 1080p WEBRips. tags: -- Source +- Resolution conditions: - name: 1080p - type: resolution - required: true negate: false + required: true resolution: 1080p + type: resolution - name: WEBRip negate: false required: true diff --git a/custom_formats/480p Bluray.yml b/custom_formats/480p Bluray.yml index babe8cd..966d361 100644 --- a/custom_formats/480p Bluray.yml +++ b/custom_formats/480p Bluray.yml @@ -1,13 +1,13 @@ name: 480p Bluray description: Matches 480p Blurays that are NOT remuxes tags: -- Source +- Resolution conditions: - name: 480p - type: resolution - required: true negate: false + required: true resolution: 480p + type: resolution - name: Bluray negate: false required: true diff --git a/custom_formats/480p WEBDL.yml b/custom_formats/480p WEBDL.yml index 633c2b7..b5b6956 100644 --- a/custom_formats/480p WEBDL.yml +++ b/custom_formats/480p WEBDL.yml @@ -1,13 +1,13 @@ name: 480p WEBDL description: Matches 480p WEBDLs. tags: -- Source +- Resolution conditions: - name: 480p - type: resolution - required: true negate: false + required: true resolution: 480p + type: resolution - name: WEBDL negate: false required: true diff --git a/custom_formats/480p WEBRip.yml b/custom_formats/480p WEBRip.yml index bb10ed6..b965552 100644 --- a/custom_formats/480p WEBRip.yml +++ b/custom_formats/480p WEBRip.yml @@ -1,13 +1,13 @@ name: 480p WEBRip description: Matches 480p WEBRips. tags: -- Source +- Resolution conditions: - name: 480p - type: resolution - required: true negate: false + required: true resolution: 480p + type: resolution - name: WEBRip negate: false required: true diff --git a/custom_formats/720p Bluray.yml b/custom_formats/720p Bluray.yml index fedc51c..6b6b3bc 100644 --- a/custom_formats/720p Bluray.yml +++ b/custom_formats/720p Bluray.yml @@ -1,13 +1,13 @@ name: 720p Bluray description: Matches 720p Blurays that are NOT remuxes tags: -- Source +- Resolution conditions: - name: 720p - type: resolution - required: true negate: false + required: true resolution: 720p + type: resolution - name: Bluray negate: false required: true diff --git a/custom_formats/720p WEBDL.yml b/custom_formats/720p WEBDL.yml index 03674a0..d783795 100644 --- a/custom_formats/720p WEBDL.yml +++ b/custom_formats/720p WEBDL.yml @@ -1,13 +1,13 @@ name: 720p WEBDL description: Matches 720p WEBDLs. tags: -- Source +- Resolution conditions: - name: 720p - type: resolution - required: true negate: false + required: true resolution: 720p + type: resolution - name: WEBDL negate: false required: true diff --git a/custom_formats/720p WEBRip.yml b/custom_formats/720p WEBRip.yml index 1c4c29c..7325059 100644 --- a/custom_formats/720p WEBRip.yml +++ b/custom_formats/720p WEBRip.yml @@ -1,13 +1,13 @@ name: 720p WEBRip description: Matches 720p WEBRips. tags: -- Source +- Resolution conditions: - name: 720p - type: resolution - required: true negate: false + required: true resolution: 720p + type: resolution - name: WEBRip negate: false required: true diff --git a/custom_formats/Atmos (Missing).yml b/custom_formats/Atmos (Missing).yml index 158fbc7..fac9e8b 100644 --- a/custom_formats/Atmos (Missing).yml +++ b/custom_formats/Atmos (Missing).yml @@ -3,7 +3,6 @@ description: Attempts to match releases which have Atmos (TrueHD 7.1) that don't it correctly. tags: - Audio -- Enhancement - Dolby conditions: - name: 7.1 Surround diff --git a/custom_formats/Atmos.yml b/custom_formats/Atmos.yml index 0f2a0e5..7a71731 100644 --- a/custom_formats/Atmos.yml +++ b/custom_formats/Atmos.yml @@ -2,7 +2,6 @@ name: Atmos description: Matches 'Atmos' Regex Pattern tags: - Audio -- Enhancement - Dolby conditions: - name: Atmos