IPTV Simple client addon for KODI Leia. Based on IPTV Simple client and Gonzalo Vegas fork.
Make a directory where you'll keep both this repo and the xbmc repo first.
git clone https://github.com/xbmc/xbmc.git
git checkout -b Leia remotes/origin/Leia
git clone https://github.com/maxpo452/IPTV-Simple-client-with-recording-for-KODI-Leia
cd IPTV-Simple-client-with-recording-for-KODI-Leia && 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
- FFMPEG binary
- Ubuntu 18.04 LTS and Kodi Leia
Credit to the following authors/projects who I borrowed some ideas and/or code from:
- Gonzalo Vega who created the base of this project