|
a/src/upmpdcli.conf-dist |
|
b/src/upmpdcli.conf-dist |
|
... |
|
... |
51 |
ohmetapersist = 1
|
51 |
ohmetapersist = 1
|
52 |
|
52 |
|
53 |
# Directory used to store cached data (only the queue metadata for now).
|
53 |
# Directory used to store cached data (only the queue metadata for now).
|
54 |
# Default is ~/.cache/upmpdcli for normal users or /var/cache/upmpdcli when
|
54 |
# Default is ~/.cache/upmpdcli for normal users or /var/cache/upmpdcli when
|
55 |
# started as root
|
55 |
# started as root
|
56 |
# cachedir = /var/lib/upmpdcli
|
56 |
# cachedir = /var/cache/upmpdcli
|
|
|
57 |
|
|
|
58 |
# Name of lock file used to store the current process pid. Only used if the
|
|
|
59 |
# process is launched by user root. Used by the init system, and to avoid
|
|
|
60 |
# multiple instances. The only reason to change the value is if you
|
|
|
61 |
# actually want to have several instances running (also change cachedir in
|
|
|
62 |
# this case).
|
|
|
63 |
# pidfile = /var/run/upmpdcli.pid
|
57 |
|
64 |
|
58 |
# Mimimum interval (Seconds) between 2 saves of the cache. Setting this may
|
65 |
# Mimimum interval (Seconds) between 2 saves of the cache. Setting this may
|
59 |
# improve playlist load speed on a slow device. The default is to start a
|
66 |
# improve playlist load speed on a slow device. The default is to start a
|
60 |
# new save as soon as the previous one is done (if the list changed again
|
67 |
# new save as soon as the previous one is done (if the list changed again
|
61 |
# inbetween).
|
68 |
# inbetween).
|