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
git clone --branch master https://github.com/xbmc/xbmc.git
git clone https://github.com/kodi-pvr/pvr.demo.git
cd pvr.demo && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.demo -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
make