Hello I setup a simple playercorefactory.xml to start TMT for the 3D iso file:
All working fine, except for the fact that ALL the ISO files are played with TMT. So seems the filter *3D*.iso doesn't work.
Could some one point me to a solution?
Example:
MOVIE1.ISO
MOVIE2.ISO
MOVIE3 3D BLABLA.ISO
MOVIE4 3D BLABLA.ISO
So I would like to start TMT only for MOVIE3 and 4.
Thanks
Lucas
Code:
<playercorefactory>
<players>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Lucas\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
</player>
</players>
<rules action="prepend">
<!-- Bluray ISO -->
<rule filenames="*3D*.iso" filetypes="iso" player="ISO_Player"/>
</rules>
</playercorefactory>
All working fine, except for the fact that ALL the ISO files are played with TMT. So seems the filter *3D*.iso doesn't work.
Could some one point me to a solution?
Example:
MOVIE1.ISO
MOVIE2.ISO
MOVIE3 3D BLABLA.ISO
MOVIE4 3D BLABLA.ISO
So I would like to start TMT only for MOVIE3 and 4.
Thanks
Lucas