Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 2.18 KB

README.md

File metadata and controls

38 lines (23 loc) · 2.18 KB

License: GPL v2 Build and run tests Build Status Build Status

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

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

Useful links