Page MenuHomeSolus

IPTV Simple PVR for Kodi
Closed, ResolvedPublic

Description

Name: IPTV Simple PVR
Home page: https://github.com/kodi-pvr/pvr.iptvsimple
Why we should include this into the repository, i.e. what does it do that the alternatives do not? There are no addons for IPTV in Kodi in Solus. This would fix that.
Is it open source? Yes
Tarball: https://github.com/kodi-pvr/pvr.iptvsimple/archive/2.4.14-Krypton.tar.gz

As there are no addons for IPTV in kodi this would solve that. This is the same way that is done in Ubuntu where you install this from the OS repo and not the kodi addon repo.

Event Timeline

If the Solus team go down this route, then it's probably worth building all the PVR clients.

In the meantime, if you want to compile it, then

Where $PVRCLIENT is whatver client you want to use.

sudo eopkg it -c system.devel kodi-devel kodi-platform-devel git
cd
git clone https://github.com/Pulse-Eight/platform.git
git clone https://github.com/kodi-pvr/$PVRCLIENT
cd platform
cmake .
make
sudo make install
cd ../$PVRCLIENT
git checkout Krypton
git pull
mkdir build
cd build
cmake ..
make
sudo make install

Thanks for the info of how to build this @chbmb :)

DataDrake triaged this task as Wishlist priority.Jul 29 2018, 12:14 PM
DataDrake moved this task from Backlog to Accepted For Inclusion on the Package Requests board.