This is the waipu PVR client addon for Kodi. It provides Kodi integration for the German TV streaming provider waipu.tv and O2 TV. A user account for one of these providers is required to use this addon.
Starting with Kodi 19 - Matrix, pvr.waipu will become an official Kodi plugin and should be shipped with your installation. Current test distributions, like Milhouse LibreELEC Nightlies or gmc OSMC Nightlies already ship pvr.waipu.
This is an unofficial plugin. It is provided by volunteers and not related to Exaring AG or waipu.tv. For any support regarding this plugin, please create a github issue.
git clone --branch master https://github.com/xbmc/xbmc.git
git clone --branch Piers https://github.com/flubshi/pvr.waipu.git
cd pvr.waipu && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.waipu -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
make