Native Components (fpcalc, libmediainfo.so, libzen.so)

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
User avatar
rednoah
The Source
Posts: 22990
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Native Components (fpcalc, libmediainfo.so, libzen.so)

Post by rednoah »

If you need any of the optional components, you can try and see if any of the native library binaries [libmediainfo.so, libzen.so, lib7-Zip-JBinding.so] will work for your platform. You can tell java where to look for native libraries by setting LD_LIBRARY_PATH in your shell profile in ~/.profile (per user) or /etc/profile (per machine)

Code: Select all

export LD_LIBRARY_PATH="/path/to/native/libraries"
AcoustID audio fingerprint lookup requires the fpcalc executable to be installed in the PATH.

Code: Select all

ln -s /path/to/fpcalc /usr/local/bin/fpcalc
:idea: Please read the FAQ and How to Request Help.
Post Reply