aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-10 03:28:18 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-10 03:28:18 +0000
commit58cc762e160436534314f90bbd575e8ff19aa868 (patch)
treecde9aedbadcd136a2522a1ca1ae26af156197a00 /src/conf.h
parent40978425da7321b2763381584543516ef5030cb1 (diff)
downloadmpd-58cc762e160436534314f90bbd575e8ff19aa868.tar.gz
mpd-58cc762e160436534314f90bbd575e8ff19aa868.tar.xz
mpd-58cc762e160436534314f90bbd575e8ff19aa868.zip
add "metadata_to_use" config option to make metadata configurable
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2570 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 0a95335fb..ca9da3acf 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -57,6 +57,7 @@
#define CONF_HTTP_BUFFER_SIZE "http_buffer_size"
#define CONF_HTTP_PREBUFFER_SIZE "http_prebuffer_size"
#define CONF_ID3V1_ENCODING "id3v1_encoding"
+#define CONF_METADATA_TO_USE "metadata_to_use"
typedef struct _BlockParam {
char * name;