MediaInfo on Synology

All your suggestions, requests and ideas for future development
Post Reply
sylvain
Posts: 2
Joined: 01 Dec 2015, 23:30

MediaInfo on Synology

Post by sylvain »

Hi
I have a Synology DS1813+ with Filebot 4.6.1 and MediaInfo 0.7.73-32 (installed through Package Center), but I got this error when launching filebot in CLI as root

filebot -script fn:suball /volume2/Media --lang en -non-strict&

Dec 02, 2015 12:26:00 AM net.filebot.subtitle.SubtitleMetrics$5 lambda$getVideoProperties$40
WARNING: net.filebot.mediainfo.MediaInfoException: Unable to load i386 native library libmediainfo.so: Could not initialize class net.filebot.mediainfo.MediaInfoLibrary

What did I forget thanks
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: MediaInfo on Synology

Post by rednoah »

You have installed 32-bit Java on a 64-bit OS, so the 32-bit Java process will not be able to load the 64-bit MediaInfo native library.

How did you install Java? Use https://github.com/rednoah/java-installer instead.
:idea: Please read the FAQ and How to Request Help.
Post Reply