PVR

From Official Kodi Wiki
Revision as of 20:31, 7 January 2011 by >Dushmaniac (first attempt at a howto)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page explains how to setup XBMC to be a PVR. This allows you to watch live TV, listen to radio, view an EPG, schedule recordings and enables many other TV related features.

The PVR functionality of XBMC is currently under (heavy) development. Not everything will work properly yet and you can expect occasional crashes while using this. Also, the documentation here could be outdated as development progresses.

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

Template:Current event

Hardware

If you want to watch TV on your PC, you'll need at least one supported tuner card or a provider that provides IPTV access. That tuner hardware doesn't have to be installed on the same computer on which you want to watch TV. We'll call the computer with the tuner hardware the backend. The computer used to view TV will be called the frontend. The backend and frontend can be one and the same machine. XBMC will be run on the frontend.

Linux

If your backend runs Linux, have a look at these pages to find compatible hardware:

Windows

A list of supported tuners can be found here.

Backends

XBMC currently supports the following backends:

  1. HTS Tvheadend
  2. VDR
  3. MythTV
  4. MediaPortal

You'll have to install (at least) one of them.

1. HTS Tvheadend

2. VDR

3. MythTV

4. MediaPortal

XBMC

As was told in the first paragraph, the PVR functionality in XBMC is under development. It's not a part of the mainline source tree yet, so you'll have to install XBMC a bit differenty.

Installation

Ubuntu

There are prebuilt packages available for Ubuntu Karmic, Lucid and Maverick.

To install them, open a terminal windows via Applications -> Accesoires -> Terminal and enter the following commands:

sudo apt-get remove xbmc xbmc-bin xbmc-data xbmc-skin-confluence xbmc-standalone ## remove a previous XBMC installation
sudo add-apt-repository ppa:lars-opdenkamp/xbmc-pvr ## add the PVR ppa
sudo apt-get update
sudo apt-get install xbmc xbmc-standalone

From source

The sources can be found on GitHub. At the time of writing, the stable repository is Dharma-pvr. The development repository is master.

To get the stable source on your pc, execute these commands on the command line (you must have git installed):

git clone git://github.com/opdenkamp/xbmc-antiquated.git
cd xbmc-antiquated
git checkout Dharma-pvr

To get the development source, execute this command:

git clone git://github.com/opdenkamp/xbmc.git

Now you can follow the normal compile instructions (but those will probably need updating):

Configuration

?

Troubleshooting

?

Further references

?