emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emms-patches] Last.fm Audioscrobbler


From: Yoni Rabkin
Subject: Re: [Emms-patches] Last.fm Audioscrobbler
Date: Mon, 13 Sep 2010 11:04:23 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Bram van der Kroef <address@hidden> writes:

> 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.

Go ahead and make all the changes you want and send in the revised
patch. I'll test it for a few days and then push it to the Savannah
repo. Please note that I don't scrobble local tracks at all so I won't
be testing your code paths.

If you can add a patch to the Last.fm section of the manual explaining
how to use your features that would be very much appreciated. Emms is
one of those free software project which maintains useful and relevant
documentation (a hallowed subcategory, I know).

If you want to do further work I would recommend getting commit
access. No need to go through me.

Thanks!

-- 
   "Cut your own wood and it will warm you twice"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]