19December2011
Wow ... I hit the jackpot by posting here ...
My interest in messaging CoolPlayer is mostly just to resolve a long standing "open item" of mine ...
how to determine CP playback status in a script because the GUI gives NO indication at all ...
CP uses the least CPU usage of any mp3 player I have encountered, but
I phased CP out of usage because of the no playback indication issue.
I have no real need/desire to put CP into my rotation of multimedia players ...
but it would/will be nice to have resolved this long standing open item ...
I need to ask/clarify something further.
I use the following items»
SendMessage, 0x400
, 0, 104, , ahk_class COWON Jet
-Audio MainWnd Class
SendMessage, 0x400
, 0, 104, , - Trout ahk_class Winamp v1
.x
The AHK ErrorLevel is 0 when stopped, 1 when playing & 3 when paused.
The only thing that changes is the name of the receiving window.
It is (still) not (immediately) clear to me what syntax I should use with CoolPlayer.
Because I often use MPlayer (on my PII) for avi playback,
I would REALLY like to crack the SendMessage format for MPlayer ...