iTunes Applescript Question
iTunes Applescript Question
- Subject: iTunes Applescript Question
- From: email@hidden
- Date: Fri, 1 Aug 2003 14:21:23 -0400
Hello,
Does anyone know an applescript to tell iTunes to play a track on an
iPod using the database ID? I think it should be something like this:
tell application "iTunes"
play (track whose database ID is 1443) of playlist 1 of source "iPod
Name Goes Here"
end tell
This doesn't compile, it gives an error about not being able to make
some data into the right type or something. I know the database ID of
the song is correct. Any one know a solution?
-Alex P.
_______________________________________________
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.