Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist/{m3u,pls}: removed URI checks | Max Kellermann | 2009-11-06 | 1 | -1/+1 |
| | | | | The caller is responsible for verifying the song URI. | ||||
* | playlist/m3u: added plugin name | Max Kellermann | 2009-10-13 | 1 | -0/+2 |
| | |||||
* | playlist_plugin: new plugin API for playlist parsers | Max Kellermann | 2009-10-12 | 1 | -0/+89 |
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. |