From 0034bf3b55a9b1681ea8631d976f269a14958faa Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Thu, 14 Jul 2022 15:47:41 -0400 Subject: [PATCH] add sort_title to franchise --- PMM/movie/franchise.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PMM/movie/franchise.yml b/PMM/movie/franchise.yml index f309eec..ef63d7d 100644 --- a/PMM/movie/franchise.yml +++ b/PMM/movie/franchise.yml @@ -12,6 +12,8 @@ # radarr_add_missing: true # # # Sets the collection order of the collection # # collection_order: alpha # +# # Sets the sort title # +# sort_title: "!02_<>" # # # Sets the minimum items of the collection # # minimum_items: 2 # ############################################################# @@ -31,11 +33,13 @@ templates: - movie - radarr_add_missing - name_mapping + - sort_title cache_builders: 1 minimum_items: <> tmdb_collection_details: <> tmdb_movie: <> name_mapping: <> + sort_title: <> sync_mode: sync collection_order: <> radarr_add_missing: <>