Kodi Community Forum

Full Version: Doesn't work on Jarvis 16.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The version in the repository seams to be out of date and doesn't work on Kodi Jarvis 16.1.
You need to use the Jarvis branch. The master branch in nearly all repositories of Kodi addons is for the current version, which in this case is Krypton (17).
(2016-09-13, 20:18)rpcameron Wrote: [ -> ]You need to use the Jarvis branch. The master branch in nearly all repositories of Kodi addons is for the current version, which in this case is Krypton (17).

Thank you so much for taking the time to reply.

How do I go about switching the repository branch?
If you're building yourself and using git:
Code:
$ git clone -b Jarvis https://github.com/kodi-pvr/pvr.iptvsimple
If you have already cloned the repo:
Code:
$ git checkout Jarvis
(2016-09-14, 20:40)rpcameron Wrote: [ -> ]If you're building yourself and using git:
Code:
$ git clone -b Jarvis https://github.com/kodi-pvr/pvr.iptvsimple
If you have already cloned the repo:
Code:
$ git checkout Jarvis


Thanks for that hugely appreciated! Ill give it a go as soon as i'm home.

I take it doing this will combat the "AN UNKNOWN ERROR HAS OCCURRED CAN'T LOAD DLL" message i get when trying to run the plugin.

The version of the plugin i'm getting this from is 2.4.1 i did briefly try 2.4.3 but i got a dependencies problem.