Skip to content

Instantly share code, notes, and snippets.

@ahocquet
Created July 20, 2018 06:34
Show Gist options
  • Save ahocquet/43de9a4318aa1fb1d24435af75b2ff36 to your computer and use it in GitHub Desktop.
Save ahocquet/43de9a4318aa1fb1d24435af75b2ff36 to your computer and use it in GitHub Desktop.
Kodi MPV External Player
<playercorefactory>
<players>
<player name="MPV" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\mpv\mpv.exe</filename>
<args>-fs "{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule video="true" player="MPV"/>
</rules>
</playercorefactory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment