Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PLS Parser | Qball Cow | 2009-10-15 | 1 | -0/+2 |
| | |||||
* | playlist: added plugin for last.fm radio | Max Kellermann | 2009-10-13 | 1 | -0/+5 |
| | | | | | This plugin will replace the last.fm input plugin, once the playlist API is integrated into MPD. | ||||
* | playlist: added XSPF plugin | Max Kellermann | 2009-10-13 | 1 | -0/+2 |
| | |||||
* | playlist_list: pass configuration to playlist plugins | Max Kellermann | 2009-10-13 | 1 | -2/+40 |
| | | | | This patch completes the configuration support. | ||||
* | playlist_list: initialize the "playlist" variable | Max Kellermann | 2009-10-13 | 1 | -1/+1 |
| | | | | Prevent access on uninitialized variable if the plugin list is empty. | ||||
* | playlist_plugin: new plugin API for playlist parsers | Max Kellermann | 2009-10-12 | 1 | -0/+146 |
Based on this API, we will add parsers for EXTM3U, PLS, ASX, last.fm radio and others. There is no integration into the MPD core yet. Right now, we have a command line test program. This is work in progress. |