diff options
author | Max Kellermann <max@duempel.org> | 2009-01-19 18:51:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-19 18:51:57 +0100 |
commit | 145ab84d51f262983412143fbb29487a8647adb3 (patch) | |
tree | 8fc58be92be2178c86484caca17fae23535e8fad /doc/mpd.conf.5 | |
parent | fbed96dcea00db7c2f5044929caebfc06684ea15 (diff) | |
download | mpd-145ab84d51f262983412143fbb29487a8647adb3.tar.gz mpd-145ab84d51f262983412143fbb29487a8647adb3.tar.xz mpd-145ab84d51f262983412143fbb29487a8647adb3.zip |
sticker: new library for storing dynamic information about songs
"Stickers" are pieces of information attached to existing MPD objects
(e.g. song files, directories, albums). Clients can create arbitrary
name/value pairs. MPD itself does not assume any special meaning in
them.
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r-- | doc/mpd.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index a40ec9467..e375de195 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -43,6 +43,10 @@ The default is "yes". .B db_file <file> This specifies where the db file will be stored. .TP +.B sticker_file <file> +The location of the sticker database. This is a database which +manages dynamic information attached to songs. +.TP .B log_file <file> This specifies where the log file should be located. The special value "syslog" makes MPD use the local syslog daemon. |