mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-20 15:06:07 -05:00
add collection_order_key to chart collections
This commit is contained in:
@@ -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>>>>
|
||||
|
||||
Reference in New Issue
Block a user