aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_print.h
Commit message (Collapse)AuthorAge
* stored_playlist: return GError, code is playlist_resultMax Kellermann2011-09-11
| | | | | Improve error reporting and handling. command.c gets the new function print_error(), which sends a GError to the client.
* copyright year 2011Max Kellermann2011-01-29
|
* command: "listplaylist" dumps playlist filesMax Kellermann2010-02-08
| | | | Same for "listplaylistinfo".
* 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_print: added wrappers for printing the queueMax Kellermann2009-02-04
| | | | Hide the details of the playlist behind wrapper functions.
* playlist_print: added API documentationMax Kellermann2009-02-04
|
* playlist_print: use bool instead of intMax Kellermann2009-02-04
| | | | | Return true on success, instead of 0. Converted the "detail" parameter to bool.
* playlist_print: no CamelCaseMax Kellermann2009-02-04
| | | | Renamed one function.
* playlist_print: include cleanupMax Kellermann2009-02-04
|
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-23
PlaylistInfo() (notice the capital 'P') sends a stored playlist to the client. Move it to a separate library, where all the code which glues the playlist and the MPD protocol together will live.