pvr-hts Fedora
#1
I'm using Kodi from the RPMFusion repository, unfortunately the pvr-hts addon hasn't been updated since Kodi 14.

I just a got a tuner today and I'm really hacked off - what's the quickest way for me to build the addon?
Reply
#2
I also have the same problem. I found a hts RPM for 15.2 but now no Fedora live tv since the Javis update. I tried the build from Git instructions and moved the files to lib64/kodi/addons but I got a API mismatch error in the log.
Tvheadend/Kodi runs fine on Ubuntu/Windows as a replacement for WMC and I have noticed the playback improvements with the Jarvis included PVR.

srl
Reply
#3
Compiled from source and.....

Quote:ERROR: PVR - Add-on 'Tvheadend HTSP Client' is using an incompatible GUI API version. XBMC minimum GUI API version = '5.10.0', add-on GUI API version '0.0.0'
WARNING: UpdateAndInitialiseClients - failed to create add-on Tvheadend HTSP Client, status = 6

Which is just brilliant - can someone offer some guidance?
Reply
#4
Seems you compiled pvr.hts git master branch sources which are not compatible with Jarvis. You need to compile sources from "Jarvis" branch.
Reply
#5
Yeah that did the trick - thank you.
Reply
#6
Got it too.
I did this.

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

git clone -b Jarvis https://github.com/kodi-pvr/pvr.hts.git

cd pvr.hts && mkdir build && cd build

cmake -DADDONS_TO_BUILD=pvr.hts -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/lib64/kodi/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons

make
Reply
#7
Hi

I've updated to Fedora25 and Kodi was changed up to Krypton.
To get the PVR going again, redo the above changing "Jarvis " to "Krypton".

srl
Reply
#8
Just did a reinstall of Fedora 27.
"yum install kidi-pvr-hts"    works with rpmfusion. 

srl
Reply
#9
Thanks,
Used "sudo yum install kodi-pvr-hts" to install on Fedora 30.
Reply

Logout Mark Read Team Forum Stats Members Help
pvr-hts Fedora1