DRadio is a Danmarks Radio netradio, TV player and podcast software. It is a terminal based frontend to MPlayer that collects the available channels/podcasts for convenient browsing.
Installation:
Install by issuing 'configure && make install'.
DRadio requires mplayer, libncursesw, libexpat and libcurl. On Linux (Debian) the requirements can be met by running:
apt-get install mplayer libncursesw5-dev libexpat1-dev libcurl4-openssl-dev
Usage:
For usage see manual page dradio or run
dradio --help
Product's homepage
What's New in This Release: [ read full changelog ]
· src/configuration.c: Improve charset error message, from: "ANSI_X3.4-1968: CODESET is not supported" to: "US-ASCII (ANSI_X3.4-1968): locale character encoding not supported. Supported character encodings are: UTF-8, ISO-8859-1 and ISO-8859-15."
· src/configuration.c, src/dradio.c, src/dradio.h, src/gui.c: Make sure no zombie mplayer process is left behind, if errors occur while parsing configuration files. Reported by Cristian Ionescu-Idbohrn (Debian bugreport 551178).