add playlist keys

This commit is contained in:
meisnate12
2022-08-06 13:17:24 -04:00
parent 64ad77d4be
commit 01ec4aebbb
3 changed files with 81 additions and 8 deletions

View File

@@ -16,13 +16,10 @@
# sort_title: "!02_<<collection_name>>" #
# # Sets the minimum items of the collection #
# minimum_items: 2 #
# # Sets weather to actually build the collection #
# build_collection: true #
#############################################################
external_templates:
git: PMM/templates
template_variables:
collection_section: "02"
templates:
collection:
default:
@@ -34,12 +31,14 @@ templates:
- radarr_add_missing
- name_mapping
- sort_title
- build_collection
cache_builders: 1
minimum_items: <<minimum_items>>
tmdb_collection_details: <<value>>
tmdb_movie: <<movie>>
name_mapping: <<name_mapping>>
sort_title: <<sort_title>>
build_collection: <<build_collection>>
sync_mode: sync
collection_order: <<collection_order>>
radarr_add_missing: <<radarr_add_missing>>