Skip to content

Instantly share code, notes, and snippets.

@mrPrateek95
Created December 29, 2017 11:06
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • 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>
@mrPrateek95
Copy link
Author

Copy this to the following folder:
/Users/<your_user_name>/Library/Application Support/Kodi/userdata/

Working on Mac OS X 10.11, Kodi 17.6 and VLC 2.2.4

@bmartinsen
Copy link

Thank you!
On my MacMini KODI's default player can't seem to handle many 1080p files, VLC can.

But... KODI log says it cannot find VLC with this path. Any advice, please?
Also is there a way to keep KODI's player as the default?

Thank you very much once again,
I hope you enjoy an interesting day!

@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