Koen Bolhuis

Results 37 comments of Koen Bolhuis

@shymega I believe many scrobbling services like ListenBrainz and Maloja support access through a Last.fm-like API, so adding configurable API URLs could potentially be a catch-all solution for that? One...

@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'm not sure it's a timeout...

@shymega sorry for not getting back to you sooner - I've run into all of the following issues using ureq with ListenBrainz's API before: https://github.com/algesten/ureq/issues/317, https://github.com/algesten/ureq/issues/318, https://github.com/algesten/ureq/issues/325 So, if rustfm-scrobble...

> On the HTTP client, until very recently we were using `reqwest` but to sort out the huge dependency tree that comes with it, we switched to `ureq`. Is there...

> Yeah, I'm wondering if it should be split out into a separate crate. My ideal scenario is one scrobbling crate fits all, but I think it might become hacky...

Thank you for your interest in the project! I'd be glad to help you out to create a PR for Libre.fm support. Rescrobbled uses [rustfm-scrobble](https://github.com/dmfutcher/rustfm-scrobble) for Last.fm scrobbling, and it...

Not sure if you've had a look at rescrobbled code itself yet, but wanted to give a heads-up that I've added some changes on the [`development`](https://github.com/InputUsername/rescrobbled/tree/development) branch that should make...

@shymega I've got an existing [`listenbrainz`](https://github.com/InputUsername/listenbrainz-rs) crate, but I agree that turning rustfm-scrobble into a unified scrobbler sounds appealing as well.

Hmm, that's strange. The program doesn't output anything as long as no player is started, so are you saying it simply refuses to detect new players after running for a...

Very weird, I haven't experienced this myself. I'll have to investigate this. Thanks for the report.