Kodi + PVR Stalker - Linux - Crashing

owen420

New member
Apr 2, 2016
85
1
0
Yes
hi there

trying to setup stalker on my rig, I am running xubuntu (ubuntu w/ xfce) and I have installed Kodi 16.1 and PVR Stalker, I configure it properly and enable the PVR... then go into settings>tv and enable TV and my kodi crashes immediately... it even does this on a fresh install with nothing in the pvr client configured... I have it working great on my android box and windows pc but can't figure this out... anybody had any issues with it in linux? any suggestions to try would be helpful... thank you for your time.
 
hi there

trying to setup stalker on my rig, I am running xubuntu (ubuntu w/ xfce) and I have installed Kodi 16.1 and PVR Stalker, I configure it properly and enable the PVR... then go into settings>tv and enable TV and my kodi crashes immediately... it even does this on a fresh install with nothing in the pvr client configured... I have it working great on my android box and windows pc but can't figure this out... anybody had any issues with it in linux? any suggestions to try would be helpful... thank you for your time.

you can use openelec or libreelec as a standalone system on a linux dist. both work well with the latest raspberry pi-3 hardward as well as the Odroid c2 running ubuntu

.
 
you can use openelec or libreelec as a standalone system on a linux dist. both work well with the latest raspberry pi-3 hardward as well as the Odroid c2 running ubuntu

.

yea im just using xbuntu on my media center pc, got it sorted tho works great way better then android.... the judder I was getting from my minix neo x6 was brutal
 
OS: ubuntu 16
kodi : 16.1

i had to remove : sudo uninstall kodi-pvr-stalker
then i followthis instructions
[h=3]Linux[/h]
  1. git clone https://github.com/xbmc/xbmc.git
  2. git clone https://github.com/kodi-pvr/pvr.stalker.git
  3. cd pvr.stalker && mkdir build && cd build
  4. cmake -DADDONS_TO_BUILD=pvr.stalker -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
  5. make

when back in kodi MY ADDONS- PVR clients , i don't see the stalker client
do i need to install it using this command
sudo apt-get install [pluginname]
 
OS: ubuntu 16
kodi : 16.1

i had to remove : sudo uninstall kodi-pvr-stalker
then i followthis instructions
[h=3]Linux[/h]
  1. git clone https://github.com/xbmc/xbmc.git
  2. git clone https://github.com/kodi-pvr/pvr.stalker.git
  3. cd pvr.stalker && mkdir build && cd build
  4. cmake -DADDONS_TO_BUILD=pvr.stalker -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
  5. make

when back in kodi MY ADDONS- PVR clients , i don't see the stalker client
do i need to install it using this command
sudo apt-get install [pluginname]


Did you get an answer to this?