DVB Daemon

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 in the /Downloads section.

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.

About

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

Reporting Bugs

Bugs can be reported in the GNOME bugzilla database

Development

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

bzr branch http://bzr-playground.gnome.org/~sebp/dvb-daemon

In addition to the requirements above you need:

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)

Planned Features

DVBDaemon (last edited 2009-05-16 17:53:04 by sebp)