We all know that there's been a lot of fuzz about watching tv with XBMC, and so far, the only solutions have not been very user/noob-friendly.
But I came across a program (for linux) that could change this, namely Tvheadend (http://www.lonelycoder.com). You can either download the .deb package and run dpkg -i package.name.deb or download the latest svn by doing
if you downloaded the svn, you can execute the program by typing:
you must be in the tvheadend directory to do that.
If you downloaded and extracted the .deb file instead, you will be prompted for user/passwd when installing, you should be able to find tvheadend in /etc/init.d/hts-tvheadend (use switch stop/start)
you can access the web user-interface by accessing http://127.0.0.1:9981 and setup the dvb-adapter and probe channels. Once all is set, go to your XBMC, and Add source > "htsp://127.0.0.1" (w/o "). If the webui found any channels, you should now be able to access those and enjoy tv function on your XBMC htpc![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
You can use the webui to schedule recordings, at the moment, you cannot record while using the program itself :/
For support, visit #hts at irc.freenode.net
edit: added -C switch to be able to skip user/password prompt, be sure to create a specific user in the ui to be admin instead of * tho.
But I came across a program (for linux) that could change this, namely Tvheadend (http://www.lonelycoder.com). You can either download the .deb package and run dpkg -i package.name.deb or download the latest svn by doing
Code:
svn co svn://svn.lonelycoder.com/hts/trunk/tvheadend && cd tvheadend && ./configure && make
Code:
build.Linux/tvheadend -C
If you downloaded and extracted the .deb file instead, you will be prompted for user/passwd when installing, you should be able to find tvheadend in /etc/init.d/hts-tvheadend (use switch stop/start)
you can access the web user-interface by accessing http://127.0.0.1:9981 and setup the dvb-adapter and probe channels. Once all is set, go to your XBMC, and Add source > "htsp://127.0.0.1" (w/o "). If the webui found any channels, you should now be able to access those and enjoy tv function on your XBMC htpc
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
You can use the webui to schedule recordings, at the moment, you cannot record while using the program itself :/
For support, visit #hts at irc.freenode.net
edit: added -C switch to be able to skip user/password prompt, be sure to create a specific user in the ui to be admin instead of * tho.