diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 17:25:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 17:25:34 -0600 |
commit | 48906a623383ab5222541ae048e99dd039b62a9a (patch) | |
tree | 1c5f588e90899bb1301f79cf97b8f6ddc0b1c367 /tderadio3/README | |
parent | a1e6ce502c334194d31a0b78b11b77e9532da64b (diff) | |
download | tderadio-48906a623383ab5222541ae048e99dd039b62a9a.tar.gz tderadio-48906a623383ab5222541ae048e99dd039b62a9a.zip |
Fix FTBFS
Diffstat (limited to 'tderadio3/README')
-rw-r--r-- | tderadio3/README | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/tderadio3/README b/tderadio3/README new file mode 100644 index 0000000..8f22041 --- /dev/null +++ b/tderadio3/README @@ -0,0 +1,72 @@ +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-tdedir>/share/config/kradiorc + +stations (xml-format): + <dot-tdedir>/share/apps/kradio/stations.krp + +systemwide presets (xml-format): + <tdedir>/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 + |