Page 1 of 1

Issues with 'filebot.launcher' not starting and xbmc

Posted: 02 Oct 2013, 00:23
by tdubzz
HI

I've followed rednoah's guide pretty well, I think, and I have my torrents being scanned and copied to my media folder. I'd like to not have the dos window pop up whilst the scan is happening. I've tried using the command 'filebot.launcher' instead of just 'filebot' but it doesn't do anything.

Also, after looking at the logs, it appears as though my XMBC is not updating. I've enabled HTTP remote log in, in case that was required, and still nothing. I checked after the regular script ran (filebot and not filebot.launcher) and the library had not updated.

utorrent command that doesnt work:

filebot.launcher -script fn:amc --output "W:" --log-file amc.log --action copy --conflict override -non-strict --def xbmc=10.0.0.16 subtitles=en artwork=y clean=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

error from log file:

Parameter: xbmc = 10.0.0.16
Parameter: subtitles = en
Parameter: artwork = y
Parameter: clean = y
Parameter: ut_dir = W:\DL
Parameter: ut_file = Family.Guy.S12E01.HDTV.x264-LOL.mp4
...
...
...
Notify XBMC: 10.0.0.16
ConnectException: Connection refused: connect
ConnectException: Connection refused: connect

Re: Issues with 'filebot.launcher' not starting and xbmc

Posted: 02 Oct 2013, 07:02
by rednoah
Your "error log" contains no error... Just in the end it can't connect to XBMC.

If you can't manage to get filebot.launcher to work (PATH issues, or what not) ...
Alternatively you can create a hidden filebot process with this tool: http://www.commandline.co.uk/chp/

Re: Issues with 'filebot.launcher' not starting and xbmc

Posted: 05 May 2014, 12:09
by goyon2000
Hi

I have the same problem of connection refused

If i understand well the connection use TCP ? port 9090

By luck do you know if there is a configuration on xbmc to allow that ?

Yvan

Re: Issues with 'filebot.launcher' not starting and xbmc

Posted: 05 May 2014, 12:29
by rednoah

Re: Issues with 'filebot.launcher' not starting and xbmc

Posted: 06 May 2014, 07:11
by goyon2000
Many thanks !

It seems to be the problem. Unfortunately I am using raspbmc and it seems that setting this parameter is different on raspbmc vs xbmc . I am trying to find the equivalent. I will maybe ask on the forum of raspbmc.

anyway filebot is fitting nearly all my need and thanks for the work