rbuehlma / pvr.zattoo

Kodi PVR-Addon for Zattoo
GNU General Public License v2.0
32 stars 25 forks source link
addon kodi pvr zattoo

License: GPL-2.0-or-later Build and run tests Build Status

Zattoo PVR addon for Kodi

This is a Kodi PVR addon for streaming live TV from zattoo.

Build instructions

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