I’ve read and tried to copy many examples of the PlayerCoreFactory script. I’m using PowerDVD16 Ultra and it’s loading the ISO automatically with Kodi 17.1. The script works – except when I go to QUIT the movie. When I quit, Kodi pops up for 0.2 seconds and jumps right back into PowerDVD. It will do this until the end of time. I’ve worked on it for a few days from a few different ways and I”m sure it’s something simple but I’m at the point where it’s giving me diarrhea. Here’s the .xml :
<playercorefactory>
<players> <player name=”PowerDVD” type=”ExternalPlayer” audio=”false” video=”true”>
<filename>C:\Program Files (x86)\CyberLink\PowerDVD16\PowerDVD.exe</filename>
<args>”{1}”</args>
<hidexbmc>true</hidexbmc>
<warpcursor>topright</warpcursor>
<hideconsole>true</hideconsole>
<forceontop>true</forceontop>
</player>
<player name=”PowerDVD” type=”ExternalPlayer” audio=”false” video=”true”><filename>C:\Program Files (x86)\CyberLink\PowerDVD16\PowerDVD.exe</filename>
<args>”{1}”</args>
<forceontop>true</forceontop>
</player>
</players>
<rules action=”prepend”>
<rule filename=”.*\BluRay\.*|.*3D.*” player=”PowerDVD” />
<rule filename=”.*DVD.*” player=”PowerDVD” />
<rule filename=”*.iso*” player=”PowerDVD” />
<rule filetypes=”bd|ifo” player=”PowerDVD”/>
</rules>
</playercorefactory>