Automount iso to MPC not working X0
#1
Hello, I'm trying to get a autoloader to mount iso files to Virtual Clone Drive but I can't get it to work. Here is a copy of my playercore file

<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Programs\MPC HomeCinema\mpc-hc.exe</filename>
<args>/fullscreen /close "{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="MountAndPlay" type="ExternalPlayer" audio="false" video="true">
<filename>C:\XBMC_Extras\MountAndPlay.bat</filename>
<args></args>
<hidexbmc>false</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="VLC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\VideoLAN\VLC\vlc.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>

<rules action="prepend">
<rule filetypes="m2ts|ts|mkv" player="MPC-HC" />
<rule filetypes="iso" player="MountAndPlay" />
</rules>
</playercorefactory>

and here is the error log

14:33:48 T:3500 M:913252352 NOTICE: ExternalPlayer Filename: C:\XBMC_Extras\MountAndPlay.bat
14:33:48 T:3500 M:913252352 WARNING: ExternalPlayer: invalid value for warpcursor: none
14:33:48 T:3500 M:913252352 NOTICE: ExternalPlayer Tweaks: hideconsole (true), hidexbmc (false), islauncher (false), warpcursor (none)
14:33:48 T:3500 M:913252352 NOTICE: CExternalPlayer::OpenFile: C:\DVD's\Hot Rod\HotRod.iso
14:33:48 T:2876 M:913227776 NOTICE: CExternalPlayer:Tonguerocess: Player : C:\XBMC_Extras\MountAndPlay.bat
14:33:48 T:2876 M:913227776 NOTICE: CExternalPlayer:Tonguerocess: File : C:\DVD's\Hot Rod\HotRod.iso
14:33:48 T:2876 M:913227776 NOTICE: CExternalPlayer:Tonguerocess: Content:
14:33:48 T:2876 M:913227776 NOTICE: CExternalPlayer:Tonguerocess: Args :
14:33:48 T:2876 M:913227776 NOTICE: CExternalPlayer:Tonguerocess: Start
14:33:48 T:2876 M:913227776 NOTICE: CExternalPlayer:Tonguerocess: Releasing audio device 2
14:33:48 T:2876 M:909135872 NOTICE: CExternalPlayer::ExecuteAppW32: "C:\XBMC_Extras\MountAndPlay.bat" "C:\DVD's\Hot Rod\HotRod.iso"
14:33:48 T:2876 M:909135872 NOTICE: CExternalPlayer::ExecuteAppW32 - Failure: 3
14:33:48 T:2876 M:909135872 NOTICE: CExternalPlayer:Tonguerocess: Stop
14:33:48 T:2876 M:909135872 NOTICE: CExternalPlayer:Tonguerocess: Showing XBMC window
14:33:48 T:2876 M:912834560 NOTICE: CExternalPlayer:Tonguerocess: Reclaiming audio device 2
14:33:58 T:3500 M:913702912 NOTICE: Storing total System Uptime

My bat file has this in it
"C:\Program Files\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 %1
"C:\Program Files\MPC HomeCinema\mpc-hc.exe" H: /fullscreen /play /close
"C:\Program Files\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u

Obviously there is a failure executing an app, but I have no idea what this means. Did MPC fail? I know that the iso image is not even loading in VCD. So, i'm not sure if the problem is in the bat file or the playercore.
Reply
#2
Well, after tinkering with it, I found the error. BTW can I and how do I delete my own threads?
Reply
#3
Do you want to post your solution?

Win7 64-bit | AMD Athlon X2 4850e | 780G Chipset | 2 GB RAM | ATI Radeon 3200 | XBMC 10.0
Reply

Logout Mark Read Team Forum Stats Members Help
Automount iso to MPC not working X00