Itunes is not as random as it should be, or just plain bizarre
Scott Haneda
lists at newgeo.com
Fri Jun 6 20:54:16 PDT 2003
I have a AS that I wrote, problem is that for some reason, it always starts
at the last song that this script left off at. For example, if I run this
script, and it decides to play "red song" it will do so, I can then click
through forward a few songs, and run the script again, and it is back at
"red song" again. I want it to be totally random on every run.
thanks
Script is as follows
tell application "iTunes"
activate
set the sound volume to 100
set shuffle of library playlist "Library" to true
set song repeat of playlist "Library" to off
play library playlist "Library"
set minimized of browser window 1 to true
end tell
-------------------------------------------------------------
Scott Haneda Tel: 415.898.2602
http://www.newgeo.com Fax: 313.557.5052
scott at newgeo.com Novato, CA U.S.A.
More information about the iTunes
mailing list