Skip to content

kodi-pvr/pvr.demo

Repository files navigation

License: GPL-2.0-or-later Build and run tests Build Status Build Status

Demo PVR

Demo PVR client addon for Kodi. The add-on is aimed at both PVR add-on devs and at XBMC skin developers.

For more information on the relationship of the data and the UI see here

Build instructions

Linux

  1. git clone --branch master https://github.com/xbmc/xbmc.git
  2. git clone https://github.com/kodi-pvr/pvr.demo.git
  3. cd pvr.demo && mkdir build && cd build
  4. cmake -DADDONS_TO_BUILD=pvr.demo -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
  5. make
Useful links