Created
July 20, 2018 06:34
-
-
Save ahocquet/43de9a4318aa1fb1d24435af75b2ff36 to your computer and use it in GitHub Desktop.
Kodi MPV External Player
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="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