/pvr.magenta

Primary LanguageC++GNU General Public License v2.0GPL-2.0

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

Magenta PVR client for Kodi

This is a Magenta PVR client addon for Kodi. It provides Kodi integration for the streaming provider Magenta TV. A user account / paid subscription is required to use this addon. The content is geo-blocked and DRM protected. Therefore it requires inputstream adaptive in combination with widevine. Versions from 21.9.0 also support Magenta TV 2.0. For Magenta TV 2.0 you have to provide your username and password. After entering your credentials you have to restart Kodi.

Features 1.0

  • Live TV
  • EPG
  • Recording Playback
  • Delete Recordings
  • Single and series timers (add/update/delete)
  • Playtimeshift
  • Automatic replacement of devices when more than 5 OTT devices reached
  • Mapping to Kodi genres by Musiktoto. Thank you!
  • OTP Login / Line Auth

Features 2.0

  • Live TV
  • Timeshift
  • EPG
  • Channel Groups
  • Genre mapping (edit mygenres2.json)
  • Playback recordings
  • Username / Password Login

Build instructions

Linux

  1. git clone --branch master https://github.com/xbmc/xbmc.git
  2. mkdir -p xbmc/cmake/addons/addons/pvr.magenta/
  3. echo "pvr.magenta https://github.com/nirvana-7777/pvr.magenta Omega" > xbmc/cmake/addons/addons/pvr.magenta/pvr.magenta.txt
  4. echo "all" > xbmc/cmake/addons/addons/pvr.magenta/platforms.txt
  5. git clone https://github.com/nirvana-7777/pvr.magenta.git
  6. cd pvr.magenta && mkdir build && cd build
  7. cmake -DADDONS_TO_BUILD=pvr.magenta -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
  8. make

Notes

  • Tested building it for Linux/x86 and Android/aarch64
  • Depends on inputstream addon
  • Depends on widevine
Useful links

Disclaimer

  • This addon is inofficial and not linked in any form to Magenta tv
  • All trademarks belong to Magenta TV
  • Use at your own risk and without support. If you have problems please use the original apps.
  • The addon is done for fun and without any business interest.