Definition in XML file for sorting order
Posted: Wed Jan 13, 2010 1:17 pm
Hi,
I have a problem here with my individual XML file definition (TMS 5.1.2, running under Linux).
I try to set up the following sorting order for music files:
First sort by ARTIST, then sort by ALBUM and finally sort by TRACK ID.
I use the following code for this:
But whatever I do (re-scan, re-building DB etc.) it never sorts by ARTIST. Sorting by ALBUM and TRACK ID works like a charm. I also played around with only ARTIST and ALBUM sorting only but it seems TMS always refuses to accept "+upnp:Artist" as a sorting option...
Any ideas?
Regard
ThyMaster
I have a problem here with my individual XML file definition (TMS 5.1.2, running under Linux).
I try to set up the following sorting order for music files:
First sort by ARTIST, then sort by ALBUM and finally sort by TRACK ID.
I use the following code for this:
Code: Select all
<container name='allname' albumart='1' sortcriteria='+upnp:Artist,+upnp:album,+upnp:originalTrackNumber' class='object.container' createClass='object.item.audioItem.musicTrack,object.item.audioItem.online.musicTrack'></container>
Any ideas?
Regard
ThyMaster