Skip to content

phunkyfish/pvr.hdhomerun

Repository files navigation

Build Status Coverity Scan Build Status

HDHomeRun PVR

HDHomeRun PVR client addon for [Kodi] (http://kodi.tv)

Build instructions

Linux

  1. git clone https://github.com/xbmc/xbmc.git
  2. git clone https://github.com/kodi-pvr/pvr.hdhomerun.git
  3. cd pvr.hdhomerun && mkdir build && cd build
  4. cmake -DADDONS_TO_BUILD=pvr.hdhomerun -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
  5. make
Useful links
Known Issues
  • Addon might need to be configured (even with default settings) before TV and PVR addon can be enabled.

About

Kodi's HDHomeRun client addon

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.9%
  • CMake 11.1%