|
a/src/upmpdcli.conf |
|
b/src/upmpdcli.conf |
|
... |
|
... |
44 |
# Directory used to store cached data (only the queue metadata for now).
|
44 |
# Directory used to store cached data (only the queue metadata for now).
|
45 |
# Default is ~/.cache/upmpdcli for normal users or /var/cache/upmpdcli when
|
45 |
# Default is ~/.cache/upmpdcli for normal users or /var/cache/upmpdcli when
|
46 |
# started as root
|
46 |
# started as root
|
47 |
# cachedir = /var/lib/upmpdcli
|
47 |
# cachedir = /var/lib/upmpdcli
|
48 |
|
48 |
|
|
|
49 |
# Run a command when playback is about to begin. Specify the full path to the
|
|
|
50 |
# program, e.g. /usr/bin/logger. Executable scripts work, but must have a
|
|
|
51 |
# #!/bin/sh (or whatever) in the headline.
|
|
|
52 |
# onstart =
|
|
|
53 |
|
|
|
54 |
# Run a command when playback is about to end. Specify the full path to the
|
|
|
55 |
# program, e.g. /usr/bin/logger. Executable scripts work, but must have a
|
|
|
56 |
# #!/bin/sh (or whatever) in the headline.
|
|
|
57 |
# onstop =
|
|
|
58 |
|
49 |
# Mimimum interval (Seconds) between 2 saves of the cache. Setting this may
|
59 |
# Mimimum interval (Seconds) between 2 saves of the cache. Setting this may
|
50 |
# improve playlist load speed on a slow device. The default is to start a
|
60 |
# improve playlist load speed on a slow device. The default is to start a
|
51 |
# new save as soon as the previous one is done (if the list changed again
|
61 |
# new save as soon as the previous one is done (if the list changed again
|
52 |
# inbetween).
|
62 |
# inbetween).
|
53 |
# ohmetasleep = 0
|
63 |
# ohmetasleep = 0
|