aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/lastfm_input_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input/lastfm: Ensure multiple identical xml entities are decoded.Courtney Cavin2009-07-281-6/+5
| | | | | Previously, if two identical entities appeared in one string, only the first would get decoded. This fixes that bug.
* input/lastfm: use metadataCourtney Cavin2009-07-281-43/+297
| | | | | | Added a patch to flush out the last.fm input plugin slightly. It basically turns it into a wrapper for the appropriate plugin. Most notably metadata is now extracted.
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
| | | | | | | | 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.
* input_lastfm: new input plugin for last.fm radioMax Kellermann2009-03-021-0/+228
The lastfm input plugin enables MPD to play lastfm:// URLs. This plugin is not complete yet: it plays only the first song in the last.fm playlist, and the playlist parser isn't even implemented properly.