Deluan Quintão

Results 590 comments of Deluan Quintão

@pimzand Thanks for updating the PR. I decided to take a fresh look at the problem, and after being able to reproduce the issue in a fedora:36 container, I upgraded...

Great! Closing this now, as the issue is resolved. Thanks for the collaboration!

You can keep this open, we don't have any GH issue to track this, so thanks for opening it!

Maybe there's some confusion here, the fix is to force the volume to 100%, not the reduce the volume. Is that what you expect?

Using an external service will be implemented at some point, but no worries: there will be configuration to disable it. Probably will integrate with Spotify or Fanart, or some similar...

Yes, I've implemented a dummy version of the endpoint, just enough to make MusicStash work.

IMO the URLs (and other info) should be retrieved from the source by the service, not stored in the DB. And the service then can use the `fscache` library (used...

I think the offline/disconnected service could be fully implemented at query time (i.e. not as part of the scan process). Whenever the `getArtistInfo(2)` endpoint is called, it tries to read...

Hey @tcurdt I'm thinking about creating a set of interfaces that will allow easy implementation of future integrations (including local artist images): ``` package agents import ( "context" ) type...

1. No particular reason, but it is a kind of opaque data we don't have any need to parse, so I don't see the point in converting it to URL....