You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tderadio/kradio3
Darrell Anderson b7f6fa734d
Fix missing icons in launcher menu and mini cli.
11 years ago
..
convert-presets Update HTML install path references. 12 years ago
icons Fix missing icons in launcher menu and mini cli. 11 years ago
plugins Fix missing icons in launcher menu and mini cli. 11 years ago
presets Update presets files. 11 years ago
src Fix inadvertent tq changes. 11 years ago
AUTHORS Added old KDE3 version of kradio 14 years ago
COPYING Added old KDE3 version of kradio 14 years ago
ChangeLog Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
INSTALL Added old KDE3 version of kradio 14 years ago
Mainpage.dox Added old KDE3 version of kradio 14 years ago
Makefile.am Added old KDE3 version of kradio 14 years ago
README Added old KDE3 version of kradio 14 years ago
REQUIREMENTS Added old KDE3 version of kradio 14 years ago
TODO Added old KDE3 version of kradio 14 years ago
TODO.kdetestscripts Added old KDE3 version of kradio 14 years ago
configure.in.in Added old KDE3 version of kradio 14 years ago
dot-lircrc.example Added old KDE3 version of kradio 14 years ago
kradio-mandrake.spec Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
kradio-suse.spec Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
kradio.lsm Added old KDE3 version of kradio 14 years ago
kradio.spec Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago

README

This is a comfortable radio application for KDE 3.x. 
You can get the latest version from

   http://sourceforge.net/projects/kradio/

------------------
Mailing Lists
------------------

  http://lists.sourceforge.net/lists/listinfo/kradio-user
  http://lists.sourceforge.net/lists/listinfo/kradio-devel
  http://lists.sourceforge.net/lists/listinfo/kradio-announce

------------------
Compile CVS tree
------------------

First checkout kradio from CVS

  mkdir kradio-cvs
  cd kradio-cvs
  # next follow instructions on http://sourceforge.net/cvs/?group_id=45668
  cd kradio

and compile it

  make -f Makefile.dist
  ./configure
  make
  make install

-------------------
Configuration files
-------------------

gui, alarms, etc.:
  <dot-kdedir>/share/config/kradiorc

stations (xml-format):
  <dot-kdedir>/share/apps/kradio/stations.krp

systemwide presets (xml-format):
  <kdedir>/share/apps/kradio/presets/<country>/<city>-<media>.krp


------------------
lirc support
------------------

lirc support is realized by the lirc_client lib. It should be detected
automatically by ./configure. This library is used to translate the
remote control key names to names used by kradio, and may additionally
be used for state management (tv, etc).  An example for an apropriate
.lircrc file can be found in ./kradio/dot-lircrc.example.

Names used by kradio:

   TV         powerOff, give tv program a chance
   0..9       numerical station selection
   CH+        frequency increment
   CH-        frequency decrement
   VOL+       volume increment
   VOL-       volume decrement
   CH-SEARCH  beachward station search
   CH+SEARCH  forward statino search
   POWER      power kradio on/off
   RADIO      power kradio on
   SLEEP      enable sleep countdown
   NEXT       next station in list
   PREV       prev station in list
   QUIT       quit kradio application