aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_queue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-4/+7
* playlist_song: add flag "secure"Max Kellermann2010-12-231-4/+4
* playlist_queue: use playlist_open_any()Max Kellermann2010-06-251-48/+2
* playlist_queue: simplify error handlerMax Kellermann2010-06-251-9/+8
* playlist_list: playlist_list_open_path() returns input_streamMax Kellermann2010-06-011-1/+6
* playlist_queue: moved code to playlist_mapper.cMax Kellermann2010-02-081-70/+6
* playlist_queue: moved check_translate_song() to playlist_song.cMax Kellermann2010-02-081-118/+2
* playlist_queue: convert absolute pathsMax Kellermann2010-01-061-4/+16
* playlist_queue: use the "uri" variable earlierMax Kellermann2010-01-061-6/+7
* input_stream: return allocated input_stream objectsMax Kellermann2010-01-011-12/+9
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* playlist_queue: resolve relative URIs, database lookupMax Kellermann2009-12-271-17/+114
* playlist_queue: load playlists from music directoryMax Kellermann2009-12-271-4/+36
* playlist_queue: pass const string to playlist_open_path_into_queue()Max Kellermann2009-12-271-1/+1
* playlist_queue: try open by URI firstMax Kellermann2009-12-261-10/+21
* input_stream: return errors with GErrorMax Kellermann2009-12-151-2/+10
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* playlist_queue: use playlist plugins to load from playlist_directoryMax Kellermann2009-11-061-0/+33
* playlist_queue: moved code to playlist_open_remote_into_queue()Max Kellermann2009-11-061-5/+12
* command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann2009-10-131-0/+94