aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_queue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.