![]() |
|
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 |
- papagp - 2012-02-29 18:58 bluray Wrote:What is the Live TV file format? Is the file format support by TMT5? Don't know how to I find the Live TV file format . Maybe is the mpeg2 format because this format driver needed in MediaPortal TV Server Configuration to work with my TV card. Can you help me what rule must add in "Playercorefactory.xml" for mpeg2 to i try it? Panos - bluray - 2012-02-29 21:22 papagp Wrote:Don't know how to I find the Live TV file format .The file format have to be precise for it to recognize by the rule. Have you try to playback the Live TV file using standalone TMT5? Can TMT5 playback the Live TV file? - papagp - 2012-02-29 21:38 bluray Wrote:The file format have to be precise for it to recognize by the rule. Have you try to playback the Live TV file using standalone TMT5? Can TMT5 playback the Live TV file? Now i checked it, the file is mpeg2 and the TMT can played it Thank you for your time - bluray - 2012-02-29 22:16 papagp Wrote:Now i checked it, the file is mpeg2 and the TMT can played itYou can add this rule {<rule filename=".*mpeg2.*" player="Universal_Player"/>} before this rule {<rule protocols="bd|dvd" player="Disc_Player"/>}. - Flow - 2012-03-01 03:55 bluray Wrote:If you use TMT5 "uMCEPlayer5.exe", it is easier to use remote to control TMT5. With my MCE remote, I can simply press "stop" button and "back" button on the remote while the movie is playing to return to XBMC. Yes but what if I want to control the bd movie(tmt5) with arrows for the menu, otherwise it's kinda pointless having an external solution if I can't control it might as well use XBMC... Someone here must have done that already with eventghost? Please don't misinterpret my tone as angry or ungrateful, i know it might sound like that but that's just the way words are coming out right now...
- bluray - 2012-03-01 04:34 Flow Wrote:Yes but what if I want to control the bd movie(tmt5) with arrows for the menu, otherwise it's kinda pointless having an external solution if I can't control it might as well use XBMC...Yes, with MCE remote I can use it to control TMT5 up/down/left/right arrows for menu, stop/pause/ff/rw buttons and everything else on the remote. Stop/back buttons to get back to XBMC and so on! Flow Wrote:Someone here must have done that already with eventghost?I hope that somebody can help you with your non-mce remote. - ShinobiX9X - 2012-03-01 20:03 Hi, sorry couldn't check yet, but i can tell you what i use mobo asus p5qd turbo cpu core 2 quad q8400 6gb ddr2 ram ati 6850 as soon as i can i check the settings you showed thanks edit: i did have a little time after all (wife and daughters left a little while) i don't seem to have that stuttering problem any more, so now what i would like is that in XBMC only Blu-ray dics uses TMT 5, the rest is good in XBMC. i just don't know how to change and where to put and or install those xml files, i don't know those stuff thanks and yes Bluray you seem to be the specialist on the matter , tahnks in advest - bluray - 2012-03-01 23:35 ShinobiX9X Wrote:Hi, sorry couldn't check yet, but i can tell you what i useYou have a powerful HTPC, and it should be able to handle all BD files. To playback BD with TMT5, you can use the codes below in playercorefactory.xml file: <playercorefactory> <players> <player name="Blu-ray_Player" type="ExternalPlayer" audio="true" video="false"> <filename>C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uLaunchTMT5.exe</filename> <args>"{E:}" /fullscreen</args> <forceontop>false</forceontop> <hidexbmc>true</hidexbmc> <hidecursor>true</hidecursor> </player> </players> <rules action="prepend"> <!-- Bluray Disc --> <rule protocols="bd" player="Blu-ray_Player"/> </rules> </playercorefactory> - acemt - 2012-03-02 06:24 Hey Bluray, Did you give up on DSplayer? I wondered if I could make PowerDVD play ALL my files as it supports pretty much everything with version 12. I tried to modify your playercorefactory.xml to just show the universal player section, but when I try to play something, an .mkv for example, it doesn't do anything. Would love to use the incredible menu portion of XBMC and the finer video processing of Powerdvd if possible. Still loving DSplayer though too. Cheers, Mark - bluray - 2012-03-02 16:10 acemt Wrote:Hey Bluray,Actually, I never use DSplayer. I still preferred external player to enjoy all the original BD menus, chapters, etc as you can see in the screen shots below. For what you are trying to achieve, you should be able to use the codes below in playercorefactory.xml. Make sure to save playercorefactory.xml in \AppData\Roaming\XBMC\userdata folder. <playercorefactory> <players> <player name="Disc_Player" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Program Files (x86)\CyberLink\PowerDVD12\PDVDLaunchPolicy.exe</filename> <args>"{E:}"</args> <hidexbmc>true</hidexbmc> <hideconsole>true</hideconsole> <warpcursor>none</warpcursor> </player> <player name="Universal_Player" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Program Files (x86)\CyberLink\PowerDVD12\PDVDLaunchPolicy.exe</filename> <args>"{1}"</args> <hidexbmc>true</hidexbmc> <hideconsole>true</hideconsole> <warpcursor>none</warpcursor> </player> </players> <rules action="prepend"> <rule filename=".*mkv.*" player="Universal_Player"/> <rule filename=".*m2ts.*" player="Universal_Player"/> <rule filename=".*mts.*" player="Universal_Player"/> <rule filename=".*ts.*" player="Universal_Player"/> <rule filename=".*avi.*" player="Universal_Player"/> <rule filename=".*mp4.*" player="Universal_Player"/> <rule protocol="bd|dvd" player="Disc_Player"/> </rules> </playercorefactory> ![]()
|