XBMC EventServer Module
dhhuston
Posts: 2
Hello all,
I am currently trying to get an XMBC media player to function with an AMX touchpanel. I am wanting to get basic control (navigation, playback controls, etc...) I have tried looking around the web but I can only find links to ******** modules and desktop programs. Alot of my coding skills are quite rusty and any help would be appreciated.
Has anyone had success with this? Below is a link to all of the client examples.
http://xbmc.svn.sourceforge.net/viewvc/xbmc/trunk/tools/EventClients/
-Davin Huston
dhhuston@gmail.com
I am currently trying to get an XMBC media player to function with an AMX touchpanel. I am wanting to get basic control (navigation, playback controls, etc...) I have tried looking around the web but I can only find links to ******** modules and desktop programs. Alot of my coding skills are quite rusty and any help would be appreciated.
Has anyone had success with this? Below is a link to all of the client examples.
http://xbmc.svn.sourceforge.net/viewvc/xbmc/trunk/tools/EventClients/
-Davin Huston
dhhuston@gmail.com
0
Comments
Json is used for gathering field data. Event server is used for basic remote commands. So to get full control you actually use both.
I have found a nifty utility called event ghost that has hooks for xbmc and has a built in telnet server. Very easy I recommend it to anyone trying to control any piece of software on the PC.