|
a/src/upmpdcli.conf-dist |
|
b/src/upmpdcli.conf-dist |
|
... |
|
... |
73 |
|
73 |
|
74 |
# Run a command when playback is about to end. Specify the full path to the
|
74 |
# Run a command when playback is about to end. Specify the full path to the
|
75 |
# program, e.g. /usr/bin/logger. Executable scripts work, but must have a
|
75 |
# program, e.g. /usr/bin/logger. Executable scripts work, but must have a
|
76 |
# #!/bin/sh (or whatever) in the headline.
|
76 |
# #!/bin/sh (or whatever) in the headline.
|
77 |
# onstop =
|
77 |
# onstop =
|
|
|
78 |
|
|
|
79 |
# volume control can be done via mpd using alsa mixer controls. If you have an external amp
|
|
|
80 |
# and it is capable of setting and reading volume via a script you can activate
|
|
|
81 |
# externalvolumecontrol. No volumes will be set via mpd anylonger. It will call
|
|
|
82 |
# scripts onvolumechange for setting and getexternalvolume for reading recent volume.
|
|
|
83 |
# externalvolumecontrol =
|
|
|
84 |
|
|
|
85 |
# Run a command for reading volume from external device. upmpdcli will read
|
|
|
86 |
# volume from stdout of the script given.
|
|
|
87 |
# getexternalvolume =
|
78 |
|
88 |
|
79 |
# Run a command when volume is changed. Specify the full path to the program,
|
89 |
# Run a command when volume is changed. Specify the full path to the program,
|
80 |
# e.g. /usr/bin/logger. Executable scripts work, but must have a #!/bin/sh (or
|
90 |
# e.g. /usr/bin/logger. Executable scripts work, but must have a #!/bin/sh (or
|
81 |
# whatever) in the headline.
|
91 |
# whatever) in the headline.
|
82 |
# The command is called with the volume as the first argument, e.g.
|
92 |
# The command is called with the volume as the first argument, e.g.
|