Re: iTunes
Re: iTunes
- Subject: Re: iTunes
- From: Wim van Ommen <email@hidden>
- Date: Sat, 07 Apr 2001 22:45:31 +0200
>
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>>
>
--
For you info,
You should change the SJAM to hook,
SJAM is the creator code of SoundJam,
iTunes has hook as creator code.
So <<event SJAMNext>> should be <<event hookNext>>
Cheers,
Wim
--
Mac user: "Macs only have 40 viruses, tops!"
PC user: "SEE! Not even the virus writers support Macs!"
References: | |
| >Re: iTunes (From: Rob Jorgensen <email@hidden>) |