Mediainfo so Problem

Any questions? Need some help?
Post Reply
c0ut
Posts: 8
Joined: 06 Jan 2014, 08:42

Mediainfo so Problem

Post by c0ut »

Hello,

i have a problem with the libmediainfo.so path.
Im a ds 214 play Synology owner.
I put this lib in many paths for test.

Test to compile the cli manualy also give me an error:

Code: Select all

grep: /usr/local/i686-linux-gnu/i686-linux-gnu/lib/libstdc++.la: No such file or directory
sed: /usr/local/i686-linux-gnu/i686-linux-gnu/lib/libstdc++.la: No such file or directory
libtool: link: `/usr/local/i686-linux-gnu/i686-linux-gnu/lib/libstdc++.la' is not a valid libtool archive
make: *** [libzen.la] Error 1
Problem while compiling ZenLib
test -z "libzen.la" || rm -f libzen.la
rm -f "./so_locations"
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
error: "hw.ncpu" is an unknown key

DiskStation> find / -name libmediainfo.so -type f 2>/dev/null
/lib/libmediainfo.so
/volume1/@optware/usr/share/filebot/libmediainfo.so
/volume1/@optware/lib/libmediainfo.so
/volume1/@appstore/java6/jre/bin/libmediainfo.so
/volume1/@appstore/java6/jre/libmediainfo.so
/volume1/@appstore/java6/jre/lib/libmediainfo.so
/volume1/@appstore/filebot/libmediainfo.so
/volume1/@appstore/filebot/linux-x86/libmediainfo.so
DiskStation>


Here comes the error:

Code: Select all

BusyBox v1.16.1 (2013-11-06 05:24:16 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

DiskStation> filebot -script fn:sysinfo
FileBot 3.8 (r1840)
JNA Native: 4.0.0
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': N                                                    ative library (linux-x86/libmediainfo.so) not found in resource path ([file:/vol                                                    ume1/@appstore/filebot/filebot.jar])
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (fpcalc)
Extended Attributes: DISABLED
Groovy Engine:
Java(TM) SE Runtime Environment 1.6.0_38 (headless)
32-bit Java HotSpot(TM) Embedded Client VM
Linux (i386)
Done ヾ(@⌒ー⌒@)ノ
DiskStation>
Last edited by c0ut on 12 Jan 2014, 12:44, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Mediainfo so Problem

Post by rednoah »

In the filebot launcher the jna.library.path must point to where the library is:

Code: Select all

-Djna.library.path=/opt/filebot
Maybe the @ is messing with the library path.

Also if a library is incompatible it'll probably give you the same error message as if the library is not there at all.
:idea: Please read the FAQ and How to Request Help.
c0ut
Posts: 8
Joined: 06 Jan 2014, 08:42

Re: Mediainfo so Problem

Post by c0ut »

sorry. i have only an start.sh.
and my filebot.jar.

In which file i put this peace of code?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Mediainfo so Problem

Post by rednoah »

I can only support the packages I provide, and you apparently are using a package not maintained by me.

Learn from my sample startup script:
https://sourceforge.net/p/filebot/code/ ... ller/ipkg/
:idea: Please read the FAQ and How to Request Help.
c0ut
Posts: 8
Joined: 06 Jan 2014, 08:42

Re: Mediainfo so Problem

Post by c0ut »

Now after i change the libs and the fpcalc it runs.

DiskStation> filebot -script fn:sysinfo
FileBot 3.8 (r1840)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.64
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (fpcalc)
Extended Attributes: DISABLED
Groovy Engine:
Java(TM) SE Runtime Environment 1.6.0_38 (headless)
32-bit Java HotSpot(TM) Embedded Client VM
Linux (i386)
Done ヾ(@⌒ー⌒@)ノ


But now i get an error often after run.

Code: Select all

Unable to differentiate: [confident-runner.runner.720p.sub] => [null] VS [null]
Jan 12, 2014 4:54:14 PM net.sourceforge.filebot.web.TMDbClient getMovieDescriptor
WARNING: Movie not found: tt0462322
cia-l4rryflynt-xvid.avi [series: cia, movie: The People vs. Larry Flynt (1996)]
Jan 12, 2014 4:54:18 PM net.sourceforge.filebot.web.TMDbClient getMovieDescriptor
WARNING: Movie not found: tt0462322
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Mediainfo so Problem

Post by rednoah »

No idea. Does it matter? Some files can't be processed cause the names are just too badly named. The WARNING messages you can ignore.

Apart from that I recommend using Java 7 or even Java 8/ea and updating to the 4.0_RC1 beta release. May or may not make a difference.

EDIT:
The warning is just because you're looking up Grindhouse (maybe because of some nfo file) which is not a movie, but a collection:
http://www.themoviedb.org/collection/237402-grindhouse
:idea: Please read the FAQ and How to Request Help.
c0ut
Posts: 8
Joined: 06 Jan 2014, 08:42

Re: Mediainfo so Problem

Post by c0ut »

Yes in my Collection exist Grindhouse. But this error is after every movie. Java update okay i can install a new java. But i have an evansports processor is this supported? This error came also befor mediainfo detected form filebot.

I test a new java version.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Mediainfo so Problem

Post by rednoah »

I can only tell you that somehow filebot tries to figure out what movie name for, which fails. If it works you can use Java 6, I just recommend Java 7/8.

There must be .nfo files lying around somewhere that link to tt0462322. Either in the same folder or parent/child folders.
:idea: Please read the FAQ and How to Request Help.
Pulpi
Posts: 22
Joined: 29 Aug 2014, 22:25

Re: Mediainfo so Problem

Post by Pulpi »

Now after i change the libs and the fpcalc it runs.
What do you have edited? Please give more informations, thank you :)
bryans50
Posts: 4
Joined: 27 May 2015, 17:35

Re: Mediainfo so Problem

Post by bryans50 »

Which libraries did you change? I have the same error..
Post Reply