Switch to unified view

a/doc/upmpdcli.txt b/doc/upmpdcli.txt
...
...
88
the configuration file. As the configuration file is not usually
88
the configuration file. As the configuration file is not usually
89
overwritten during an upgrade, if you are upgrading to 0.7.x from an
89
overwritten during an upgrade, if you are upgrading to 0.7.x from an
90
earlier version and you want to enable the services, you need to set the
90
earlier version and you want to enable the services, you need to set the
91
option in the configuration file.
91
option in the configuration file.
92
92
93
=== OpenHome Radio service
94
95
Recent Upmpdcli versions (after 0.13) implement an OpenHome Radio service
96
which allows selecting and listening to internet radio stations. The
97
stations are defined at the end of the configuration file in the following
98
way:
99
100
----
101
[radio The name of the radio]
102
url = http//www.myradio.com/path/to/the/playlist.pls
103
artUrl = http//www.myradio.com/path/to/the/icon.png
104
----
105
106
`artUrl` is optional. None of the non-radio parameters can be defined after
107
the first `[radio ...]` section (they would not be found).
108
109
The default config file contains a bunch of radio entries, copied from the
110
radiotray app. Replace with your own !
111
112
93
[[upmpdcli.songcast]]
113
[[upmpdcli.songcast]]
94
== Songcast integration
114
== Songcast integration
95
115
96
upmpdcli recent versions support Songcast. See the
116
upmpdcli recent versions support Songcast. See the
97
link:sc2mpd.html[description here].
117
link:sc2mpd.html[description here].