problem playercorefactory iso mkv
#1
hello everybody.

i have configure my playercorefactory.xml and my PlayISO.bat to play ONLY my iso 3d on TMT6. I want to play others files with default player.

My problem: when i launch iso 3d , all it works, tmt6 starts. I play m2ts movie, it starts with default player but when i want watch a tv show ( .mkv) , it plays with tmt6 ...(when i do a right clic to go to "play with" the default player is "playiso") i don't why .

There is my files:
playercorefactory:

<?xml version="1.0" encoding="UTF-8"?>
<playercorefactory>
<players>

<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\- Anthony -\AppData\Roaming\kodi\userdata\PlayISO.bat</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
</player>
</players>
<rules action="prepend">

<rule filename=".*iso.*" player="ISO_Player"/>
<rule filetypes="mkv" filename=".*mkv.*" player="DVDPlayer"/>

</rules>


</playercorefactory>

PlayISO.bat:

"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 %1
"C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 6\uTotalMediaTheatre6.exe" f:
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u

if someone have a idea...

Thanks in advance
Reply

Logout Mark Read Team Forum Stats Members Help
problem playercorefactory iso mkv0