Normal
Yes. There will be two types of filters, simple and complex. For a simple filter you would just pick a tag like genre which would auto fill the sub options with all available genres. You could also do a complex filter where you just give it a name and specify the criteria yourself. Below is a (slightly outdated) mock up of the interface to create a complex filter. The top section allows you to define rules that are either combine with AND or OR logic. You could also add a subfilter in the list of rules which would allow for complex boolean logic like this:(YEAR >=1980 OR YEAR < 1990) AND GENRE='Action'I think most people will just use the filter configuration that is setup out of the box, but it will all be customizable. The system should allow you to setup your collection however you want though. Here is an example of what is possible, although of course this is just a mockup and the final version will probably behave a bit differently in some cases.http://projects.zerobarrier.nl/mediaportal/navigation/filter_demo.xml
Yes. There will be two types of filters, simple and complex. For a simple filter you would just pick a tag like genre which would auto fill the sub options with all available genres. You could also do a complex filter where you just give it a name and specify the criteria yourself. Below is a (slightly outdated) mock up of the interface to create a complex filter. The top section allows you to define rules that are either combine with AND or OR logic. You could also add a subfilter in the list of rules which would allow for complex boolean logic like this:
(YEAR >=1980 OR YEAR < 1990) AND GENRE='Action'
I think most people will just use the filter configuration that is setup out of the box, but it will all be customizable. The system should allow you to setup your collection however you want though. Here is an example of what is possible, although of course this is just a mockup and the final version will probably behave a bit differently in some cases.
http://projects.zerobarrier.nl/mediaportal/navigation/filter_demo.xml