[63] Merge remote-tracking branch 'refs/remotes/JohnFawkes/nightly' into nightly

pull/1311/head
meisnate12 2 years ago
commit 19f9280a19

@ -49,6 +49,9 @@ external_templates:
- IMAX - IMAX
- Remastered - Remastered
- Criterion - Criterion
- Coda
- Diamond
- Platinum
final_horizontal_offset: final_horizontal_offset:
default: <<horizontal_offset>> default: <<horizontal_offset>>
conditions: conditions:
@ -282,7 +285,15 @@ overlays:
Criterion-Dovetail: Criterion-Dovetail:
variables: {key: criterion, weight: 10, search: Criterion, type: edition_dovetail, allowed_libraries: movie} variables: {key: criterion, weight: 10, search: Criterion, type: edition_dovetail, allowed_libraries: movie}
template: [name: edition, name: standard] template: [name: edition, name: standard]
Coda-Dovetail:
variables: {key: codacut, weight: 9, search: Coda, type: edition_dovetail, allowed_libraries: movie}
template: [name: edition, name: standard]
Diamond-Dovetail:
variables: {key: diamond, weight: 8, search: Diamond, type: edition_dovetail, allowed_libraries: movie}
template: [name: edition, name: standard]
Platinum-Dovetail:
variables: {key: platinum, weight: 7, search: Platinum, type: edition_dovetail, allowed_libraries: movie}
template: [name: edition, name: standard]
4K-DV: 4K-DV:
variables: {key: 4k, alt: dv, weight: 150, type: resolution} variables: {key: 4k, alt: dv, weight: 150, type: resolution}
template: [name: resolution, name: standard] template: [name: resolution, name: standard]
@ -334,7 +345,6 @@ overlays:
HDR: HDR:
variables: {key: "", alt: hdr, weight: 1, type: resolution} variables: {key: "", alt: hdr, weight: 1, type: resolution}
template: [name: resolution, name: standard] template: [name: resolution, name: standard]
Directors-Cut: Directors-Cut:
variables: {key: directorscut, weight: 150, search: Director, type: edition, allowed_libraries: movie} variables: {key: directorscut, weight: 150, search: Director, type: edition, allowed_libraries: movie}
template: [name: edition, name: standard] template: [name: edition, name: standard]
@ -380,3 +390,15 @@ overlays:
Criterion: Criterion:
variables: {key: criterion, weight: 10, search: Criterion, type: edition, allowed_libraries: movie} variables: {key: criterion, weight: 10, search: Criterion, type: edition, allowed_libraries: movie}
template: [name: edition, name: standard] template: [name: edition, name: standard]
Coda:
variables: {key: codacut, weight: 9, search: Coda, type: edition_dovetail, allowed_libraries: movie}
template: [name: edition, name: standard]
Diamond:
variables: {key: diamond, weight: 8, search: Diamond, type: edition_dovetail, allowed_libraries: movie}
template: [name: edition, name: standard]
Platinum:
variables: {key: platinum, weight: 7, search: Platinum, type: edition_dovetail, allowed_libraries: movie}
template: [name: edition, name: standard]

@ -74,20 +74,20 @@ libraries:
Library02: # this library overrides sonarr root path and profile Library02: # this library overrides sonarr root path and profile
metadata_path: metadata_path:
- file: config/TV.yml - file: config/TV.yml
radarr: sonarr:
root_folder_path: /data/media/shows/tony root_folder_path: /data/media/shows/tony
quality_profile: Better quality_profile: Better
Library03: # this library overrides sonarr quality profile Library03: # this library overrides sonarr quality profile
metadata_path: metadata_path:
- file: config/TV.yml - file: config/TV.yml
radarr: sonarr:
quality_profile: Best quality_profile: Best
Library04: # this library uses the 4K sonarr instance Library04: # this library uses the 4K sonarr instance
metadata_path: metadata_path:
- file: config/TV.yml - file: config/TV.yml
radarr: sonarr:
url: https://sonarr-4k.bing.bang url: https://sonarr-4k.bing.bang
token: SOME_OTHER_TOKEN token: SOME_OTHER_TOKEN
root_folder_path: /data/media/shows/geezer 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 Library05: # shows get added by a custom script so they should get added to sonarr-4k
metadata_path: metadata_path:
- file: config/TV.yml - file: config/TV.yml
radarr: sonarr:
url: https://sonarr-4k.bing.bang url: https://sonarr-4k.bing.bang
token: SOME_OTHER_TOKEN token: SOME_OTHER_TOKEN
root_folder_path: /data/media/shows/bill root_folder_path: /data/media/shows/bill

Loading…
Cancel
Save