aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_queue.c
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.
* playlist_queue: use playlist plugins to load from playlist_directoryMax Kellermann2009-11-06
| | | | | | | | This patch allows the client to load a playlist file from the playlist directory with a plugin. This can be used with the "load" command, but the client has to pass the file name including the suffix. We will probably use the music directory in the future, to support playlist files inside the music directory.
* playlist_queue: moved code to playlist_open_remote_into_queue()Max Kellermann2009-11-06
|
* command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann2009-10-13
This patch integrates the playlist plugin API to the MPD core. We'll be able to do much more in the future with that API, that's just the beginning.