Top-Level navigation node for ebooks

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
stoffel
Posts:1
Joined:Sun Jun 20, 2010 8:18 am
AV Hardware:NAS QNAP 219P
Philips Streamium NP2500/NP2900
Top-Level navigation node for ebooks

Post by stoffel » Sun Jun 20, 2010 8:29 am

Hi,

I've tried to add an additional top-level node (for ebooks) into the navigation-tree by editing the view-definitions.xml/custom.xml. Here are the changes to view -definitions.xml:

...
<container name='ebook' groupid='ebook' upnp:originalTrackNumber='4' createClass='object.item.audioItem.musicTrack' >
<container name='allebooks' groupid='ebook/all' createClass='object.item.audioItem.musicTrack' class='object.container'/>
</container>
...

and those to custom.xml:
...
<container groupid='ebook' >
<link groupid='ebook/all' />
</container>
...

both at the end of the navigationtree structure. The parse of the files seems to be correct, but I can't see any entries in the tree. Anybody any idea why this doesn't work ?

Locked