Re: ALL Files Show As MPEG After Update to 3.4.0 - NOT 3.3.0
Posted: Sat Mar 01, 2014 1:59 am
Okay, it looks like 3.4.2 is definitely working fine and the actual cause of this seems to stem from a missing line in the renderrer's .conf file. The following was posted on the GitHub incident I submitted and I confirmed that the MediaInfo=true does indeed fix this issue including the MP4 icons. 

Slanggurka (GitHub) wrote: I also have problems with my Oppo BDP-105. I have made a lot of testing with the Oppo93 render file.
What I have found is to avoid all files to be presented as mpeg, add MediaInfo=true to the render file. Also remove any file extensions from "TranscodeExtensions", i.e. iso and vob.
If you like me can't play movies with external subtitles add SupportedSubtitlesType = SUBRIP,ASS,MICRODVD
Now external subtitles will work. For some reason some movies only for about 30 minutes in to the movie.
Note, if SupportedSubtitlesType = SUBRIP,ASS,MICRODVD are added mkv files with built in subtitles will disappear when browsing in the Oppo.
But if you add an empty srt file with the same name as the movie in the same folder it will work.
Strange, but it works.
So in the OPPOBDP93.conf add:
MediaInfo=true
TranscodeExtensions=
SupportedSubtitlesType = SUBRIP,ASS,MICRODVD (only if you want external subtitles to work).