add collection_order_key to chart collections

This commit is contained in:
meisnate12
2022-09-16 14:54:22 -04:00
parent 6ef6cefb34
commit ab7e155af9
10 changed files with 62 additions and 35 deletions

View File

@@ -50,9 +50,41 @@ templates:
collection_mode: <<collection_mode>>
sort_title: "!<<collection_section>><<pre>><<order_<<key>>>><<sort>>"
smart_chart_shared:
default:
collection_section: "00"
key: <<collection_name>>
sort: <<collection_name>>
pre: "_"
order_<<key>>: ""
item_radarr_tag_<<key>>: <<item_radarr_tag>>
item_sonarr_tag_<<key>>: <<item_sonarr_tag>>
optional:
- use_<<key>>
- visible_library_<<key>>
- visible_home_<<key>>
- visible_shared_<<key>>
- collection_mode
- item_radarr_tag
- item_sonarr_tag
- library_types
- check_library
allowed_library_types:
- <<use_<<key>>>>
- <<check_library>>
visible_library: <<visible_library_<<key>>>>
visible_home: <<visible_home_<<key>>>>
visible_shared: <<visible_shared_<<key>>>>
item_radarr_tag: <<item_radarr_tag_<<key>>>>
item_sonarr_tag: <<item_sonarr_tag_<<key>>>>
collection_mode: <<collection_mode>>
sort_title: "!<<collection_section>><<pre>><<order_<<key>>>><<sort>>"
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/chart/<<collection_name_encoded>>.jpg
chart_shared:
default:
collection_section: "00"
collection_order_<<key>>: custom
key: <<collection_name>>
sort: <<collection_name>>
pre: "_"
@@ -80,6 +112,8 @@ templates:
allowed_library_types:
- <<use_<<key>>>>
- <<check_library>>
collection_order: <<collection_order_<<key>>>>
sync_mode: sync
visible_library: <<visible_library_<<key>>>>
visible_home: <<visible_home_<<key>>>>
visible_shared: <<visible_shared_<<key>>>>