Page 1 of 1

[SOLVED] Customized view-definitions

Posted: Thu Oct 30, 2014 10:30 am
by nicki4lu
I have changed the view-definitions.xml to add a new container within the album container:

<container name='album' id='video/albums' filteron='dc:description' createClass='object.item.videoItem.movie' class='object.container'>
<container buildon='upnp:album' crosslink='pv:album_crosslink' createClass='object.item.videoItem.movie' class='object.container'>
<container buildon='dc:description' sortcriteria='+upnp:originalTrackNumber' createClass='object.item.videoItem.movie' class='object.container'/>
</container>
</container>

This works perfectly with Twonky Server 7.2.1 but not with the new build 7.2.8. Is there any know change or do I have to change the xml file again?

Thanks for helping!

Re: Customized view-definitions

Posted: Thu Oct 30, 2014 4:33 pm
by phibertron
Looking at the first line, I think the issue is with filteron='dc:description'
you should try it without that first

<container name='album' id='video/albums' filteron='dc:description' createClass='object.item.videoItem.movie' class='object.container'>

note:
all changes to the navtree need a server restart

Re: Customized view-definitions

Posted: Tue Nov 04, 2014 10:17 pm
by nicki4lu
Thank you! This seems to work perfectly again :-)

Re: [SOLVED] Customized view-definitions

Posted: Wed Nov 05, 2014 3:08 am
by phibertron
your welcome, glad to hear you got it working