Switch to unified view

a/doc/upmpdcli.txt b/doc/upmpdcli.txt
...
...
113
=== Radio station definitions
113
=== Radio station definitions
114
114
115
Recent Upmpdcli versions (after 0.13) implement an OpenHome Radio service
115
Recent Upmpdcli versions (after 0.13) implement an OpenHome Radio service
116
which allows selecting and listening to internet radio stations. 
116
which allows selecting and listening to internet radio stations. 
117
117
118
This facility uses Python 2.x, which must be available on the system for
119
the radio links to work.
120
118
Radio stations can be defined in the configuration (at the end because of
121
Radio stations can be defined in the configuration (at the end because of
119
the use of section indicators). Example:
122
the use of section indicators). Example:
120
123
121
----
124
----
122
[radio Radio Teddy]
125
[radio Radio Teddy]
...
...
134
137
135
[[upmpdcli.songcast]]
138
[[upmpdcli.songcast]]
136
== Songcast integration
139
== Songcast integration
137
140
138
upmpdcli recent versions support Songcast, only when the sc2mpd extension
141
upmpdcli recent versions support Songcast, only when the sc2mpd extension
139
package is installed. See the link:sc2mpd.html[description here].
142
package is installed. See the link:sc2mpd.html[description here]. upmpdcli
143
can act both as a Receiver (playing audio from, e.g., a Windows system),
144
and as a Sender (for distributing synchronized audio to multiple players).
140
145
141
NOTE: You can ignore this if you are not installing the Songcast
146
NOTE: (You can ignore this if you are not installing the Songcast
142
complements, especially the Sender part. If you do install them, you should
147
complements, especially the Sender part). If you do install them, you
143
know that it is possible to control the Songcast Sender from another local
148
should know that it is possible to control the Songcast Sender from another
144
network PC to snoop on what you are listening (Radio or Playlist). This is
149
local network PC to snoop on what you are listening (Radio or
145
detectable from the Renderer state, but not obvious. In any case, the
150
Playlist). This is detectable from the Renderer state, but not obvious. In
146
playlist itself is public (there are no privacy provisions in UPnP), so
151
any case, the playlist itself is public (there are no privacy provisions in
147
this is probably not a major additional issue. The system will not capture
152
UPnP), so this is probably not a major additional issue. The system will
148
anything besides what mpd is playing (e.g. Skype phone conversations are
153
not capture anything besides what mpd is playing (e.g. Skype phone
149
out of reach).
154
conversations are out of reach).
150
155
151
156
152
[[upmpdcli.boot]]
157
[[upmpdcli.boot]]
153
== Boot time startup
158
== Boot time startup
154
159