Page 1 of 1

Edit Navigation Tree Twonky 7.2.80.0

Posted: Thu Sep 04, 2014 9:44 am
by nerdienerd
Hey,

I'm running Twonky 7.2.80.0 on a QNAP NAS.
I have already edited the navigation tree in video like this:

video -> title -> A -> videofile
(instead of "ABC")

But I'd like it to be like this:

video -> title -> A -> tvseries -> Season 1 -> videofiles

so what I want is to see it like "by folder" when I'm in any letter.

Thanks you for your help.

Re: Edit Navigation Tree Twonky 7.2.80.0

Posted: Thu Sep 04, 2014 8:00 pm
by phibertron
If you open the view-definitions.xml for editing
and change the title section in the video section, to look like the below, and then save it
and then restart the server, it will work as expected

Code: Select all

<container name='title' id='video/titleindex' class='object.container' createClass='object.item.videoItem.movie'>
<container buildon='dc:title[1,1]' albumart='1' class='object.container' createClass='object.item.videoItem.movie' >
<container buildon='res' albumart='1' class='object.container.storageFolder' createClass='object.item.videoItem.movie' />
</container>
</container>

Re: Edit Navigation Tree Twonky 7.2.80.0

Posted: Thu Sep 04, 2014 9:03 pm
by nerdienerd
It works perfectly!

Thanks!

Re: Edit Navigation Tree Twonky 7.2.80.0

Posted: Thu Sep 04, 2014 9:56 pm
by phibertron
Sweet! Your Welcome

Re: Edit Navigation Tree Twonky 7.2.80.0

Posted: Sun Sep 07, 2014 11:27 am
by nerdienerd
I've got one more question:

Video files starting with a number are in folder "A". Is it possible to get them in a seperate numbers folder?

Re: Edit Navigation Tree Twonky 7.2.80.0

Posted: Sun Sep 07, 2014 3:21 pm
by phibertron
What I posted should have worked, but it looks like I made a typo

Change this

<container buildon='dc:title[1,1]'

To this

<container buildon='dc:title[1:1]'

save it, and restart for the change to take effect

Re: Edit Navigation Tree Twonky 7.2.80.0

Posted: Sun Sep 07, 2014 4:11 pm
by nerdienerd
Thank you again!

Re: Edit Navigation Tree Twonky 7.2.80.0

Posted: Sun Sep 07, 2014 4:21 pm
by phibertron
Your Welcome =)