Another External Player Code, but Very Simple to Setup

  Thread Rating:
  • 10 Votes - 4.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
bluray Offline
Posting Freak
Posts: 7,575
Joined: May 2011
Reputation: 139
Post: #721
(2012-06-18 00:25)Hail.ceasar Wrote:  Is there no way at all to launch powerdvd12 with these codes?
Since Cyberlink decided to change index.bdmv launch routine, there is no way to make it launch automatically with the code. I stated it in post #668......


@shaktoo-

I don't know the answer to all your questions. As for the subtitle question, you might want to relay your question to Cyberlink instead. For 3d SBS, you can read this thread "3D Full SBS (3840x1080)... Success!" for more info........

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
(This post was last modified: 2012-06-18 16:27 by bluray.)
find quote
Jong Offline
Junior Member
Posts: 5
Joined: Jul 2009
Reputation: 0
Location: London, UK
Post: #722
Thanks for your work on this. Things are oh so nearly working, but TMT5 is not focused after it is launched. The player is full screen and the iso is loaded, but the keyboard/remote does not work until I alt-tab until TMT is focused! Any thoughts/ideas/workarounds?
find quote
Wilson Offline
Junior Member
Posts: 14
Joined: Apr 2012
Reputation: 0
Post: #723
Hey Blu, just when you thought you'd heard the last of me Smile
I'm having problems using powerdvd12 as my external player for bluray isos. Using the codes in these posts i can get powerdvd to launch, but when i press play it tells me there is no disc in drive k:
I have a feeling its something to do with the image mounting.

Ideally i want xbmc to play everthing apart from bluray discs, dvds and blu ray .iso
here is my
<playercorefactory>
<players>
<player name="BDMV_Player" type="ExternalPlayer" audio="false" video="true">
<!-- You can place your PlayBDMV file anywhere -->
<filename>C:\Users\Home\AppData\Roaming\XBMC\userdata\PlayBDMV.bat</filename>
<args>"{1}"</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\PowerDVD12\PDVDLaunchPolicy.exe</filename>
<args>"{1}"</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:\Users\Home\AppData\Roaming\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">
<!-- You can place your PlayDisc file anywhere -->
<filename>C:\Users\Home\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>

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

<rule filetypes=".*bdmv.*" player="BDMV_Player"/>
<rule filetypes=".*iso.*" player="ISO_Player"/>
<rule filetypes=".*m2ts.*" player="Universal_Player"/>
<rule filetypes=".*mkv.*" player="Universal_Player"/>
<rule filetypes=".*avi.*" player="Universal_Player"/>
<rule filetypes=".*ts.*" player="Universal_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:
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u

Thanks in advance, and i will polish your shoes and iron your pants every morning Smile
find quote
Jong Offline
Junior Member
Posts: 5
Joined: Jul 2009
Reputation: 0
Location: London, UK
Post: #724
(2012-06-19 21:36)Jong Wrote:  Thanks for your work on this. Things are oh so nearly working, but TMT5 is not focused after it is launched. The player is full screen and the iso is loaded, but the keyboard/remote does not work until I alt-tab until TMT is focused! Any thoughts/ideas/workarounds?
It's XBMC that remains focused. Even though TMT is full screen and in the foreground if I press alt-F4 XBMC closes! Confused
find quote
timberman Offline
Junior Member
Posts: 3
Joined: Jan 2012
Reputation: 0
Post: #725
bluray ....Hi

You helped me out before with the playcorefactory files. I using the latest TMT5 , but when i started to use nighly build of xbmc it stopped working. Everytime when i start a file i get a menu in xbmc to choose what track i want to start. Guess they change something?

Is this something that you can fix so i get the external player working again?

Thankful for some help.

Have it great
find quote
bluray Offline
Posting Freak
Posts: 7,575
Joined: May 2011
Reputation: 139
Post: #726
(2012-06-19 23:25)Jong Wrote:  
(2012-06-19 21:36)Jong Wrote:  Thanks for your work on this. Things are oh so nearly working, but TMT5 is not focused after it is launched. The player is full screen and the iso is loaded, but the keyboard/remote does not work until I alt-tab until TMT is focused! Any thoughts/ideas/workarounds?
It's XBMC that remains focused. Even though TMT is full screen and in the foreground if I press alt-F4 XBMC closes! Confused
Have you try <hidexbmc>true</hidexbmc>?



(2012-06-20 00:05)timberman Wrote:  bluray ....Hi

You helped me out before with the playcorefactory files. I using the latest TMT5 , but when i started to use nighly build of xbmc it stopped working. Everytime when i start a file i get a menu in xbmc to choose what track i want to start. Guess they change something?

Is this something that you can fix so i get the external player working again?

Thankful for some help.

Have it great
I'm not sure what have been changed/added in nightly build. I'm suggesting to stick with stable 11.0 for now.....

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
(This post was last modified: 2012-06-21 02:29 by bluray.)
find quote
bluray Offline
Posting Freak
Posts: 7,575
Joined: May 2011
Reputation: 139
Post: #727
@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:

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
(This post was last modified: 2012-06-21 02:45 by bluray.)
find quote
Wilson Offline
Junior Member
Posts: 14
Joined: Apr 2012
Reputation: 0
Post: #728
(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:

Thanks Blu, really appreciate your help, I'll try this tonight and let you know.....that's another beer i owe you Smile
find quote
tismon Offline
Junior Member
Posts: 40
Joined: Jan 2012
Reputation: 0
Post: #729
If you wouldn't mind, out of the three suggested players, which would give the best/most seamless experience?
Thank you
find quote
Hessi Offline
Junior Member
Posts: 11
Joined: Jun 2012
Reputation: 0
Post: #730
Hey dude (bluray) Smile

Awesome work, much appreciated!

Just a couple of questions... are the files updated for the latest official XBMC release and PowerDVD (12)? And is it possible to bitstream stereo music from FLAC and WMA lossless files?

Once again, big thanks for the awesome work! Smile
(This post was last modified: 2012-06-21 19:22 by Hessi.)
find quote
Post Reply