![]() |
|
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) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
- bluray - 2012-01-09 16:59 robl45 Wrote:yes, its exactly the same, i can work around the fullscreen thing, not the biggest deal, I can try to put the the full path right in the playercore and see if that makes a difference, but what about the glitches and dropped frames that are happening when opening mpc-hc through xbmc? should I start a separate thread for that if this isn't the right place to ask?If it is set as this (<player name="Disc_Player" type="ExternalPlayer" audio="false" video="false"> ), XBMC shoudn't have anything to do with how MPC-HC playback. You only use XBMC for library, and it should playback as you would use MPC-HC by itself. I'm thinking that your HTPC might not be up to task with both MPC-HC and XBMC is running at the same time. You might want to select "High Performance" in Windows 7 Control Panel power option. - A Murder of Crows - 2012-01-09 17:10 Hey all, great thread! So, this seems to be the place to go for all this, and i'm a complete newb at this so bare with me. I want to find a way to play both Blu-Ray and HD-DVD discs using XBMC as a front end. I have installed anydvdHD and can play files off HD-DVDs natively in XBMC, though ultimately i'd like some automation to all this so that if i put the disc in, XBMC recognizes it somehow and can start playing it. I don't really care how they play as long as it's a smooth transition between XBMC and whatever external player we end up using, and back again then, and that i get all possible audio options. can these methods be used to play back hd-dvds? - bluray - 2012-01-09 18:28 A Murder of Crows Wrote:Hey all, great thread!I don't have HDVD-ROM to try it for you. If your HDVD-ROM can playback with standalone MPC-HC, TMT5 or PDVD11 player, you should be able to use it as XBMC external player. You'll have the smooth playback of the external player and a very nice UI of XBMC. All the instruction is in post #1. - A Murder of Crows - 2012-01-09 18:34 bluray Wrote:I don't have HDVD-ROM to try it for you. If your HDVD-ROM can playback with standalone MPC-HC, TMT5 or PDVD11 player, you should be able to use it as XBMC external player. You'll have the smooth playback of the external player and a very nice UI of XBMC. All the instruction is in post #1. playback so far is too fast in TMT5, though i'm told TMT3 might work fine. I'm uninstalling my codec pack to see if it helps - robl45 - 2012-01-09 18:36 bluray Wrote:If it is set as this (<player name="Disc_Player" type="ExternalPlayer" audio="false" video="false"> ), XBMC shoudn't have anything to do with how MPC-HC playback. You only use XBMC for library, and it should playback as you would use MPC-HC by itself. I'm thinking that your HTPC might not be up to task with both MPC-HC and XBMC is running at the same time. You might want to select "High Performance" in Windows 7 Control Panel power option. well everything works off the gpu, so i don't think that should really affect it. normally mpc-hc is using like 20% of the cpu so it doesn't seem like its an issue of cpu overload. i can try to turn off aero and see if that fixes it although madvr already disables it but maybe there is some weird interaction. - bluray - 2012-01-09 18:56 robl45 Wrote:well everything works off the gpu, so i don't think that should really affect it. normally mpc-hc is using like 20% of the cpu so it doesn't seem like its an issue of cpu overload. i can try to turn off aero and see if that fixes it although madvr already disables it but maybe there is some weird interaction.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! - bluray - 2012-01-09 18:57 A Murder of Crows Wrote:playback so far is too fast in TMT5, though i'm told TMT3 might work fine. I'm uninstalling my codec pack to see if it helpsThere must be something else that is causing it then. TMT5 work fine in all three of my HTPC's and 3 other laptops. - bluray - 2012-01-09 23:08 Atlas100 Wrote:Hi bluray,You can use these codes: <playercorefactory> </player> <player name="BDMV_Player" type="ExternalPlayer" audio="false" video="false"> <filename>C:\Users\Dell\AppData\Roaming\XBMC\userdata\PlayBD MV.bat</filename> <args>"{1}" /fullscreen</args> <forceontop>false</forceontop> <hidexbmc>false</hidexbmc> <hidecursor>false</hidecursor> </player> </players> <rules action="prepend"> <!-- Bluray BDMV --> <rule filename=".*bdmv.*" player="BDMV_Player"/> </rules> </playercorefactory> Note- You need to replace TMT5 path with PDVD11 in PlayBDMV.bat, and you need to replace PlayBDMV.bat path shown in red above in Playercorefactory.xml. You should be able to playback index.bdmv afterward. - Atlas100 - 2012-01-09 23:34 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... - bluc - 2012-01-09 23:38 bluray Wrote:If there is an error, it should show error on the screen. If there is no error, it should show the entire codes on the screen! Yea it shows entire code on screen. |