|
a/src/upmpdcli.conf-dist |
|
b/src/upmpdcli.conf-dist |
|
... |
|
... |
262 |
# name.</descr></var>
|
262 |
# name.</descr></var>
|
263 |
#ohproductroom = Main Room
|
263 |
#ohproductroom = Main Room
|
264 |
|
264 |
|
265 |
# <var name="radiolist" type="fn"><brief>Path to an external file with radio
|
265 |
# <var name="radiolist" type="fn"><brief>Path to an external file with radio
|
266 |
# definitions.</brief><descr>Radio stations can be defined at the end of
|
266 |
# definitions.</brief><descr>Radio stations can be defined at the end of
|
267 |
# the the main file, or in a separate one (or both). Using an external file
|
267 |
# the the main file, or in an external file (or both). Using an external file
|
268 |
# can ease distribution to multiple machines. Either way, each radio
|
268 |
# can ease distribution to multiple machines. Either way, each radio
|
269 |
# station is defined as a section with a name beginning with "radio",
|
269 |
# station is defined as a section with a name beginning with 'radio',
|
270 |
# containing an URL parameter, and an optional icon URL. See details
|
270 |
# containing a mandatory URL parameter, and optional values. The part of
|
271 |
# further in the manual. Example:
|
271 |
# the name after 'radio' will be the displayed radio name (as album title).
|
|
|
272 |
#
|
|
|
273 |
# - artUrl: an optional static radio icon URL.
|
|
|
274 |
# - artScript: an optional script to retrieve an image for the current title
|
|
|
275 |
# - metaScript: an optional script to retrieve metadata for the current
|
|
|
276 |
# title.
|
|
|
277 |
#
|
|
|
278 |
# See the xref:radio-definitions[section about radio station definitions]
|
|
|
279 |
# for details about the scripts.
|
|
|
280 |
#
|
|
|
281 |
# Example:
|
|
|
282 |
#
|
272 |
# ----
|
283 |
# ----
|
273 |
# [radio My Radio]
|
284 |
# [radio My Radio]
|
274 |
# url = http://some.host/some/path.pls
|
285 |
# url = http://some.host/some/path.pls
|
275 |
# artUrl = http://some.host/icon/path.png
|
286 |
# artUrl = http://some.host/icon/path.png
|
276 |
# artScript = /path/to/script/dynamic-art-getter
|
287 |
# artScript = /path/to/script/dynamic-art-getter
|
|
|
288 |
# metaScript = /path/to/script/metadata-getter
|
277 |
# ----
|
289 |
# ----
|
278 |
# </descr></var>
|
290 |
# </descr></var>
|
279 |
#radiolist = /path/to/my/radio/list
|
291 |
#radiolist = /path/to/my/radio/list
|
280 |
|
292 |
|
281 |
# <var name="ohmanufacturername" type="string"><brief>Manufacturer
|
293 |
# <var name="ohmanufacturername" type="string"><brief>Manufacturer
|
|
... |
|
... |
402 |
# to set up additional external sources.</brief><descr>See the Songcast
|
414 |
# to set up additional external sources.</brief><descr>See the Songcast
|
403 |
# Sender support documentation page.</descr></var>
|
415 |
# Sender support documentation page.</descr></var>
|
404 |
#scripts_dir = /usr/share/upmpdcli/src_scripts
|
416 |
#scripts_dir = /usr/share/upmpdcli/src_scripts
|
405 |
|
417 |
|
406 |
# Initial / default List of radios borrowed from misc sources. Edit to taste
|
418 |
# Initial / default List of radios borrowed from misc sources. Edit to taste
|
|
|
419 |
# See 'radiolist' above for a description of the entries.
|
407 |
#
|
420 |
#
|
408 |
# Maybe this should be XML, but it's not. The section markers are the radio
|
421 |
# The section markers are the radio names. The definitions must be at the
|
409 |
# names, and then there are two possible entries:
|
422 |
# end of the file because a section definition extends to the EOF and would
|
410 |
# url (mandatory) points to the radio playlist or stream
|
423 |
# hide any parameters found inside which is not one of the radio
|
411 |
# artUrl (optional) points to the radio icon
|
424 |
# attributes.
|
412 |
|
|
|
413 |
[radio FIP autour du rock]
|
425 |
[radio FIP autour du rock]
|
414 |
url = http://direct.fipradio.fr/live/fip-webradio1.mp3
|
426 |
url = http://direct.fipradio.fr/live/fip-webradio1.mp3
|
415 |
artUrl = http://www.fipradio.fr/sites/all/themes/custom/fip/img/logo_fip_header.png
|
427 |
artUrl = http://www.fipradio.fr/sites/all/themes/custom/fip/img/logo_fip_header.png
|
416 |
|
428 |
|
417 |
[radio Radio Eins]
|
429 |
[radio Radio Eins]
|