scoronado12 / hdhomerun-gui

QT5 Based HDHomeRun Client for Linux.
GNU General Public License v3.0
6 stars 1 forks source link
cordcutter gui hd-homerun-client hdhomerun hdhomerun-gui linux qt qt5

hdhomerun-gui

Main View

Third Party HD HomeRun Client made using qt. It is able to pull down Channel data via HTTP GET requests that are publically avaliable

Why?

There is no native client on Linux, leaving Desktop users to install Kodi or any other PVR client to simply watch TV.

Dependencies

License

GNU GPLv3

Building

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