- Append, don't sync for people collections
This commit is contained in:
parent
1dc995664f
commit
68c7e92bab
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue