Package Details: kodi-addon-pvr-hts-git r1063.c8e933b-1

Git Clone URL: https://aur.archlinux.org/kodi-addon-pvr-hts-git.git (read-only, click to copy)
Package Base: kodi-addon-pvr-hts-git
Description: Tvheadend HTSP PVR client addon for Kodi
Upstream URL: https://github.com/kodi-pvr/pvr.hts
Licenses: GPL
Conflicts: kodi-addon-pvr-hts, kodi-pvr-addons
Provides: kodi-addon-pvr-hts
Submitter: Bevan
Maintainer: Bevan
Last Packager: Bevan
Votes: 18
Popularity: 0.000335
First Submitted: 2015-07-25 09:08 (UTC)
Last Updated: 2023-02-07 18:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

stuomas commented on 2017-02-05 15:06 (UTC)

Cannot build for Krypton, can anybody help? CMake Error at CMakeLists.txt:8 (find_package): By not providing "Findkodi.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "kodi", but CMake did not find one. Could not find a package configuration file provided by "kodi" with any of the following names: kodiConfig.cmake kodi-config.cmake Add the installation prefix of "kodi" to CMAKE_PREFIX_PATH or set "kodi_DIR" to a directory containing one of the above files. If "kodi" provides a separate development package or SDK, be sure it has been installed.

rpcameron commented on 2016-11-13 20:15 (UTC)

I had problems building this on a Raspberry Pi 2. To get it to build, I had to add -DCMAKE_MODULE_PATH=/usr/lib/kodi to the cmake command. This may have been related to installing the support files/packages for kodi-devel, but I think it's something that ought to be added to the PKGBUILD.

lod commented on 2016-09-29 17:00 (UTC)

Would be nice, if you could update the package to use master branch for kodi17

romax commented on 2016-04-14 18:22 (UTC)

@Bevan: I started over with the Kodi version from the Arch repo and got it working with kodi-addon-pvr-hts. Thanks! For the record: wget https://aur.archlinux.org/cgit/aur.git/snapshot/libplatform-legacy.tar.gz tar xzvf libplatform-legacy.tar.gz cd libplatform-legacy/ makepkg -s sudo pacman -U libplatform-legacy-1.0.10-2-x86_64.pkg.tar.xz cd .. wget https://aur.archlinux.org/cgit/aur.git/snapshot/kodi-addon-pvr-hts.tar.gz tar xzvf kodi-addon-pvr-hts.tar.gz cd kodi-addon-pvr-hts/ makepkg -s sudo pacman -U kodi-addon-pvr-hts-2.2.14-2-x86_64.pkg.tar.xz

Bevan commented on 2016-04-11 19:44 (UTC)

@romax: I can't reproduce this when building for Jarvis. I can only assume that your installed version if kodi-platform-git may be too old. Try rebuilding and reinstalling that before trying to build this package. If it does not help, please provide exact version numbers of kodi-platform-git and state what API you are building for.

romax commented on 2016-04-10 09:45 (UTC)

When compiling, an error surfaces: ... [ 60%] Building CXX object CMakeFiles/pvr.hts.dir/src/client.cpp.o /home/user/source/kodi-addon-pvr-hts-git/src/kodi-addon-pvr-hts-git/src/client.cpp: In function ‘PVR_ERROR GetAddonCapabilities(PVR_ADDON_CAPABILITIES*)’: /home/user/source/kodi-addon-pvr-hts-git/src/kodi-addon-pvr-hts-git/src/client.cpp:314:18: error: ‘PVR_ADDON_CAPABILITIES {aka struct PVR_ADDON_CAPABILITIES}’ has no member named ‘bSupportsRecordingFolders’ pCapabilities->bSupportsRecordingFolders = true; ^ CMakeFiles/pvr.hts.dir/build.make:86: recipe for target 'CMakeFiles/pvr.hts.dir/src/client.cpp.o' failed make[2]: *** [CMakeFiles/pvr.hts.dir/src/client.cpp.o] Error 1 CMakeFiles/Makefile2:99: recipe for target 'CMakeFiles/pvr.hts.dir/all' failed make[1]: *** [CMakeFiles/pvr.hts.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

Bevan commented on 2016-03-05 00:16 (UTC)

@crondog: Not sure what the problem was there. Maybe the add-on "thought" it was unconfigured. I also had the missing TV problem with another PVR add-on once and (de-)activating it again or restarting Kodi helped. If you are curios you may have a look at the logfiles in ~/.kodi/temp/. But I'm glad it works now :)

crondog commented on 2016-03-05 00:11 (UTC)

@Bevan Everything was working before the upgrade. I always just use the default configuration as tvheadend is on the same box. Also since you mentioned going into the config, I went into it to look around and then i did not make any changes and then clicked ok. It now works! Why would default settings not just work

Bevan commented on 2016-03-04 23:26 (UTC)

@crondog: Have you configured the add-on accordingly? Similar to where you enable the tvheadend add-on, there is a Configure option where you have to set the address of your tvheadend backend. I'm not sure if this defaults to localhost which would be the correct setting if you run tvheadend on the same machine. And is tvheadend running properly? The kodi add-on just connects to an already running tvheadend backend. Since you said you updated kodi: did your setup work before that update?

crondog commented on 2016-03-04 22:33 (UTC)

So I just updated to kodi 16.0-2 but am stuck at trying to get this addon to work. With kodi and tvheadend installed and working, I compile and install the following in order: libplatform-legacy, kodi-platform-git then kodi-addon-pvr-hts-git. I then go to Settings->Tv and check enable. Which then takes me to the addons page to enable the tvheadend client. However I never get the tv menu or see the loading of channels. I close and open kodi but when i do it says searching for pvr and then it says that no pvr clients are enabled. Am I doing something wrong?