Third Party HD HomeRun Client made using qt. It is able to pull down Channel data via HTTP GET requests that are publically avaliable
There is no native client on Linux, leaving Desktop users to install Kodi or any other PVR client to simply watch TV.
- QT 5
- mpv Media Player
- glibc
- curl
- libhdhomerun
GNU GPLv3
Download the sources.
git clone https://github.com/scoronado12/hdhomerun-gui
Change into the working directory
cd ./hdhomerun-gui
Run qmake
to generate a makefile
qmake
Lastly, run make
make