|
a/doc/upmpdcli-config.txt |
|
b/doc/upmpdcli-config.txt |
|
... |
|
... |
134 |
|
134 |
|
135 |
[[onstop]]
|
135 |
[[onstop]]
|
136 |
onstop:: Command to run when MPD state switches to
|
136 |
onstop:: Command to run when MPD state switches to
|
137 |
"STOP". Specify the full path to the program,
|
137 |
"STOP". Specify the full path to the program,
|
138 |
e.g. /usr/bin/logger.
|
138 |
e.g. /usr/bin/logger.
|
|
|
139 |
|
|
|
140 |
[[onstandby]]
|
|
|
141 |
onstandby:: Command to run when the setstandby
|
|
|
142 |
action is called. Specify the full path to the program. It
|
|
|
143 |
is called with one 0/1 argument to change the standby state (1 for activating
|
|
|
144 |
standby), and with no argument to query the state. In all cases, it should
|
|
|
145 |
print the standby state (0/1) to stdout before exiting.
|
139 |
|
146 |
|
140 |
[[externalvolumecontrol]]
|
147 |
[[externalvolumecontrol]]
|
141 |
externalvolumecontrol:: Use external command
|
148 |
externalvolumecontrol:: Use external command
|
142 |
to manage the the sound volume (0/1). This is used in the
|
149 |
to manage the the sound volume (0/1). This is used in the
|
143 |
case where MPD is unable to control the volume, but some other command
|
150 |
case where MPD is unable to control the volume, but some other command
|
|
... |
|
... |
394 |
documentation for descriptions. Anything above SRC_SINC_FASTEST needs a
|
401 |
documentation for descriptions. Anything above SRC_SINC_FASTEST needs a
|
395 |
serious CPU. BEST_QUALITY uses approx 25% cpu on a core i7
|
402 |
serious CPU. BEST_QUALITY uses approx 25% cpu on a core i7
|
396 |
4770T. Obviously too much, actually might not be sustainable (it's almost
|
403 |
4770T. Obviously too much, actually might not be sustainable (it's almost
|
397 |
100% of 1 cpu). MEDIUM_QUALITY is around 10% on the same machine,
|
404 |
100% of 1 cpu). MEDIUM_QUALITY is around 10% on the same machine,
|
398 |
FASTEST is 4-5%. Given that this is measured for the full process, probably
|
405 |
FASTEST is 4-5%. Given that this is measured for the full process, probably
|
399 |
a couple % for the conversion in fact.
|
406 |
a couple % for the conversion in fact. NONE will turn resampling off:
|
|
|
407 |
minimum CPU and best quality, but guaranteed glitches from time
|
|
|
408 |
to time, depending on the clocks skew.
|
400 |
|
409 |
|
401 |
[[sc2mpd]]
|
410 |
[[sc2mpd]]
|
402 |
sc2mpd:: Path to
|
411 |
sc2mpd:: Path to
|
403 |
sc2mpd. Only useful if it is not in /usr/bin and the
|
412 |
sc2mpd. Only useful if it is not in /usr/bin and the
|
404 |
location is not in the $PATH for the init scripts.
|
413 |
location is not in the $PATH for the init scripts.
|
|
|
414 |
|
|
|
415 |
[[screceiverstatefile]]
|
|
|
416 |
screceiverstatefile:: Path to a screceiver
|
|
|
417 |
state file. If set, the sender uri and metadata will be read
|
|
|
418 |
from the file when initializing the Songcast Receiver service and written to
|
|
|
419 |
the file when a Sender is set for the service. Useful for preserving the
|
|
|
420 |
sender information between restarts.
|
405 |
|
421 |
|
406 |
=== Songcast Sender parameters
|
422 |
=== Songcast Sender parameters
|
407 |
|
423 |
|
408 |
[[scsenderpath]]
|
424 |
[[scsenderpath]]
|
409 |
scsenderpath:: Path to starter script This is normally scmakempdsender which starts the auxiliary mpd
|
425 |
scsenderpath:: Path to starter script This is normally scmakempdsender which starts the auxiliary mpd
|