FileBot script help

Any questions? Need some help?
Post Reply
helmbaek
Posts: 3
Joined: 21 Jun 2013, 21:03

FileBot script help

Post 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
Last edited by helmbaek on 04 May 2014, 05:57, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Issues after updating...

Post 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.
:idea: Please read the FAQ and How to Request Help.
helmbaek
Posts: 3
Joined: 21 Jun 2013, 21:03

Re: FileBot script help

Post by helmbaek »

Sorry for the inconvenience. I've just updated my thread.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot script help

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply