aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-lastfm-client.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove lastfm code.Yoni Rabkin2014-04-061-1108/+0
|
* Fix compilation warnings.Johnathan Rabkin2014-02-221-2/+11
|
* * lisp/emms-lastfm-client.el: Remove unnecessary requirements.Johnathan Rabkin2012-09-181-4/+1
| | | | This also resolves a compile error.
* * lisp/emms-lastfm-client.el: Add support for PNG files.Yoni Rabkin2011-02-011-1/+1
|
* * lisp/emms-lastfm-client.el: Implement artist.getInfo.Yoni Rabkin2011-01-271-2/+140
|
* Update copyright years.Yoni Rabkin2011-01-271-1/+1
|
* * lisp/emms-lastfm-client.el: Add station.Yoni Rabkin2010-12-051-0/+7
|
* * lisp/emms-lastfm-client.el: Add Last.fm station.Yoni Rabkin2010-10-291-0/+7
|
* Add scrobbling of local tracks to Last.fm support.Yoni Rabkin2010-09-161-239/+47
| | | | From: Bram van der Kroef <bram@fortfrances.com>
* * lisp/emms-lastfm-client.el: Make scobbles asynchronous.Yoni Rabkin2010-08-041-24/+34
|
* Update emms-lastfm-client.el (code + manual).Yoni Rabkin2010-07-021-21/+452
|
* lisp/emms-lastfm-client.el: Removed Emacs local variable.Tim Landscheidt2010-06-241-1/+0
| | | | | | * lisp/emms-lastfm-client.el: Removed "show-trailing-whitespace: t". This gave a security warning in Emacs and is probably better handled in Emacs' user configuration and/or a Git pre-commit hook.
* * lisp/emms-lastfm-client.el: Add Tim Landscheidt's fixes.Yoni Rabkin2010-06-141-5/+4
|
* * lisp/emms-lastfm-client.el: Update copyright years.Yoni Rabkin2010-03-271-1/+1
|
* Document emms-lastfm-client.elYoni Rabkin2010-03-271-43/+3
|
* Replace lisp/emms-lastfm.el with lisp/emms-lastfm-client.el.Yoni Rabkin2009-12-241-0/+743
The original emms-lastfm.el doesn't work at all with the current Last.fm API.