|
| From: | Bram van der Kroef |
| Subject: | Re: [Emms-patches] Last.fm Audioscrobbler |
| Date: | Mon, 13 Sep 2010 09:10:10 -0500 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin) |
It works fine. There are two things I came across in my own code:
The handshake needs to be done at some point when playing local
files. Otherwise -assert-submission-handshake gives an error and nothing
happens. It only needs to be done once per session.
Also,
(add-hook 'emms-player-started-hook
'emms-lastfm-scrobbler-start-hook)
needs to be changed to
(add-hook 'emms-player-started-hook
'emms-lastfm-scrobbler-start-hook t)
to append it to the end. The -start-hook waits 5 seconds and it delays
the other hooks.
Yoni Rabkin <address@hidden> writes:
> The following un-breaks Last.fm streams. Could you check that I didn't
> break your stuff as a consequence?
>
>
| [Prev in Thread] | Current Thread | [Next in Thread] |