RadioActive 1.1
===============

RadioActive is a GTK---based radio program for radio tuner cards
supported by the Video4Linux system. It is written by Gerg rdi
<cactus@cactus.rulez.org>. Check out
http://cactus.rulez.org/projects/radioactive/ for up-to-date information.

Requirements
------------
RadioActive requires a Video4Linux-enabled kernel. This appeared
sometime in the 2.1 series, but the current stable (2.2) series is
just fine.
Besides the kernel, you'll also need GTK-- and Gnome-- version 1.2.0, GTK+
version 1.2 and October GNOME. The panel applet version also needs the
Panel-- library, available at http://cactus.rulez.org/projects/panelmm/

Installation
------------
Untar the RadioActive source tarball somewhere, and call 'make':

 $ tar xzvf radioactive-1.1.tar.gz
 $ cd radioactive-1.1
 $ ./configure
 $ standalone/radioactive
 $ applet/radioactive_applet

See the INSTALL file for general help on the `configure' script.
If everything is just fine, you can install it

 $ make install

Usage
-----
The following help can be accessed by radioactive -h:
-f      Specify the initial frequency
-d      Radio device (default is /dev/radio0)
-c      Use command line-only interface (default if not under X)
-m      Just mute radio and exit
-v      Print version informaion and exit

Also, to set your stations and radio device and the like, right click
on either the main window or the panel applet, and choose Properties.

Keyboard control
----------------
You can use the following keys in the main window:
q	Close window (exits from standalone mode)
m	Toggle muting
1..0	Change to the specified programmed station (0 is station nr. 10);

Changes in this version
-----------------------
You can now use the keyboard or LIRC to control RadioActive. Also, the
station information is now stored in the .gnome/RadioActive file
instead of requiring a separate .radioactive/ directory. See the NEWS
file for detailed information.
