Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 1 match

by subman
Sun Jan 11, 2015 9:49 pm
Forum: Plugin Support
Topic: Media Player Classic
Replies: 160
Views: 104719

Re: Media Player Classic

Bug report and fix:
When using MPC-HC64 some functions don't work (e.g. GetWindowState, GetNowPlaying).
I tracked this down to the Find_MPC function having hard coded executable name (u'mpc-hc.exe').
If this is changed to None it works fine with either mpc-hc or mpc-hc64.

def Find_MPC():
mpchc ...