cfull1 wrote:I'm having trouble getting the plugin working.
The open action will work and the first trackchanged triggered, but the get info from that macro and every other action just gives the itunes not running error.
I'm running iTunes 10.4.0, EventGhost 0.4.1.r1540
I noticed the same problem, and figured out why it's happening...jitterjames wrote:I have no idea why it is not working for you.
The problem is that iTunes 10.4.1 (and probably before that) has a window title of Music, instead of iTunes.
So WindowMatcher function doesn't actually find it I think.
So I changed it to be like this:
Code: Select all
self.windowMatch = eg.WindowMatcher(u"iTunes.exe",u'Music', None, None, None, 1, False, 0.0, 0)