aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue_save.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* queue_save: save tags and range of non-database songsMax Kellermann2010-07-251-13/+43
| | | | | Use the functions song_save() and song_load() to use the same format as in the database file for those songs which need the tags.
* queue_save: simplify get_song()Max Kellermann2010-07-251-10/+3
| | | | Don't try db_get_song() if the URI has a scheme.
* queue_save: move code to queue_save_song()Max Kellermann2010-07-251-7/+11
|
* queue_save: queue_load_song() returns voidMax Kellermann2010-07-251-5/+4
| | | | | The only caller doesn't use its return value, and the value isn't useful anyway.
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-251-1/+1
| | | | | "ls" is a bad name for a library which parses URIs. We'll move the rest of the "ls" library later.
* playlist: moved saving/loading code to queue_save.cMax Kellermann2009-01-231-0/+78
Create a new library which saves/loads the queue to/from the state file.