MPL playback
#1
Hi everyone

I use XBMC Frodo 12.3 (windows 8.1) and have some *.mlp files made by dvd audio extractor from dvd-a. Players such as KMP and VLC play them easily.
But when I put these files into my music folder XBMC doesn’t list them. Is it possible to play MLP music files via XBMC (not converting files to multich. FLAC)?

Thanks
Reply
#2
Unfortunetly XBMC doesn't play MLP files, I've encountered this problem myself, even though ffmpeg actually does support it so it ought to be rather trivial to add such support.
Reply
#3
Nevermind, I was remembering things incorrectly. They don't work when using paplayer, but they play fine with dvdplayer.

You have to do the following:
1) First you need to add the file extension to your advancedsettings.xml, otherwise they won't be listed
Code:
<advancedsettings>
    <musicextensions>
        <add>.mlp</add>
    </musicextensions>    
</advancedsettings>
2) Press 'c' on the file you which to play to bring up the context menu and pick "play using -> dvdplayer", or edit playercorefactory.xml
Reply
#4
(2014-01-05, 22:42)sialivi Wrote: or edit playercorefactory.xml

Which way? I've never edited xbmc's xml settings.
Reply

Logout Mark Read Team Forum Stats Members Help
MPL playback0