![]() |
|
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 - andyd - 2012-04-14 19:28 (2012-04-14 03:45)bluray Wrote: @Andy.... Yeah it works just fine. It's all good. I think I'm just going to rip to mkv. I wanted to keep as isos in case I ever have issues my combo bluray / hd dvd drive but honestly the movies I have on hd dvd are not that important to me anyway. RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-04-14 19:38 (2012-04-14 19:19)Roman_V_M Wrote: <rule filetypes="bdmv|ISO|iso" player="TMT5"/> -->Why are there cap and lower cases ISO's? [/quote] If I'm not mistaken, RegExps are case sensitive.[/quote]I tried it both way, and it doesn't seem to matter but it doesn't hurt to leave it in though..... (2012-04-14 19:19)Roman_V_M Wrote: With this rule, did it playback BDMV and ISO using TMT5 and other blu-ray files using XBMC?Excellent.....if anyone want to try a single CMD, they can give your codes a try..... (2012-04-14 19:28)andyd Wrote: Yeah it works just fine. It's all good. I think I'm just going to rip to mkv. I wanted to keep as isos in case I ever have issues my combo bluray / hd dvd drive but honestly the movies I have on hd dvd are not that important to me anyway.Since MKV doesn't required VCD, it's easier format for XBMC external player...... RE: - Raffix74 - 2012-04-16 13:16 (2012-03-02 19:40)bluray Wrote:ImTheDJ Wrote:Same problem here, except I'm using TMT5. I'm also playing the blu ray from a ripped folder, but I don't think that's the problem.Did you use uMCEPlayer5.exe? It work better with MCE remote. You can simply presses stop/back buttons on MCE remote to get back to XBMC screen. Hello i would use uMCEPlayer5.exe , work better with IRmon and Logitech Armony One too? RE: - bluray - 2012-04-16 16:38 (2012-04-16 13:16)Raffix74 Wrote:Yes, that is what it designed for.......but you can try both versions and stick to one you like most!(2012-03-02 19:40)bluray Wrote:ImTheDJ Wrote:Same problem here, except I'm using TMT5. I'm also playing the blu ray from a ripped folder, but I don't think that's the problem.Did you use uMCEPlayer5.exe? It work better with MCE remote. You can simply presses stop/back buttons on MCE remote to get back to XBMC screen. RE: Another External Player Code, but Very Simple to Setup - LCD72 - 2012-04-16 18:46 (2012-04-14 00:18)bluray Wrote:(2012-04-13 21:44)LCD72 Wrote: Is there anything you suggest me to do during the install process? Actually I'm more like a Mac user, so Windows is a bit difficult to me...Nothing....just all the standard installation....and make sure that video/audio/network drivers are update...and make sure that GPU driver is up to date too.... Okay, so..I'v spent the whole Sunday to do a fresh, clean install. All drivers were updated by Driver Genius. Big thanks to your original codes from post 1. (except that I removed "X86" ) here are the results: BDMV files now plays almost perfect, except a "gap" while XBMC UI exits and TMT5 shows up...during this you can see the Desktop, and a command line window on it: C:\Windows\System32\cmd.exe. It takes only 2-2.5 sec but very annoying. The same happens on the way back to the XBMC UI. ISO files were mounting , but sometimes I'v had the feeling that the code calls TMT5 too early, so it cannot starts playing.... If I hit OK again (still while inside TMT UI), over the mounted ISO, it starts playing immediately. The above mentioned "gap" exists here too. I tried to find out if any of my ISO files are broken, but all looks good. If I mount them outside XBMC, TMT5 plays them nicely. Playing actual discs works ok, again except the "gap". Unfotunately I cannot switch to BDMV files only, since 90 (more than 24 TB ) percent of my movies are ISO's... I could be wrong, but what about adding little delay in launching TMT5, this way VCD has enough time to mount the ISO?? Also, any idea how to get rid of the "gap" between XBMC and TMT5? I would like to see a nice, smooth transition between the apps, without seeing an ugly desktop... ![]() Cheers L. RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-04-16 19:48 (2012-04-16 18:46)LCD72 Wrote: Unfotunately I cannot switch to BDMV files only, since 90 (more than 24 TB ) percent of my movies are ISO's... I could be wrong, but what about adding little delay in launching TMT5, this way VCD has enough time to mount the ISO??You can try the ISO codes below. If it still doesn't work right, I'll try to generate new codes with delay in it when I have time...... @echo off "C:\Program Files\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /I=F /d=0 %1 "C:\Program Files\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe" F: "C:\Program Files\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u (2012-04-16 18:46)LCD72 Wrote: Also, any idea how to get rid of the "gap" between XBMC and TMT5? I would like to see a nice, smooth transition between the apps, without seeing an ugly desktop...You can trying changing <hidexbmc>true</hidexbmc> to <hidexbmc>false</hidexbmc> and set TMT5 to "Auto Full Screen" and "Auto Start" in TMT5 UI....... RE: Another External Player Code, but Very Simple to Setup - LCD72 - 2012-04-16 20:35 (2012-04-16 19:48)bluray Wrote:(2012-04-16 18:46)LCD72 Wrote: Unfotunately I cannot switch to BDMV files only, since 90 (more than 24 TB ) percent of my movies are ISO's... I could be wrong, but what about adding little delay in launching TMT5, this way VCD has enough time to mount the ISO??You can try the ISO codes below. If it still doesn't work right, I'll try to generate new codes with delay in it when I have time...... RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-04-16 22:04 @LCD72- Can you replace all "uMCEPlayer5.exe" with this "uTotalMediaTheatre5.exe"? RE: Another External Player Code, but Very Simple to Setup - LCD72 - 2012-04-16 23:46 (2012-04-16 22:04)bluray Wrote: @LCD72- Did it, and replaced everywhere (including the .bat files), now all I get is "External Player Active, click OK when playback has ended" message, floating over the XBMC UI.... So, I'v went back to the playercorefactory code to replace <hidexbmc>false</hidexbmc> with <hidexbmc>true</hidexbmc> Now XBMC hides (there's the gap of course, while desktop is visible), uTotalMediaTheatre5.exe take the role. VCD mounts, TMT plays.... I may be wrong, but is this means that there's something with uMCEPlayer5.exe? If possible, I would prefer to use uMCEPlayer, because I will use MCE remote in the future, easier to use, and I like the smooth skin of it. Cheers L. RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-04-17 00:16 (2012-04-16 23:46)LCD72 Wrote:Enjoy it for now.....(2012-04-16 22:04)bluray Wrote: @LCD72-
|