Sorting by "number plays" will prevent combining with any type of random sorting. An example:
I have 50 tracks with '0' number plays, and 20 with '1' number plays. If I create a smart list that sorts by "[number plays],[random]", it appears that the 'random' part of the sort is completely ignored.
Switching the sort to "[random],[number plays]" doesn't fix the problem.
Expected behavior: The top 50 tracks in the list would contain a random ordering of those songs with 0 plays, the next 20 tracks would contain a random ordering of songs with 1 play, etc.
This become an even greater issue when limiting the play list to a certain number of tracks. Adding a "limit: 10 tracks" to the above smartlist will result in the exact same 10 tacks (in the same order) regardless of the 'random' element in the sort.
Is there any way this can be fixed? I'm really trying to generate a smartlist containing "a random selection of 50 of the least played songs"
Thanks
Gary