[mafw-lastfm-devel] [PATCH 0/4] Patches for libscrobbler
Felipe Contreras
felipe.contreras at gmail.com
Sun Feb 21 22:29:31 EET 2010
Hi,
These patches introduce libscrobble, and update mafw-lastfm to use it.
The API is not that different to mafw-lastfm-scrobbler so there are not so many
changes.
The only problem is that the "now playing" functionality is lost.
Felipe Contreras (4):
Add libscroble
Use libscrobble
Remove old code
Use up-to-date version
mafw-lastfm/Makefile.am | 4 +-
mafw-lastfm/mafw-lastfm-scrobbler.c | 636 -----------------------------------
mafw-lastfm/mafw-lastfm-scrobbler.h | 102 ------
mafw-lastfm/mafw-lastfm.c | 37 +-
mafw-lastfm/scrobble.c | 585 ++++++++++++++++++++++++++++++++
mafw-lastfm/scrobble.h | 54 +++
6 files changed, 659 insertions(+), 759 deletions(-)
delete mode 100644 mafw-lastfm/mafw-lastfm-scrobbler.c
delete mode 100644 mafw-lastfm/mafw-lastfm-scrobbler.h
create mode 100644 mafw-lastfm/scrobble.c
create mode 100644 mafw-lastfm/scrobble.h
More information about the mafw-lastfm-devel
mailing list