help with dsplayer
#1
i'm wanting to make dsplayer my default player for all movies not just the HD ones but i don't want it to be used for web content. i,ve set it up before as default but at times it won't play streaming content. is there a way to specify it for local movies and set flash player for web? thanks
Reply
#2
Create a playercorefactory.xml add the following and put it in \XBMC\userdata

Code:
<playercorefactory>
  <players>
    <player name="DSPlayer" type="dsplayer" audio="false" video="true">
    </player>
  </players>
  <rules action="prepend">
    <rule filetypes="mkv|avi" player="DSPlayer"/>
  </rules>
</playercorefactory>

This will give DSPlayer for mkv and avi if you want it working on other file types just add the extension of the file type with mkv|avi but you must use a separator | between each file type

You don't need anything in advancedsettings.xml
Reply
#3
thanks
Reply

Logout Mark Read Team Forum Stats Members Help
help with dsplayer0