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 12 matches

by Alink
Mon Mar 01, 2010 7:35 am
Forum: Plugin Support
Topic: SoundGraph iMON HID plugin
Replies: 103
Views: 54908

Re: SoundGraph iMON plugin

Johnson wrote:Find in script 0x1601 an try to change it to 0x0201.
Please report does it work or not.
It seems to work like a charm! A million thanks! :P
by Alink
Sun Feb 28, 2010 11:25 am
Forum: Plugin Support
Topic: SoundGraph iMON HID plugin
Replies: 103
Views: 54908

Re: SoundGraph iMON plugin

Nice job! I have been longing for this!
I just installed your script and the events show up in EventGhost, but for every button pressed the log says:
(X) Unknown source: [ ... and the remote code ... ]
And the event can not be used in Eventghost.
Any ideas what might be wrong? :?
(EventGhost 0.3 ...
by Alink
Sun Feb 28, 2010 10:29 am
Forum: General Support
Topic: iMon remote control
Replies: 19
Views: 12242

Re: iMon remote control

Now EG work with iMON :wink:
Nice job! I have been longing for this!

I just installed your script and the events show up in EventGhost, but for every button pressed the log says:
(X) Unknown source: [ ... and the remote code ... ]
And the event can not be used in Eventghost.

Any ideas what ...
by Alink
Sun Nov 15, 2009 10:54 pm
Forum: General Support
Topic: iMon remote control
Replies: 19
Views: 12242

Re: iMon remote control

Hi

I'm working on using EventGhost scripts to control a mediacenter/personal-server computer equiped with a Zalman case and the mentionned iMon remote system.

How is this project coming along? I just bought an Antec Fusion Remote case that also comes with the iMon, and I'd love to get it up and ...
by Alink
Fri Mar 21, 2008 4:12 pm
Forum: Coding Corner
Topic: Decode urlencoded string from the EG webserver
Replies: 4
Views: 3045

Re: Decode urlencoded string from the EG webserver

Thanx, Bitmonster!

It works like a charm! I also rewrote the scripts to use payload instead (I had missed that feature)!
by Alink
Thu Mar 20, 2008 1:19 pm
Forum: Coding Corner
Topic: Decode urlencoded string from the EG webserver
Replies: 4
Views: 3045

Decode urlencoded string from the EG webserver

Hi guys!

I'm trying to capture a string from a http request to the EG webserver.

As far as I can see there is no support for POST requests, only GET. Therefore I have to URLEncode the string before appending it to the request.

I capture the event HTTP.* and get the string from eg.event.suffix ...
by Alink
Wed Dec 12, 2007 10:41 pm
Forum: Plugin Support
Topic: MediaMonkey
Replies: 217
Views: 112794

Re: MediaMonkey

Well, I it try. But will it take a long time.
For the present is here at least version 0.1.3
Included:
- autoconnect MM
- LoadPlaylist Action
- Exit/Disconnect MM choice

Pako

Great work, Pako! :)

A comment though:
Now there is an autoconnect, but no autorelease. IMO autorelease is the preferred ...
by Alink
Wed Dec 12, 2007 4:59 pm
Forum: Plugin Support
Topic: MediaMonkey
Replies: 217
Views: 112794

Re: MediaMonkey

Oh yes, dispatch with events certainly sounds interesting! I will have a look at it.

It might take me a while to comprehend though, since I'm all new to Python. (Up until yesterday I had hardly heard of it, to be honest. But it sure is a fun learning experience so far!)

Maybe Pako has the skills ...
by Alink
Wed Dec 12, 2007 4:10 pm
Forum: Plugin Support
Topic: MediaMonkey
Replies: 217
Views: 112794

Re: MediaMonkey

Well, this is problematic. Normally Python releases the dispatch to the COM object as soon as every reference to the COM object is deleted. So you can do something like:

del self.MM
self.MM = None

The problem is, that we don't know when MediaMonkey wants to close, as we have no direct event ...
by Alink
Wed Dec 12, 2007 3:08 pm
Forum: Plugin Support
Topic: MediaMonkey
Replies: 217
Views: 112794

Re: MediaMonkey

I prepare modification of plugin.
Will there also action "Load Playlist by Name" :) .
I am wondering, though (and sorry if this is a more general Python question): is there a way to release an object that is created via the Dispatch method?

Now, closing MediaMonkey will pop up the warning "There ...
by Alink
Wed Dec 12, 2007 9:59 am
Forum: Plugin Support
Topic: MediaMonkey
Replies: 217
Views: 112794

Re: MediaMonkey

Bitmonster, yes your suggestion seems to work fine. I modified Pako's script with this and it ran smoothly.

I also added a simple action to load a playlist by name:

class LoadPlaylist(ActionBase):
name = "Load Playlist by Name"
description = "Loads a MediaMonkey playlist defined by name ...
by Alink
Mon Dec 10, 2007 6:35 pm
Forum: Plugin Support
Topic: MediaMonkey
Replies: 217
Views: 112794

Re: MediaMonkey

Hi!

I am wondering if there is any way to connect to a running Mediamonkey session without having started it from within Eventghost.

Trying to do so now generates the error: ÔÇØMediaMonkey is not running or connectedÔÇØ even when Mediamonkey IS in fact running.

Like f.i the plugin for Media ...