go69
November 12th, 2003, 10:09 PM
Media Player Classic (http://sourceforge.net/projects/guliverkli/) is one of the best media players around, although a small number of things still frustrate me as I can't get the following to work:
* detect focus with TaskSwitch (TaskCreate detection works fine) - nothing shows-up in the logger.
=> I would tend to think it is linked to the fact that MPC does not show in the task list of the Windows taks manager, but could not see why it happens browsing MPC's source code.
=> any idea would be welcome.
* Information in DVDspy
=> Well I found in the CVS library of MPC a dll called mpcinfo (http://cvs.sourceforge.net/viewcvs.py/guliverkli/guliverkli/src/apps/mpcinfo/) that is not advertised too much if at all. The small doc refers to a usage as follows (sample usage):
alias mplayerc {
if ($dll(mpcinfo.dll,running,) != 2) {
if ($dll(mpcinfo.dll,file,) != $null) { me watches: $nopath($dll(mpcinfo.dll,file,)) ( $+ $dll(mpcinfo.dll,pos,) $+ ) Size: $round($calc($dll(mpcinfo.dll,size,) / 1024 / 1024 ),1) mb }
else { echo -a *** Couldn't retrive MplayerC information }
halt
}
else { echo -a *** Media Player Classic is not running }
}
I don't have time and maybe not the skills anymore to get this hooked-up into DVDspy but I thought it might be enough to motivate somebody else to jump on and do it!
That would be so OUTSTANDING!
Thanks in advance.
go69.
* detect focus with TaskSwitch (TaskCreate detection works fine) - nothing shows-up in the logger.
=> I would tend to think it is linked to the fact that MPC does not show in the task list of the Windows taks manager, but could not see why it happens browsing MPC's source code.
=> any idea would be welcome.
* Information in DVDspy
=> Well I found in the CVS library of MPC a dll called mpcinfo (http://cvs.sourceforge.net/viewcvs.py/guliverkli/guliverkli/src/apps/mpcinfo/) that is not advertised too much if at all. The small doc refers to a usage as follows (sample usage):
alias mplayerc {
if ($dll(mpcinfo.dll,running,) != 2) {
if ($dll(mpcinfo.dll,file,) != $null) { me watches: $nopath($dll(mpcinfo.dll,file,)) ( $+ $dll(mpcinfo.dll,pos,) $+ ) Size: $round($calc($dll(mpcinfo.dll,size,) / 1024 / 1024 ),1) mb }
else { echo -a *** Couldn't retrive MplayerC information }
halt
}
else { echo -a *** Media Player Classic is not running }
}
I don't have time and maybe not the skills anymore to get this hooked-up into DVDspy but I thought it might be enough to motivate somebody else to jump on and do it!
That would be so OUTSTANDING!
Thanks in advance.
go69.