Re: Ask Skype to complete their AS interface
Re: Ask Skype to complete their AS interface
- Subject: Re: Ask Skype to complete their AS interface
- From: Takaaki Naganoya <email@hidden>
- Date: Thu, 14 Dec 2006 13:16:12 +0900
You can change "PiyomaruScript" into any characters as you like.
The phrase has no meaning (a kind of "my script").
But you can not delete "script name" option. It is must to be written.
Is seems there is some reason and I don't know why.
--
Takaaki Naganoya
Piyomaru Software
http://piyo.piyocast.com
email@hidden
On 2006/12/14, at 12:26, Rob Lewis wrote:
Thank you. It appears that they have already improved the interface.
This page: <https://developer.skype.com/Docs/ApiDoc/AppleScript>
used to say explicitly that it was only possible to send a command
to Skype with AppleScript, it was not possible to receive status.
I would still like to know what the 'script name "PiyomaruScript"'
part of the command is for. Do you know? I can't find any
documentation of it.
--RL
On Dec 13, 2006, at 5:53 PM, Takaaki Naganoya wrote:
Any Status ??? What do you mean ??? Is this a illusion ?
<AppleScript>
tell application "Skype"
send command "GET CONNSTATUS" script name "PiyomaruScript"
end tell
--> "CONNSTATUS ONLINE"
tell application "Skype"
send command "GET PRIVILEGE SKYPEOUT" script name "PiyomaruScript"
end tell
--> "PRIVILEGE SKYPEOUT FALSE"
tell application "Skype"
send command "GET AUDIO_IN" script name "PiyomaruScript"
end tell
--> "AUDIO_IN AppleHDAEngineInput:1"
tell application "Skype"
send command "GET SKYPEVERSION" script name "PiyomaruScript"
end tell
--> "SKYPEVERSION 2.5.0.38"
</AppleScript>
Which information do you want to get ?
--
Takaaki Naganoya
Piyomaru Software
http://piyo.piyocast.com
email@hidden
On 2006/12/14, at 7:06, Rob Lewis wrote:
The Skype free internet phone/chat/file transfer application has
a pretty powerful API and loads of potential uses. But their
AppleScript implementation is only half done.
Briefly, you can script sending a command to the app. But you
can't get any status back!
You can visit <https://developer.skype.com/jira/secure/
BrowseProject.jspa> and remind them they should finish the
job._______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
mark.nu
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden