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] 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] + + +