![]() |
|
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 |
- jarwha - 2011-12-31 12:14 Hi, I am using TMT5 and followed your guidelines to play Bluray within XBMC. Playing Bluray is working perfectly, but when I would like to listen to mp3's TMT5 everytime is starts. Any idea how to prevent this? (I am using 11.0 beta 1) rgrds - bluray - 2011-12-31 20:31 jarwha Wrote:Hi,I'm using TMT5 with Eden 11.0 Beta 1 on all 3 of my HTPC's for everything, and it works fluently. XBMC team did a wonderful job with the latest Beta. ![]() TMT5 playback MP3 very well too. You can simply add "MP3" in this line "<rule filetypes="m2ts|mkv|avi|ts|mp3" player="Universal_Player"/>" in Playercorefactory.
- jarwha - 2012-01-01 12:57 TMT5 playback MP3 very well too. You can simply add "MP3" in this line "<rule filetypes="m2ts|mkv|avi|ts|mp3" player="Universal_Player"/>" in Playercorefactory. [/quote]thanks, will have a try. Is it not possible to use TMT only for Movies and the standard XBMC player for playing Music and Pictures - bluray - 2012-01-01 21:39 jarwha Wrote:TMT5 playback MP3 very well too. You can simply add "MP3" in this line "<rule filetypes="m2ts|mkv|avi|ts|mp3" player="Universal_Player"/>" in Playercorefactory.Yes, you can but I paid for TMT5 and I want to use it for everything. XBMC provided the missing link, which it provide great front-end for library and network!
- 1nc0gn1t0 - 2012-01-02 03:01 Thank you so much for the .bat to make work TMT5!! But i have a little problem. I use one pc for everything. It's connected to a monitor and a TV. I use the software ultramon in order to make the softwares i want launch on the monitor i want (main is monitor, seconday is TV) So XBMC works fine lauching autmatically on the second manitor. But MPC-HC was still launching on the main display whereas i assigned it the second monitor on ultramon option, when XBMC was lucnhed. So i had to go in its option, in fullscreen option, and chose from there the second monitor. Well, it was working fine without XBMC now. The problem is that for TMT5 nothing i try work. >My main display is my PC monitor >My secondary is the TV When i launch TMT5 from XBMC (thanks to the .bat) it launchs...but weirdly ultramon makes it reverse my displays! My main screen become secondary, and my TV become primary, which is not good because i use at the same time the pc to work, and i need that my pc monitor is 100% of the time my main screen (worst it doesn't reverse either at the end of the movie, so i have to do it manually each time) (doesn't have this problem with MPC-HC) Any idea how to solve that? Thx! - bluray - 2012-01-02 05:44 1nc0gn1t0 Wrote:I use the software ultramon in order to make the softwares i want launch on the monitor i want (main is monitor, seconday is TV)I'm not familiar with Ultramon. If it is me, I'll get a switch instead- Ultra High Performance HDMI Switcher. - jarwha - 2012-01-02 08:58 jarwha Wrote:TMT5 playback MP3 very well too. You can simply add "MP3" in this line "<rule filetypes="m2ts|mkv|avi|ts|mp3" player="Universal_Player"/>" in Playercorefactory. thanks, will have a try. Is it not possible to use TMT only for Movies and the standard XBMC player for playing Music and Pictures[/quote] Changing the Playercorefactory will play only 1 mp3 with TMT and will not return to XBMC. - bluray - 2012-01-03 07:13 jarwha Wrote:thanks, will have a try.I'm wondering how did you got my reply "TMT5 playback MP3 very well too. You can simply add "MP3" in this line "<rule filetypes="m2ts|mkv|avi|ts|mp3" player="Universal_Player"/>" in Playercorefactory." with jarwha quote. Anyway- if you want TMT5 to playback just blu-ray bdmv/iso/mkv/m2ts files and PlayDisc option, and use XBMC to playback all other files (avi/mp3/jpg/etc), here is a Playercorefactory that I generated earlier- (playercorefactory.xml). Cheer!
- jarwha - 2012-01-03 09:12 thx, will have a try... BTW I modified Universal_Player in PAPplayer (standard XBMC audio player) "<rule filetypes="mp3|ape" player="PAPlayer"/>" in Playercorefactory - bluray - 2012-01-03 17:01 jarwha Wrote:thx, will have a try...If you use my latest (playercorefactory.xml), it will work with all my existing bat files and it'll allow you to use TMT5 for all movie playback and XBMC for all music/photo playback. |