Skip to content

Instantly share code, notes, and snippets.

@mrPrateek95
Created December 29, 2017 11:06
Show Gist options
  • Save mrPrateek95/3d8f3d9a51df69c7981b3a3c00cd27e8 to your computer and use it in GitHub Desktop.
Save mrPrateek95/3d8f3d9a51df69c7981b3a3c00cd27e8 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>
@danieldekay
Copy link

@bmartinsen - did you install VLC?

Works great on OSX 12.6 on a M1 MacBook Air. Much better than pure Kodi which doesn't come in a Apple Silicon ready version yet.

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