Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save dennisoderwald/d3ec6d2d1f9e8790e39c847ecef2c37a to your computer and use it in GitHub Desktop.

Select an option

Save dennisoderwald/d3ec6d2d1f9e8790e39c847ecef2c37a 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>
@dennisoderwald
Copy link
Author

dennisoderwald commented Nov 12, 2021

@bmartinsen Hi, sorry but I only forked the XML back then and even then never used it. So unfortunately I can't help you. But I keep my fingers crossed that you find a solution.

@bmartinsen
Copy link

bmartinsen commented Nov 12, 2021 via email

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