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