Re: iTunes: how do you play just one track?
Re: iTunes: how do you play just one track?
- Subject: Re: iTunes: how do you play just one track?
- From: Emmanuel <email@hidden>
- Date: Sun, 20 Apr 2003 10:37:26 +0200
At 12:30 AM -0600 20/04/03, Donald Hall wrote:
I've been experimenting with scripting iTunes. It seems that the
"play" command can't be used to play just one track. For example:
tell application "iTunes"
play track aTrack of playlist aPlayList
end tell
OMM,
tell application "iTunes" to open alias thePath
plays only that track. I did not test that, but I suspect that you
can also use:
tell application "Finder" to open alias thePath using alias theAppliPath
Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.