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