Audacious DVB Input Plugin News
Status: Beta
Brought to you by:
marko82
Released 0.8.2.
Audacious-DVB has replaced Subversion by Git as its VCS as of now.
You may check out your fresh copy of Audacious-DVB via Git:
$ git clone git://audacious-dvb.git.sourceforge.net/gitroot/audacious-dvb/audacious-dvb
To update your local copy later, use:
$ git pull
Of course it is still possible to browse the repository via HTTP by visiting http://audacious-dvb.git.sourceforge.net/ .
Released 0.8.1.
* Support Audacious versions from 1.5.0 to 2.5 beta1
* New option "Use 'Pause' to toggle recording"
* Code cleanup and bug-fixes
Released 0.8.0.
* Using libmad instead of liblame
* Handle Radiotext encoding and newlines properly
* Fixed record file splitting regression
* Partial RTplus 2.1 support
* Exclusively using Glade for GUI (infobox, preferences)
* Log messages can be written to file (instead of stdout)
* Numerous small bug-fixes
Released 0.7.0.
* Essential stability bug-fixes:
* Separated infobox update/redrawing (timer) from audio
decoding (thread); greatly increases responsiveness
* Replaced further non-glib structures/functions
* Removed overlapping memory copies
* Fixed possibly uninitialized variables
* Fixed a few memory leaks
* Display even more information in infobox (aka track details):
* Latest 20 Radiotext events
* DVB tuning info
* Handle EPG/EIT encoding and control codes properly
* Enable/disable polling for DVB status info in preferences
* Make input plugin directory user-definable at compile-time
(use ./configure --with-plugindir=DIR)
* Debianization
Released 0.6.1.
* Make audacious-dvb compile/run with Audacious 1.4