Created
December 29, 2017 11:06
-
-
Save mrPrateek95/3d8f3d9a51df69c7981b3a3c00cd27e8 to your computer and use it in GitHub Desktop.
Make VLC as the default player on your Kodi Mac
This file contains 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> |
I wrote a one liner for mac users, feel free to add or edit players and defaults
https://gist.github.com/jswhisperer/b04971dc1f5534267cf1e6ac9b814553
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IINA maybe mpv too support
iina/iina#5368 (comment)