![]() |
Solved No PVR'S - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +--- Thread: Solved No PVR'S (/showthread.php?tid=337622) Pages:
1
2
|
RE: No PVR'S - graham-h - 2019-02-11 Did you solve this? I get no PVR clients in Android. Edit: I needed to 'check for updates'. RE: No PVR'S - user7a1e0e426 - 2019-02-13 the same problem, can not solve it for already 1 hour RE: No PVR'S - elion - 2019-03-22 If you are running Kodi in Ubuntu or other Linux distro, then PVR clients are not installed by default. Follow the instructions in Ubuntu instead: Ubuntu PVR add-ons Or simply (should the link ever become inactive): NOTICE: If you don't already have the Team Kodi (team-xbmc) PPA added, then you will need to do so in order to install the PVR client add-ons (see here). If you're not sure, you probably already have it installed, as that is how you normally install Kodi in the first place. Exit (Quit) Kodi if it is already running and open a terminal window Type in sudo apt-get update and enter your password when prompted Type in sudo apt-get install PACKAGENAMEHERE but replace PACKAGENAMEHERE with a package name from the table below. example: sudo apt-get install kodi-pvr-iptvsimple The PVR client add-on should now be installed. If Kodi was already running, restart it to load the add-on. Packages Package name Description kodi-pvr-argustv ARGUS-TV kodi-pvr-demo Kodi PVR demo add-on kodi-pvr-dvbviewer DVBViewer kodi-pvr-iptvsimple IPTV Simple Client kodi-pvr-mediaportal-tvserver MediaPortal kodi-pvr-mythtv MythTV PVR kodi-pvr-nextpvr NextPVR kodi-pvr-njoyNjoy kodi-pvr-htsTvheadend PVR kodi-pvr-vdr-vnsiVDR kodi-pvr-vuplusVUPlus kodi-pvr-dvblink kodi-pvr-filmon kodi-pvr-hdhomerun kodi-pvr-pctv kodi-pvr-stalker kodi-pvr-vbox kodi-pvr-wmc Enjoy ![]() RE: No PVR'S - bam80 - 2020-02-06 Anyone tried PVR on Matrix? Can't find PVR addons. I followed the HOWTO for Ubuntu, no luck: sudo add-apt-repository ppa:team-xbmc/xbmc-nightly sudo apt-get update sudo apt-get install kodi sudo apt-get install kodi-pvr-demo RE: No PVR'S - bam80 - 2020-02-06 Sorry for the noise, just needed to enable the addons RE: No PVR'S - ganesh101 - 2020-09-16 How I can install the PVR Client like VDR VNSI from the source? I do not want to install from apt-get I was able to build it from sources like described from here https://forum.kodi.tv/showthread.php?tid=189534 Now I do I install a frontend plugin in Kodi that can use this vdr backend? |