Hi Clayton
I am using xbmc Frodo, version Alpha 3.
I cant access the configurations settings and cant send any commands.
There are some configuration settings look at settings.xml
When i click in a button (like VC ON) the dialog open, i choose yes but nothing happnes.
I search in the log to see if there is a error to put here, but there is no message about this issue.
try this :
1. edit default.py.
2. Search for sock.sendto(command, ('<broadcast>', 33000))
3. Change to sock.sendto(command, ('xxxxxxxxxxxx', 33000))
xxxxxxxxxxx = your ip address for pc where VoxCommando is installed.
e.g sock.sendto(command, ('192.168.1.92', 33000))
4. Save default.py.
5. Run default.py.
Good luck.