AMC with uTorrent Stopped Working

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
zigackly
Donor
Posts: 2
Joined: 30 May 2015, 17:05

AMC with uTorrent Stopped Working

Post by zigackly »

Hi, my AMC with uTorrent suddenly stopped working.

the is what i get when i run filebot-script fn:sysinfo

Code: Select all

C:\Program Files\FileBot>filebot -script fn:sysinfo
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this releas
e.
FileBot 4.5.6 (r2818)
JNA Native: 4.0.0
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': N
ative library (win32-x86/mediainfo.dll) not found in resource path ([file:/C:/Pr
ogram%20Files/FileBot/FileBot.jar])
May 30, 2015 10:34:57 PM net.filebot.archive.SevenZipLoader requireNativeLibrari
es
WARNING: Failed to preload library: java.lang.UnsatisfiedLinkError: no mingwm10
in java.library.path
7-Zip-JBinding: net.sf.sevenzipjbinding.SevenZipNativeInitializationException: F
ailed to load 7z-JBinding: C:\Program Files\FileBot\7-Zip-JBinding.dll: Can't lo
ad AMD 64-bit .dll on a IA 32-bit platform
May 30, 2015 10:34:57 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(...) returned error code 5.
chromaprint-tools: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.3.9
JRE: Java(TM) SE Runtime Environment 1.8.0_45
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 4 Core / 247 MB Max Memory / 11 MB Used Memory
OS: Windows 7 (x86)
Done ?(?????)?
This is the script im using.

Code: Select all

"C:/Program Files/Filebot/filebot.exe" -script fn:amc --output "E:\Media" --log-file amc.log --action move --conflict override -non-strict --def music=y subtitles=en artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def gmail=*****:****** --def mailto=******* --def "seriesFormat=E:/Media/TV Shows/{n}/{'S'+s}/{n} - {s00e00} - {t}" "movieFormat=E:/Media/Movies/{n} {y}/{fn}" --def clean=y --def excludeList=amc.txt
and this is what i get when i try to run it manually from command prompt

Code: Select all

C:\Program Files\FileBot>
C:\Program Files\FileBot>"C:/Program Files/Filebot/filebot.exe" -script fn:amc -
-output "E:\Media" --log-file amc.log --action move --conflict override -non-str
ict --def music=y subtitles=en artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%
N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def gmail=******:******* --def mailto=****** --def "seriesFormat=E:/Media/TV Shows
/{n}/{'S'+s}/{n} - {s00e00} - {t}" "movieFormat=E:/Media/Movies/{n} {y}/{fn}" --
def clean=y --def excludeList=amc.txt
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this releas
e.
Locking C:\Users\*****\AppData\Roaming\FileBot\logs\amc.log
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = n
Parameter: ut_label = %L
Parameter: ut_state = %S
Parameter: ut_title = %N
Parameter: ut_kind = %K
Parameter: ut_file = %F
Parameter: ut_dir = %D
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: seriesFormat = E:/Media/TV Shows/{n}/{'S'+s}/{n} - {s00e00} - {t}
Parameter: movieFormat = E:/Media/Movies/{n} {y}/{fn}
Parameter: clean = y
Parameter: excludeList = amc.txt
Using excludes: E:\Media\amc.txt (0)
No files selected for processing
Failure (┬░_┬░)
Really hope someone can help me solve this. Thanks in advance.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC with uTorrent Stopped Working

Post by rednoah »

There's no errors in any of the logs you posted, other than the typical "i haven't read the manual" issues. :P

1)
Read the FAQ. Pay particular attention to the part that tells you to use 64-bit Java.
viewtopic.php?f=3&t=7

2)
Doing a test run... You're doing it wrong.
Troubleshooting wrote:If something is not working, first read the Notes above, then just run the command manually in new console window and see what happens. You CANNOT run the template without replacing the VARIABLES. The variables have to be replaced with actual values first. You can find the actual cmdline call in the µTorrents Logger tab so you can just copy it from there. You may need to enable the Logger tab first (just right-click one of the other tabs like Info).
:idea: Please read the FAQ and How to Request Help.
zigackly
Donor
Posts: 2
Joined: 30 May 2015, 17:05

Re: AMC with uTorrent Stopped Working

Post by zigackly »

Thanks for the fix. Sent a donation to keep the great work going.

the 64bit java was the issue. After i updated Java, the uTorrent command line path needed to be fixed, but once that was done, everything seems in place.

instead of just filebot, it needed the full path.
Post Reply