Hi,
I am spanish sorry for english mistakes.
I using autofrecuency to conect blu ray films with TMT. The case is that I use XBMC to have these films organizate. So the intention was play the blu ray film from XBMC, pass thourgh AutoFrecuency and start reproducing on TMT.
Everything runs well I play, AutoFrecuency makes its works and I visualized the film on TMT.
The problem is that I not able to hide the xbmc. When the film start on TMT XBMC still is in a fullscreen.
My playercorefactory.xml is this.
What I doing wrong?
Regards
I am spanish sorry for english mistakes.
I using autofrecuency to conect blu ray films with TMT. The case is that I use XBMC to have these films organizate. So the intention was play the blu ray film from XBMC, pass thourgh AutoFrecuency and start reproducing on TMT.
Everything runs well I play, AutoFrecuency makes its works and I visualized the film on TMT.
The problem is that I not able to hide the xbmc. When the film start on TMT XBMC still is in a fullscreen.
My playercorefactory.xml is this.
Quote:<playercorefactory>
<players>
<player name="AutoFrequency" type="ExternalPlayer" audio="false" video="true">
<filename>B:\AutoFrequency\AutoFrequency.exe</filename>
<args>"{1}" /close</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv|mts|m2ts|ts" player="dvdplayer"/>
<rule filetypes="bdmv" filename=".*BDMV.*" player="AutoFrequency"/>
</rules>
</playercorefactory>
What I doing wrong?
Regards