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> |
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!
@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.
IINA maybe mpv too support
iina/iina#5368 (comment)
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
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