Hi. I use the below config to create multiple collections of unplayed movies by genre - and this works just great. Each managed user gets a collection containing only those movies they personally have not played. The challenge is when a user has no movies in a particular genre - either they have watched them all or they do not have access to those movies anyway. Because the creation of the collections is at the admin level, users can find they have collections with no content. I've been through the Wiki numerous times, but have been unable to find a solution. Is this possible and I have missed something or is this a limitation of Plex?
templates:
unplayed:
smart_filter:
sort_by: release.desc
all:
genre: <<value>>
plays.lt: 1
collection_filtering: user
minimum_items: 1
sort_title: "!101_<<collection_name>>"
content_rating: PG
summary: <<summary>>
dynamic_collections:
Genres:
type: genre
title_format: <<key_name>>
key_name_override:
Alien: Aliens
template: unplayed
template_variables:
exclude:
- Artificial Intelligence
- Boxing
summary:
Action: >-
"Put... the bunny... back... in the box."
- Cameron Poe: Con Air (1997)
Adventure: >-
"To live would be an awfully big adventure."
- Peter Pan: Hook (1991)
Alien: >-
"Get away from her, you b***h!"
- Ripley: Aliens (1986)