Nico Rieck
Nico Rieck
Looks like there is no (documented) way to access foobar's proxy configuration. 😕
If I understand correctly, you have the same album twice: one has Album Title "Imagine (Stereo)", and the other has Album Title "Imagine (Mono)". Correct? You have several options here,...
1.6 is the last version, and https://www.foobar2000.org/components/view/foo_scrobble is the correct link for this component. foo_audioscrobbler is a different (older) component.
I forgot to push that revision, it should work now. > I'm not too familiar with building dependencies this way [vcpkg](https://github.com/microsoft/vcpkg/) is a package manager that contains build scripts for...
Looks like you are using PowerShell 5, while the script requires 7.
As can be seen in the [official documentation](https://www.last.fm/api/show/track.scrobble): > timestamp[i] (Required) : The time the track started playing [...] so this is very much by design, and also IMO intuitive:...
I've doubled the resources for the test VM from ones states in the docs to 8GB memory and 20GB disk space. After reboot I did a health check every 10...
It looks like this depends on the number of connections. The VM can run unused overnight and still accept connections the next day. But a `talosctl support` after a reboot...
Why the manual packing? Fiddle does that already. At least write a comment clarifying why you duplicate it.
> The code hangs in the 3rd iteration as by default, if the pool is exhausted, requesting a new connection blocks until one is available. That's not the issue I...