Dom Rodriguez

Results 306 comments of Dom Rodriguez

No problem about the delay. I'm just looking at the code now. Looking in particular at the source file `src/scrobbler.rs`, function `new` on line 20. The problem is where to...

I just tried my approach I outlined in my last comment, which compiles fine, but Libre.fm doesn't seem to recognise the `api_key` & `api_secret` parameters. Indeed, my current scrobbler -...

Yeah, that's the conclusion I'm coming to here as well. I had hoped it would be as simple as a endpoint update, but it doesn't look that simple. As well...

Right, after asking in Libre.fm's IRC channel, API key and secret doesn't matter - we can just use a 32 digit placeholder.

If its as simple as a 32 digit random/static number for the key and secret, we can move forward with that. I've had a look at implementing it in the...

@bobbo Sounds good to me. I might forget, but if you think I've forgotten, feel free to give me a prod! Thanks.

Still taking a look at this. Apologies for the delay.. will keep you updated :sweat_smile:

Hey @dmfutcher - I don't know if you saw @InputUsername's comment about Libre.fm support on the referenced issue, and their scrobbler is using an unmaintained Listenbrainz library, What would you...

Potentially, but I'd also rather support the ListenBrainz native API, in case other hosted/self-hosted ListenBrainz instances don't have the Last.fm-like API. IMHO, it would be best to support their standard...

> @shymega fair enough - in that case I'd be happy to accept PRs etc on `listenbrainz-rs` if adding native support to `rustfm-scrobble` isn't feasible. I think it would be,...