Created
August 12, 2016 02:51
-
-
Save kuboosoft/79c50a413146d808ae228b7656b7bf80 to your computer and use it in GitHub Desktop.
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
# Goes inside %APPDATA%\kodi\userdata | |
--> | |
<playercorefactory> | |
<players> | |
<player name="VLC" type="ExternalPlayer" audio="false" video="true"> | |
<filename>/usr/bin/vlc</filename> | |
<hidexbmc>true</hidexbmc> | |
<hideconsole>true</hideconsole> | |
<warpcursor>none</warpcursor> | |
</player> | |
<player name="VLC" type="ExternalPlayer" audio="false" video="true"> | |
<filename>/usr/bin/vlc</filename> | |
<hidexbmc>true</hidexbmc> | |
<hideconsole>true</hideconsole> | |
<warpcursor>none</warpcursor> | |
</player> | |
</players> | |
<rules action="prepend"> | |
<rule filetypes="avi|mkv|mp4|m4v|mpg|m3u|m3u8|ts|mpeg" player="VLC" /> | |
<!-- | |
<rule filetypes="avi|mkv|mp4|m4v|mpg|mpeg" player="Media Player Classic" /> | |
--> | |
</rules> | |
</playercorefactory> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment