Re: iTunes Dictionary: Player State = Missing
Re: iTunes Dictionary: Player State = Missing
- Subject: Re: iTunes Dictionary: Player State = Missing
- From: Matthew Smith <email@hidden>
- Date: Thu, 27 Feb 2003 17:26:32 +1100
on 27/02/2003 14:49, Jakob Peterhdnsel at email@hidden wrote:
>
Just working on some small scripts for Clicker, and found myself in
>
need of knowledge regarding iTunes 'player state'.
>
>
Open Dictionary in SE, looking... hmmm....
>
>
I can't find it, though it seem to be one of the most used features of
>
iTunes Scripting...
>
>
Mac OS X 10.2.4
>
GUI Scripting + SE 2.0b installed.
>
>
I was trying to test states:
>
>
tell application "iTunes"
>
if player state is (rewind) then beep
>
end tell
>
>
State 'rewind' and 'fast forward' does not test, but fire the command
>
instead!!!
>
Bug?????
The iTunes dictionary says:
player state stopped/playing/paused/fast forwarding/rewinding [r/o]
rewind is an event. It's rewinding you should be using.
--
Matthew Smith
_______________________________________________
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.