DVB Daemon is a daemon written in Vala to setup your DVB devices,
record and watch TV shows and browse EPG. It can be controlled direclty
via its D-Bus interface or with UI applications that come with it.

Requirements
============

Daemon:
    - gst-plugins-bad from git repository (http://gstreamer.freedesktop.org/dev/)
    - glib >= 2.16
    - dbus-glib >= 0.74
    - libgee >= 0.1.4
    - sqlite >= 3.4
    - gst-rtsp-server 0.10.1 (http://people.freedesktop.org/~wtay/)

UI:
    - Python >= 2.5
    - python-gstramer
    - pygobject >= 2.15.3
    - python-gtk >= 2.10
    - python-dbus
    - (Recommended) dvb-apps for initial tuning data
    
Configuration options
=====================

`--enable-totem-plugin`
    Install the Totem plugin
    
`--with-totem-plugin-dir`
    Location where the Totem plugin will be installed
    (default: LIBDIR/totem/plugins)

For more details please checkout http://live.gnome.org/DVBDaemon
