Skype syntax |
Skype syntax |
Guest |
Mar 19 2006, 06:11 PM
Post
#1
|
Unregistered |
I'm trying out the new Skype support in the latest beta. My syntax, being used with iTunes 6.0.4.2, is as so.
CODE %?stat='1'<np: %name|np: %name (paused)> AMIP doesn't seem to update Skype when the player is stopped (iTunes just plays and stops, no pause, right?). Is there a way to send the information when the player is stopped? |
Serge |
Mar 19 2006, 08:11 PM
Post
#2
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
Please see the skype tutorial, there is example how to change the message when player is paused. You need to do the same, but place your /skype command into the Stop callback.
Basically, just place the following code into Callbacks/Web | Stop: CODE /skype np: %name (stopped) |
Guest |
Mar 19 2006, 08:33 PM
Post
#3
|
Unregistered |
Ah. Okay, I was confused about that at first. Thanks a bunch.
|