aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_queue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist_queue: add start/end_index parametersMax Kellermann2012-02-091-0/+4
|
* playlist: move enum playlist_result to playlist_error.hMax Kellermann2011-09-111-1/+2
| | | | Reduce header dependencies.
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-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 Kellermann2010-12-231-2/+4
| | | | | | Optionally allow all local files. "Insecure" mode is used for printing playlists.
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* playlist_queue: resolve relative URIs, database lookupMax Kellermann2009-12-271-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 Kellermann2009-10-131-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.