Page 1 of 1

Using "composer" sub-tree only for classical music ?

Posted: Mon Dec 15, 2014 9:32 pm
by w8rn8r
I'd like to restrict the "by composer" branch in the navigation tree of my Twonky server v6.0.38 installation to genre="Classical" only. That branch seems to be created with this paragraph in view-definitions.xml:

<container name='composer' id='music/composers' createClass='object.item.audioItem.m
<container buildon='upnp:author@role' createClass='object.item.audioItem.mus
</container>

I guess that this will require an additional statement similar to: filteron='upnp:genre="Classical"'.
What's the exact syntax and exactly where does that statement need to be included ?

Thanks !