plex-configs/plex/pmm/collections/Movies/Movies_Collections_In_Memor...

51 lines
1.0 KiB
YAML
Raw Normal View History

# In Memoriam collections for the Movies section
templates:
Actor:
default:
level: ""
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>>
sort_title: <<level>>+02_<<collection_name>>
sync_mode: append
visible_library: true
visible_shared: true
visible_home: true
collections:
"Gilbert Gottfried - In Memoriam":
2022-04-13 04:31:17 +00:00
template: { name: Actor, tmdb_id: 15832 }