Page 1 of 1

FileBot script help

Posted: 03 May 2014, 17:49
by helmbaek
Hi,

First of all thanks for a great program!

My FileBot have not been working for a 1½ month after the update - a restart seems to have fixed it on the server.
Now I have a lot of movies and tv shows to render. Are there any easy way to make a script for that?

Thanks in advance

I use this script in uTorrent:

filebot -script fn:amc --output "F:/" --log-file "F:/filebot.log" --action copy --conflict override -non-strict --def music=n --def plex=127.0.0.1:32400 subtitles=en;da artwork=y --lang da --def "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

Btw. I made a wrongfully thread before. This is an update - I looked at the wrong filebot.log - sorry.

Kind regards
Philip

Re: Issues after updating...

Posted: 04 May 2014, 02:00
by rednoah
I can easily see that the command you say you're calling is not the command your calling, not even close. Make a proper bug report instead of confusing people.

Also looking at the error message you just messed up the command line call. Learn how to use the cmdline.

Re: FileBot script help

Posted: 04 May 2014, 05:58
by helmbaek
Sorry for the inconvenience. I've just updated my thread.

Re: FileBot script help

Posted: 04 May 2014, 14:12
by rednoah
plex port has never been supported:
plex=127.0.0.1

colon ; separator has never been supported:
subtitles=en,da

FileBot doesn't keep a backlog of what has been processed and what hasn't so there's probably no way. You can try to be smart about grepping lines from the logs you have and then passing that on to filebot with xargs.