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

TMT5 Opening Behind XBMC

$
0
0
Hello All!

I'm running Windows 7 Pro 64-bit on an AMD 5700 APU with a Radeon HD 6670 GPU and 16 GB RAM (doubt this is necessary, but just in case).

Problem: I am having trouble getting TMT5 to open up (as an external player) ON-TOP of the XBMC application without having <hidexbmx> set to true OR having <hideconsole> set to false (but then I have a console blocking the screen). I finally got to a point where I could open TMT5, but it opens behind XBMC. Any advice is appreciated!

Here is my playercorefactory.xml code (note that it is in development and I've been focusing on BR-Disc playback, i.e. "BDMV_Player"):

Code:
<playercorefactory>
    <players>
        <player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
            <filename>C:\Users\XBMC\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
            <args>"{1}"</args>
            <hidexbmc>false</hidexbmc>

        </player>
                <player name="BDMV_Player" type="ExternalPlayer" audio="false" video="true">
            <filename>C:\Users\XBMC\AppData\Roaming\XBMC\userdata\PlayBDMV.bat</filename>
            <args>"{1}" /fullscreen /close</args>
            <hidexbmc>false</hidexbmc>
            <hideconsole>true</hideconsole>
            <hidecursor>false</hidecursor>
            <forceontop>false</forceontop>

        </player>
        <player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
            <filename>C:\Users\XBMC\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
            <args>"{1}"</args>
            <hidexbmc>false</hidexbmc>

                </player>
        <!--Use uMCEPlayer5.exe (uTotalMediaTheatre5.exe) if MCE remote is needed-->
        <player name="Universal_Player" type="ExternalPlayer" audio="false" video="true">
            <filename>C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe</filename>
            <args>"{1}"</args>
            <hidexbmc>false</hidexbmc>
            <hideconsole>true</hideconsole>
            <forceontop>true</forceontop>                            
        </player>  
    </players>


    <rules action="prepend">
        <!-- Bluray ISO -->
        <rule filetypes="iso" player="ISO_Player"/>
        <!-- Bluray BDMV -->
        <rule filetypes="bdmv" player="BDMV_Player"/>
        <!-- Bluray M2TS -->
        <rule filetypes="m2ts" player="Universal_Player"/>
        <!-- Bluray MKV -->
        <rule filetypes="mkv" player="Universal_Player"/>
        <!-- Bluray AVI -->
        <rule filetypes="avi" player="Universal_Player"/>
        <!-- Bluray TS -->
        <rule filetypes="ts" player="Universal_Player"/>

                <!-- Bluray Disc -->
        <rule filetypes="bd|ifo" player="Disc_Player"/>         
     </rules>
</playercorefactory>

Viewing all articles
Browse latest Browse all 84004

Trending Articles



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