Updating library on XBMC

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Crowtservo
Posts: 8
Joined: 03 Jan 2013, 07:23

Updating library on XBMC

Post by Crowtservo »

Since updating to XBMC 13.2 Gotham, the automated script does not update my library anymore. It worked great for ages before, but now I get an error.

My script is: C:\invoke.vbs filebot -script fn:amc --output "E:/" --action copy --conflict override -non-strict --def music=y subtitles=en artwork=n xbmc=localhost "seriesFormat=F:/TV Shows/{n}/Season {s}/{n}.{S00E00}.{t}" "musicFormat=Music/iTunes/iTunes Media/Automatically Add to iTunes/{n} - {album}/{n} - {pi} - {t}" "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

I get "ConnectException: Connection Refused: connect".

Has it changed from localhost to something else?

Thanks in advance!
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Updating library on XBMC

Post by rednoah »

Have you enabled / allowed TCP transport?
http://kodi.wiki/view/JSON-RPC_API#Enabling_JSON-RPC
:idea: Please read the FAQ and How to Request Help.
Post Reply