I'm trying to filter out movies for my kid. Now, setting single filed filter (custom search) on "animation" as a genre is easy, but he also wants to watch movies that are not animated (i.e. star wars, batman, etc). Is there a way to display movies of 3-4 different genres?
Hm, thinking of that, would it be possible to filter in xAnt on multiple values or with wildcards, something like:
filters=$$ITEM_BORROWER(movies*)
or
filters=$$ITEM_BORROWER(movies_adult), $$ITEM_BORROWER(movies_kid)
I'm thinking of creating separate DB for kids (but would like to have ALL movies when logged on as "adult" - including kid's movies)