Maxime Gervais

Results 48 comments of Maxime Gervais

@DvdKhl What is the output of your program? Here (Fedora 31) It's work after changing all DllImport("MediaInfo") to DllImport("mediainfo") ```[maxime@frost CS]$ bin/Debug/netcoreapp3.0/MediaInfoLib Handle=37284112 UseUTF32Encoding=True Opening file '/home/maxime/MediaArea/Temp/CS/😢.txt' File Open Result...

At last libnssutils3.so, libsmime3.so and libssl3.so depends on it, causing : > /usr/lib64/libnss3.so: version `NSS_3.21' not found (required by ./lib64/libssl3.so)

PR updated, now it's check for stats data

mediainfo rely on libcurl for network access, maybe CentOS7 libcurl is too old to handle this URL correctly? Removing the relative part of the url (cbn/../) seems to work on...

I'm unable to reproduce this on Windows (JDK 16, JNA 5.7.0) using https://github.com/UniversalMediaServer/UniversalMediaServer/blob/master/src/main/java/net/pms/dlna/MediaInfo.java as wrapper.

The "All in one" package don't enables libcurl by default. Please tries `./CLI_Compile.sh --with-libcurl` or `./CLI_Compile.sh --with-libcurl=runtime`

@EugeneSakun mediainfo's snap can only access non-hidden files from user directory. There's not direct ways to access /tmp from snapcraft applications.

What is the `locale` output inside the container?

I'm able to reproduce this bug with LC_ALL=C before mediainfo command. Will setting the locale inside the container to en_US.UTF-8 or matching it with the host system locale solve the...

1: Retrieve the version number 2: Download the file Your script is correct. You can use a variable to avoid two identical web requests: ``` $LastestMediaInfoVersion = Invoke-WebRequest -UseBasicParsing 'https://api.github.com/repos/MediaArea/MediaInfo/releases/latest'...