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

by DMcK
Sat Jul 21, 2012 2:53 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616096

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

jonib wrote:So in VideoLibrary.GetMovieDetails you need to add [{{eg.event.payload['item']['id']}},['file']]
Cool and thank you. Awesome!! It works great!

I would never have guessed how to get the filename/path without having it handed to me. I'm glad you're planning to make it easier.

Doug
by DMcK
Fri Jul 20, 2012 3:08 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616096

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Hi,
jonib wrote: For the rest I will need to see your EventGhost config.
jonib
Thanks,
Doug
by DMcK
Fri Jul 20, 2012 5:44 am
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616096

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Hi, Joni.
Just got some new IR lights and am going to try some on/off/dimming with JSON. Basic events (OnPlay, OnPause, OnStop) are working for me. However, I tried to get filename/path information with JSONRPC: VideoLibrary.GetMovieDetails and GetCurrentlyPlayingFilename and received the two errors ...
by DMcK
Wed May 23, 2012 9:02 pm
Forum: General Support
Topic: Event on logoff/shutdown
Replies: 1
Views: 1685

Re: Event on logoff/shutdown

Hopefully you found your solution in the last two months. If not...
see the last post in max's thread:
http://www.eventghost.org/forum/viewtop ... f=2&t=2011

In short:
Main.OnClose - fires when EG is closed.
Main.OnEndSession - fires when the OS shuts down.
by DMcK
Sat Mar 10, 2012 8:44 pm
Forum: General Support
Topic: Is there a way to send a keystroke to a background program?
Replies: 5
Views: 3280

Re: Is there a way to send a keystroke to a background progr

Hi,
It turns out all I needed to do was wait long enough for the window to appear. My script was being aborted because the windows wasn't there...yet. It now works.

mickelin, you're probably the same mickelin as on the MP forum for the EventTrigger plugin so you'll probably get all this. I'm having ...
by DMcK
Sat Mar 10, 2012 6:25 am
Forum: General Support
Topic: Is there a way to send a keystroke to a background program?
Replies: 5
Views: 3280

Re: Is there a way to send a keystroke to a background progr

Thanks! I can see how some programs would be picky...toolbars, workspaces, etc are all windows. I tried emulating a Keystroke by sending {Space}, but it doesn't do anything. Is there a better way to send a keystroke?

Thanks again!
by DMcK
Fri Mar 09, 2012 9:49 pm
Forum: General Support
Topic: Is there a way to send a keystroke to a background program?
Replies: 5
Views: 3280

Is there a way to send a keystroke to a background program?

Hi,

Is there some way to send a "space" to a background program without bringing it to the front?

Thanks,
Doug
by DMcK
Fri Apr 01, 2011 1:54 am
Forum: General Support
Topic: Generic HID remote generates multiple keyboard events
Replies: 1
Views: 1472

Re: Generic HID remote generates multiple keyboard events

Well, I guess nobody has any easy solutions...I guess I'll rip the USB IR receiver apart and re-purpose the components into a WinLIRC serial receiver which I've had past success with.
by DMcK
Sun Mar 27, 2011 5:43 am
Forum: General Support
Topic: Generic HID remote generates multiple keyboard events
Replies: 1
Views: 1472

Generic HID remote generates multiple keyboard events

Hi,
I've got a generic USB IR device I'm trying to use with MediaPortal. I tried using the Generic HID plugin (and mapping the multiple occurrences of the IR device), but it misses several of the remote buttons that simply seem to be registering as key presses (e.g., number keys, pgup, pgdn, etc ...