Mercurial > audlegacy-plugins
diff ChangeLog @ 973:6c0acc7ae799 trunk
[svn] - build the lastfm VFS plugin if the scrobbler plugin is going to be built.
author | nenolod |
---|---|
date | Sun, 22 Apr 2007 04:31:31 -0700 |
parents | cf7021ca4e7b |
children | 8b1685669148 |
line wrap: on
line diff
--- a/ChangeLog Sun Apr 22 04:16:08 2007 -0700 +++ b/ChangeLog Sun Apr 22 04:31:31 2007 -0700 @@ -1,3 +1,15 @@ +2007-04-22 11:16:08 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [2084] + Add lastfm:// transport, an abstract VFS class which derives from curl + to provide lastfm radio support. Written by majeru with some cleanups + by me. Most last.fm metadata support isn't yet implemented, however, and + will need to be done by majeru. ;) + + trunk/src/lastfm/Makefile | 24 +++ + trunk/src/lastfm/lastfm.c | 306 ++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 330 insertions(+) + + 2007-04-22 11:06:00 +0000 Ralf Ertzinger <ralf@skytale.net> revision [2082]