Created
April 13, 2013 15:21
-
-
Save paulzhol/5378813 to your computer and use it in GitHub Desktop.
XBMC external video player setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<playercorefactory> | |
<players> | |
<player name="mplayer-vaapi" type="ExternalPlayer" audio="false" video="true"> | |
<filename>/home/user/launch_mplayer.py</filename> | |
<args>"$PPID" "{1}"</args> | |
<hidexbmc>false</hidexbmc> | |
<hideconsole>false</hideconsole> | |
<warpcursor>none</warpcursor> | |
</player> | |
</players> | |
<rules action="prepend"> | |
<rule video="true" player="mplayer-vaapi"/> | |
</rules> | |
</playercorefactory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you might need to set
<hidexbmc>true</hidexbmc>
if XBMC ends on top of mplayer