aboutsummaryrefslogtreecommitdiff
path: root/src/playlist
Commit message (Collapse)AuthorAge
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* moved GLib compatibility code to glib_compat.hMax Kellermann2009-11-10
|
* playlist: added extm3u pluginMax Kellermann2009-11-06
| | | | | 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 checksMax Kellermann2009-11-06
| | | | The caller is responsible for verifying the song URI.
* playlist: new ASX playlist pluginMax Kellermann2009-10-21
| | | | Based on the XSPF playlist plugin.
* playlist/xspf: ignore text in root, playlist, tracklistMax Kellermann2009-10-21
| | | | Added a missing "break".
* Add PLS ParserQball Cow2009-10-15
|
* playlist: added plugin for last.fm radioMax Kellermann2009-10-13
| | | | | This plugin will replace the last.fm input plugin, once the playlist API is integrated into MPD.
* playlist: added XSPF pluginMax Kellermann2009-10-13
|
* playlist/m3u: added plugin nameMax Kellermann2009-10-13
|
* playlist_plugin: new plugin API for playlist parsersMax Kellermann2009-10-12
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.