Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input: pass config_param to input_plugin.init() | Max Kellermann | 2009-03-02 | 4 | -1/+5 |
| | | | | | Allow input plugins to configure with an "input" block in mpd.conf. Also allow the user to disable a plugin completely. | ||||
* | input_plugin: added methods init(), finish() | Max Kellermann | 2009-03-02 | 2 | -7/+12 |
| | | | | | | Instead of hard-coding the plugin global initialization in input_stream_global_init(), make it walk the plugin list and initialize all plugins. | ||||
* | input: moved plugins to ./src/input/ | Max Kellermann | 2009-03-02 | 8 | -0/+1388 |
Create a sub directory for input plugins. |