Page 1 of 1

XBMC notification not working

Posted: 04 May 2014, 08:33
by jofist
Hi,

First I want to say your script is great.

The process works just fine but it cannot connect to the xbmc server on my raspberry pi to notify it to rescan.

Here is the command I use : --def xbmc=192.168.1.31
Notify XBMC: 192.168.1.31
java.net.ConnectException: Connection refused: connect
java.net.ConnectException: Connection refused: connect
I tried these commands too but they do not work neither :
--def xbmc=192.168.1.31:9090
--def xbmc=raspbmc
...

I also tried with my firewalls deactivated but still nothing

Thanks for your help !

Re: XBMC notification not working

Posted: 04 May 2014, 14:18
by rednoah
You probably haven't enabled it:
http://wiki.xbmc.org/?title=JSON-RPC_AP ... g_JSON-RPC

FileBot uses the API via TCP protocol on the default port 9090 of the given host.

Re: XBMC notification not working

Posted: 04 May 2014, 15:11
by jofist
It was already enabled and the connection was still refused but I rebooted it and it worked !

Thank you