Kodi Community Forum

Full Version: PowerDVD 11 as an external player for half-SBS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I wanted to share my playercorefactory with you guys, with this playercore you'll be able to watch your half-SBS movies with PowerDVD11. I think Powerdvd11 is a great tool to watch half-SBS with. The purpose of this playercore is for Powerdvd11 only to run when your trying to watch a half-SBS, other then that xbmc will still play your movies with the regular player.

<playercorefactory>
<players>

<player name="Universal_Player" type="ExternalPlayer" audio="false" video="true">
<filename>D:\Program Files (x86)\CyberLink\PowerDVD11\PowerDVD11\PDVDLaunchPolicy.exe</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filenames="mkv" filename=".*half-SBS.*" player="Universal_Player"/>
</rules>
</playercorefactory>