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.
73 lines
1.9 KiB
73 lines
1.9 KiB
15 years ago
|
This is a comfortable radio application for KDE 3.x.
|
||
|
You can get the latest version from
|
||
|
|
||
12 years ago
|
http://sourceforge.net/projects/tderadio/
|
||
15 years ago
|
|
||
|
------------------
|
||
|
Mailing Lists
|
||
|
------------------
|
||
|
|
||
12 years ago
|
http://lists.sourceforge.net/lists/listinfo/tderadio-user
|
||
|
http://lists.sourceforge.net/lists/listinfo/tderadio-devel
|
||
|
http://lists.sourceforge.net/lists/listinfo/tderadio-announce
|
||
15 years ago
|
|
||
|
------------------
|
||
|
Compile CVS tree
|
||
|
------------------
|
||
|
|
||
12 years ago
|
First checkout tderadio from CVS
|
||
15 years ago
|
|
||
12 years ago
|
mkdir tderadio-cvs
|
||
|
cd tderadio-cvs
|
||
15 years ago
|
# next follow instructions on http://sourceforge.net/cvs/?group_id=45668
|
||
12 years ago
|
cd tderadio
|
||
15 years ago
|
|
||
|
and compile it
|
||
|
|
||
|
make -f Makefile.dist
|
||
|
./configure
|
||
|
make
|
||
|
make install
|
||
|
|
||
|
-------------------
|
||
|
Configuration files
|
||
|
-------------------
|
||
|
|
||
|
gui, alarms, etc.:
|
||
12 years ago
|
<dot-tdedir>/share/config/tderadiorc
|
||
15 years ago
|
|
||
|
stations (xml-format):
|
||
12 years ago
|
<dot-tdedir>/share/apps/tderadio/stations.krp
|
||
15 years ago
|
|
||
|
systemwide presets (xml-format):
|
||
12 years ago
|
<tdedir>/share/apps/tderadio/presets/<country>/<city>-<media>.krp
|
||
15 years ago
|
|
||
|
|
||
|
------------------
|
||
|
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
|
||
12 years ago
|
remote control key names to names used by tderadio, and may additionally
|
||
15 years ago
|
be used for state management (tv, etc). An example for an apropriate
|
||
12 years ago
|
.lircrc file can be found in ./tderadio/dot-lircrc.example.
|
||
15 years ago
|
|
||
12 years ago
|
Names used by tderadio:
|
||
15 years ago
|
|
||
|
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
|
||
12 years ago
|
POWER power tderadio on/off
|
||
|
RADIO power tderadio on
|
||
15 years ago
|
SLEEP enable sleep countdown
|
||
|
NEXT next station in list
|
||
|
PREV prev station in list
|
||
12 years ago
|
QUIT quit tderadio application
|
||
15 years ago
|
|