- Append, don't sync for people collections

This commit is contained in:
Nate Harris 2022-02-26 01:25:58 -07:00
parent 1dc995664f
commit 68c7e92bab
2 changed files with 8 additions and 8 deletions

View File

@ -95,7 +95,7 @@ templates:
tmdb_director: <<person>> tmdb_director: <<person>>
tmdb_crew: <<person>> tmdb_crew: <<person>>
sort_title: <<level>>+09_<<collection_name>> sort_title: <<level>>+09_<<collection_name>>
sync_mode: sync sync_mode: append
collection_order: release collection_order: release
visible_library: true visible_library: true
@ -104,7 +104,7 @@ templates:
level: "" level: ""
tmdb_actor_details: <<person>> tmdb_actor_details: <<person>>
sort_title: <<level>>+09_<<collection_name>> sort_title: <<level>>+09_<<collection_name>>
sync_mode: sync sync_mode: append
collection_order: custom collection_order: custom
visible_library: true visible_library: true
@ -113,7 +113,7 @@ templates:
level: "" level: ""
tmdb_director_details: <<person>> tmdb_director_details: <<person>>
sort_title: <<level>>+09_<<collection_name>> sort_title: <<level>>+09_<<collection_name>>
sync_mode: sync sync_mode: append
collection_order: custom collection_order: custom
visible_library: true visible_library: true
@ -122,7 +122,7 @@ templates:
level: "" level: ""
tmdb_producer_details: <<person>> tmdb_producer_details: <<person>>
sort_title: <<level>>+09_<<collection_name>> sort_title: <<level>>+09_<<collection_name>>
sync_mode: sync sync_mode: append
collection_order: custom collection_order: custom
visible_library: true visible_library: true

View File

@ -95,7 +95,7 @@ templates:
tmdb_director: <<person>> tmdb_director: <<person>>
tmdb_crew: <<person>> tmdb_crew: <<person>>
sort_title: <<level>>+09_<<collection_name>> sort_title: <<level>>+09_<<collection_name>>
sync_mode: sync sync_mode: append
collection_order: release collection_order: release
visible_library: true visible_library: true
@ -104,7 +104,7 @@ templates:
level: "" level: ""
tmdb_actor_details: <<person>> tmdb_actor_details: <<person>>
sort_title: <<level>>+09_<<collection_name>> sort_title: <<level>>+09_<<collection_name>>
sync_mode: sync sync_mode: append
collection_order: custom collection_order: custom
visible_library: true visible_library: true
@ -113,7 +113,7 @@ templates:
level: "" level: ""
tmdb_director_details: <<person>> tmdb_director_details: <<person>>
sort_title: <<level>>+09_<<collection_name>> sort_title: <<level>>+09_<<collection_name>>
sync_mode: sync sync_mode: append
collection_order: custom collection_order: custom
visible_library: true visible_library: true
@ -122,7 +122,7 @@ templates:
level: "" level: ""
tmdb_producer_details: <<person>> tmdb_producer_details: <<person>>
sort_title: <<level>>+09_<<collection_name>> sort_title: <<level>>+09_<<collection_name>>
sync_mode: sync sync_mode: append
collection_order: custom collection_order: custom
visible_library: true visible_library: true