|
a/src/upmpdcli.conf |
|
b/src/upmpdcli.conf |
|
... |
|
... |
62 |
# Run a command when playback is about to end. Specify the full path to the
|
62 |
# 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
|
63 |
# program, e.g. /usr/bin/logger. Executable scripts work, but must have a
|
64 |
# #!/bin/sh (or whatever) in the headline.
|
64 |
# #!/bin/sh (or whatever) in the headline.
|
65 |
# onstop =
|
65 |
# onstop =
|
66 |
|
66 |
|
|
|
67 |
# Run a command when volume is changed. Specify the full path to the program,
|
|
|
68 |
# e.g. /usr/bin/logger. Executable scripts work, but must have a #!/bin/sh (or
|
|
|
69 |
# whatever) in the headline.
|
|
|
70 |
# The command is called with the volume as the first argument, e.g.
|
|
|
71 |
# <command> 85.
|
|
|
72 |
# onvolumechange =
|
|
|
73 |
|
67 |
# Mimimum interval (Seconds) between 2 saves of the cache. Setting this may
|
74 |
# Mimimum interval (Seconds) between 2 saves of the cache. Setting this may
|
68 |
# improve playlist load speed on a slow device. The default is to start a
|
75 |
# improve playlist load speed on a slow device. The default is to start a
|
69 |
# new save as soon as the previous one is done (if the list changed again
|
76 |
# new save as soon as the previous one is done (if the list changed again
|
70 |
# inbetween).
|
77 |
# inbetween).
|
71 |
# ohmetasleep = 0
|
78 |
# ohmetasleep = 0
|