https://github.com/rbuehlma/pvr.zattoo
Kodi PVR-Addon for Zattoo
https://github.com/rbuehlma/pvr.zattoo
addon kodi pvr zattoo
Last synced: 6 months ago
JSON representation
Kodi PVR-Addon for Zattoo
- Host: GitHub
- URL: https://github.com/rbuehlma/pvr.zattoo
- Owner: rbuehlma
- License: gpl-2.0
- Created: 2016-08-09T16:00:05.000Z (almost 10 years ago)
- Default Branch: Omega
- Last Pushed: 2025-09-24T21:36:25.000Z (9 months ago)
- Last Synced: 2025-09-24T23:22:25.747Z (9 months ago)
- Topics: addon, kodi, pvr, zattoo
- Language: C++
- Homepage:
- Size: 4.4 MB
- Stars: 35
- Watchers: 16
- Forks: 27
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](LICENSE.md)
[](https://github.com/rbuehlma/pvr.zattoo/actions/workflows/build.yml)
[](https://jenkins.kodi.tv/blue/organizations/jenkins/rbuehlma%2Fpvr.zattoo/branches/)
# Zattoo PVR addon for Kodi
This is a [Kodi](https://kodi.tv) PVR addon for streaming live TV from [zattoo](https://zattoo.com).
## 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`