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 /src/conf.h | |
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 'src/conf.h')
-rw-r--r-- | src/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h index 2aed9af9a..f94f6554f 100644 --- a/src/conf.h +++ b/src/conf.h @@ -27,6 +27,7 @@ #define CONF_FOLLOW_INSIDE_SYMLINKS "follow_inside_symlinks" #define CONF_FOLLOW_OUTSIDE_SYMLINKS "follow_outside_symlinks" #define CONF_DB_FILE "db_file" +#define CONF_STICKER_FILE "sticker_file" #define CONF_LOG_FILE "log_file" #define CONF_ERROR_FILE "error_file" #define CONF_PID_FILE "pid_file" |