mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 20:43:07 +00:00
[63] Merge remote-tracking branch 'refs/remotes/JohnFawkes/nightly' into nightly
This commit is contained in:
commit
19f9280a19
2 changed files with 28 additions and 6 deletions
|
@ -49,6 +49,9 @@ external_templates:
|
|||
- IMAX
|
||||
- Remastered
|
||||
- Criterion
|
||||
- Coda
|
||||
- Diamond
|
||||
- Platinum
|
||||
final_horizontal_offset:
|
||||
default: <<horizontal_offset>>
|
||||
conditions:
|
||||
|
@ -282,7 +285,15 @@ 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: 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:
|
||||
variables: {key: 4k, alt: dv, weight: 150, type: resolution}
|
||||
template: [name: resolution, name: standard]
|
||||
|
@ -334,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]
|
||||
|
@ -380,3 +390,15 @@ overlays:
|
|||
Criterion:
|
||||
variables: {key: criterion, weight: 10, search: Criterion, type: edition, allowed_libraries: movie}
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue