Fetch Artwork doesn't work because I didn't read the docs

Any questions? Need some help?
Post Reply
steve21
Posts: 2
Joined: 11 Nov 2014, 20:34

Fetch Artwork doesn't work because I didn't read the docs

Post by steve21 »

Cant run any commands due to weird java problem

For example

Code: Select all

C:\Program Files\FileBot>filebot -script fn:sysinfo
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this releas
e.
Nov 11, 2014 9:28:56 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.
FileBot 4.5 (r2612)
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])
Nov 11, 2014 9:28:59 PM net.filebot.archive.SevenZipLoader requireNativeLibrarie
s
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
chromaprint-tools: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.3.7
JRE: Java(TM) SE Runtime Environment 1.8.0_25
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 8 Core / 247 MB Max Memory / 10 MB Used Memory
OS: Windows 8 (x86)
Done ?(?????)?
or this

Code: Select all

C:\Program Files\FileBot>filebot -script fn:artwork.tvdb Z:\Video\TV
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this releas
e.
Nov 11, 2014 9:16:32 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.
Z:\Video\TV => Search by the honourable woman
Z:\Video\TV => The Honourable Woman
Fetching Z:\Video\poster.jpg => {id=1024828, BannerMirror=http://thetvdb.com/ban
ners/, BannerPath=posters/272318-2.jpg, BannerType=poster, BannerType2=680x1000,
 Language=en, Rating=10.0000, RatingCount=3}
Fetching Z:\Video\banner.jpg => {id=1024950, BannerMirror=http://thetvdb.com/ban
ners/, BannerPath=graphical/272318-g3.jpg, BannerType=series, BannerType2=graphi
cal, Language=en, Rating=10.0000, RatingCount=2}
Fetching Z:\Video\fanart.jpg => {id=1027517, BannerMirror=http://thetvdb.com/ban
ners/, BannerPath=fanart/original/272318-3.jpg, BannerType=fanart, BannerType2=1
920x1080, Language=en, Rating=10.0000, RatingCount=1, SeriesName=false, Thumbnai
lPath=_cache/fanart/original/272318-3.jpg, VignettePath=fanart/vignette/272318-3
.jpg}
Fetching Z:\Video\TV\poster.jpg => {id=1024937, BannerMirror=http://thetvdb.com/
banners/, BannerPath=seasons/272318-1-2.jpg, BannerType=season, BannerType2=seas
on, Season=1, Language=en, Rating=10.0000, RatingCount=1}
Fetching Z:\Video\TV\banner.jpg => {id=1024947, BannerMirror=http://thetvdb.com/
banners/, BannerPath=seasonswide/272318-1.jpg, BannerType=season, BannerType2=se
asonwide, Season=1, Language=en, RatingCount=0}
Fanart not found: Z:\Video\clearart.png / clearart
Fanart not found: Z:\Video\logo.png / clearlogo
Fanart not found: Z:\Video\landscape.jpg / tvthumb
Fanart not found: Z:\Video\TV\landscape.jpg / seasonthumb
Done ?(?????)?
The above directory - Z:\Video\TV, contains a couple of thousand video files, not just one and i noted that although it says it downloaded some artwork for The Honorable Woman, nothing appeared in the folder.

I have filebot 4.5, Java 7 Update 67 and Java 8 Update 25 installed.

The gui version has not been working as expected either, it often stops responding, does not crash but nothing happens when i press buttons.

I am most interested in the command line functionality though and had oped that would work better but it's revealing a larger problem by the looks of it.

Could somebody please help point me in the right direction? I'm not great with Java trouble shooting, preferring to avoid it altogether wherever possible :)

Thanks for your help
S
User avatar
rednoah
The Source
Posts: 23942
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Cant run any commands due to weird java problem

Post by rednoah »

You're using the latest JRE => GOOD

Code: Select all

JRE: Java(TM) SE Runtime Environment 1.8.0_25
You're using a 32-bit JRE on 64-bit Windows => BAD

Code: Select all

Can't load AMD 64-bit .dll on a IA 32-bit platform
However, none of these issues have anything to do with it "not working"

It surely did download some artwork:

Code: Select all

Fetching Z:\Video\TV\poster.jpg
Judging by "contains a couple of thousand video files" I find it hard to believe that these files have been "organized into Show/Season N/Episode XY structure"
Fetch Artwork wrote:Notes:
* Episodes are expected to be organized into Show/Season N/Episode XY structure. The TV Show will be auto-detected from files and the folder structure.
@see http://www.filebot.net/forums/viewtopic ... 4&t=5#p204
:idea: Please read the FAQ and How to Request Help.
steve21
Posts: 2
Joined: 11 Nov 2014, 20:34

Re: Fetch Artwork doesn't work because I didn't read the doc

Post by steve21 »

Thanks for the reply rednoah.

I have successfully worked around this problem and perhaps this may help somebody else also suffering from similar symptoms.

My files are actually located in a Synology NAS box so i installed the synology version of filebot and simply ran everything i wanted from there, it works as expected on my synolgy, i didn't have do to any re-organisation of files, i have all the artwork and all the subtitles that i want now.

This is a problem with this particular installation of filebot / jre on that windows pc.
Post Reply