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.
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 5 matches
- Fri Aug 13, 2010 12:39 am
- Forum: General Support
- Topic: Adding remote codes to the xbcdrc plugin.
- Replies: 6
- Views: 1653
Re: Adding remote codes to the xbcdrc plugin.
I've got it. It had to have been some conflict with the file permissions. Even tho I both edited the __init__.py file and ran Eg with elevated permissions non of the changes I had been making would take. I reinstalled EG outside of the Program Files directory and everthing worked the first try ...
- Thu Aug 12, 2010 11:33 pm
- Forum: General Support
- Topic: Adding remote codes to the xbcdrc plugin.
- Replies: 6
- Views: 1653
Re: Adding remote codes to the xbcdrc plugin.
Okay just got a chance to try all of your suggestions again and still nothing... I'm really going bonkers on this I can't see any reason for the xbcdrc plugin to not recognize these new codes. I think I'll try uninstalling EG and reinstalling to a different location.
- Thu Aug 12, 2010 3:56 pm
- Forum: General Support
- Topic: Adding remote codes to the xbcdrc plugin.
- Replies: 6
- Views: 1653
Re: Adding remote codes to the xbcdrc plugin.
You can try starting EG with elevated priviledges (right click -> run as administrator), since otherwise it might not have permission to write in the plugins dir if you run it as a normal user.
If that does not help you could also try deleting the __init__.pyc file in the plugin same directory ...
If that does not help you could also try deleting the __init__.pyc file in the plugin same directory ...
- Thu Aug 12, 2010 2:30 pm
- Forum: General Support
- Topic: Adding remote codes to the xbcdrc plugin.
- Replies: 6
- Views: 1653
Re: Adding remote codes to the xbcdrc plugin.
So, let me just make sure.. with the universal remote you are getting lots of "Unknown code received"... lines in the log view, right? It should work if you add entries for those in the self.xbcdrc_mapping array around line 410 in the __init__.py file. The file you should be modifying is EventGhost ...
- Thu Aug 12, 2010 2:13 am
- Forum: General Support
- Topic: Adding remote codes to the xbcdrc plugin.
- Replies: 6
- Views: 1653
Adding remote codes to the xbcdrc plugin.
I'm using an old xbox 1 ir receiver with a Philips universal remote. Everything works great except I have way more buttons on my remote than the xbcdrc plugin recognizes. I've searched the forums and found out how to add more remote codes to the __init__.py for xbcdrc and have done so successfully ...