fyi the current version in the ubuntu repo force closes

the only way to get it working is to manually compile it

I got help from the kodi forums and got it working, they are working on manually patching the version on the repo

for the time being tho if you manually compile it it will work


sudo apt-get purge kodi-pvr-stalker
sudo apt-get install git cmake

git clone -b Jarvis --depth 1 https://github.com/xbmc/xbmc.git

git clone -b Jarvis https://github.com/kodi-pvr/pvr.stalker.git
cd pvr.stalker/
mkdir build && cd build/
cmake \
-DADDONS_TO_BUILD=pvr.stalker \
-DADDON_SRC_PREFIX=`pwd`/../../ \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=~/.kodi/addons/ \
-DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons/
make
original thread on kodi forums - http://forum.kodi.tv/showthread.php?tid=278926