aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* playlist/{m3u,pls}: removed URI checksMax Kellermann2009-11-062-7/+1
| | | | The caller is responsible for verifying the song URI.
* playlist: new ASX playlist pluginMax Kellermann2009-10-212-0/+338
| | | | Based on the XSPF playlist plugin.
* playlist/xspf: ignore text in root, playlist, tracklistMax Kellermann2009-10-211-0/+2
| | | | Added a missing "break".
* Add PLS ParserQball Cow2009-10-152-0/+240
|
* playlist: added plugin for last.fm radioMax Kellermann2009-10-132-0/+325
| | | | | This plugin will replace the last.fm input plugin, once the playlist API is integrated into MPD.
* playlist: added XSPF pluginMax Kellermann2009-10-132-0/+356
|
* playlist/m3u: added plugin nameMax Kellermann2009-10-131-0/+2
|
* playlist_plugin: new plugin API for playlist parsersMax Kellermann2009-10-122-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.