Skip to content

Instantly share code, notes, and snippets.

@rrevanth
Forked from mrPrateek95/playercorefactory.xml
Created December 19, 2018 03:30
Show Gist options
  • Save rrevanth/fb7f5d2f3fe722b9891a3eb20114cadb to your computer and use it in GitHub Desktop.
Save rrevanth/fb7f5d2f3fe722b9891a3eb20114cadb to your computer and use it in GitHub Desktop.
Make VLC as the default player on your Kodi Mac
<playercorefactory>
<players>
<player name="VLC" type="ExternalPlayer" audio="false" video="true">
<filename>/Applications/VLC.app/Contents/MacOS/VLC</filename>
<args>--video-on-top --play-and-exit</args>
<hidexbmc>true</hidexbmc>
</player>
</players>
<rules action="prepend">
<rule video="true" player="VLC"/>
</rules>
</playercorefactory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment