|
a/doc/upmpdcli-config.txt |
|
b/doc/upmpdcli-config.txt |
|
... |
|
... |
165 |
radiolist:: Path to an external file with radio
|
165 |
radiolist:: Path to an external file with radio
|
166 |
definitions. Radio stations can be defined at the end of
|
166 |
definitions. Radio stations can be defined at the end of
|
167 |
the the main file, or in a separate one (or both). Using an external file
|
167 |
the the main file, or in a separate one (or both). Using an external file
|
168 |
can ease distribution to multiple machines. Either way, each radio
|
168 |
can ease distribution to multiple machines. Either way, each radio
|
169 |
station is defined as a section with a name beginning with "radio",
|
169 |
station is defined as a section with a name beginning with "radio",
|
170 |
containing an URL parameter, and an optional icon URL. Example:
|
170 |
containing an URL parameter, and an optional icon URL. See details
|
|
|
171 |
further in the manual. Example:
|
171 |
----
|
172 |
----
|
172 |
[radio My Radio]
|
173 |
[radio My Radio]
|
173 |
url = http://some.host/some/path.pls
|
174 |
url = http://some.host/some/path.pls
|
174 |
artUrl = http://some.host/icon/path.png
|
175 |
artUrl = http://some.host/icon/path.png
|
|
|
176 |
artScript = /path/to/script/dynamic-art-getter
|
175 |
----
|
177 |
----
|
176 |
|
178 |
|
177 |
|
179 |
|
178 |
ohmetapersist:: Save queue
|
180 |
ohmetapersist:: Save queue
|
179 |
metadata to disk (0/1). This allows persistence of the
|
181 |
metadata to disk (0/1). This allows persistence of the
|