![]() |
|
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 |
Another External Player Code, but Very Simple to Setup - bluray - 2011-12-11 22:40 This might be the only way to enjoy all the original BD menus, chapters, previews, 3d, etc. Here are external player codes for MPC-HC, TMT5 and PDVD11 (follow the simple steps below): 1. Download- AnyDVD HD (you have 14 days free trail) 2. Download- Virtual CloneDrive (it's free) 3. Download- XBMC Current Stable Release: 11.0 “Eden” (if you want to use TMT5 or PowerDVD11 to playback most bluray files, you can skip steps #4 to #8 and go straight to TMT5 and PowerDVD11 codes below.) 4. Download- Microsoft Visual C++ 2010 Redistributable Package (x86) 5. Download- MPC-HC (it's free) and (your TMT5 or PowerDVD11) 6. Download- FFDshow (it's free and you needs it for bitstreaming with MPC-HC) 7. Follow these simple steps- (configure FFDshow and MPC-HC) 8. Download these XBMC external player codes (Playercorefactory, PlayDisc, PalyISO) a. place the files in AppData\Roaming\XBMC\userdata folder b. make sure that the directory paths of all MPC-HC/TMT5/PowerDVD11 or whatever player you decide to use matches the directory inside Playercorefactory, PlayBDMV, PlayDisc and PlayISO codes If you are using MCE Remote Control, you will like this XBMC launcher: XBMClauncher and Instruction. TMT5 and PowerDVD11 codes (if you're using PowerDVD11, you need to replace TMT5 with PowerDVD11 in .bat and .xml codes). These codes will allow you to playback blu-ray disc, iso, m2ts, mkv, avi and ts using TMT5 or PowerDVD11, and XBMC to playback all other files (mp4/jpg/etc). Instruction- download the files below and then follow a./b. instructions above: 1. Playcorefactory 2. PlayDisc 3. PlayISO Note: make sure to Enable "Use fullscreen window rather than true fullscreen" in XBMC system/settings/system/video output...... You should be able to playback all BD files in 1080P video and DTS-HD/TrueHD audio using above external player codes!
- jhsrennie - 2011-12-12 11:26 Minor quibble (very minor really): bluray Wrote:If you are using MCE Remote Control, you will like this XBMC launcher: XBMClauncher and Instruction. This is only needed if you're using a remote that doesn't use the eHome driver, i.e. not a Microsoft remote, HP remote, or other MS compatible remote. With eHome remotes you can configure the green button to do anything you want including starting XBMC. JR - bluray - 2011-12-12 15:59 jhsrennie Wrote:Minor quibble (very minor really):Thanks. I found that this launcher is very consistent. It's working great with my HP remote. I'm trying to make it as simple as possible for others to use it. It's ready out of the box sort of speak.
- bluray - 2011-12-12 16:17 Just to add a couple more points- 1. For ArcSoft TMT5 user- you need to make sure that you use uMCEPlayer5.exe launcher so that MCE remote will work more fluently. 2. For MPC-HC user- you can set "Exit" VK_BACK for keyboard "Backspace" and Media_Stop for MCE remote "Stop" button. These steps will allow you to return to XBMC main menu!
- ArieS - 2011-12-12 22:35 Quote:3. Download- XBMC 11.0 (you'll enjoy all the latest options)That's still pre-Eden, right? - bluray - 2011-12-12 23:03 ArieS Wrote:That's still pre-Eden, right?Yes! You can use the external player code with Dharma 10.1 too!
- ArieS - 2011-12-12 23:31 I'm already using MPC with Dharma. It's just I don't know when Eden will be released in its final version... - fekker - 2011-12-12 23:45 The playercorefactory.xml has your user information in it. I.E. that path has the user "Dell" A suggestion might be that folks modify the file already on there system, adding in the requirements to support the items you mentioned. Some addon's (like XBMC Flicks) require links in the playercorefactory file as well, so just a heads up for folks using this that they will need to retain the settings that addon injects into the playercorefactory.xml file to use the addon. - bluray - 2011-12-13 00:00 fekker Wrote:The playercorefactory.xml has your user information in it. I.E. that path has the user "Dell" Here are the notes in OP: a. place the files in AppData\Roaming\XBMC\userdata folder b. make sure that the directory locations of all MPC-HC/TMT5/PowerDVD or whatever player you decide to use matches the directory inside IsoPlayer/BdPlayer/Playercorefactory codes. - 0wing - 2011-12-13 11:42 bluray Wrote:3. Download- XBMC 11.0 (you'll enjoy all the latest options) It's probably a better idea to download a recent nightly from http://mirrors.xbmc.org/nightlies/win32/ instead of that more than a month old build that you have uploaded. Instead of writing "C:\users\username\appdata\roaming\XBMC" you can write "%appdata%\XBMC" it's a shortcut to appdata\roaming for the current user in Windows .
|