DVB Daemon

dvb-logo.png

GNOME DVB Daemon is a daemon written in Vala based on GStreamer to setup your DVB devices, record and watch TV shows and browse EPG. It can be controlled by any application via its D-Bus interface.

News

Features

Requirements

Download

Release tarballs are available at http://download.gnome.org/sources/gnome-dvb-daemon/

Packages for the following distributions are available:

User Guide

Check out the user guide describing the essential steps to setup your DVB cards and schedule recordings.

Contact

If you have question or problems please subscribe to dvb-daemon-list.

Reporting Bugs

Bugs can be reported in Bugzilla

About

The project was started during Google Summer of Code 2008 by Sebastian Pölsterl.

Development

Development takes place in a Git repository. To checkout the latest version run the following command:

git clone git://git.gnome.org/gnome-dvb-daemon

In addition to the requirements above you need:

Python library

Communication with DVB daemon is possible through its D-Bus interfaces. DVB daemon already ships a D-Bus wrapper for Python (gnomedvb module) and some basic GTK+ widgets (gnomedvb.widgets module). You can browse the gnomedvb module if you run python and enter the following commands:

>>> import gnomedvb
>>> help(gnomedvb)


CategoryProject

DVBDaemon (last edited 2011-12-10 09:40:13 by sebp)