(2012-06-21 02:43)bluray Wrote: @wilson-
Give these codes a try (replace K in the red lines with the correct BD-ROM drive and replace K in the blue line with the correct available VCD drive)....
<playercorefactory>
</player>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\CyberLink\PowerDVD12\PDVDLaunchPolicy.exe</filename>
<args>"{K:}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Home\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes=".*iso.*" player="ISO_Player"/>
<rule name="Blu-Ray" filename="K:\\.*" filetypes="bdmv" player="Disc_Player"/>
</rules>
</playercorefactory>
playiso.bat
@echo off
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 %1
"C:\Program Files (x86)\CyberLink\PowerDVD12\PDVDLaunchPolicy.exe" K:
Tried but still no luck. When i select the movie on XBMC it does nothing and powerdvd doesnt open. If i run the playiso.bat it does open powerdvd.
Does it matter that my BD-Rom drive is a virtual drive too? My virtual BD drive is V: and my Clonedrive is K:
*Update* I've had a play about with a couple of playercorefactory files and managed to get it working. I find though on Powerdvd for bluray isos that it wont crop the black bars top and bottom of the movie even if i use 'stretch to fit screen', All of the other aspect ratio settings are greyed out

Sooooo close to perfection

Have you try to set PDVD12 to start playback in fullscreen? 

Search
Help