It sorts on the title of tracks only so if there are multiple tracks with the same title then you'll see them in whatever order the database feels like - that might be the order they were scanned in, or some internal database order (not sure what MySQL does), but it's almost certainly not predictable.
If it's very important then I might be able to make it predictable by sorting on (artist,album,title), but it might take me a while to get around to it as I've just got back from holiday. I'm pretty sure, though, that the normal SlimServer search doesn't do that either. Stuart MillmoorRon wrote: > Ah! It DOES actually sort the results - just not as I was expecting. > > I only really use song search and the results are sorted by the SONG > name (which does seem the logical thing to do!) however I have the > display formatted as 'ARTIST - TITLE - ALBUM' so it appears to be in a > random order. > > Where the search returns several songs with identical names they do not > appear to be sorted though - what should happen in this case? > > > _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins