I'm assuming you have an old version of the plugin,try updating to this version.
jonib
When I hit Test I get:
Good
Update the plugin to 0.6.35 here and see if that helps.XBMC2 plugin 0.6.19
The plugin only supports events created by Kodi, so there is no support for custom events. So any events added to Kodi will be supported in the plugin. You could try and make suggestions for new events here (Kodi forum)holdestmade wrote: ↑Wed Feb 14, 2018 8:56 amI have a request to add currentwindow and currentcontrol events to this plugin.
After I have finished the next version (complete rewrite) I might look into adding custom events I added an issue to github here.Would be great though if this could be added to the plugin ?
Greatholdestmade wrote: ↑Tue Feb 20, 2018 1:20 pmOK thanks, I have a working solution now using a script
The plugin uses HTTP POST and the Kodi change seems to effect HTTP GET only so should be fine.I was reading the other day that v18 of Kodi changes the way JSON requests are done, will this affect this plugin ?
Code: Select all
Error while loading plugin-file C:\Program Files (x86)\EventGhost\plugins\XBMCRepeat.
Traceback (most recent call last) (1722):
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginModuleInfo.py", line 70, in __init__
__import__(moduleName, None, None, [''])
File "C:\Program Files (x86)\EventGhost\plugins\XBMCRepeat\__init__.py", line 7
<!DOCTYPE html>
^
SyntaxError: invalid syntax
You need to download the "Raw" version of the file or you will get a HTML formatted file that wont work.z3us wrote: ↑Sun Mar 04, 2018 11:25 pmI´ve downloaded the plugin from here: https://github.com/EventGhost/EventGhos ... XBMCRepeat, placing both files in plugins/XBMCRepeat
Raw version?jonib wrote: ↑Mon Mar 05, 2018 5:41 amYou need to download the "Raw" version of the file or you will get a HTML formatted file that wont work.z3us wrote: ↑Sun Mar 04, 2018 11:25 pmI´ve downloaded the plugin from here: https://github.com/EventGhost/EventGhos ... XBMCRepeat, placing both files in plugins/XBMCRepeat
jonib
Lets start with the basics (I finally) added a FAQ Q: How to configure Kodi/XBMC to be controlled by the XBMC2 plugin to the first post.
Hmm, so I'm not sure what kind of list you want but the XBMC2 plugin uses the same action names as Kodi, so any action used in Kodi should be the same in the XBMC2 plugin.thoath wrote: ↑Sun Feb 03, 2019 4:40 pmis there an equivalence-list between the keyboard controls in Kodi (https://kodi.wiki/view/Keyboard_controls) and the commands in eventghost plugin XBMC2?