Native Components (fpcalc, libmediainfo.so, libzen.so)
Posted: 29 May 2015, 17:28
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)
AcoustID audio fingerprint lookup requires the fpcalc executable to be installed in the PATH.
Code: Select all
export LD_LIBRARY_PATH="/path/to/native/libraries"
Code: Select all
ln -s /path/to/fpcalc /usr/local/bin/fpcalc