Custom tree : Folder alpha grouping

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
Psychotaz
Posts:3
Joined:Mon Oct 12, 2009 8:05 pm
AV Hardware:Nevo remote, Twonky, Nevo player,ampli
Custom tree : Folder alpha grouping

Post by Psychotaz » Mon Oct 12, 2009 8:13 pm

Hello,

I try to have a folder alpha grouping. ABCD EFGH IJKL ....
I have add [5] behind the <container buildon='res
I have tested but witout success :

<container name='folder' visibility="simpledefault,advanceddefault,byfolder" id='music/folders' class='object.container.storageFolder' createClass='object.item.audioItem.musicTrack'>
<container buildon='res[5]' sortcriteria='+upnp:originalTrackNumber,+dc:title' createClass='object.item.audioItem.musicTrack' class='object.container.storageFolder' />
</container>

Have you any idea why that doesn't work ?


Thanks

Psychotaz
Posts:3
Joined:Mon Oct 12, 2009 8:05 pm
AV Hardware:Nevo remote, Twonky, Nevo player,ampli

Re: Custom tree : Folder alpha grouping

Post by Psychotaz » Sat Oct 17, 2009 2:01 pm

UP

Please help me ....

ldh2002
Posts:5
Joined:Tue Aug 25, 2009 3:39 pm
AV Hardware:TEAC WAP 5000

Re: Custom tree : Folder alpha grouping

Post by ldh2002 » Sat Oct 24, 2009 4:12 pm

Hi Psychotaz,

firstly, looking at the script snippet you are referring, you seem to be using v5.0.xx - good.

Looking at the docu TMS-View-Configuration.pdf, that can be found somewhere in brian's thread, alpha-grouping and substring matching is applied to generated folders. An "only" could be added here.
As buildon='res' only uses the OS's folders and doesn't generate anything we have to do this organisation effort ourselves (manually).

Cheers

Lars

Psychotaz
Posts:3
Joined:Mon Oct 12, 2009 8:05 pm
AV Hardware:Nevo remote, Twonky, Nevo player,ampli

Re: Custom tree : Folder alpha grouping

Post by Psychotaz » Sat Oct 31, 2009 9:25 am

Thank you very much Lars for your answer. That seem logical.

Locked