I am having issues with PowerDVD9 and bluray disc playback, I can launch the application from within XBMC ok but the playback is jerky even when in the menu of the disc. I am using the latest Eden build. Below is my playercorefactory.xml settings.
I also only want to invoke the external player for Blurays but at the moment all media invokes the player.
<playercorefactory>
<players>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\CyberLink\PowerDVD9\PDVDLaunchPolicy.exe</filename>
<args>"{E:}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule name="Blu-Ray" protocol="bd" player="Disc_Player"/>
</rules>
</playercorefactory>
Any ideas?
Thanks
David
DavidT99
Fan Joined: Mar 2011 Reputation: 6 Location: United Kingdom |
2012-03-17 13:57
Post: #1
HTPC1: Intel Pentium G620, 4GB RAM, AMD HD6570, Samsung 830 SSD, Silverstone GD05 case. HTPC2: AMD Athlon II X2 255, 4GB RAM, AMD HD5450, Western Digital HDD, Silverstone ML03 case. HTPC3: AMD E350, 4GB RAM, AMD HD6310, OCZ Agility 3 SSD, Akasa Crypto case. |
| find quote |
scudlee
Team-XBMC Member Posts: 577 Joined: Jul 2011 Reputation: 45 |
2012-03-17 15:09
Post: #2
protocol="bd" doesn't work. Use filename="E:\\.*" to refer to anything on disc, or use filename="E:\\.*" filetypes="bdmv" for Blu-Ray discs specifically. (I'm assuming E is your drive letter.)
As to the jerkiness, is it only when you launch PowerDVD9 through XBMC, or regardless? Do you have hardware acceleration turned on? |
| find quote |
DavidT99
Fan Joined: Mar 2011 Reputation: 6 Location: United Kingdom |
2012-03-17 18:27
Post: #3
(2012-03-17 15:09)scudlee Wrote: protocol="bd" doesn't work. Use filename="E:\\.*" to refer to anything on disc, or use filename="E:\\.*" filetypes="bdmv" for Blu-Ray discs specifically. (I'm assuming E is your drive letter.) Thanks, I will try your suggestion. The jerkiness is only when power DVD is launched from xbmc. If I launch from Windows there is no problem. David (2012-03-17 15:09)scudlee Wrote: protocol="bd" doesn't work. Use filename="E:\\.*" to refer to anything on disc, or use filename="E:\\.*" filetypes="bdmv" for Blu-Ray discs specifically. (I'm assuming E is your drive letter.) It worked, now only bluray discs launch the external player. Now I just need to fix the jerkiness. David HTPC1: Intel Pentium G620, 4GB RAM, AMD HD6570, Samsung 830 SSD, Silverstone GD05 case. HTPC2: AMD Athlon II X2 255, 4GB RAM, AMD HD5450, Western Digital HDD, Silverstone ML03 case. HTPC3: AMD E350, 4GB RAM, AMD HD6310, OCZ Agility 3 SSD, Akasa Crypto case.
(This post was last modified: 2012-03-17 18:58 by DavidT99.)
|
| find quote |
DavidT99
Fan Joined: Mar 2011 Reputation: 6 Location: United Kingdom |
2012-03-18 18:41
Post: #4
Still having problems with the video jerky/stuttering. I have update the ATI video drivers to 12.3 on the off chance this will help but it doesn't.
David HTPC1: Intel Pentium G620, 4GB RAM, AMD HD6570, Samsung 830 SSD, Silverstone GD05 case. HTPC2: AMD Athlon II X2 255, 4GB RAM, AMD HD5450, Western Digital HDD, Silverstone ML03 case. HTPC3: AMD E350, 4GB RAM, AMD HD6310, OCZ Agility 3 SSD, Akasa Crypto case. |
| find quote |
scudlee
Team-XBMC Member Posts: 577 Joined: Jul 2011 Reputation: 45 |
2012-03-18 20:22
Post: #5
This probably isn't related, but I notice you have hideconsole set as true, this is wrong in your case because you're launching the player directly. Hideconsole is more for when you use a batch file as an external player (e.g. to mount an .iso file as a virtual drive or change refresh rates, before running the real external player), in those cases the first window opened is an ugly console window, which XBMC will hide.
Having it set to true in your case obviously isn't hiding the player... but maybe XBMC's attempt to hide it is what's causing the jerkiness. Definitely a long-shot that, and it wouldn't surprise me if you've already fiddled with those parameters to no avail. |
| find quote |
DavidT99
Fan Joined: Mar 2011 Reputation: 6 Location: United Kingdom |
2012-03-19 19:34
Post: #6
Below is my modified playercorefactory file. I amended the rules section which has fixed the issue of launching the external player for all video media and removed the hideconsole and warpcursor entries as the wiki states the commands are for Win32 only and I am on Win64.
I still have jerky video though, I have tried different combinations within XBMC video playback settings for "Sync playback to display" and "Adjust display refresh rate to match video" all to no avail. I have looked at the settings within PDVD but there doesn't appear to be anything I can do there. Anyone got anymore ideas? <playercorefactory> <players> <player name="Disc_Player" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Program Files (x86)\CyberLink\PowerDVD9\PDVDLaunchPolicy.exe</filename> <args>"{E:}"</args> <hidexbmc>true</hidexbmc> </player> </players> <rules action="prepend"> <rule name="Blu-Ray" filename="E:\\.*" filetypes="bdmv" player="Disc_Player"/> </rules> </playercorefactory> Thanks David HTPC1: Intel Pentium G620, 4GB RAM, AMD HD6570, Samsung 830 SSD, Silverstone GD05 case. HTPC2: AMD Athlon II X2 255, 4GB RAM, AMD HD5450, Western Digital HDD, Silverstone ML03 case. HTPC3: AMD E350, 4GB RAM, AMD HD6310, OCZ Agility 3 SSD, Akasa Crypto case.
(This post was last modified: 2012-03-20 01:06 by DavidT99.)
|
| find quote |
DavidT99
Fan Joined: Mar 2011 Reputation: 6 Location: United Kingdom |
2012-03-29 19:15
Post: #7
i bought a copy of TMT5 but cant get xbmc to launch the player now. Here is my playercorefactory file.
<playercorefactory> <players> <player name="TMT5" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe</filename> <args>"{E:}" /fullscreen</args> <hidexbmc>true</hidexbmc> <hideconsole>false</hideconsole> <warpcursor>false</warpcursor> </player> </players> <rules action="prepend"> <rule filename=".*bdmv.*" player="TMT5"/> </rules> </playercorefactory> HTPC1: Intel Pentium G620, 4GB RAM, AMD HD6570, Samsung 830 SSD, Silverstone GD05 case. HTPC2: AMD Athlon II X2 255, 4GB RAM, AMD HD5450, Western Digital HDD, Silverstone ML03 case. HTPC3: AMD E350, 4GB RAM, AMD HD6310, OCZ Agility 3 SSD, Akasa Crypto case. |
| find quote |
vicmanpergar
Senior Member Posts: 272 Joined: Aug 2011 Reputation: 2 |
2012-03-30 13:27
Post: #8
See if this can help u.
Google and Download AutoFrequency. Install and config. It's a small program that basically changes de display freq of ur screen, i installed it at first, cos TMT3 didn''t change my TV frq. However, it soon came in handy for other reason. The thing is, u config this program, specify what player will run DVD, which one will run Blurays, and which one will be in charge of generic clips. Fact is, u can call this program from XBMC playercorefactory, as if it was just another external player. The xml will pass the file to AutoFrequency, XBMC will minimize, AutoFrequency will change the display freq and open TMT, MPC-HC, or whatever it must, and run ur file. U could, as a matter of fact, have just this program in playercorefactory to run 3 different players from there. This is how i have it in my playercorefactory. hope it helps u : <players> <player name="AutoFrequency" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Program Files\AutoFrequency\AutoFrequency.exe</filename> <args>"{1}" /close</args> <hidexbmc>true</hidexbmc> <hideconsole>false</hideconsole> <warpcursor>none</warpcursor> </player> </players> |
| find quote |
DavidT99
Fan Joined: Mar 2011 Reputation: 6 Location: United Kingdom |
2012-03-31 00:19
Post: #9
At least when I was using power DVD it would load from xbmc, tmt5 won't even load. This is so frustrating.
David HTPC1: Intel Pentium G620, 4GB RAM, AMD HD6570, Samsung 830 SSD, Silverstone GD05 case. HTPC2: AMD Athlon II X2 255, 4GB RAM, AMD HD5450, Western Digital HDD, Silverstone ML03 case. HTPC3: AMD E350, 4GB RAM, AMD HD6310, OCZ Agility 3 SSD, Akasa Crypto case. |
| find quote |
bluray
Posting Freak Joined: May 2011 Reputation: 139 |
2012-03-31 03:36
Post: #10
@DavidT99- every media player is slightly different......you can try this combination below and it work great on my HTPC's:
playercorefactory.xml <playercorefactory> <players> <player name="Disc_Player" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Users\enter your login user here\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename> <args>"{1}" /close</args> <hidexbmc>true</hidexbmc> <hideconsole>false</hideconsole> <warpcursor>none</warpcursor> </player> </players> <rules action="prepend"> <!-- Bluray Disc --> <rule name="Blu-Ray" filename="E:\\.*" filetypes="bdmv" player="Disc_Player"/> </rules> </playercorefactory> PlayDisc.bat @echo off "C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe" E: >Alienware X51- do it all HTPC >Simplify XBMC configurations >HOW-TO Bitstreaming using XBMC I refused to watch movie without bitstreaming HD audio! |
| find quote |

Search
Help