INTERACT FORUM
More => Old Versions => Media Center 12 (Development Ended) => Topic started by: MarkCoutinho on May 15, 2008, 02:06:04 pm
-
I've this thing of which I'm sure it should work easily but I can't get it done.
I have created a smartlist and I want it sorted in two phases (if that's correct English)
FIRST: sort on Numbers Played
and within that sorting a SECOND one: random
But every time I hit the random (preset) button for being the next line it makes the first rule disappear.
I even manually added this line:
~sort=[Number Plays],[Random]
But if I close this dialogue box and re-open it, the Random-variable is gone!
Where do I go wrong?
Thanks for your help!
-
Bump
-
I don't think its possible to do the second bit, either you sort by field(s) or random.
-
Really? Surely you must be mistaking. That is: I hope you're mistaking.
Anyone who knows for sure?
-
Why? it seems contradictory
First sort by a field than jumble it up!
Can you explain what it is you are trying to achieve ?
Would it not be better to get by number played >= to x
and then randomise it.
-
I'm not sure if I can explain it better than I did, but this is what I want:
FIRST: sort on Numbers Played
and WITHIN that sorting a SECOND one: random
So the first sorting ends up with, say, 10 titles which are 2 times played, then 8 of songs that are 3 times played and then 9 that are 4 times played, etc. etc.
Now the second sorting has to take place so that:
the 10 titles of 2 times played show up in a different order every time you open the playlist
AND the 8 titles of 3 times played show up in a different order every time you open the playlist
AND the 9 titles of 4 times played show up in a different order every time you open the playlist
As far as I can see MC keeps the same order of appearance after the first sorting.
I hope you understand.
-
what you want to de does not really make sence unless you limit the first sorting.
if you have ,say 500 files, sort them first for number playes, and then randomnize them, they will end up just as random as without the sorting.
but, you can for instance say
sort for number plays
limit the sorting to for instance 250 files
and then sort random
this is more or less how a lot of my smart lists work.
in your case it should be the other way around
first sort random
then limit (when you want all songs in your library included take a large ammount of items)
then sort for number plays
the limit is used to 'fool' mc a bit.
:)
gab
edit... now for the limit, you could for instance also put a limit advanced there with
-1,10,[number plays]
wich will give you only 10 songs per number plays. or you could make something that it will only select one track per album
just an idea
-
Gappie, you're great! That did the trick.
Still: I do think it should be just as possible as you can first sort on name and then on artist, for instance.
But I'm 'saved'.
Super!