diff options
author | Romain Bignon <romain@peerfuse.org> | 2009-11-04 00:21:58 +0100 |
---|---|---|
committer | Romain Bignon <romain@peerfuse.org> | 2009-11-04 00:21:58 +0100 |
commit | 5744634094628bcf2637dae6998a9340818026f7 (patch) | |
tree | 5edf6336323891c3fb7672ec35fd3bce26ddf088 /doc | |
parent | 4dc25d3908648cc781fe43e54243bb64aec4b2cb (diff) | |
download | mpd-5744634094628bcf2637dae6998a9340818026f7.tar.gz mpd-5744634094628bcf2637dae6998a9340818026f7.tar.xz mpd-5744634094628bcf2637dae6998a9340818026f7.zip |
sticker comments in code and example configuration file
Signed-off-by: Romain Bignon <romain@peerfuse.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpdconf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 6da84fc37..1a0547094 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -49,6 +49,11 @@ # #state_file "~/.mpd/state" # +# The location of the sticker database. This is a database which +# manages dynamic information attached to songs. +# +#sticker_file "~/.mpd/sticker.sql" +# ############################################################################### |