cquike

Results 29 comments of cquike

That was it! I use ultrasonic and I thought I had scrobbling enabled but I did not.

Just to be more clear, the patchmon script is then downloading the specific agent with a command like this: ``` # Download the binary curl $CURL_FLAGS \ -H "X-API-ID: $API_ID"...

Yes, that's correct, the hub in the case of patchmon still needs to download the binaries. The difference is that after that the hub can serve the agent to all...

I see. It is a bit unfortunate that different Subsonic servers behave differently. So #1636 was introduced to make gonic and subsonic to behave sanely, while this PR would make...

I have now modified the PR to ask for the coverArt field of the reponse to getAlbum if the "Use album id for album covers" option is enabled. That should...

I have also tested now that it works with navidrome as well.

The use case if for developers which make frequent changes to the C/C++ code. Our code base can take a significant time to compile. The idea is that `build --unpack-sdist-at...

Yes, the point is having the path to be deterministic. I actually find the default of using `mkdtemp` a good one :) In the sense that a change of the...

> * Retain the first encountered value in artist.name to prevent the artist index changing. We did discuss using originalreleasedate/date but this would still result in changes to the artist...