XBMC Community Forum
Another External Player Code, but Very Simple to Setup - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: Windows support (/forumdisplay.php?fid=59)
+---- Thread: Another External Player Code, but Very Simple to Setup (/showthread.php?tid=116724)



- bluray - 2012-01-10 00:25

bluc Wrote:Yea it shows entire code on screen.
The codes are fine then. There must be conflict within your userdata then. You can try these steps:

1. rename XBMC folder in roaming to XBMC_orig
2. launch XBMC to generate a new XBMC folder in roaming
3. shutdown XBMC
4. copy .bat and .xml files from XBMC_orig and paste it in the newly generated XBMC>userdata folder
5. launch XBMC and try your movie again


- bluray - 2012-01-10 00:31

Atlas100 Wrote:I got it working now - but with these modifications to the playbdmv.bat:


@echo off
rem you can place your PlayBDMV file anywhere
rem set pth=%1
rem set pth=%pth:=%
"C:\Program Files (x86)\CyberLink\PowerDVD11\PDVDLaunchPolicy.exe" %1 exit


and the Playercore:


@echo off
rem you can place your PlayBDMV file anywhere
rem set pth=%1
rem set pth=%pth:=%
"C:\Program Files (x86)\CyberLink\PowerDVD11\PDVDLaunchPolicy.exe" %1 exit


Note that the /Fullscreen / Close commands behind the {1} are missing!
That was actually the clue!
Nevertheless PDVD is starting in fullscreen...
I'm glad that it work out for you. When you get the paths correct, everything else should be fairly simple.

Regarding the full screen option, you can force it to launch full screen through XBMC or PDVD11.

Oh, what you listed under playercorefactory is not codes for playercorefactory. You might want to update it so it don't confuse others.


- bluc - 2012-01-10 00:36

Done and still playing in xbmc Sad


- robl45 - 2012-01-10 01:27

bluray Wrote:Since you are having problem when playback MPC-HC plus XBMC and MPC-HC is fine by itself, you should try the "high performance" power option. If it doesn't make any different, you can always switch it back to "balance" power option. Make sure that GPU driver is up to date!

i just checked, it was already on high performance.


- bluray - 2012-01-10 02:08

robl45 Wrote:i just checked, it was already on high performance.
What are your CPU and GPU?


- bluray - 2012-01-10 02:16

bluc Wrote:Done and still playing in xbmc Sad
XBMC still didn't see the Playercorefactory.xml then. If you preferred the original userdata, you can delete the latest XBMC folder in roaming and replace it XBMC_orig.

Can you do these for me?

1. got to AppData>Roaming>XBMC>userdata folder
2. right click on Playercorefactory and scroll down to Properties
3. What is listed in front of "Type of file:........"?


- robl45 - 2012-01-10 02:24

bluray Wrote:What are your CPU and GPU?

amd athlon x64 2200+ and gpu is gt430

EDIT: I think I see the problem, xbmc is using 35-50% of the cpu when mpc-hc is playing, shouldn't it be sitting idle?


- bluc - 2012-01-10 02:47

bluray Wrote:XBMC still didn't see the Playercorefactory.xml then. If you preferred the original userdata, you can delete the latest XBMC folder in roaming and replace it XBMC_orig.

Can you do these for me?

1. got to AppData>Roaming>XBMC>userdata folder
2. right click on Playercorefactory and scroll down to Properties
3. What is listed in front of "Type of file:........"?

Listed as XML document opens with xml editor here is a screenshot http://i975.photobucket.com/albums/ae237/blucmal/properties.jpg


- bluray - 2012-01-10 02:56

robl45 Wrote:amd athlon x64 2200+ and gpu is gt430

EDIT: I think I see the problem, xbmc is using 35-50% of the cpu when mpc-hc is playing, shouldn't it be sitting idle?
Unfortunately, that is how it work. I don't know how to set XBMC to idle while external player (MPC-HC) is playback the movie.

Can you set these two to "True":

<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>


- bluray - 2012-01-10 03:00

bluc Wrote:Listed as XML document opens with xml editor here is a screenshot http://i975.photobucket.com/albums/ae237/blucmal/properties.jpg
Good job, and that is the type of information I need for troubleshooting. I can see the problem now.

Can you remove ".xml" from the end of Playercorefactory? It shouldn't be part of Playercorefactory. XBMC should see it now!