Kodi Community Forum
Linux Debian lacks PVR plugins package - 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: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux Debian lacks PVR plugins package (/showthread.php?tid=151634)



Debian lacks PVR plugins package - Marx1 - 2013-01-11

While latest XBMC exists in Debian experimental branch, so it's very easy to install it, in latest RC3 PVR plugins are unfortunately separated. PPA for Ubuntu has pvr* packages, but Debian repository doesn't.
Would be nice to know how to install them. Force Debian maintainer to add this package? Compile myself? Download from other repository?


RE: Debian lacks PVR plugins package - wsnipex - 2013-01-11

either of those options Wink


Odp: Debian lacks PVR plugins package - Marx1 - 2013-01-11

I don't know how to contact maintainer.
Is it needed to compile this plugins, our are they just simple python projects?


RE: Debian lacks PVR plugins package - wsnipex - 2013-01-11

you need to compile them. I guess using the ubuntu ones that are closest to your debian version should work though. Apart from the cmyth addon, none have any dependencies.


Odp: Debian lacks PVR plugins package - Marx1 - 2013-01-14

Can you recommend some article about how to compile addons? Should I download full xbmc sources or is there repository for pvr addons only?
Edit: ok I have found it on github



RE: Debian lacks PVR plugins package - negge - 2013-01-14

Two seconds of googling would have found you this: https://github.com/opdenkamp/xbmc-pvr-addons

The readme contains compilation instructions, basically it boils down to:

./configure
make -jX where X is the amount of cores you have
make zip
copy relevant ZIP files from the addons somewhere and install in XBMC.


Odp: Debian lacks PVR plugins package - Marx1 - 2013-01-14

Thank you, I did download full sources of xbmc only to read where the repository of addons is...
It's pity pvr package isn't in debian repository, hopefully then final versions will be present.


Re: Debian lacks PVR plugins package - nickr - 2013-01-14

I believe the pvr packages are nowvin debian (read it on this forum somewhere)


Odp: Debian lacks PVR plugins package - Marx1 - 2013-01-16

I didn't find them, anyway there is need to compile VDR plugin too because repos has very old version with unsupported protocol version.
I compiled both, VDR and xbmc plugin and it works great.