aboutsummaryrefslogtreecommitdiff
path: root/src/queue_save.h
Commit message (Collapse)AuthorAge
* copyright year 2011Max Kellermann2011-01-29
|
* queue_save: save tags and range of non-database songsMax Kellermann2010-07-25
| | | | | 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: queue_load_song() returns voidMax Kellermann2010-07-25
| | | | | The only caller doesn't use its return value, and the value isn't useful anyway.
* Update copyright notices.Avuton Olrich2009-12-31
|
* all: Update copyright header.Avuton Olrich2009-03-13
| | | | | | | | 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.
* playlist: moved saving/loading code to queue_save.cMax Kellermann2009-01-23
Create a new library which saves/loads the queue to/from the state file.