Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist_queue: use playlist plugins to load from playlist_directory | Max Kellermann | 2009-11-06 | 1 | -0/+33 |
| | | | | | | | | 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 Kellermann | 2009-11-06 | 1 | -5/+12 |
| | |||||
* | command: "load" supports remote playlists (m3u, xspf, lastfm://) | Max Kellermann | 2009-10-13 | 1 | -0/+94 |
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. |