pvr.waipu
pvr.waipu copied to clipboard
Waipu.tv PVR Plugin for Kodi
Waipu PVR client for Kodi
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.
Preview Images
Installation
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.
Disclaimer
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.
Build instructions
Linux
-
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