Page 1 of 1

AMC not unzipping RAR files.

Posted: 30 Dec 2013, 06:58
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

Re: AMC not unzipping RAR files.

Posted: 30 Dec 2013, 13:40
by slothdemon
Thanks for this, just saved me a lot of time by sharing the solution.

Re: AMC not unzipping RAR files.

Posted: 30 Dec 2013, 16:28
by rednoah
Nice! That's why I tell people to post things in the forums and not send me private messages! :)