add-ons / service.iptv.manager

Integrate TV and radio channels with EPG data from other add-ons in Kodi PVR.
https://github.com/add-ons/service.iptv.manager/wiki
GNU General Public License v3.0
95 stars 28 forks source link

Rollback pvr.iptvsimple to 3.8.8 #57

Closed MPParsley closed 3 years ago

MPParsley commented 3 years ago

Try to fix #52.

Installed the iptv Simple package as documented: sudo apt install kodi-pvr-iptvsimple

It installed 3.8.8-1~buster which is not supported.

michaelarnauts commented 3 years ago

I don't think this does any harm, since the version mentioned in the addon.xml is a minimum version afaik.

I assume this does fix your issue? If you can confirm, I can create a new release.

MPParsley commented 3 years ago

Indeed, it does. Thank you!

Edit: I ran into some issues but they were fixed by a reboot.

I had a quick look at the code, seems there is a shutdown sequence that starts/stops the PVR. Could this be the reason it couldn't load?

If a reboot is needed we should probably document that.