HTPC - XBMC - Power DVD 11 - Problem

vickysami

New Member
Joined
Nov 27, 2008
Messages
31
Points
0
Location
Bangalore
Hi All,

After playing TMT5 and Power DVD 11, i am decided to go with Power DVD11.

Cant use PD 11 as external player. The player starts and just stays there. it does not play the movie.

These are my .XML and .BAT files used in XBMC. Please let me know if there is something wrong.

playercorefactory.xml

<playercorefactory>
<players>
<player name="BDMV_Player" type="ExternalPlayer" audio="false" video="true">
<!-- You can place your PlayBDMV file anywhere -->
<filename>C:\Program Files\XBMC\userdata\PlayBDMV.bat</filename>
<args>"{1}"/fullscreen</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\CyberLink\PowerDVD11\PowerDVD11.exe</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>

</player>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<!-- You can place your PlayISO file anywhere -->
<filename>C:\Program Files\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>

</player>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<!-- You can place your PlayDisc file anywhere -->
<filename>C:\Program Files\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>

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

<rule filetypes="bdmv" player="BDMV_Player"/>
<rule filetypes="m2ts|mkv|avi|ts|mp4|dat|mpg|vob|wmv|mp3|wav|aac||flv|mov|amr" player="Universal_Player"/>
<rule filetypes="iso" player="ISO_Player"/>

<rule name="Blu-Ray" protocol="bd" player="Disc_Player"/>>
</rules>
</playercorefactory>



playbdmv.bat

@echo off
rem you can place your PlayBDMV file in \Roaming\XBMC\userdata\
set pth=%1
set pth=%pth:BDMV\index.bdmv=%
"C:\Program Files\CyberLink\PowerDVD11\PowerDVD11.exe" %pth% exit

playdisc.bat

@echo off
rem you can place your PlayDisc file in \Roaming\XBMC\userdata\

"C:\Program Files\CyberLink\PowerDVD11\PowerDVD11.exe" E:
 
Last edited:
Hi All,

After playing TMT5 and Power DVD 11, i am decided to go with Power DVD11.

Cant use PD 11 as external player. The player starts and just stays there. it does not play the movie.

These are my .XML and .BAT files used in XBMC. Please let me know if there is something wrong.

playercorefactory.xml

<playercorefactory>
<players>
<player name="BDMV_Player" type="ExternalPlayer" audio="false" video="true">
<!-- You can place your PlayBDMV file anywhere -->
<filename>C:\Program Files\XBMC\userdata\PlayBDMV.bat</filename>
<args>"{1}"/fullscreen</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\CyberLink\PowerDVD11\PowerDVD11.exe</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>

</player>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<!-- You can place your PlayISO file anywhere -->
<filename>C:\Program Files\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>

</player>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<!-- You can place your PlayDisc file anywhere -->
<filename>C:\Program Files\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>

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

<rule filetypes="bdmv" player="BDMV_Player"/>
<rule filetypes="m2ts|mkv|avi|ts|mp4|dat|mpg|vob|wmv|mp3|wav|aac||flv|mov|amr" player="Universal_Player"/>
<rule filetypes="iso" player="ISO_Player"/>

<rule name="Blu-Ray" protocol="bd" player="Disc_Player"/>>
</rules>
</playercorefactory>



playbdmv.bat

@echo off
rem you can place your PlayBDMV file in \Roaming\XBMC\userdata\
set pth=%1
set pth=%pth:BDMV\index.bdmv=%
"C:\Program Files\CyberLink\PowerDVD11\PowerDVD11.exe" %pth% exit

playdisc.bat

@echo off
rem you can place your PlayDisc file in \Roaming\XBMC\userdata\

"C:\Program Files\CyberLink\PowerDVD11\PowerDVD11.exe" E:

Hi

I think you need to correct these lines, make the true to false. Save the xml file and reopen the xbmc it should work.
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>

Thanks
 
I'm having the same issue any chance you could post up your xml and bat files or point us to where you found the solution?

Thanks.
 
Wharfedale Linton Heritage Speakers in Red Mahogany finish at a Special Offer Price. BUY now before the price increase.
Back
Top