(2015-01-01, 17:15)zyanni Wrote: I have a linux mint 17 operating system and the stable release of kodi installed. I was able to download the "kodi-pvr-iptvsimple" package from the package store. I was then able to "enable the live TV as you have shown, but I don't get the configure popup screen. I can't find the package anywhere to configure it even though the enable button is checked on the live TV page. Any help on how I can find and configure on a linux system?
I'm running into the same issue. Went to PVR settings, and was told I needed to set up a backend. Apparently the only way to install on linux is via package:
$ sudo apt-cache search kodi
kodi-bin - Kodi Media Center (binary data package)
kodi-eventclients-wiiremote - Kodi Media Center (Event Client WII Remote support package)
kodi - Kodi Media Center (arch-independent data package)
kodi-eventclients-common - Kodi Media Center (Event Client Common package)
kodi-eventclients-dev - Kodi Media Center (Event Client Dev package)
kodi-eventclients-j2me - Kodi Media Center (Event Client J2ME package)
kodi-eventclients-ps3 - Kodi Media Center (Event Client PS3 package)
kodi-eventclients-xbmc-send - Kodi Media Center (Event Client Kodi-SEND package)
kodi-addon-dev - Kodi Media Center (General Add-on Dev package)
kodi-screensaver-dev - Kodi Media Center (Screensaver Add-on Dev package)
kodi-visualization-dev - Kodi Media Center (Visualization Add-on Dev package)
kodi-pvr-dev - Kodi Media Center (PVR Add-on Dev package)
kodi-audio-dev - Kodi Media Center (Audio Add-on Dev package)
kodi-pvr-argustv - Kodi PVR Addon Argustv - PVR API:1.9.2
kodi-pvr-demo - Kodi PVR Demo Addon - PVR API:1.9.2
kodi-pvr-dvbviewer - Kodi PVR Addon Dvbviewer - PVR API:1.9.2
kodi-pvr-iptvsimple - Kodi PVR Iptv Addon - PVR API:1.9.2
kodi-pvr-mediaportal-tvserver - Kodi PVR Addon Mediaportal Tvserver - PVR API:1.9.2
kodi-pvr-mythtv - Kodi PVR Addon MythTv - Cmyth - PVR API:1.9.2
kodi-pvr-nextpvr - Kodi PVR Addon NextPvr - PVR API:1.9.2
kodi-pvr-njoy - Kodi PVR Addon Njoy - PVR API:1.9.2
kodi-pvr-tvheadend-hts - Kodi PVR Addon TvHeadend Hts - PVR API:1.9.2
kodi-pvr-vdr-vnsi - Kodi PVR Addon VDR Vnsi - PVR API:1.9.2
kodi-pvr-vuplus - Kodi PVR Addon Vuplus - PVR API:1.9.2
kodi-audioencoder-lame - FLAC audio encoder for Kodi
kodi-audioencoder-lame-dbg - debug symbols for FLAC audio encoder for Kodi
kodi-audioencoder-flac - FLAC audio encoder for Kodi
kodi-audioencoder-flac-dbg - debug symbols for FLAC audio encoder for Kodi
kodi-audioencoder-vorbis - Vorbis audio encoder for Kodi
kodi-audioencoder-vorbis-dbg - debug symbols for Vorbis audio encoder for Kodi
$ sudo apt-get install kodi-pvr-iptvsimple
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
kodi-pvr-iptvsimple
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 133 kB of archives.
After this operation, 689 kB of additional disk space will be used.
Get:1
http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ trusty/main kodi-pvr-iptvsimple i386 1.9.11-3trusty [133 kB]
Fetched 133 kB in 0s (163 kB/s)
Selecting previously unselected package kodi-pvr-iptvsimple.
(Reading database ... 295040 files and directories currently installed.)
Preparing to unpack .../kodi-pvr-iptvsimple_1.9.11-3trusty_i386.deb ...
Unpacking kodi-pvr-iptvsimple (1.9.11-3trusty) ...
Setting up kodi-pvr-iptvsimple (1.9.11-3trusty) ...
$ sudo dpkg -l | grep kodi
ii kodi 2:14.0~git20141223.1015-final-0trusty all Kodi Media Center (arch-independent data package)
ii kodi-bin 2:14.0~git20141223.1015-final-0trusty i386 Kodi Media Center (binary data package)
ii kodi-pvr-iptvsimple 1.9.11-3trusty i386 Kodi PVR Iptv Addon - PVR API:1.9.2
$ cat /etc/issue
Ubuntu 14.04.1 LTS
$
I'm now able to enable PVR, but the addon is not listed in the addons section (whether enabled or disabled, in any category), and am thus unable to configure the kodi-pvr-iptvsimple addon.
Any thoughts?