Hi all,
I have found that Standard Suite commands in iTunes are working for remote machine but not the iTune Suite commands!
ie.
if I am using this command, it is working fine:
but if I am using this, it is not working:
Although it is working for local machine!
Can anyone suggest me, if I am wrong somewhere?? or my conclusion is right???
Thanks,
Monaj
I have found that Standard Suite commands in iTunes are working for remote machine but not the iTune Suite commands!
ie.
if I am using this command, it is working fine:
Code:
set targetMachine to "eppc://XYZ@192.168.0.35"
tell application "iTunes" of machine targetMachine
quit
end tell
but if I am using this, it is not working:
Code:
set targetMachine to "eppc://XYZ@192.168.0.35"
tell application "iTunes" of machine targetMachine
previous track
end tell
Although it is working for local machine!
Can anyone suggest me, if I am wrong somewhere?? or my conclusion is right???
Thanks,
Monaj