From cfb350f4f01f28cdd6fa973602bd45681a64cf46 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 Mar 2009 23:08:17 +0100 Subject: input: pass config_param to input_plugin.init() Allow input plugins to configure with an "input" block in mpd.conf. Also allow the user to disable a plugin completely. --- src/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 95bdb4d02..e863b9c64 100644 --- a/src/conf.h +++ b/src/conf.h @@ -65,6 +65,7 @@ #define CONF_METADATA_TO_USE "metadata_to_use" #define CONF_SAVE_ABSOLUTE_PATHS "save_absolute_paths_in_playlists" #define CONF_DECODER "decoder" +#define CONF_INPUT "input" #define CONF_GAPLESS_MP3_PLAYBACK "gapless_mp3_playback" #define CONF_BOOL_UNSET -1 -- cgit v1.2.3