AMC not unzipping RAR files.

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Richo1948
Posts: 2
Joined: 29 Dec 2013, 22:47

AMC not unzipping RAR files.

Post by Richo1948 »

Hi,
I followed the instructions in adding the AMC script to uTorrent.
" Setup Instructions for µTorrent:
0. Install FileBot using the .msi installer.

1. Setup µTorrent to run FileBot. Paste the following command into µTorrent Run Program settings.

µTorrent -> Run Program -> Run this program when torrent finishes:
Code: Select all
filebot -script fn:amc --output "X:/path/to/media" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

2. Change --output to where you want to copy/organize your files. Input is provided by µTorrent variables.

3. Done! Setting this up will take less then a minute. Now wait and enjoy how things will be organized fully automatically."
Everything works except it would not unzip RAR files, I ran the following code under instruction from rednoah ( filebot -script fn:sysinfo ) and determined that I had Java 32 bit.
I uninstalled java and installed the 64 bit version and all works OK.

Windows 7 64 bit, filebot 64 bit , 64bit Java

Thanks rednoah
slothdemon
Posts: 1
Joined: 30 Dec 2013, 13:38

Re: AMC not unzipping RAR files.

Post by slothdemon »

Thanks for this, just saved me a lot of time by sharing the solution.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC not unzipping RAR files.

Post by rednoah »

Nice! That's why I tell people to post things in the forums and not send me private messages! :)
:idea: Please read the FAQ and How to Request Help.
Post Reply