|
Posted at 6/28/2017 02:28:58
Only Author
4#
Last edited by zeno In 6/28/2017 02:30 Editor
Hi,
in case someone is interested, there is a way to install iptvsimple.
Basically, after installing the pckage of mac-l1, if you try to enable iptvsimple from the GUI as everywhere is suggested, you hit a wall... the reason is that the Mac-l1 package is not incuding the PVR addons.
What I did at first was to compile by myself pvr iptvsimple from the GIT. Unfortunately in this way you get the very latest version (3.0.6) that is not compatible with Kodi Kryptonite.
If you try to install the package kodi-pvr-iptvsimple directly from Debian you end up needing to remove the lovely mac-l1 package and install the "standard" kodi packed with Debian... this is not 100% bad but you will not get the proper hardware acceleration that is given by mac-l1 deb.
The solution is quite easy...
The best you can do is to start downloading (not install!!) kodi-pvr-iptvsimple package from debian repository:
- apt-get download kodi-pvr-iptvsimple
Copy the code
At this point you have to force the installation of the package without checking dependecies:
- sudo dpkg -i --force-depends kodi-pvr-iptvsimple_2.4.4+git20161211-1_armhf.deb
Copy the code
After that you can start Kodi, enable iptvsimple addon and enjoy!!
Once again, thanks a lot to mac-l1 for this package. I tested a high resolution movie with Kodi installed from Debian repository and with the mac-l1 package and I can tell you that the CPU is used much much less with the mac-l1 one!
|
|