Thanks weird that it outputs Mka file.. Never heard of this..
Anyway.. if you start Media Browsers config wizard click on advanced then the tab called External Players.. There is no such file type as Mka so you will need to choose Unknown.. If the file format is not known it will spawn the external player.. OR just rename your files to Mkv. Check and see if your config file was updated accordingly at C:\\ProgramData\\MediaBrowser in the file MediaBrowserXml.config
Mine looks like this:
TS
C:\\Program Files (x86)\\Movie Editing\\mplayer\\mplayerc.exe
"{0}"
Unknown
C:\\Program Files (x86)\\Movie Editing\\mplayer\\mplayerc.exe
"{0}"
Mkv
C:\\Program Files (x86)\\Movie Editing\\mplayer\\mplayerc.exe
"{0}"
What I found was there was in the file... which for some reason was causing the config wizard to not write out the structure properly for the external player. Once I removed this single statement the structure was created properly. Keep in mind in my file that was the ONLY occurance or reference to any piece of the structure - which I am familiar with XML structure and new that having a close tag was improper without an open.
OR you can forgo the tool and just add the structure yourself as the others noted.
Quote:
Originally Posted by
sudo4re 
stanglx, I'm still new at this so please bear with me. Which configuration tool do you use to get MB to launch an external player in order to play Mkv files? I do not see any such option when looking at MB's config tool. BTW, I use MkvMerge to merge the audio (flac) and the video (Mkv) and the result is a Mka file, perhaps MB does not recognize this format.