We've decided not to offer "frozen" builds anymore, this is so that people get fixes much sooner. Those that are currently using release can modify their apt sources to stable, or continue as they are now, and move when they feel ready.
Raspbian users (and anyone else who can't install/use lsb-release) please see the third footnote3.
Stable:
sudo sh -c 'echo "deb https://apt.tvheadend.org/stable $(lsb_release -sc) main" | tee -a /etc/apt/sources.list.d/tvheadend.list'
Unstable:
sudo sh -c 'echo "deb https://apt.tvheadend.org/unstable $(lsb_release -sc) main" | tee -a /etc/apt/sources.list.d/tvheadend.list'
3 Unfortunately you won't be able to use the command, at least not in the way it's shown, you need to replace " $(lsb_release -sc)" with "raspbian-stretch", "raspbian-jessie" or your distros code-name.
3001 Examples..
echo "deb http://apt.tvheadend.org/stable raspbian-jessie main" | sudo tee -a /etc/apt/sources.list.d/tvheadend.list
echo "deb http://apt.tvheadend.org/stable raspbian-stretch main" | sudo tee -a /etc/apt/sources.list.d/tvheadend.list
3002Tip: If you want to use unstable, simply replace stable with unstable.
*Unofficial version!* *It can contain unpublic code, reporting bug's in this version is not acceptable*¶
Third-party repositories are provided as-is and supported by the person who manages them, we cannot guarantee that we'll be able to help with issues relating to the use of these packages/repositories. The older official Bintray is exempt from this (Yes we know it's not technically third party ;) ).
In any case we'll try our best to help, or point you to where you can get some!
Unfortunately due to rate-limiting we've decided to stop/end the use of Bintray. Don't worry the repository won't be disappearing4, it just won't be updated - sorry about that. :(
You can continue to use Bintray if you like, old instructions can be viewed here.
Tip: You can use both apt.tvheadend.org and bintray.com/tvheadend
Unofficial PPAs are provided by Michael Marley that provide packages for Artful, Zesty, Yakkety, Xenial and so on for the amd64, arm64, armhf, i386 and ppc64el architectures.