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

by giantpopples
Thu Jan 16, 2014 3:35 am
Forum: General Support
Topic: JRMC plugin module (v 0.7, 7/4/09)
Replies: 69
Views: 35974

Re: JRMC plugin module (v 0.7, 7/4/09)

I'm also looking for a way to "listen" to JRiver actions, I'll look at the developper documentation.

I have managed to control JRMC 19 using their webservice using python script like this one :
from urllib import urlopen
urlopen('http://127.0.0.1:52199/MCWS/v1/Control/Key?Key=Up&Focus=1')

I tried ...
by giantpopples
Tue Aug 30, 2011 6:31 pm
Forum: General Support
Topic: Microsoft eHome Infrared Transciever
Replies: 21
Views: 19278

Re: Microsoft eHome Infrared Transciever

Seems good to me..

You can try with another remote to send the event - one that will only send 1 IR code - or check that the IR emitter is well connected on the back of the tranceiver (port 1 or 2, does not matter), and also check the positioning of the IR eye on the STB. For the last 2 checks, you ...
by giantpopples
Tue Aug 30, 2011 1:14 pm
Forum: General Support
Topic: Microsoft eHome Infrared Transciever
Replies: 21
Views: 19278

Re: Microsoft eHome Infrared Transciever

You have almost all you need, at least the most difficult part :wink:

Now all you have to do is set an event to fire the transmit ir you created.

Events are visible in the left window, everything that happens in windows that is catchable by a plugin will be seen here.

So, you click on the ...
by giantpopples
Mon Aug 29, 2011 1:06 pm
Forum: General Support
Topic: Microsoft eHome Infrared Transciever
Replies: 21
Views: 19278

Re: Microsoft eHome Infrared Transciever

Hello !

If I understand correctly, what you want to do is control your STB through Eventghost with the MCE tranciever.

You can do this with eventghost and the provided MCE receiver plugin.

So what you'll have to do is record all the pronto codes for the STB remote that you want to use, link the ...
by giantpopples
Thu Feb 03, 2011 9:42 am
Forum: EventGhost News
Topic: OLD NEWS EventGhost.org has now moved...
Replies: 92
Views: 72818

Re: IMPORTANT!!! EventGhost is moving - EventGhost Forum Ver

Hi !

I just tried the new forum and it worked great for me ! My login was correct, i could find my older posts etc..

Thank you so much everybody for making this great project still alive !
by giantpopples
Mon Oct 18, 2010 6:11 pm
Forum: Plugin Support
Topic: VLC media player
Replies: 78
Views: 75870

Re: VLC media player

Nevermind, it works fine now.. Probably an issue with the name of the files i had, a space was in there i guess, sorry to had bothered you :oops:
by giantpopples
Sat Oct 16, 2010 2:17 pm
Forum: Plugin Support
Topic: VLC media player
Replies: 78
Views: 75870

Re: VLC media player

Hi !

I'm having issues with the original VLC plugin and VLC 1.1.4 so i downloaded your upgrade, paste it in the original VLC plugin folder but it doesn't seem to work.

I'm using Windows 7 x64, and eventghost doesn't see your plugin, it's not in the list of available ones.

I also tried to put your ...
by giantpopples
Mon Oct 04, 2010 5:36 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 614819

Re: XBMCRepeat XBMC plugin based on the official plugin

Hi!

@Livin: I do not know asp, i program in php/sql, a little bit of python (mainly to understand eventghost and xbmc :lol: ), but if i could help you with anything i'd be glad.

@jonib : I tested it in windows 7 x64, both for the server running eventghost, and for xbmc which is on another computer ...
by giantpopples
Sun Oct 03, 2010 1:39 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 614819

Re: XBMCRepeat XBMC plugin based on the official plugin

Hi !

I tried the beta version of your plugin with json support. It works very well for me !
I tried using action and also from within scripts and it works great !!

I also tried the "send message" action without any flaws, using XBMC dharma beta 2 on windows.

The only thing missing now is the ...
by giantpopples
Sat Sep 25, 2010 3:21 pm
Forum: Coding Corner
Topic: Anyone planning to continue core development?
Replies: 20
Views: 8665

Re: Anyone planning to continue core development?

Thank you very much for giving us the link ! It's great to see a developper caring about the future of eventghost 8)

I read that your fork is much different than the original and thus that the macro will have to be rewritten, i'll have a look at your work as soon as i can, i use some of the ...
by giantpopples
Sat Sep 25, 2010 3:13 pm
Forum: Feature Requests
Topic: Find Window - add 'Stop Macro if Window is Found'
Replies: 3
Views: 5970

Re: Find Window - add 'Stop Macro if Window is Found'

Instead of a jump action, you can add a simple python script with :

if eg.result:
eg.StopMacro()

It should stop the macro if the window is found, the macro continues if nothing is found.

Not as user friendly as a tick button for sure, but pretty simple anyway.
:)
by giantpopples
Tue Aug 24, 2010 1:31 am
Forum: General Support
Topic: TMT3s MCE Player - modified plugin - giving errors...
Replies: 4
Views: 1597

Re: TMT3s MCE Player - modified plugin - giving errors...

Hi !

I also modified the plugin to use with the MCE skin (just to see how it works), on the WindowWatcheri use :

FindTMT = eg.WindowMatcher(u'uMCEDVDPlayer.exe', None, None, None, None, 1, False, 0.0, 0)

And it seems to work.

Also you can add one last control : Enter, very useful when blu ray ...
by giantpopples
Sun May 23, 2010 5:04 pm
Forum: Coding Corner
Topic: XBMC Event Receiver
Replies: 64
Views: 62046

Re: XBMC Event Receiver

Hi !

I just installed your plugin and it's working great !

How is the development going ? I see that you try to implement the httpAPI to get more information on what's playing etc.. This is the only feature missing !

There is also a JSON-RPC API that is in development, maybe you could also have a ...