stop function |
stop function |
Ayon |
Apr 24 2009, 03:54 AM
Post
#1
|
Newbie Group: Members Posts: 7 Joined: 24-April 09 Member No.: 726 |
i've tried just about any approach i can think of now..
/dde mplug stop /dde mplug control stop /dde mplug control pause | dde mplug stop /dde mplug control pause | dde mplug control stop etc... but it just won't stop the track playing and also.. in the documentation it sais "control play" that doesn't work for me.. only if i remove control which leaves me with "/dde mplug play" anything i'm missing here? Thanks in advance - Ayon |
Serge |
Apr 24 2009, 03:58 AM
Post
#2
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
/dde mplug control stop
/dde mplug control play should work fine (works for me). Make sure you are running the latest AMIP version. What player do you use, BTW? |
Ayon |
Apr 24 2009, 05:18 AM
Post
#3
|
Newbie Group: Members Posts: 7 Joined: 24-April 09 Member No.: 726 |
yeah i downloaded the latest version, since thats often a know reason for errors like that.. but still no luck =(
Version info: Configurator: 0.34 Plugin: 2.65 using winamp.. tried to copy/paste what you wrote, but there's no response what so ever.. also running latest version of mIRC thanks for quick reply - Ayon |
Serge |
Apr 24 2009, 05:52 AM
Post
#4
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
Try using the socket transport, probably DDE is bugged on your system. See the ac_mirc.zip download of the Beta/SDK page.
|
Ayon |
Apr 24 2009, 06:13 AM
Post
#5
|
Newbie Group: Members Posts: 7 Joined: 24-April 09 Member No.: 726 |
thanks ima check it out when i get home from work
-Ayon |
Serge |
Apr 24 2009, 06:44 AM
Post
#6
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
I found the root case of the issue, mIRC is converting "stop" to "Stop" and "play" to "Play" for some reason. It doesn't happen for "pause" which is weird.
In AMIP commands are compared using case sensitive functions, therefore stop and play commands are not recognized. It appears to be mIRC bug. The workaround with socket transport works fine: /dll ac mexec control play /dll ac mexec control stop For the future versions of AMIP I'll add a fix converting DDE commands from mIRC to lower case. |
Ayon |
Apr 25 2009, 08:43 AM
Post
#7
|
Newbie Group: Members Posts: 7 Joined: 24-April 09 Member No.: 726 |
good job spotting this Serge (Y)
and thanks for notifying me about it there's been a couple of other functions i've had a hard time with also.. but i'll check if it's caused by the CS bug in mIRC first EDIT: ignore that last line.. all working perfectly fine here now.. thanks for the help and for a great plugin |