![]() |
|
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 - bluray - 2012-06-12 03:50 (2012-06-12 01:05)Ghostdivision Wrote: Thanks got it working, noticed you dont point to the bdmv.bat with powerdvd 11.I tried PDVD11 with PlayBDMV.bat, but it didn't start the movie automatically. It started the movie and it worked great with PDVDLaunchPolicy.exe directly. It's sligthly different from TMT5. TMT5 work great with PlayBDMV.bat.... Regarding the remote controller, I never get a chance to try PDVD11 on my HTPC's with MCE remote controller...... RE: Another External Player Code, but Very Simple to Setup - Ghostdivision - 2012-06-12 05:09 One little annoying thing I am noticing is when powerdvd 11 is launched, it is in full screen, but it wont hide the controls, i have to kind of click on the screen with my mouse then the controls will disappear, just curious if anyone knows how to get rid of those controls without clicking? Edit nevermind button on the bottom right hand corner needed to be clicked. RE: Another External Player Code, but Very Simple to Setup - Ghostdivision - 2012-06-12 07:29 Well after trying out power dvd 11, im finding it buggier then 12, and some blurays wont play that are newer that play with 12. So either powerdvd 12 addresses my support ticket to add index.bdmv support to 12, or I will stick with tmt. RE: Another External Player Code, but Very Simple to Setup - aznxtc - 2012-06-12 08:15 bluray, I used the code you gave me, but it still doesn't work...It keeps launching powerdvd12 ...when i manually right click the song and choose play using, papplayer then it works...otherwise it just defaults to the external player powerdvd12.....do you have anything else i can try. RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-06-12 16:57 (2012-06-12 08:15)aznxtc Wrote: bluray,Is it possible that you have too many things installed? I tried it with "Current Stable Release: 11.0 “Eden”". It worked fine. What is the song format? I used the codes below.....the only option that didn't work with PDVD12 is PlayBDMV....... <playercorefactory> <players> <player name="BDMV_Player" type="ExternalPlayer" audio="false" video="true"> <!-- You can place your PlayBDMV file anywhere --> <filename>C:\Users\vewlix\AppData\Roaming\XBMC\userdata\PlayBDMV.bat</filename> <args>"{1}"</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> <player name="ISO_Player" type="ExternalPlayer" audio="false" video="true"> <!-- You can place your PlayISO file anywhere --> <filename>C:\Users\vewlix\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename> <args>"{1}"</args> <hidexbmc>true</hidexbmc> <hideconsole>true</hideconsole> <warpcursor>none</warpcursor> </player> <player name="Disc_Player" type="ExternalPlayer" audio="false" video="true"> <!-- You can place your PlayDisc file anywhere --> <filename>C:\Users\vewlix\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename> <args>"{1}"</args> <hidexbmc>true</hidexbmc> <hideconsole>true</hideconsole> <warpcursor>none</warpcursor> </player> </players> <rules action="prepend"> <rule filetypes=".*bdmv.*" player="BDMV_Player"/> <rule filetypes=".*iso.*" player="ISO_Player"/> <rule filetypes=".*m2ts.*" player="Universal_Player"/> <rule filetypes=".*mkv.*" player="Universal_Player"/> <rule filetypes=".*avi.*" player="Universal_Player"/> <rule filetypes=".*ts.*" player="Universal_Player"/> <rule name="Blu-Ray" filename="G:\\.*" filetypes="bdmv" player="Disc_Player"/> </rules> </playercorefactory> RE: Another External Player Code, but Very Simple to Setup - aznxtc - 2012-06-12 21:47 what do you mean by to many things installed?...format is flac...Im also using the latest build 11.0 Eden. I think im just gonna reinstall it and see what happens. RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-06-12 22:29 (2012-06-12 21:47)aznxtc Wrote: what do you mean by to many things installed?...format is flac...Im also using the latest build 11.0 Eden.With the codes above, it should be using PDVD12 when playback m2ts, mkv, avi, ts, iso and bdmv files only. All other files should be using XBMC for playback..... Try to un-install XBMC completely, and re-intall 11.0..... RE: Another External Player Code, but Very Simple to Setup - andyd - 2012-06-13 05:58 I had this working pretty well and then silly me decided to install Frodo after the announcement of the improvements in Audio Now these scripts are not working well at all. I'm thinking XBMC now has it's own built in way of handling this? When launching a folder rip, I now get 3 options which includes watching the main movie in XBMC and an option to view menus that opens up TMT. Have you tried running Frodo? Also, for some reason mp4s are now launching TMT but nothing is played back. This only started happening with Frodo as well. I shouldn't have moved to a development build but hoping you might have some experience with this already. If not, I'll go through the pains of reinstalling RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-06-13 06:31 @AndyD- if you are using external player, it is better to stick with the stable 11.0......TMT5 or PDVD11 should be able to handle all video and audio without XBMC.......if you want to bitstream using XBMC, you can check out this thread- Windows How to Bitstreaming using XBMC,,,,,, RE: Another External Player Code, but Very Simple to Setup - Ghostdivision - 2012-06-13 08:53 I think ill end up buying powerdvd as well. I notice most blurays play on tmt, but some dont, meanwhile most play on powerdvd but some wont. Apocalypse now wont play on tmt for example which is kind of absurd, but tmt support claims there just addressing it now. But will work for powerdvd. Meanwhile a few blurays wont display a picture in powerdvd for some reason. So as a back up even though i mainly use bdmv folders and tmt, i will use powerdvd for iso, i dont think it should be an issue. THen if tmt cant play something as bdmv folder, i just convert it to iso and powerdvd will play it. Thats the best i could come up with to make sure everything plays. Its weird on my dune meadia streamer i never had a disc not play. |