Network / UDP event documentation?
#1
There is an EventGhost plugin that captures XBMC network events but they are in a format that needs translating... anyone have any documentation on what the events mean?

example capture:

XBMC Event Broadcast listener ENABLED on Local Host @ 192.168.0.102:8278. Response to XBMC is True.
XBMC-Event.<b>OnAction:79;2</b>
XBMC-Event.<b>OnPlayBackResumed;1</b>
XBMC-Event.<b>OnAction:79;2</b>
XBMC-Event.<b>OnPlayBackPaused;1</b>
XBMC-Event.<b>OnAction:13;2</b>
XBMC-Event.<b>OnPlayBackStopped;1</b>
XBMC-Event.<b>OnAction:9;2</b>
I'm not an expert but I play one at work.
Reply
#2
Most are self explanatory, but see

http://wiki.xbmc.org/index.php?title=Web...t_Commands

and

http://trac.xbmc.org/browser/trunk/xbmc/Application.cpp
Reply
#3
Unless I'm missing something I don't see a way to figure out what is actually happening. Example:

move left
open "Music Library"
... ect

Is there a way?

In order to trigger events based on XBMC actions I need to read in exactly what is happening.

thx for the help
I'm not an expert but I play one at work.
Reply
#4
The UDP broadcasting is on its way to be deprecated, the jsonrpc announcement is what will stay. Unfortunatly its not better documented Smile
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply

Logout Mark Read Team Forum Stats Members Help
Network / UDP event documentation?0