![]() |
|
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 184 185 |
- bluray - 2012-02-20 22:34 Chris12 Wrote:No also the standard rule doesn not work. The same message when pressing play button in powerDVD11 (allthough auto-played should it be, if the bat file was working).If VCD doesn't show "G" drive on your HTPC, you can simply use whatever drive is available on it. You need to match the available VCD drive in PlayISO.bat too. Yes, I'm using the same AnyDVD HD and VCD. Too bad, I don't have the paid PDVD11 to try. I tried PDVD11 trial version, and I'm not sure if the trial version have the same option and functionality as the full version. I'm not sure why it is so difficult to get PDVD11 to work. It seems that TMT5 and XBMC is much easier route. Can you try TMT5 15 days trial version? Just want to see if VCD and AndyDVD HD can mount/unmount BD ISO using TMT5 on your HTPC. I'll try out some more codes on PDVD11 tonight! - Chris12 - 2012-02-20 22:38 I did some puzzeling arround with the commands of VCDMount.exe: ![]() when using the code below, the drive G: is mounted! PowerDVD11 is started in fullscreen and the movie is played! @echo off rem you can place your PlayISO file in \Roaming\XBMC\userdata\ rem you need to put the correct VCDMount drive letter in the command below "C:\Program Files\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /l=G /d=0 %1 "C:\Program Files\CyberLink\PowerDVD11\PDVDLaunchPolicy.exe" G: "C:\Program Files\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u But when closing PowerDVD11 the iso file stays mounted. - Chris12 - 2012-02-20 22:48 bluray Wrote:If VCD doesn't show "G" drive on your HTPC, you can simply use whatever drive is available on it. You need to match the available VCD drive in PlayISO.bat too. I will give TMT5 a try tomorrow... I think that you can try out some more PowerDVD11 codes ![]() Thanks for helping me so far! - Riker0007 - 2012-02-21 02:41 bluray Wrote:My question to you is- Do you have "G" drive for VCD? Do you see "G" drive in "Computer"? I have tried TMT5 in the past and the audio is always way out of sync with video. PWRDVD never seems to have that issue. So I tried this and now PWRDVD seems to open and play BD movie folders fine. But the iso still no go. <playercorefactory> <players> <player name="ISO_Player" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Program Files\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"> <filename>C:\Program Files (x86)\CyberLink\PowerDVD11\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\PowerDVD11\PDVDLaunchPolicy.exe</filename> <args>"{1}"</args> <hidexbmc>true</hidexbmc> <hideconsole>true</hideconsole> <warpcursor>none</warpcursor> </player> </players> <rules action="prepend"> <rule filename="*iso" player="ISO_Player"/> <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 protocols="bd|dvd" player="Disc_Player"/> </rules> </playercorefactory> Thanks R - xero273 - 2012-02-21 02:49 Hi, I am trying to get Arcsoft Total Media to launch but I am getting no result. Here is my playercorefactory.xml <playercorefactory> <players> <player name="MPC-HC" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Program Files (x86)\Combined Community Codec Pack\MPC\mpc-hc.exe</filename> <args>/fullscreen /close</args> <hidexbmc>false</hidexbmc> <hideconsole>false</hideconsole> <hidecursor>false</hidecursor> </player> <player name="PlayDisc" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Users\Xero\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename> <args>"{1}" /fullscreen /close</args> <forceontop>false</forceontop> <hidexbmc>false</hidexbmc> <hidecursor>false</hidecursor> </player> </players> <rules action="prepend"> <rule filetypes="mkv" player="MPC-HC"/> <rule protocols="bd" player="PlayDisc"/> </rules> </playercorefactory> This is the bat file contents "C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe" E: This is the result i get when I go through xbmc. nothing plays. ![]() I looked through xbmc logs and I found this 19:41:40 T:2416 M:4294967295 NOTICE: ExternalPlayer Filename: C:\Users\Xero\AppData\Roaming\XBMC\userdata\PlayDisc.bat 19:41:40 T:2416 M:4294967295 NOTICE: ExternalPlayer Tweaks: hideconsole (true), hidexbmc (false), islauncher (false), warpcursor () 19:41:40 T:2416 M:4294967295 NOTICE: CExternalPlayer::OpenFile: bd://1 19:41:40 T:3896 M:4294967295 NOTICE: CExternalPlayer::Process: Player : C:\Users\Xero\AppData\Roaming\XBMC\userdata\PlayDisc.bat 19:41:40 T:3896 M:4294967295 NOTICE: CExternalPlayer::Process: File : bd://1 19:41:40 T:3896 M:4294967295 NOTICE: CExternalPlayer::Process: Content: 19:41:40 T:3896 M:4294967295 NOTICE: CExternalPlayer::Process: Args : "{1}" /fullscreen /close 19:41:40 T:3896 M:4294967295 NOTICE: CExternalPlayer::Process: Start 19:41:40 T:3896 M:4294967295 NOTICE: CExternalPlayer::Process: Releasing audio device 2 19:41:41 T:3896 M:4294967295 NOTICE: CExternalPlayer::Process: Lowering XBMC window 19:41:41 T:2416 M:4294967295 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(bd) in bd://movie.tbn/ 19:41:41 T:3896 M:4294967295 NOTICE: CExternalPlayer::ExecuteAppW32: "C:\Users\Xero\AppData\Roaming\XBMC\userdata\PlayDisc.bat" "bd://1" /fullscreen /close 19:41:42 T:3896 M:4294967295 NOTICE: CExternalPlayer::ExecuteAppW32: WAIT_OBJECT_0 19:41:50 T:3896 M:4294967295 NOTICE: CExternalPlayer::Process: Stop 19:41:50 T:3896 M:4294967295 NOTICE: CExternalPlayer::Process: Showing XBMC window TOPMOST 19:41:50 T:3896 M:4294967295 NOTICE: CExternalPlayer::Process: Reclaiming audio device 2 I know my batch file works since I doubleclicked the batch and it opens arcsoft software and plays the BD. I am using xbmc 10. Thanks for the help. - bluray - 2012-02-21 06:36 Chris12 Wrote:I will give TMT5 a try tomorrow... I think that you can try out some more PowerDVD11 codesI got home late tonight. I tried ISO on PowerDVD 11 for about 20 minutes, but it doesn't seem to mount ISO correct. I tried both PlayISO.bat and PlayISO.cmd versions with the same result. When I mounted ISO manually, it playback fine. The other files and BD playback with PowerDVD 11 fine though. I switched everything back to TMT5 with the same PlayISO.bat file. It mounted and playback ISO correctly. I'll do some more research on it this weekend! :mad: - bluray - 2012-02-21 06:55 xero273 Wrote:Hi, I am trying to get Arcsoft Total Media to launch but I am getting no result.Sorry to hear that. I generated the complete external player codes for you below: 1. Download- playercorefactory.xml, playdisc.bat, playbdmv.bat and playiso.bat 2. Save all files in your "C:\Users\Xero\AppData\Roaming\XBMC\userdata" folder -Make sure that the VDC drive in PlayISO.bat is correct, and everything should work "as is" - xero273 - 2012-02-21 08:03 bluray Wrote:Sorry to hear that. I generated the complete external player codes for you below: Hi, I think I found the problem. If xbmc is fullscreen, the screenshot i posted will happen. If I do xbmc not fullscreen, then TMT5 will come up and play the bd. Do you know the solution to this? Thanks. - bluray - 2012-02-21 16:47 xero273 Wrote:Hi, I think I found the problem. If xbmc is fullscreen, the screenshot i posted will happen. If I do xbmc not fullscreen, then TMT5 will come up and play the bd. Do you know the solution to this? Thanks.Just download all those files I generated for you and folllow the steps in post #337, and you should be fine. You might want to set TMT5 to launch in "Full Screen" as shown in my screen shot below:
- xero273 - 2012-02-21 17:08 bluray Wrote:Just download all those files I generated for you and folllow the steps in post #337, and you should be fine. You might want to set TMT5 to launch in "Full Screen" as shown in my screen shot below: I tried it with the files you generated for me and I had the same problem. but when I work with xbmc in windowed mode TMT5 will launch. XBMC full screen mode = the problem I had in original post. |