GNOME DVB Daemon 0.2.0 released
This release fixes small issues in the in daemon and GUI. It should be considered the stable version for GNOME3.
About
DVB Daemon is a daemon written in Vala and based on GStreamer to setup your DVB devices, record and watch TV shows and browse EPG. It can be controlled via its D-Bus interface or the UIs it comes with.
Download
http://download.gnome.org/sources/gnome-dvb-daemon/0.2/
Changes since 0.1.90
- Fixed a couple of issues revealed by pylint
- Totem: Fixed spawning of gnome-dvb-setup
- Use void* instead of bool as return value in GThread function
- Use async methods instead of calling the methods with Idle.add