-
-
Save rrevanth/fb7f5d2f3fe722b9891a3eb20114cadb to your computer and use it in GitHub Desktop.
Make VLC as the default player on your Kodi Mac
This file contains hidden or 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
<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