Usable for 32 bit operating systems.
EDIT: Edited to more "wiki" like layout:
I tried to update repository "the normal way" from terminal but it would not work, so here we go (this is known and reported bug) so I made this:
sudo gedit /etc/apt/sources.list
and I added to the end of it these two lines: deb http://apt.tvheadend.org/beta saucy main deb-src http://apt.tvheadend.org/beta saucy main
(At this time I installed "sudo apt-get install debian-archive-keyring", but I think it is not mandatory)
GPG-key thingie was not mandatory in Mint, Ubuntu reminded that it is missing. To recive the GPG key:
sudo gpg --keyserver subkeys.pgp.net --recv-keys B42317285E12C7CF
To add the key to the key ring:
sudo gpg --armor --export B42317285E12C7CF | sudo apt-key add -
Then install tvheadend:
sudo apt-get update
sudo apt-get install tvheadend
Installed XBMC version 13 (Gotham) like so:
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install xbmc xbmc-bin xbmc-pvr-tvheadend-hts
Now they are both installed and work perfectly together. "xbmc-pvr-tvheadend-hts" is needed, without it XBMC will freezes when enabling live TV.