aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_queue.h
Commit message (Collapse)AuthorAge
* playlist_queue: add start/end_index parametersMax Kellermann2012-02-09
|
* playlist: move enum playlist_result to playlist_error.hMax Kellermann2011-09-11
| | | | Reduce header dependencies.
* copyright year 2011Max Kellermann2011-01-29
|
* player_control: removed the global variable "pc"Max Kellermann2011-01-10
| | | | | | | 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 Kellermann2010-12-23
| | | | | | Optionally allow all local files. "Insecure" mode is used for printing playlists.
* Update copyright notices.Avuton Olrich2009-12-31
|
* playlist_queue: resolve relative URIs, database lookupMax Kellermann2009-12-27
| | | | | | 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 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.