Skip to content

flubshi/pvr.waipu

Folders and files

NameName
Last commit message
Last commit date
Jul 27, 2024
Sep 17, 2021
Jun 26, 2024
Dec 13, 2024
Dec 13, 2024
Feb 16, 2023
Mar 31, 2020
Jun 19, 2021
Nov 6, 2019
Feb 14, 2023
Nov 7, 2023
Jul 27, 2024

Repository files navigation

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 Omega 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