aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/lastfm_playlist_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_stream: return allocated input_stream objectsMax Kellermann2010-01-011-23/+21
| | | | | | | | Major API redesign: don't let the caller allocate the input_stream object. Let each input plugin allocate its own (derived/extended) input_stream pointer. The "data" attribute can now be removed, and all input plugins simply cast the input_stream pointer to their own structure (with an "struct input_stream base" as the first attribute).
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* input_stream: return errors with GErrorMax Kellermann2009-12-151-7/+29
|
* 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.
* moved GLib compatibility code to glib_compat.hMax Kellermann2009-11-101-10/+1
|
* playlist: added plugin for last.fm radioMax Kellermann2009-10-131-0/+300
This plugin will replace the last.fm input plugin, once the playlist API is integrated into MPD.