Re: iTunes
Re: iTunes
- Subject: Re: iTunes
- From: Rob Jorgensen <email@hidden>
- Date: Sat, 7 Apr 2001 10:59:32 -0400
On 4/7/01, Emmanuel commented:
At 23:59 +0200 6/04/01, Rob Jorgensen wrote:
Here are some commands from the SoundJam MP dictionary for you to try
out. If you want the entire dictionary, feel free to contact me
privately.
--
play: play the current track or the specified track or file.
play [list of reference]
--
If iTunes does not have a dictionary, you need provide the raw codes, since
"play" does not belong to the basic AppleScript's dictionary.
No prob. Here are the raw events for the previously submitted commands. :-)
-- Note: << & >> have been used to avoid list mangling. --
play: play the current track or the specified track or file.
<<event SJAMPla>> [list of <<class obj>>]
next track: advance to the next track in the current playlist
<<event SJAMNext>>
stop: stop playback
<<event SJAMStop>>
--
--
Later,
Rob Jorgensen
Ohio, USA
References: | |
| >iTunes (From: Erik Ness <email@hidden>) |
| >Re: iTunes (From: Emmanuel <email@hidden>) |