diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-06-21 20:52:51 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-06-21 20:52:51 +0000 |
commit | 18306dfbd36d2d8bd13fc39eea0a3b703f2481ec (patch) | |
tree | 9978f211b72b6ecb2fa16c07d6d55483bce3c3bd /src/conf.h | |
parent | 9e393393e0b5ca1b2c85664b2a5f8e36d199a269 (diff) | |
download | mpd-18306dfbd36d2d8bd13fc39eea0a3b703f2481ec.tar.gz mpd-18306dfbd36d2d8bd13fc39eea0a3b703f2481ec.tar.xz mpd-18306dfbd36d2d8bd13fc39eea0a3b703f2481ec.zip |
Add back the id3v1_encoding option. Now it really will convert id3v1 only.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4282 09075e82-0dd4-0310-85a5-a0d7c8717e4f
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 f5cc4bc38..864cf1f66 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_METADATA_TO_USE "metadata_to_use" +#define CONF_ID3V1_ENCODING "id3v1_encoding" typedef struct _BlockParam { char * name; |