Powerdvd 11 as External Player
#16
dondondon Wrote:ok. i will check out both the cards.. my friend is a dealer so will try to get both and see which is better..

can put up a code for ISO also pls.. trying from last night.. no luck..


this is wat i am using currently.

<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>


<rule filetypes="iso" player="ISO_Player"/>


Bat file..

@echo off
"C:\Program Files\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 %1
"C:\Program Files\CyberLink\PowerDVD11\PDVDLaunchPolicy.exe" G:
"C:\Program Files\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u
Here are your complete xml and bat codes:

Playercorefactory.xml:

<playercorefactory>
<players>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\CyberLink\PowerDVD11\PDVDLaunchPolicy.exe</filename>
<args>"{E:}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Universal_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\CyberLink\PowerDVD11\PDVDLaunchPolicy.exe</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>

</player>
</players>
<rules action="prepend">

<rule filename=".*iso.*" player="ISO_Player"/>

<rule filename=".*mkv.*" player="Universal_Player"/>
<rule filename=".*m2ts.*" player="Universal_Player"/>
<rule filename=".*mts.*" player="Universal_Player"/>
<rule filename=".*ts.*" player="Universal_Player"/>
<rule filename=".*avi.*" player="Universal_Player"/>
<rule filename=".*mp4.*" player="Universal_Player"/>

<rule protocols="bd|dvd" 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\PowerDVD11\PDVDLaunchPolicy.exe" G:
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u
>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
#17
thanks bluray.. it was really help ful.. but ISO opens up but with XBMC player. not with PDVD. i do not know anything abt XML.. but everthing seems to be right..

is there any problem with my system ?
Reply
#18
dondondon Wrote:thanks bluray.. it was really help ful.. but ISO opens up but with XBMC player. not with PDVD. i do not know anything abt XML.. but everthing seems to be right..

is there any problem with my system ?

1. Make sure that this "C:\Program Files\XBMC\userdata\PlayISO.bat" in playercorefactory is where you saved your PlayISO.bat.

2. Make sure that "G:" drive is one of the available drive in VCD.

3. You can right click a BD ISO movie and open with PlayISO.bat without XBMC to verify it. If PlayISO.bat is setup and saved correctly, it'll launch BD ISO movie and start playback movie with PDVD11.

4. If number work fine, you can try it with XBMC.
>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
#19
nm posted in other thread http://forum.xbmc.org/showthread.php?pid...3pid957966
Reply

Logout Mark Read Team Forum Stats Members Help
Powerdvd 11 as External Player0