![]() |
|
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 |
- yallah - 2012-01-03 17:10 Hi, No possibility to close external program automaticly when we start audio thru XBMC player audio ? - bluray - 2012-01-03 18:05 yallah Wrote:Hi,I'm I missing something? If you use XBMC to playback MP3 music or review JPG photo, it should not have anything to do with external player. If you use my latest (playercorefactory.xml) to playback MP3/JPG, the external player should never launch. - yallah - 2012-01-03 19:00 Ok but if i play movie with external player and play music track directly without stop film (by json request) what happen with your (playercorefactory.xml) bluray Wrote:I'm I missing something? If you use XBMC to playback MP3 music or review JPG photo, it should not have anything to do with external player. If you use my latest (playercorefactory.xml) to playback MP3/JPG, the external player should never launch. - Grinsekatze - 2012-01-03 20:32 Hm, somehow my solution (according to the one posted here) is not working. I made a file called C:\Users\Grinsekatze\AppData\Roaming\XBMC\userdata\playercorefactory.xml with the following content: PHP Code: <playercorefactory>I also made two other files called playiso.cmd: PHP Code: "%PROGRAMFILES(X86)%\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 "%1"And playdisc.cmd: PHP Code: "%PROGRAMFILES(X86)%\CyberLink\PowerDVD11\PowerDVD11.exe" "G:\BDMV\index.object" I use PowerDVD11 Ultra with latest patch, Windows 7 Ultimate x64 with latest updates, XBMC 10.1 and AnyDVD HD 6.8.9.0. But when I hit an iso (ex the_smurfs.bluray.iso) (playiso.cmd) or when I try to access a disc (to test playdisc.cmd) I get an error from xbmc. The Error that appears when I try to playback a disc: "DVD drive - Please insert disc". When I try to play an Blu-ray iso nothing happenes. So I tried the scripts without xbmc. The result: playiso works. The iso is mounted, powerdvd starts andn plays the movie. when I close the player the iso gets unmounted. But playdisc is not working propper. Powerdvd starts but doesn't play the disc automatically. I found out by luck when I insert the disc some seconds before I start the playdisc script the disc will be played automatically. So I assume it's a problem of powerdvd and that it only autoplays just inserted movies but not movies that are already in the drive for hours. Can someone help me please? Grinsekatze - bluray - 2012-01-03 21:31 yallah Wrote:Ok but if i play movie with external player and play music track directly without stop film (by json request) what happen with your (playercorefactory.xml)I never thought of watching movie and listen to music at the same time. My brain can only watch and listen to one thing at a time.
- yallah - 2012-01-03 21:40 sure ![]() Sorry certainly i don't explain you nicely. It's for that. I want stop automaticly external prog when i choose music (XBMC player) via Ipad remote. bluray Wrote:I never thought of watching movie and listen to music at the same time. My brain can only watch and listen to one thing at a time. - bluray - 2012-01-03 22:24 Grinsekatze Wrote:Can someone help me please?You can download and use the exact codes I listed below: 1. playercorefactory.xml 2. PlayDisc 3. PlayBDMV 4. PalyISO Note- You can simply change the correct PowerDVD 11 directories in PlayDisc, PlayBDMV, PlayISO and Playercorefacoty. Where ever you place PlayDisc, PlayBDMV and PlayISO files, you'll need to enter the correct directories for these three players in Playercorefactory. I'm recommending using "PDVDLaunchPolicy.exe" instead of "PowerDVD11.exe".
- bluray - 2012-01-03 22:26 yallah Wrote:sureWhen I have time, I'll try to come up with the code for you. For now, you can simply stop the movie before listen to music!
- yallah - 2012-01-03 22:39 Oh Perfect !!! Thx bluray Wrote:When I have time, I'll try to come up with the code for you. For now, you can simply stop the movie before listen to music! - Grinsekatze - 2012-01-03 22:51 Hm, I installed TMT5 to test it. My scripts are working without xbmc from plain windows. Here also the movie is autoplayed after I lunch the scripts. But still: In xbmc when I try to load the inserted disc (it's mounted with virtual clonedrive because atm I don't have a blu-ray drive) I only get an error message telling me "DVD drive - Please insert disc". When I try to load the iso nothing happenes and when I try to reload it I also get an error telling me that it's not working. I'll give your scripts a try now. Thanks. Edit: Ok, I checked your version with TMT5 but same problems under xbmc like before. I tried to use deamon tools instead of virtual clonedrive to test the disc ability. Now the error is gone but instead of playing the disc I navigate through the filesystem from that disc. I'm confused. |