Mediainfo Plugin

randac56

Member
May 25, 2018
915
0
16
do you have mediainfo installed?

if so do you have the path set in the conf.php for the plugin?
 

peshua19

Member
May 25, 2018
897
0
16
I copied the mediainfo binary found in this thread into /usr/bin then edited conf.php. Same message.

Admittedly, the mediainfo binary might not be the right one for my hardware but the message suggests it just can't find it.
 

lisas4567

Member
May 25, 2018
773
0
16
you'd need more than just the binary.

It has dependencies.

make sure you have them.


If the binary works manually then just comment out

Code:
rtorrent.remote: error

in plugins/mediainfo/plugin.info
 

simur612

Member
May 25, 2018
879
0
16
Code:
rtorrent.remote: error
This code mean: if rtorrent is not running on the some host as ruTorrent then generate error. It hasn't relation to this problem.

Quote
I copied the mediainfo binary found in this thread​


mediainfo binary 1) must be in PATH 2) must have executable flag.
 

randac56

Member
May 25, 2018
915
0
16
ahh, forgive me...too much ambien before writing that post.


but yah, there is a dependencies for mediainfo....i wanna say it's called libzen
 

peshua19

Member
May 25, 2018
897
0
16
I think it was because I didn't give it the executable flag. Now the message has gone.

But... the mediainfo option doesn't show up when I right click. Don't sweat it, but it would be cool to work out what's happening.
 

randac56

Member
May 25, 2018
915
0
16
How would I go about installing this?
In debian & distros you can install media using the package manager (apt-get install mediainfo).
Not sure about the included features which they offer in their package.

I think there are no packages for RHEL (or maybe fedora has one).
 

peshua19

Member
May 25, 2018
897
0
16
I know I'm digging up an old thread but this may be useful to someone in the future

How to install mediainfo on CentOS

CentOS 5

i386
Code:
wget http://downloads.sourceforge.net/zenlib/libzen0-0.4.23-1.i386.CentOS_5.rpm
wget http://downloads.sourceforge.net/zenlib/libzen0-devel-0.4.23-1.i386.CentOS_5.rpm
wget http://downloads.sourceforge.net/mediainfo/libmediainfo0-0.7.52-1.i386.CentOS_5.rpm
wget http://downloads.sourceforge.net/mediainfo/libmediainfo0-devel-0.7.52-1.i386.CentOS_5.rpm
wget http://downloads.sourceforge.net/mediainfo/mediainfo-0.7.52-1.i386.CentOS_5.rpm

rpm -vi libzen0-0.4.23-1.i386.CentOS_5.rpm
rpm -vi libzen0-devel-0.4.23-1.i386.CentOS_5.rpm
rpm -vi libmediainfo0-0.7.52-1.i386.CentOS_5.rpm
rpm -vi libmediainfo0-devel-0.7.52-1.i386.CentOS_5.rpm
rpm -vi mediainfo-0.7.52-1.i386.CentOS_5.rpm
X86_64
Code:
wget http://downloads.sourceforge.net/zenlib/libzen0-0.4.23-1.x86_64.CentOS_5.rpm
wget http://downloads.sourceforge.net/zenlib/libzen0-devel-0.4.23-1.x86_64.CentOS_5.rpm
wget http://downloads.sourceforge.net/mediainfo/libmediainfo0-0.7.52-1.x86_64.CentOS_5.rpm
wget http://downloads.sourceforge.net/mediainfo/libmediainfo0-devel-0.7.52-1.x86_64.CentOS_5.rpm
wget http://downloads.sourceforge.net/mediainfo/mediainfo-0.7.52-1.x86_64.CentOS_5.rpm

rpm -vi libzen0-0.4.23-1.x86_64.CentOS_5.rpm
rpm -vi libzen0-devel-0.4.23-1.x86_64.CentOS_5.rpm
rpm -vi libmediainfo0-0.7.52-1.x86_64.CentOS_5.rpm
rpm -vi libmediainfo0-devel-0.7.52-1.x86_64.CentOS_5.rpm
rpm -vi mediainfo-0.7.52-1.x86_64.CentOS_5.rpm
CentOS 6

i386
Code:
wget http://downloads.sourceforge.net/zenlib/libzen0-0.4.23-1.i386.CentOS_6.rpm
wget http://downloads.sourceforge.net/zenlib/libzen0-devel-0.4.23-1.i386.CentOS_6.rpm
wget http://downloads.sourceforge.net/mediainfo/libmediainfo0-0.7.52-1.i386.CentOS_6.rpm
wget http://downloads.sourceforge.net/mediainfo/libmediainfo0-devel-0.7.52-1.i386.CentOS_6.rpm
wget http://downloads.sourceforge.net/mediainfo/mediainfo-0.7.52-1.i386.CentOS_6.rpm

rpm -vi libzen0-0.4.23-1.i386.CentOS_6.rpm
rpm -vi libzen0-devel-0.4.23-1.i386.CentOS_6.rpm
rpm -vi libmediainfo0-0.7.52-1.i386.CentOS_6.rpm
rpm -vi libmediainfo0-devel-0.7.52-1.i386.CentOS_6.rpm
rpm -vi mediainfo-0.7.52-1.i386.CentOS_6.rpm
X86_64
Code:
wget http://downloads.sourceforge.net/zenlib/libzen0-0.4.23-1.x86_64.CentOS_6.rpm
wget http://downloads.sourceforge.net/zenlib/libzen0-devel-0.4.23-1.x86_64.CentOS_6.rpm
wget http://downloads.sourceforge.net/mediainfo/libmediainfo0-0.7.52-1.x86_64.CentOS_6.rpm
wget http://downloads.sourceforge.net/mediainfo/libmediainfo0-devel-0.7.52-1.x86_64.CentOS_6.rpm
wget http://downloads.sourceforge.net/mediainfo/mediainfo-0.7.52-1.x86_64.CentOS_6.rpm

rpm -vi libzen0-0.4.23-1.x86_64.CentOS_6.rpm
rpm -vi libzen0-devel-0.4.23-1.x86_64.CentOS_6.rpm
rpm -vi libmediainfo0-0.7.52-1.x86_64.CentOS_6.rpm
rpm -vi libmediainfo0-devel-0.7.52-1.x86_64.CentOS_6.rpm
rpm -vi mediainfo-0.7.52-1.x86_64.CentOS_6.rpm
Versions are the latest available as of the date of this post - Check here for newer releases -
http://mediainfo.sourceforge.net/en/Download/CentOS

Hope it helps