Kody and PowerDVD 15 and 3D BD ISO autostart
#1
Hello

I need Help

I want to play 3D BD ISOs over Kodi and Power DVD 15


I have Power DVD 15 Ultra on Win 8.1

and this xmp file is in my Kodi User Data Folder
How to from here: http://forum.kodi.tv/showthread.php?tid=228866

Nothing is happend no video starts no 2d no 3d nothing

Ho To for CONFIGURATION (PowerDVD 15)

1.) Find or create a playercorefactory.xml in your userdata folder and add this:

Code:
<playercorefactory>
<players>
<player name="PowerDVD" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\CyberLink\PowerDVD15\PowerDVD.exe</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>

<rules action="prepend">
<rule filetypes="iso" filename=".*3D.*" player="PowerDVD" />
</rules>
</playercorefactory>

2.) Now, in Kodi system settings go to: Video - Discs - BluRay playback mode and select Play main movie. If you don't change this, kodi will play the movie in 2D and the external player will not be triggered automatically.

CONCLUSION


I Have made all of this

Can u Help me?
Reply

Logout Mark Read Team Forum Stats Members Help
Kody and PowerDVD 15 and 3D BD ISO autostart0