Update TV_Shows_Collections_In_Memoriam.yml

This commit is contained in:
Nate Harris 2022-05-05 21:13:45 -06:00 committed by GitHub
parent 0baf2a90bc
commit bea90a18e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 32 deletions

View File

@ -1,42 +1,17 @@
# In Memoriam collections for the TV Shows section
templates:
Actor:
Person:
default:
level: ""
tmdb_person: <<tmdb_id>>
smart_filter:
sort_by: release.desc
any:
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
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
tmdb_person: <<tmdb_id>>
writer: tmdb
sort_title: <<level>>+02_<<collection_name>>
sync_mode: append
visible_library: true
@ -45,6 +20,4 @@ templates:
collections:
"Gilbert Gottfried - In Memoriam":
template: { name: Actor, tmdb_id: 15832 }
template: { name: Person, tmdb_id: 15832 }