QUOTE(Phrank @ Feb 15 2008, 04:03)

Once again I thank you Kanak. The randomize was not 100% but a whole lot better than without it. Some folders still wanted to double up, but one could jockey those around manually if need be.
Well, that's the definition of "random"

. What' you're asking for is NOT random (you do NOT want songs by the same artist to be together, which violates the randomness).
QUOTE(Phrank @ Feb 15 2008, 04:03)

I notice that one would have to add the total amount of folders at once. I tried adding more to the play-list on a second go-a-round & I wound up with duplicated folder numbers. Was I correct when I stated in an earlier post, that I would have to add any additional songs to a folder manually, while using the code you had prescribed??
%list_index%, which is used in the code i supplied is simply the position of the particular song in the playlist. So here's what you can do... whenever you copy fewer than the "total folders", don't discard that playlist. The next time you want to add files, create a new playlist with the files, randomize them, and THEN drag and drop them to the end of your previous playlist (or use Edit -> Copy then Edit -> Append Tracks). Now select only the new files (in your previous playlist) and use foo_sendtodevice. This SHOULD work.
QUOTE(Phrank @ Feb 15 2008, 04:03)

I find this foobar program fascinating, even tho, I don't understand it all. As the ole saying goes: "ya can't teach an old dog new tricks" Thanks again for your time. It is greatly appreciated...
You're welcome

.