Linux Ubuntu 14.04 LTS - Where are the PVR addons for Kodi Beta 3
#1
Can someone please tell me how to install the PVR Addons for Kodi 14.0 Helix Beta 3

I tried the methods specified in the Wiki but these addons are for Gotham.

Where are the ones for Kodi "Helix"?

Thanks in advance.

This is the info in the Wiki pages:

Note: Most versions of XBMC v12 Frodo will have PVR add-ons pre-bundled with XBMC. Your first step in setting up a given PVR add-on is to enable it by going to Settings -> Add-ons -> Disabled add-ons -> PVR and selecting your add-on and then pressing "enable". Updates to the add-ons will come from a specific PVR add-on repository, even through they came from XBMC.
[hide] For Ubuntu clients click "SHOW" for PVR add-on install instructions

PVR add-ons should be installed automatically, unless users configured their package manager to not install recommended packages. To manually install a PVR add-on:

sudo apt-get install [pluginname]

e.g. to install the Demo plugin:

sudo apt-get install xbmc-pvr-demo

List of available PVR addons Package name Description
vdr-plugin-vnsiserver VDR-Network-Streaming-Interface
xbmc-pvr-argustv XBMC PVR Add-on Argustv
xbmc-pvr-demo XBMC PVR Demo Add-on
xbmc-pvr-dvbviewer XBMC PVR Add-on Dvbviewer
xbmc-pvr-mediaportal-tvserver XBMC PVR Add-on Mediaportal Tvserver
xbmc-pvr-mythtv-cmyth XBMC PVR Add-on MythTv - Cmyth
xbmc-pvr-nextpvr XBMC PVR Add-on NextPVR
xbmc-pvr-njoy XBMC PVR Add-on Njoy
xbmc-pvr-tvheadend-hts XBMC PVR Add-on TvHeadend Hts
xbmc-pvr-vdr-vnsi XBMC PVR Add-on VDR Vnsi
xbmc-pvr-vuplus XBMC PVR Add-on Vuplus

Nightly PPA builds will continue to include PVR add-ons directly with XBMC.
Reply
#2
you can try as follow:

Code:
suco apt-cache search pvr

it will show you a list of available PVR addons...
choose your PVR addon an install...

Maybe you have to do the following first of all... (under beta 2 it was necessary)

Code:
sudo ln -s /usr/lib/kodi /usr/lib/xbmc
sudo ln -s /usr/share/kodi /usr/share/xbmc
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
#3
kind of in the same situation here, is one supposed to use :
xbmc-pvr-tvheadend-hts - XBMC PVR Addon TvHeadend Hts - PVR API:1.9.2

As there is no kodi-pvr-tvheadend-hts

?

Br
Patric
Reply
#4
So you try the way I wrote above? Maybe you have to search for xbmc-pvr...
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
#5
Yes, if you search for pvr, then you get these hits :

xbmc-pvr-mythtv-cmyth - XBMC PVR Addon MythTv - Cmyth - PVR API:1.9.2
xbmc-pvr-vuplus - XBMC PVR Addon Vuplus - PVR API:1.9.2
xbmc-pvr-vdr-vnsi - XBMC PVR Addon VDR Vnsi - PVR API:1.9.2
xbmc-pvr-njoy - XBMC PVR Addon Njoy - PVR API:1.9.2
xbmc-pvr-nextpvr - XBMC PVR Addon NextPvr - PVR API:1.9.2
xbmc-pvr-mediaportal-tvserver - XBMC PVR Addon Mediaportal Tvserver - PVR API:1.9.2
xbmc-pvr-tvheadend-hts - XBMC PVR Addon TvHeadend Hts - PVR API:1.9.2
xbmc-pvr-dvbviewer - XBMC PVR Addon Dvbviewer - PVR API:1.9.2
xbmc-pvr-argustv - XBMC PVR Addon Argustv - PVR API:1.9.2
xbmc-pvr-demo - XBMC PVR Demo Addon - PVR API:1.9.2
xbmc-pvr-iptvsimple - XBMC PVR Iptv Addon - PVR API:1.9.2
xbmc-pvr-dev - XBMC Media Center (PVR Add-on Dev package)
xbmc-pvr-dvblink - XBMC PVR Addon Dvblink - PVR API:1.9.0
kodi-pvr-dev - Kodi Media Center (PVR Add-on Dev package)

So the question is, should there be kodi named equivalent available somewhere? , or should one continue to use the xbmc named packages?
Reply
#6
No, you can install the One for XBMC and make the two thinks I've posted...
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
#7
Thanks for all your help posters.

Kodi Helix RC3 has the Kodi versions of the addons in the Kodi PPAs now.

Have a look in your terminals:

Code:
sudo apt-cache search pvr
Reply
#8
in case that i can't enable the 'live tv' on raspbian on my pi i will need to just type the commands you provided?
Reply

Logout Mark Read Team Forum Stats Members Help
Ubuntu 14.04 LTS - Where are the PVR addons for Kodi Beta 30