Error processing utorrent DL fn:amc

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
gr1ff1n
Posts: 4
Joined: 09 May 2015, 01:10

Error processing utorrent DL fn:amc

Post by gr1ff1n »

Hi guys!
this is the first time i've posted but, ive been using for a while filebot and i love it. The thing is that out of the blue the script i use stopped working. I got it from this forum. I havent changed it since i started using filebot since at least v.2.62. I use the following script

Code: Select all

filebot -script fn:amc --output "D:\Video" --log-file amc.log --action copy --conflict override -non-strict --def "seriesFormat=TV Shows/{n}/{\"Season \"+s}/{n.space('.')}.{s00e00}.{t.space('.')}.{vf}.{vc}.{ac}.{group}"  "movieFormat=Movies/{n} ({y})/{n} ({y}).{vf}.{vc}.{group}" music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
the thing is that when i run this command it now reads all the files from the ut_dir which it did not do so before.

Here is what it starts sputtering before i ctrl+c

Code: Select all

C:\Program Files (x86)\FileBot>filebot -script fn:amc --output "D:\Video" --log-
file amc.log --action copy --conflict override -non-strict --def "seriesFormat=T
V Shows/{n}/{\"Season \"+s}/{n.space('.')}.{s00e00}.{t.space('.')}.{vf}.{vc}.{ac
}.{group}"  "movieFormat=Movies/{n} ({y})/{n} ({y}).{vf}.{vc}.{group}" music=y s
ubtitles=en artwork=y "ut_label=" "ut_state=5" "ut_title=Elementary.S03E22.720p.
HDTV.X264-DIMENSION [GloDLS]" "ut_kind=multi" "ut_file=Downloaded from wWw.GloDL
S.to.jpg" "ut_dir=D:\Download"
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this releas
e.
Locking C:\Users\Griffin\AppData\Roaming\FileBot\logs\amc.log
Parameter: seriesFormat = TV Shows/{n}/{"Season "+s}/{n.space('.')}.{s00e00}.{t.
space('.')}.{vf}.{vc}.{ac}.{group}
Parameter: movieFormat = Movies/{n} ({y})/{n} ({y}).{vf}.{vc}.{group}
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_label =
Parameter: ut_state = 5
Parameter: ut_title = Elementary.S03E22.720p.HDTV.X264-DIMENSION [GloDLS]
Parameter: ut_kind = multi
Parameter: ut_file = Downloaded from wWw.GloDLS.to.jpg
Parameter: ut_dir = D:\Download
Read archive [eq-s2tla.rar] and extract to [D:\Download\IBM.SPSS.Statistics.v22.
Linux-EQUiNOX\eq-s2tla\IBM.SPSS.Statistics.v22.Linux-EQUiNOX\eq-s2tla\IBM.SPSS.S
tatistics.v22.Linux-EQUiNOX]
any ideas would be appreciated... i even downgraded to 4.2 to see if that was the issue but still it happened.

im using windows 7x x64 - java and filebot 32bit for a while now. so nothings changed.
User avatar
rednoah
The Source
Posts: 24218
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error processing utorrent DL fn:amc

Post by rednoah »

So what's the problem? There's no error...

You do however want disable archive extraction / add an ignore rule / use an ignore label for non-media downloads if you want to avoid FileBot extracting your SPSS download.
:idea: Please read the FAQ and How to Request Help.
gr1ff1n
Posts: 4
Joined: 09 May 2015, 01:10

Re: Error processing utorrent DL fn:amc

Post by gr1ff1n »

Thanks!
But it's reading the whole folder. And not just the file. I only put some output that was from some other file.
User avatar
rednoah
The Source
Posts: 24218
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error processing utorrent DL fn:amc

Post by rednoah »

Yes. You're deliberately passing the whole folder:

Code: Select all

Parameter: ut_kind = multi
Parameter: ut_dir = D:\Download
If you only want to process a specific folder pass arguments accordingly. If possible that is. If FileBot gets passed the wrong arguments then the problem is either you or your torrent client.
:idea: Please read the FAQ and How to Request Help.
gr1ff1n
Posts: 4
Joined: 09 May 2015, 01:10

Re: Error processing utorrent DL fn:amc

Post by gr1ff1n »

Thanks!
But what changed? It used to work no problem. I haven't changer anything in years.
User avatar
rednoah
The Source
Posts: 24218
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error processing utorrent DL fn:amc

Post by rednoah »

Yeah what did change? I only know what arguments are passed now (according to your log). I don't know what arguments were passed before. In any case, something other than FileBot changed.
:idea: Please read the FAQ and How to Request Help.
gr1ff1n
Posts: 4
Joined: 09 May 2015, 01:10

Re: Error processing utorrent DL fn:amc

Post by gr1ff1n »

Thanks man. Gonna keep investigating. Could be because lately the multi files haven't been in a folder.

Thanks for your help and patience :)
Post Reply