Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist: added extm3u plugin | Max Kellermann | 2009-11-06 | 2 | -0/+185 |
| | | | | | This new plugin parses extm3u files. Files without the "#EXTM3U" header are still parsed by the plain old "m3u" plugin. | ||||
* | playlist/{m3u,pls}: removed URI checks | Max Kellermann | 2009-11-06 | 2 | -7/+1 |
| | | | | The caller is responsible for verifying the song URI. | ||||
* | playlist: new ASX playlist plugin | Max Kellermann | 2009-10-21 | 2 | -0/+338 |
| | | | | Based on the XSPF playlist plugin. | ||||
* | playlist/xspf: ignore text in root, playlist, tracklist | Max Kellermann | 2009-10-21 | 1 | -0/+2 |
| | | | | Added a missing "break". | ||||
* | Add PLS Parser | Qball Cow | 2009-10-15 | 2 | -0/+240 |
| | |||||
* | playlist: added plugin for last.fm radio | Max Kellermann | 2009-10-13 | 2 | -0/+325 |
| | | | | | 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 | 2 | -0/+356 |
| | |||||
* | 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 | 2 | -0/+114 |
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. |