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 <[email protected]> writes:

> The following un-breaks Last.fm streams. Could you check that I didn't
> break your stuff as a consequence?
>
>

_______________________________________________
Emms-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-patches

Reply via email to