Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84005

Problem with playercorefactory

$
0
0
Hello I setup a simple playercorefactory.xml to start TMT for the 3D iso file:

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

Viewing all articles
Browse latest Browse all 84005

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>