diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-18 22:59:25 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-10 17:59:48 +0900 |
| commit | 5161d40d204dc6dbd9c34b5be0052243240f15b1 (patch) | |
| tree | 5ccc61290c25f3c1f18a1e821ea59f90df97518e /README | |
| parent | e46a8b8db6082f7d5e293407d654f127c48a0256 (diff) | |
| download | tderadio-5161d40d.tar.gz tderadio-5161d40d.zip | |
CMake conversion.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit bc7518bdba609f90ee89de8b4e7ddaa1e567b1a8)
Diffstat (limited to 'README')
| -rw-r--r-- | README | 72 |
1 files changed, 0 insertions, 72 deletions
@@ -1,72 +0,0 @@ -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 - |
