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

by the.bartman
Wed Sep 22, 2010 1:41 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 614966

Re: XBMCRepeat XBMC plugin based on the official plugin

These are the things i added...


REMOTE_BUTTONS = (
(eg.ActionGroup, "Remote", "Remote", None, (
...
("RemoteRed", "Red", "", "Red"),
("RemoteGreen", "Green", "", "Green"),
("RemoteYellow", "Yellow", "", "Yellow"),
("RemoteBlue", "Blue", "", "Blue"),
("RemoteLanguage", "Language ...
by the.bartman
Wed Sep 22, 2010 9:09 am
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 614966

Re: XBMCRepeat XBMC plugin based on the official plugin

Hi,

First of all Great plugin. Solved most of my problems to get my remote to work.

I modified the __init__.py file a little. (Added the red,green,yellow and blue buttons).

My question is: How do i get EventGhost to load the changes I made?

(When I add a new plugin, I see the modifications are ...