I think the idea was to send the audioscrobbler data to multiple servers,
not to connect to multiple instances of mpd - this got confused by the use
of the word "host" in the sample config.  I think the idea would be more
something like this (using similar format to mpdconf):

scrobbleserver {
    server = jamendo.com
    user = ...
    password = ...
}
scrobbleserver {
    ...
}
...other mpdscribble options...

Obviously the format of the config can be changed.  Is this the
functionality you had in mind?

Jeffrey

On Mon, Apr 6, 2009 at 2:44 PM, Max Kellermann <m...@duempel.org> wrote:

> On 2009/04/06 20:17, Stephen Paul Weber <singpol...@singpolyma.net> wrote:
> > More and more web services are starting to implement the
> > audioscrobbler API (jamendo.com, libre.fm).  I would like to scrobble
> > all my mpd listens to multiple of these services with mpdscribble.  As
> > it is, I can change the host in the config, which works, but then I can
> > only switch providers, I cannot use more than one.
>
> So you have multiple MPD installations, and you want to scrobble all
> of them?
>
> > Looking at the source it seems this would not be too difficult to
> > implement.  I may be able to figure it out (though I'm not familiar with
> > glib), but thought I would ask the list first to see if someone has a
> > better idea about this.
>
> Sure this is possible, but it will make the code more complex and less
> readable.  I'm not sure if this is a good idea.  Why not run a
> separate mpdscribble on each MPD server?
>
> Max
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________
> Musicpd-dev-team mailing list
> Musicpd-dev-team@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team
>
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to