Hi Guys,
I have a collection targeted to children:
smart_filter:
all:
label.not: nokids
any:
- genre: [Animation, Familie]
- content_rating: [4, 5, 6, 7, 8, 9, 10] #this would need tailored to your library
label: yeskids
url_poster: https://theposterdb.com/api/assets/241009/view
collection_mode: hide_items
sort_title: +01_Kids
The Problem is , when I select a content_ratingwhich is not present on the library, the collection will just fail . But maybe later i will have media, with the correct content rating in my library. So is it possible to somehow put the Content Ratings i want in the collection definiton and just ignore them if there are none of it?