[FAQ] WARNING: Failed to preload libzen

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[FAQ] WARNING: Failed to preload libzen

Post by rednoah »

Q: What does this warning mean? WARNING: Failed to preload libzen

Code: Select all

Dec 12, 2013 2:19:36 AM net.sourceforge.filebot.mediainfo.MediaInfo <clinit>
WARNING: Failed to preload libzen
A: Just means that FileBot can't load the mediainfo native library (MediaInfo.dll / libmediainfo.so / libmediainfo.dylib for your platform respectively). So you won't be able to use any features that require mediainfo like {vc} {ac} etc

You can fix this by adding a working libmediainfo into your library path (e.g. filebot program files folder). For Windows/Linux/OSX there's pre-compiled binaries but for ARM you'll probably have to compile it yourself.

http://sourceforge.net/p/filebot/code/H ... ib/native/
:idea: Please read the FAQ and How to Request Help.
Post Reply