Used MediaInfo Version?

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
Pulpi
Posts: 22
Joined: 29 Aug 2014, 22:25

Used MediaInfo Version?

Post by Pulpi »

Hello,

I´ve installed MediaInfo (SynoCommunity) Version 20.03 on my NAS. Why is Filebot showing via "filebot -script fn:sysinfo" version 19.09?

Code: Select all

FileBot 4.9.1 (r7372)
JNA Native: 6.1.0
MediaInfo: 19.09
7-Zip-JBinding: 9.20
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2020-05-22 (r644)
Groovy: 3.0.3
JRE: OpenJDK Runtime Environment 14.0.1
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 4 Core / 991 MB Max Memory / 43 MB Used Memory
OS: Linux (amd64)
HW: Linux DS918plus 4.4.59+ #25426 SMP PREEMPT Tue May 12 04:54:55 CST 2020 x86_64 GNU/Linux synology_apollolake_918+
STORAGE: ext4 [/] @ 1.3 GB | ext4 [/volume1] @ 1.0 TB | ext4 [/volume2] @ 1.0 TB
DATA: /volume1/@appstore/filebot/data/root
Package: SPK
Activate License [PX10772556] on [Fri Jun 05 08:01:37 CEST 2020]
License: FileBot License PX10772556 (Valid-Until: 2069-12-15)
Done ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Used MediaInfo Version?

Post by rednoah »

Because whichever working libmediainfo.so appears in the library path first and was thus loaded self-identifies as 19.09.


:idea: You can use this command to see how the filebot startup script works and where it might be searching for libraries:

Code: Select all

cat `where filebot`
:idea: Please read the FAQ and How to Request Help.
Pulpi
Posts: 22
Joined: 29 Aug 2014, 22:25

Re: Used MediaInfo Version?

Post by Pulpi »

Alright, thank you for that advice. It seems to be, that the version information wasn´t updated.

Code: Select all

mediainfo --Version
MediaInfo Command line,
MediaInfoLib - v19.09
Cause the link leads to the current MediaInfo version - I guess everything will be fine.
Thanks for your fast replay and help :)
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Used MediaInfo Version?

Post by rednoah »

A minor version difference probably won't make a difference, unless your format is very intricate and specific about newly introduced MediaInfo properties.
:idea: Please read the FAQ and How to Request Help.
Post Reply