Search found 33 matches
- Wed Oct 17, 2012 9:28 am
- Forum: General Support
- Topic: Enable macro at certain day
- Replies: 7
- Views: 3544
Re: Enable macro at certain day
Hi guys and thanks for helping me out, I've been thinking and trying various things, but I've come to the conclusion that the easiest way would be to generate a trigger at startup. For example today, generate a trigger something like "day.wednesday" or something like that, could you help me with tha...
- Tue Oct 16, 2012 6:59 pm
- Forum: General Support
- Topic: Enable macro at certain day
- Replies: 7
- Views: 3544
Enable macro at certain day
Hi, I've been thinking and looking at python (and I didn't understand much of it) and other stuff, but I can't figure out how to achieve this. What I want to do is to have the macros as follows: Monday Tuesday Wednesday etc... They should all be executed by the same trigger, but, as you probably alr...
- Thu Dec 15, 2011 11:09 am
- Forum: Plugin Support
- Topic: Spotify (api is partially broken)
- Replies: 165
- Views: 111691
Re: Spotify
I can't get this plugin to work...i think things have changed since last update. class StartSpotify(eg.ActionClass): name = "Start Spotify" description = "Starts Spotify" def __call__(self): eg.plugins.System.Execute( u'C:\\Program Files\\Spotify\\spotify.exe', u'', 0, False, 2, u'C:\\Program Files\...