![]() |
|
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 |
RE: Another External Player Code, but Very Simple to Setup - scudlee - 2012-07-17 13:31 @awong Use the rule filetypes="iso" instead, as that only acts on the file extension. RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-07-17 16:15 (2012-07-17 10:56)awong Wrote: @blurayYou can try this (<rule filenames="iso" filetypes="iso" player="ISO_Player"/>) If you download playercorefactory from the 1st page, it should included this code..... RE: Another External Player Code, but Very Simple to Setup - awong - 2012-07-18 08:34 Ah, I though I had downloaded the XML from the 1st page but apparently I must have a different version. Will try your suggestions. Thanks! RE: Another External Player Code, but Very Simple to Setup - Ghostdivision - 2012-07-21 08:55 Out of curiosity anyone with an mce remote, do your red green yellow and blue buttons at the bottom do anything in tmt? Mine say "audo" and "subtitle" but they dont do anything tmt... RE: Another External Player Code, but Very Simple to Setup - siamsquare - 2012-07-21 20:00 Yo, I'm new to XBMC so bear with me....I come from the mediaplayer scene and have been fiddling for 2 days now with XBMC which I quite like. As my media player doesn't take Full 3DBD iso's I started looking here and saw that my game pc could possibly play Full 3D movies! If all goes well I'm planning to buy new hardware for a HTPC. But I'm having trouble with Full BD-iso with menu.....I tried to follow your tutorial but I can't get it to work and when I select an BD-iso in XBMC nothing happens! I've installed everything on the 1st page and would like to run TMT5. So if any1 could help.... TY RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-07-22 17:56 (2012-07-21 20:00)siamsquare Wrote: But I'm having trouble with Full BD-iso with menu.....I tried to follow your tutorial but I can't get it to work and when I select an BD-iso in XBMC nothing happens! I've installed everything on the 1st page and would like to run TMT5.The codes in the first page wouldn't work by itself. You have to edit the code so that "user" in the code match the login user in your HTPC.... RE: Another External Player Code, but Very Simple to Setup - 8000HD - 2012-07-26 02:07 Thanks for your hekp Bluray, the eshell saved me alot of complaining from my gf I have the same isssue has siamsquare, my xbmc close and then nothing happen. I've check the link/drive to virtual clone drive and changed the user name. (I'm too with Win7 x86)
RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-07-26 03:50 (2012-07-26 02:07)8000HD Wrote: Thanks for your hekp Bluray, the eshell saved me alot of complaining from my gfPlease post your codes in here, and let us know what file do you want to playback using external player.... RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-07-26 04:14 Eden is already released- Current Stable Release: 11.0 “Eden”..... RE: Another External Player Code, but Very Simple to Setup - JoeBlow42069 - 2012-07-26 04:37 I changed the file paths in player core factory settings for TMT5, are there any other changes that need to be made that I'm missing? I am pretty sure I have file paths set correctly, but TMT5 still isnt launching when i select a Blu-Ray. Also, do i need to edit Playercorefactory, PlayDisc, PlayBDMV or PalyISO? When I try to open them, I can only run them. Here are my player core factory settings: <playercorefactory> <players> <player name="ISO_Player" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Users\Sean\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename> <args>"{1}"</args> <hidexbmc>false</hidexbmc> <hideconsole>true</hideconsole> <warpcursor>none</warpcursor> </player> <player name="BDMV_Player" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Users\Sean\AppData\Roaming\XBMC\userdata\PlayBDMV.bat</filename> <args>"{1}"</args> <hidexbmc>false</hidexbmc> <hideconsole>true</hideconsole> <warpcursor>none</warpcursor> </player> <player name="Disc_Player" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Users\Sean\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename> <args>"{1}"</args> <hidexbmc>false</hidexbmc> <hideconsole>true</hideconsole> <warpcursor>none</warpcursor> </player> <player name="Universal_Player" type="ExternalPlayer" audio="false" video="true"> <filename>D:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe</filename> <args>"{1}"</args> <hidexbmc>false</hidexbmc> <hideconsole>true</hideconsole> <warpcursor>none</warpcursor> </player> </players> <rules action="prepend"> <!-- Bluray ISO --> <rule filenames="iso" filetypes="iso" player="ISO_Player"/> <!-- Bluray BDMV --> <rule filenames="bdmv" filetypes="bdmv" player="BDMV_Player"/> <!-- Bluray M2TS --> <rule filenames="m2ts" filetypes="m2ts" player="Universal_Player"/> <!-- Bluray MKV --> <rule filenames="mkv" filetypes="mkv" player="Universal_Player"/> <!-- Bluray AVI --> <rule filenames="avi" filetypes="avi" player="Universal_Player"/> <!-- Bluray TS --> <rule filenames="ts" filetypes="ts" player="Universal_Player"/> <!-- Bluray Disc --> <rule filenames="BD" name="E:\\.*" filetypes="bdmv" player="Disc_Player"/> </rules> </playercorefactory> |