-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mediainfo error #172
Comments
Have tried this on my test-system, but unfortunately, it does not work in my environement.
Mediainfo is in path. There was always an issues with linux/windows - due to " and ' in the code, but this was solved. Error is here: Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Start tag expected, '<' not found in C:\piwigo\plugins\piwigo-videojs\include\mediainfo.php on line 35 Running the command |
Using a brand new ubuntu 20.04 and a mediainfo also.
the plugin raises errors.
It seems the mediainfo XML output changed.
I found a solution changing
$xml->File
with$xml->media
in./include/mediainfo.php
Note : using PIWIGO 11 and plugin 2.8
If this can help someone ....
The text was updated successfully, but these errors were encountered: