From 9cbd7f5af026467513514503cf7ff99e1dff4aab Mon Sep 17 00:00:00 2001 From: johnfawkes <33303104+JohnFawkes@users.noreply.github.com> Date: Mon, 6 Feb 2023 03:39:22 -0500 Subject: [PATCH 1/4] Update resolution.yml --- defaults/overlays/resolution.yml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/defaults/overlays/resolution.yml b/defaults/overlays/resolution.yml index c783b0d6..4bd3cfb9 100644 --- a/defaults/overlays/resolution.yml +++ b/defaults/overlays/resolution.yml @@ -49,6 +49,9 @@ external_templates: - IMAX - Remastered - Criterion + - Coda + - Diamond + - Platinum final_horizontal_offset: default: <> conditions: @@ -282,7 +285,16 @@ overlays: Criterion-Dovetail: variables: {key: criterion, weight: 10, search: Criterion, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] - + Coda-Dovetail: + variables: {key: cuda, weight: 10, search: Coda, type: edition_dovetail, allowed_libraries: movie} + template: [name: edition, name: standard] + Diamond-Dovetail: + variables: {key: diamond, weight: 10, search: Diamond, type: edition_dovetail, allowed_libraries: movie} + template: [name: edition, name: standard] + + Platinum-Dovetail: + variables: {key: platinum, weight: 10, search: Platinum, type: edition_dovetail, allowed_libraries: movie} + template: [name: edition, name: standard] 4K-DV: variables: {key: 4k, alt: dv, weight: 150, type: resolution} template: [name: resolution, name: standard] @@ -380,3 +392,15 @@ overlays: Criterion: variables: {key: criterion, weight: 10, search: Criterion, type: edition, allowed_libraries: movie} template: [name: edition, name: standard] + Coda: + variables: {key: coda, weight: 10, search: Coda, type: edition_dovetail, allowed_libraries: movie} + template: [name: edition, name: standard] + Diamond: + variables: {key: diamond, weight: 10, search: Diamond, type: edition_dovetail, allowed_libraries: movie} + template: [name: edition, name: standard] + Platinum: + variables: {key: platinum, weight: 10, search: Platinum, type: edition_dovetail, allowed_libraries: movie} + template: [name: edition, name: standard] + + + From 9ca70a55b16d25a07a24507a3adb1179503ce164 Mon Sep 17 00:00:00 2001 From: johnfawkes <33303104+JohnFawkes@users.noreply.github.com> Date: Mon, 6 Feb 2023 03:42:36 -0500 Subject: [PATCH 2/4] Update resolution.yml --- defaults/overlays/resolution.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/defaults/overlays/resolution.yml b/defaults/overlays/resolution.yml index 4bd3cfb9..70063d21 100644 --- a/defaults/overlays/resolution.yml +++ b/defaults/overlays/resolution.yml @@ -286,12 +286,11 @@ overlays: variables: {key: criterion, weight: 10, search: Criterion, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] Coda-Dovetail: - variables: {key: cuda, weight: 10, search: Coda, type: edition_dovetail, allowed_libraries: movie} + variables: {key: codacut, weight: 10, search: Coda, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] Diamond-Dovetail: variables: {key: diamond, weight: 10, search: Diamond, type: edition_dovetail, allowed_libraries: movie} - template: [name: edition, name: standard] - + template: [name: edition, name: standard] Platinum-Dovetail: variables: {key: platinum, weight: 10, search: Platinum, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] @@ -346,7 +345,6 @@ overlays: HDR: variables: {key: "", alt: hdr, weight: 1, type: resolution} template: [name: resolution, name: standard] - Directors-Cut: variables: {key: directorscut, weight: 150, search: Director, type: edition, allowed_libraries: movie} template: [name: edition, name: standard] @@ -393,7 +391,7 @@ overlays: variables: {key: criterion, weight: 10, search: Criterion, type: edition, allowed_libraries: movie} template: [name: edition, name: standard] Coda: - variables: {key: coda, weight: 10, search: Coda, type: edition_dovetail, allowed_libraries: movie} + variables: {key: codacut, weight: 10, search: Coda, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] Diamond: variables: {key: diamond, weight: 10, search: Diamond, type: edition_dovetail, allowed_libraries: movie} From b49439abfb2435a5c4dc8e515cb89e37f11f4a5c Mon Sep 17 00:00:00 2001 From: johnfawkes <33303104+JohnFawkes@users.noreply.github.com> Date: Tue, 7 Feb 2023 18:05:47 -0500 Subject: [PATCH 3/4] Update sonarr.md --- docs/config/sonarr.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/config/sonarr.md b/docs/config/sonarr.md index 3d29ece9..3b9eb12d 100644 --- a/docs/config/sonarr.md +++ b/docs/config/sonarr.md @@ -74,20 +74,20 @@ libraries: Library02: # this library overrides sonarr root path and profile metadata_path: - file: config/TV.yml - radarr: + sonarr: root_folder_path: /data/media/shows/tony quality_profile: Better Library03: # this library overrides sonarr quality profile metadata_path: - file: config/TV.yml - radarr: + sonarr: quality_profile: Best Library04: # this library uses the 4K sonarr instance metadata_path: - file: config/TV.yml - radarr: + sonarr: url: https://sonarr-4k.bing.bang token: SOME_OTHER_TOKEN root_folder_path: /data/media/shows/geezer @@ -96,7 +96,7 @@ libraries: Library05: # shows get added by a custom script so they should get added to sonarr-4k metadata_path: - file: config/TV.yml - radarr: + sonarr: url: https://sonarr-4k.bing.bang token: SOME_OTHER_TOKEN root_folder_path: /data/media/shows/bill From ba41f35f8e9e279c775bf23c45779702f5f8d2d0 Mon Sep 17 00:00:00 2001 From: johnfawkes <33303104+JohnFawkes@users.noreply.github.com> Date: Wed, 8 Feb 2023 11:17:18 -0500 Subject: [PATCH 4/4] Update resolution.yml --- defaults/overlays/resolution.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/defaults/overlays/resolution.yml b/defaults/overlays/resolution.yml index 70063d21..451a7e20 100644 --- a/defaults/overlays/resolution.yml +++ b/defaults/overlays/resolution.yml @@ -286,13 +286,13 @@ overlays: variables: {key: criterion, weight: 10, search: Criterion, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] Coda-Dovetail: - variables: {key: codacut, weight: 10, search: Coda, type: edition_dovetail, allowed_libraries: movie} + variables: {key: codacut, weight: 9, search: Coda, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] Diamond-Dovetail: - variables: {key: diamond, weight: 10, search: Diamond, type: edition_dovetail, allowed_libraries: movie} + variables: {key: diamond, weight: 8, search: Diamond, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] Platinum-Dovetail: - variables: {key: platinum, weight: 10, search: Platinum, type: edition_dovetail, allowed_libraries: movie} + variables: {key: platinum, weight: 7, search: Platinum, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] 4K-DV: variables: {key: 4k, alt: dv, weight: 150, type: resolution} @@ -391,13 +391,13 @@ overlays: variables: {key: criterion, weight: 10, search: Criterion, type: edition, allowed_libraries: movie} template: [name: edition, name: standard] Coda: - variables: {key: codacut, weight: 10, search: Coda, type: edition_dovetail, allowed_libraries: movie} + variables: {key: codacut, weight: 9, search: Coda, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] Diamond: - variables: {key: diamond, weight: 10, search: Diamond, type: edition_dovetail, allowed_libraries: movie} + variables: {key: diamond, weight: 8, search: Diamond, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] Platinum: - variables: {key: platinum, weight: 10, search: Platinum, type: edition_dovetail, allowed_libraries: movie} + variables: {key: platinum, weight: 7, search: Platinum, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard]