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
jitterjames wrote:I have no idea why it is not working for you.
I noticed the same problem, and figured out why it's happening...
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)
I'm very new to EventGhost, so I'm not sure if that's all that's needed, but it does work fine now, at least for the control functions.. couldn't get any info back from iTunes.

