-
-
Save dennisoderwald/d3ec6d2d1f9e8790e39c847ecef2c37a 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> |
@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.
On Nov 12, 2021, at 10:40 AM, Dennis Oderwald wrote:
@dennisoderwald commented on this gist.
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.
Bummer - ah well, thanks anyway.
Hope you can enjoy an interesting day!
^^^^^^^^^^^^^^^^^^^^^^
DINOSAUR DIGITAL
Design | Build | Maintain
Bruce Martinsen
***@***.***
34785 Fire Tower Road
Bayfield, WI 54814
715 779 3966
https://dinosaur-digital.com/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Greetings Dennis!
Thank you so much for your playercorefactory.xml KODI's player can't seem to handle many 1080p files with out lag errors :0(
"/Applications/VLC.app/Contents/MacOS/VLC"
The KODI log says VLC does not exist in the path you provided, yet it is precisely where VLC is installed on my Macmini. I placed the playercorefactory.xml in the kodi/userdata folder. Can you provide the FULL path please? Unless you have another recommendation.
Can you also provide code for if VLC is an option rather than DEFAULT player?
THANK YOU so very much for your kindness and sharing!!!