IPTV Live TV and Radio PVR client addon for [Kodi] (http://kodi.tv)
git clone https://github.com/xbmc/xbmc.git
git clone https://github.com/gonzalo-hvega/pvr.iptvsimple
cd pvr.iptvsimple && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.iptvsimple -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
make
- Read README.android from XBMC, will have to build complete XBMC and create APK. (NOT FOR BEGINERS!)
- This will require you to clone bootstrap git and point to my git project or modify txt file in xbmc/project/cmake/addons/addons/pvr.iptvsimple to point to my git project
- [Kodi's PVR user support] (http://forum.kodi.tv/forumdisplay.php?fid=167)
- [Kodi's PVR development support] (http://forum.kodi.tv/forumdisplay.php?fid=136)
- Time shifting support
- EPG timers support
- Recordings folder integration
- SMB file protocol support (requires FFMPEG binary built w/ SMB)
- Resume playback & watched list
- Records management (delete recordings from kodi interface)
- FFMPEG binary
- Ubuntu 16.04 LTS
- Android Fire HD8 Armv7
Credit to the following authors/projects who I borrowed some ideas and/or code from:
- Anton Fedchin, Official PVR IPTV Simple for Kodi
- Radek Kubera, Branched Version of IPTV Simple with Recording (Basis of this Project)
- DBViewer