Skip to content

Instantly share code, notes, and snippets.

@paulzhol
Created April 13, 2013 15:21
Show Gist options
  • Save paulzhol/5378813 to your computer and use it in GitHub Desktop.
Save paulzhol/5378813 to your computer and use it in GitHub Desktop.
XBMC external video player setting
<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>
@paulzhol
Copy link
Author

you might need to set <hidexbmc>true</hidexbmc> if XBMC ends on top of mplayer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment