![]() |
|
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-02-26 23:14 Romep Wrote:It doesnt work. I dont want to press the play button in powerdvd12. I want to press play disc in XBMC and it should open pdvd12 and start playing the bluray. Opening works, but auto playback doesnt work at the moment. Is there any other solution?Since PowerDVD 12 is brand new, I don't have info on it yet. Will try that! - Flow - 2012-02-27 04:24 bluray Wrote:PDVD11 and PDVD12 should works very similar on XBMC. Yeah it does look nice, I'm gonna try that right now! - Flow - 2012-02-27 05:59 This rocks! Anyone using eventghost? I have been looking everywhere for the past hour for a way to press a key on my non mce remote to switch controls for tmt5 and xbmc... I did find a _init_.py file for TMT3 which I assume works the same for TMT5... Also, XBMC is running on my main computer, so I'm using it on monitor 2(extended) and my remote works flawlessly, now I'm wondering if I can make TMT5 behave the same way, or will it automatically since it's launched from monitor 2 because of XBMC? The test I have done so far are on my 1st main monitor, gf is in the living room watching crappy tv! So will make test later but please if someone knows what I am trying to accomplish and can help that would be greatly appreciated! - bluray - 2012-02-27 16:01 Flow Wrote:This rocks!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. I hope that you can find solution for your non-MCE remote! - bigbadrabbit - 2012-02-28 17:46 I'm having a problem with VLC as external player: VLC won't stay on top of the screen. Here's my code: Code: <playercorefactory>* VLC app launches and fades to fullscreen but stays in the background, so i can see the dock and finder windows Currently i'm back on 1.1.12 because with VLC 2.0 fullscreen didn't work at all. Neither Apple's fullscreen mode and nor VLC's fullscreen mode. With 1.1.12 fullscreen starts but focus goes back to desktop... Any idea what i'm doing wrong here? Thanks! - bluray - 2012-02-29 04:35 bigbadrabbit Wrote:Currently i'm back on 1.1.12 because with VLC 2.0 fullscreen didn't work at all. Neither Apple's fullscreen mode and nor VLC's fullscreen mode.Unfortunately, I don't have Apple to try the codes for you. I installed VLC 2.0 on Windows 7 HTPC, and everything worked fine with your codes. It launched VLC in fullscreen and started the movie automatically. Here are the codes I used on W7 earlier- <playercorefactory> <players> <player name="VLC_Player" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Program Files (x86)\VideoLAN\VLC\vlc.exe</filename> <args>"{1}" -f --video-on-top </args> <hidexbmc>true</hidexbmc> <hideconsole>true</hideconsole> <warpcursor>none</warpcursor> </player> </players> <rules action="prepend"> <rule filename=".*_3d.iso*" player="VLC_Player"/> </rules> </playercorefactory> - ShinobiX9X - 2012-02-29 11:29 hello there, i got tmt5 to test (without xbmc for the moment) the image pauzes every +- 10 minutes for a sec while audio continues. anybody knows what i should try? also, where do i have to put which xml file for in xbmc use tmt5 when insurting a BR disc. Is anyDVD a must? thanks in advance. - bluray - 2012-02-29 16:21 ShinobiX9X Wrote:hello there,If you cannot playback fluently with the standalone TMT5, there must be something missing in your HTPC. You'll have the same problem with other players too. You do not need AnyDVD HD to use the standalone TMT5. You might want to try these suggestions: 1. Make sure that your GPU is updated with the latest driver from AMD or Nvidia websites. 2. If your HTPC is under power, you can set it to "High Performance" power option in Windows 7 control panel and TMT5 power manager. see my screen shots below ![]()
- papagp - 2012-02-29 17:52 Hello bluray, i'm using your guide and works perfect with TMT5 and MPC-HC, great job!!! Trying to used the XBMC PVR edition with my Gigabyte U8300 TV-Tuner when i start the full screen of Live TV, the TMT5 player is opened and of course don't play nothing. You know what can to change in playercorefactory for this problem? Best Regards Panos Greece - bluray - 2012-02-29 18:13 papagp Wrote:Hello bluray,Thank you for the compliment, and make sure to click my "Reputation" icon! papagp Wrote:Trying to used the XBMC PVR edition with my Gigabyte U8300 TV-Tuner when i start the full screen of Live TV, the TMT5 player is opened and of course don't play nothing.What is the Live TV file format? Is the file format support by TMT5? If the file format support by TMT5, I can help you add rule in "Playercorefactory.xml". |