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 at https://launchpad.net/gnome-dvb-daemon/+download

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.

About

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

Reporting Bugs

Bugs can be reported in Launchpad

Development

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

bzr branch lp:gnome-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-11-21 23:32:26 by sebp)