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/tderadio3
Michele Calgaro 11616123b9
Replaced 'includehints' with 'includes' in *.ui files.
2 years ago
..
convert-presets Renaming of files in preparation for code style tools. 3 years ago
icons Fix invalid headers in PNG files and optimize for size 8 years ago
plugins Replaced 'includehints' with 'includes' in *.ui files. 2 years ago
presets Fix unintended rename of kradio 11 years ago
src Replaced 'includehints' with 'includes' in *.ui files. 2 years ago
AUTHORS Fix FTBFS 11 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
COPYING Fix FTBFS 11 years ago
ChangeLog Rename many classes and header files to avoid conflicts with KDE4 11 years ago
INSTALL Fix FTBFS 11 years ago
Mainpage.dox Fix FTBFS 11 years ago
Makefile.am Rename many classes and header files to avoid conflicts with KDE4 11 years ago
README Rename many classes and header files to avoid conflicts with KDE4 11 years ago
REQUIREMENTS Fix FTBFS 11 years ago
TODO Rename many classes and header files to avoid conflicts with KDE4 11 years ago
TODO.kdetestscripts Rename many classes and header files to avoid conflicts with KDE4 11 years ago
configure.in.in Rename many classes and header files to avoid conflicts with KDE4 11 years ago
dot-lircrc.example Rename many classes and header files to avoid conflicts with KDE4 11 years ago
tderadio-mandrake.spec Rename many classes and header files to avoid conflicts with KDE4 11 years ago
tderadio-suse.spec Rename many classes and header files to avoid conflicts with KDE4 11 years ago
tderadio.spec Rename many classes and header files to avoid conflicts with KDE4 11 years ago

README

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

   http://sourceforge.net/projects/tderadio/

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

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

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

First checkout tderadio from CVS

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

and compile it

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

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

gui, alarms, etc.:
  <dot-tdedir>/share/config/tderadiorc

stations (xml-format):
  <dot-tdedir>/share/apps/tderadio/stations.krp

systemwide presets (xml-format):
  <tdedir>/share/apps/tderadio/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 tderadio, and may additionally
be used for state management (tv, etc).  An example for an apropriate
.lircrc file can be found in ./tderadio/dot-lircrc.example.

Names used by tderadio:

   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 tderadio on/off
   RADIO      power tderadio on
   SLEEP      enable sleep countdown
   NEXT       next station in list
   PREV       prev station in list
   QUIT       quit tderadio application