I'm running filebot from the command line and I'm getting the following error:
"Failed to read media encoding date: Unable to load amd64 (64-bit) native library libmediainfo.so: Unable to load library 'mediainfo': Native library (linux-x86-64/libmediainfo.so) not found in resource path ([file:/volume1/@appstore/filebot/FileBot.jar])"
I've been using filebot for several years and I've never seen this one before.
Filebot CLI can't read metadata
Re: Filebot CLI can't read metadata
Please run filebot -script fn:sysinfo and post the output.
Re: Filebot CLI can't read metadata
Code: Select all
FileBot 4.7.9 (r4984)
JNA Native: 5.1.0
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load amd64 (64-bit) native library libmediainfo.so: Unable to load library 'mediainfo': Native library (linux-x86-64/libmediainfo.so) not found in resource path ([file:/volume1/@appstore/filebot/FileBot.jar])
Apache Commons VFS: [zip, rar]
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-05-15 (r500)
Groovy: 2.4.10
JRE: OpenJDK Runtime Environment 1.8.0_121
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 4 Core / 239 MB Max Memory / 14 MB Used Memory
OS: Linux (amd64)
Package: SPK
uname: Linux PlexBox 3.10.77 #8754 SMP Thu Apr 20 02:23:05 CST 2017 x86_64 GNU/Linux synology_cedarview_412+
Done ヾ(@⌒ー⌒@)ノ
Re: Filebot CLI can't read metadata
According to the logs, the native libraries are not compatible with your platform. FileBot will mostly work, but features that require libmediainfo.so won't, and you will get warnings.