Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist_{any,song,queue}: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -61/+0 |
| | |||||
* | playlist_queue: add start/end_index parameters | Max Kellermann | 2012-02-09 | 1 | -0/+4 |
| | |||||
* | playlist: move enum playlist_result to playlist_error.h | Max Kellermann | 2011-09-11 | 1 | -1/+2 |
| | | | | Reduce header dependencies. | ||||
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | player_control: removed the global variable "pc" | Max Kellermann | 2011-01-10 | 1 | -2/+5 |
| | | | | | | | Allocate a player_control object where needed, and pass it around. Each "client" object is associated with a "player_control" instance. This prepares multi-player support. | ||||
* | playlist_song: add flag "secure" | Max Kellermann | 2010-12-23 | 1 | -2/+4 |
| | | | | | | Optionally allow all local files. "Insecure" mode is used for printing playlists. | ||||
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | playlist_queue: resolve relative URIs, database lookup | Max Kellermann | 2009-12-27 | 1 | -1/+4 |
| | | | | | | Prepend the playlist's base URI to relative song URIs. Look up songs in the database (if the URI refers to a local song file). Merge existing database metadata with metadata from the playlist plugin. | ||||
* | command: "load" supports remote playlists (m3u, xspf, lastfm://) | Max Kellermann | 2009-10-13 | 1 | -0/+48 |
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. |