mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
add sort_title to franchise
This commit is contained in:
parent
a02609f634
commit
0034bf3b55
@ -12,6 +12,8 @@
|
|||||||
# radarr_add_missing: true #
|
# radarr_add_missing: true #
|
||||||
# # Sets the collection order of the collection #
|
# # Sets the collection order of the collection #
|
||||||
# collection_order: alpha #
|
# collection_order: alpha #
|
||||||
|
# # Sets the sort title #
|
||||||
|
# sort_title: "!02_<<collection_name>>" #
|
||||||
# # Sets the minimum items of the collection #
|
# # Sets the minimum items of the collection #
|
||||||
# minimum_items: 2 #
|
# minimum_items: 2 #
|
||||||
#############################################################
|
#############################################################
|
||||||
@ -31,11 +33,13 @@ templates:
|
|||||||
- movie
|
- movie
|
||||||
- radarr_add_missing
|
- radarr_add_missing
|
||||||
- name_mapping
|
- name_mapping
|
||||||
|
- sort_title
|
||||||
cache_builders: 1
|
cache_builders: 1
|
||||||
minimum_items: <<minimum_items>>
|
minimum_items: <<minimum_items>>
|
||||||
tmdb_collection_details: <<value>>
|
tmdb_collection_details: <<value>>
|
||||||
tmdb_movie: <<movie>>
|
tmdb_movie: <<movie>>
|
||||||
name_mapping: <<name_mapping>>
|
name_mapping: <<name_mapping>>
|
||||||
|
sort_title: <<sort_title>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: <<collection_order>>
|
collection_order: <<collection_order>>
|
||||||
radarr_add_missing: <<radarr_add_missing>>
|
radarr_add_missing: <<radarr_add_missing>>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user