a/src/upmpdcli.conf-dist b/src/upmpdcli.conf-dist
...
...
57
# Run a command when playback is about to begin. Specify the full path to the
57
# Run a command when playback is about to begin. Specify the full path to the
58
# program, e.g. /usr/bin/logger. Executable scripts work, but must have a
58
# program, e.g. /usr/bin/logger. Executable scripts work, but must have a
59
# #!/bin/sh (or whatever) in the headline.
59
# #!/bin/sh (or whatever) in the headline.
60
# onstart =
60
# onstart =
61
61
62
# Run a command when playback is about to begin. Specify the full path to the
63
# program, e.g. /usr/bin/logger. Executable scripts work, but must have a
64
# #!/bin/sh (or whatever) in the headline.
65
# onplay =
66
62
# Run a command when playback is about to end. Specify the full path to the
67
# Run a command when playback is about to end. Specify the full path to the
63
# program, e.g. /usr/bin/logger. Executable scripts work, but must have a
68
# program, e.g. /usr/bin/logger. Executable scripts work, but must have a
64
# #!/bin/sh (or whatever) in the headline.
69
# #!/bin/sh (or whatever) in the headline.
65
# onstop =
70
# onstop =
66
71