mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-08 09:18:53 -05:00
fix shared section in templates and trakt summary FR
This commit is contained in:
parent
37b2bd83dc
commit
1213874fc5
@ -29,6 +29,8 @@
|
|||||||
# # Available options. Replace "key" with the #
|
# # Available options. Replace "key" with the #
|
||||||
# # desired collection's key from the chart above. #
|
# # desired collection's key from the chart above. #
|
||||||
# #
|
# #
|
||||||
|
# # Customize summary of collection #
|
||||||
|
# summary: A collection of ... #
|
||||||
# # Turn the collection on/off #
|
# # Turn the collection on/off #
|
||||||
# use_key: true #
|
# use_key: true #
|
||||||
# # Determines collection order in its section #
|
# # Determines collection order in its section #
|
||||||
@ -70,10 +72,11 @@ templates:
|
|||||||
trakt:
|
trakt:
|
||||||
default:
|
default:
|
||||||
limit_<<key>>: 100
|
limit_<<key>>: 100
|
||||||
|
summary: A collection of Trakt's Weekly <<library_type>> List
|
||||||
trakt_chart:
|
trakt_chart:
|
||||||
chart: <<key>>
|
chart: <<key>>
|
||||||
limit: <<limit_<<key>>>>
|
limit: <<limit_<<key>>>>
|
||||||
summary: A collection of Trakt's Weekly <<library_type>> List
|
summary: <<summary>>
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Trakt:
|
Trakt:
|
||||||
|
|||||||
@ -33,7 +33,7 @@ templates:
|
|||||||
key: <<collection_name>>
|
key: <<collection_name>>
|
||||||
pre: "_"
|
pre: "_"
|
||||||
order_<<key>>: ""
|
order_<<key>>: ""
|
||||||
image: chart/<<key_encoded>>
|
image: chart/<<collection_name_encoded>>
|
||||||
item_radarr_tag_<<key>>: <<item_radarr_tag>>
|
item_radarr_tag_<<key>>: <<item_radarr_tag>>
|
||||||
item_sonarr_tag_<<key>>: <<item_sonarr_tag>>
|
item_sonarr_tag_<<key>>: <<item_sonarr_tag>>
|
||||||
optional:
|
optional:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user