vlc external player - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: vlc external player (/showthread.php?tid=121403) |
RE: vlc external player - Pisomojado - 2020-01-02 I installed NextPVR and had trouble due to my Playercorefactory.xml setup. So I deleted it. I decided the NextPVR addon isn't for me, uninstalled it and restored Playercorefactory to make VLC my default player again, but it DOESN'T WORK ANYMORE!! WHY NOT!? My wife is going to kill me... <playercorefactory> <players> <player name="VLC" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Program Files (x86)\VideoLAN\VLC\VLC.exe</filename> <hidexbmc>true</hidexbmc> <hideconsole>false</hideconsole> <warpcursor>none</warpcursor> <playcountminimumtime>1140</playcountminimumtime> </player> </players> <rules action="prepend"> <rule internetstream="false" player="VLC" /> </rules> </playercorefactory> RE: vlc external player - Pisomojado - 2020-01-02 (2020-01-02, 06:21)Pisomojado Wrote: I installed NextPVR and had trouble due to my Playercorefactory.xml setup. So I deleted it. I decided the NextPVR addon isn't for me, uninstalled it and restored Playercorefactory to make VLC my default player again, but it DOESN'T WORK ANYMORE!! WHY NOT!? My wife is going to kill me...FIXED. I followed the instructions here https://forum.kodi.tv/showthread.php?tid=331381 I opened playercorefactory.xml with notepad and saved as *.* using UTF-8 encoding. That fixed it. |