Hi all,
under following link you can find a PVR addon for eon.tv:
EON.tv PVR client for Kodi
This is the EON.tv PVR client addon for Kodi. It provides Kodi integration for the streaming provider EON.tv. A user account / paid subscription is required to use this addon. Please create the user account outside of this addon. Please enter the username/password to the configuration of this addon. Some content is geo-blocked.
- SBB
- Telemach
- NetTV Plus
- Vivacom
- Eon Hrvatska
- Nova
- Live TV and Radio
- EPG
- Replay (including restart of current event)
git clone --branch master https://github.com/xbmc/xbmc.git
git clone https://github.com/nirvana-7777/pvr.eon.git
cd pvr.eon && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.eon -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
make
- Tested building it for Linux and Android / x86 and aarch64 (manually switch in depends/botan)
- Only tested Telemach.ba, but other should work as well or should be easy to fix
- This addon is inofficial and not linked in any form to eon.tv
- All trademarks belong to them
Update:
- Added Downloads for Linux x86_64 and Android aarch64
- Added Option to select Service Provider (CDN) in Settings
Update 6.7.23:
- Added android.armv7a (e.g. FireTV - tested & working thx smanov )
- Added linux.aarch64 (untested)
Update 8.7.23:
- Version 20.6.1
- Fix Occasional termination of channels after 3-5 sec
- Fix crash on unsubscribed channels
Update 14.7.23:
- Version 20.7.0
- Simulate Android TV
Update 02.11.23:
- Fix EPG date
Update 08.11.23:
- v20.7.3
- Optionally use inputstream.ffmpegdirect
- Improve error and debug handling
Update 12.11.23:
- v20.7.4
- Extend EPG information (live flag, season/episode number, age rating)
Update 13.11.23:
- v20.7.5
- Fix startup with empty credentials for web
Update 20.11.23:
- v20.7.6
- Try to fix armv7a
Update 23.11.23:
- Move to Omega