Update TV_Shows_Collections_In_Memoriam.yml
This commit is contained in:
parent
0baf2a90bc
commit
bea90a18e1
|
@ -1,50 +1,23 @@
|
||||||
# In Memoriam collections for the TV Shows section
|
# In Memoriam collections for the TV Shows section
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
Actor:
|
Person:
|
||||||
default:
|
default:
|
||||||
level: ""
|
level: ""
|
||||||
|
tmdb_person: <<tmdb_id>>
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
actor: tmdb
|
actor: tmdb
|
||||||
tmdb_person: <<tmdb_id>>
|
|
||||||
sort_title: <<level>>+02_<<collection_name>>
|
|
||||||
sync_mode: append
|
|
||||||
visible_library: true
|
|
||||||
visible_shared: true
|
|
||||||
visible_home: true
|
|
||||||
|
|
||||||
Director:
|
|
||||||
default:
|
|
||||||
level: ""
|
|
||||||
smart_filter:
|
|
||||||
sort_by: release.desc
|
|
||||||
any:
|
|
||||||
director: tmdb
|
director: tmdb
|
||||||
tmdb_person: <<tmdb_id>>
|
|
||||||
sort_title: <<level>>+02_<<collection_name>>
|
|
||||||
sync_mode: append
|
|
||||||
visible_library: true
|
|
||||||
visible_shared: true
|
|
||||||
visible_home: true
|
|
||||||
|
|
||||||
Producer:
|
|
||||||
default:
|
|
||||||
level: ""
|
|
||||||
smart_filter:
|
|
||||||
sort_by: release.desc
|
|
||||||
any:
|
|
||||||
producer: tmdb
|
producer: tmdb
|
||||||
tmdb_person: <<tmdb_id>>
|
writer: tmdb
|
||||||
sort_title: <<level>>+02_<<collection_name>>
|
sort_title: <<level>>+02_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Gilbert Gottfried - In Memoriam":
|
"Gilbert Gottfried - In Memoriam":
|
||||||
template: { name: Actor, tmdb_id: 15832 }
|
template: { name: Person, tmdb_id: 15832 }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue