I was getting this error while updating the media info for some of my shows. I tried updating to the latest version of MediaInfo 0.7.58 (had version 0.7.56) and still had the problem. (I think MediaPortal version 1.2.3 put on 0.7.56)
I looked at the source and saw:
string result = MI.VideoPlaytime;
this["localPlaytime"]= result !="-1"? result : noAttempts.ToString();
bool failed =false;
if(result !="-1")
...
else
failed =true;
...
If result = "-1" it fails. Using the GUI version of MediaInfo, I noticed it would not display the "Duration" property under the video info of the files it failed. I downgraded my MediaInfo version to 0.7.46 and every single show parsed mediainfo successfully.
MP-TV Series: v3.3.1.1954
MediaPortal: v1.2.3.0
I looked at the source and saw:
string result = MI.VideoPlaytime;
this["localPlaytime"]= result !="-1"? result : noAttempts.ToString();
bool failed =false;
if(result !="-1")
...
else
failed =true;
...
If result = "-1" it fails. Using the GUI version of MediaInfo, I noticed it would not display the "Duration" property under the video info of the files it failed. I downgraded my MediaInfo version to 0.7.46 and every single show parsed mediainfo successfully.
MP-TV Series: v3.3.1.1954
MediaPortal: v1.2.3.0
United States of America