Edit Navigation Tree Twonky 7.2.80.0

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
nerdienerd
Posts:4
Joined:Thu Sep 04, 2014 9:35 am
AV Hardware:Sony Bravia KDL55HX755, Sony BDV-N590, PS3
Edit Navigation Tree Twonky 7.2.80.0

Post by nerdienerd » Thu Sep 04, 2014 9:44 am

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.

User avatar
phibertron
Posts:1566
Joined:Sun Jan 30, 2011 5:52 pm
AV Hardware:Hardware
========
WHS - HP Ex495
PS3
XBOX 360
iTouch - Gen 2 and Gen 3
PSP - 3000

Encoders
========
Handbrake
x264
ffmpeg
mencoder

Tagging
======
mp3tag

Re: Edit Navigation Tree Twonky 7.2.80.0

Post by phibertron » Thu Sep 04, 2014 8:00 pm

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>
viewtopic.php?f=2&t=10627
viewtopic.php?f=2&t=9353
viewtopic.php?f=2&t=9408
viewtopic.php?f=2&t=9416
viewtopic.php?f=2&t=9424
viewtopic.php?f=2&t=9364
viewtopic.php?f=2&t=9497

nerdienerd
Posts:4
Joined:Thu Sep 04, 2014 9:35 am
AV Hardware:Sony Bravia KDL55HX755, Sony BDV-N590, PS3

Re: Edit Navigation Tree Twonky 7.2.80.0

Post by nerdienerd » Thu Sep 04, 2014 9:03 pm

It works perfectly!

Thanks!

User avatar
phibertron
Posts:1566
Joined:Sun Jan 30, 2011 5:52 pm
AV Hardware:Hardware
========
WHS - HP Ex495
PS3
XBOX 360
iTouch - Gen 2 and Gen 3
PSP - 3000

Encoders
========
Handbrake
x264
ffmpeg
mencoder

Tagging
======
mp3tag

Re: Edit Navigation Tree Twonky 7.2.80.0

Post by phibertron » Thu Sep 04, 2014 9:56 pm

Sweet! Your Welcome
viewtopic.php?f=2&t=10627
viewtopic.php?f=2&t=9353
viewtopic.php?f=2&t=9408
viewtopic.php?f=2&t=9416
viewtopic.php?f=2&t=9424
viewtopic.php?f=2&t=9364
viewtopic.php?f=2&t=9497

nerdienerd
Posts:4
Joined:Thu Sep 04, 2014 9:35 am
AV Hardware:Sony Bravia KDL55HX755, Sony BDV-N590, PS3

Re: Edit Navigation Tree Twonky 7.2.80.0

Post by nerdienerd » Sun Sep 07, 2014 11:27 am

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?

User avatar
phibertron
Posts:1566
Joined:Sun Jan 30, 2011 5:52 pm
AV Hardware:Hardware
========
WHS - HP Ex495
PS3
XBOX 360
iTouch - Gen 2 and Gen 3
PSP - 3000

Encoders
========
Handbrake
x264
ffmpeg
mencoder

Tagging
======
mp3tag

Re: Edit Navigation Tree Twonky 7.2.80.0

Post by phibertron » Sun Sep 07, 2014 3:21 pm

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
viewtopic.php?f=2&t=10627
viewtopic.php?f=2&t=9353
viewtopic.php?f=2&t=9408
viewtopic.php?f=2&t=9416
viewtopic.php?f=2&t=9424
viewtopic.php?f=2&t=9364
viewtopic.php?f=2&t=9497

nerdienerd
Posts:4
Joined:Thu Sep 04, 2014 9:35 am
AV Hardware:Sony Bravia KDL55HX755, Sony BDV-N590, PS3

Re: Edit Navigation Tree Twonky 7.2.80.0

Post by nerdienerd » Sun Sep 07, 2014 4:11 pm

Thank you again!

User avatar
phibertron
Posts:1566
Joined:Sun Jan 30, 2011 5:52 pm
AV Hardware:Hardware
========
WHS - HP Ex495
PS3
XBOX 360
iTouch - Gen 2 and Gen 3
PSP - 3000

Encoders
========
Handbrake
x264
ffmpeg
mencoder

Tagging
======
mp3tag

Re: Edit Navigation Tree Twonky 7.2.80.0

Post by phibertron » Sun Sep 07, 2014 4:21 pm

Your Welcome =)
viewtopic.php?f=2&t=10627
viewtopic.php?f=2&t=9353
viewtopic.php?f=2&t=9408
viewtopic.php?f=2&t=9416
viewtopic.php?f=2&t=9424
viewtopic.php?f=2&t=9364
viewtopic.php?f=2&t=9497

Locked