Page 1 of 1

Custom tree : Folder alpha grouping

Posted: Mon Oct 12, 2009 8:13 pm
by Psychotaz
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

Re: Custom tree : Folder alpha grouping

Posted: Sat Oct 17, 2009 2:01 pm
by Psychotaz
UP

Please help me ....

Re: Custom tree : Folder alpha grouping

Posted: Sat Oct 24, 2009 4:12 pm
by ldh2002
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

Re: Custom tree : Folder alpha grouping

Posted: Sat Oct 31, 2009 9:25 am
by Psychotaz
Thank you very much Lars for your answer. That seem logical.