Adrian Sampson
Adrian Sampson
Got it; thanks!! I'm also not sure what's supposed to go on with the sort name… that seems like it could be a separate issue. More pertinently, however, I think...
Hmm… could you perhaps say a little more about what you are hoping will happen here? One important thing to remember is that the Chromaprint/Acoustid system has two parts: computing...
Thanks for reporting! For a little additional context, the `atypes` field comes from the `albumtypes` plugin: https://beets.readthedocs.io/en/stable/plugins/albumtypes.html That field is a _computed_ field, i.e., it runs a function every time...
If I understand the first question: here, `obj` is an `Album` or `Item` object (i.e., a subclass of `dbcore.Model`). Calling `dict(obj)` iterates over the keys of `obj`, i.e., it calls...
Argh, that's annoying! The use case makes sense... I don't think it's feasible to work differently for different fields (because `%if` isn't aware of the fields used to generate its...
Indeed; at least clarifying the docs would be ideal! I'm a bit worried about changing the behavior of `%if` because people could be relying on the current behavior, but documenting...
Interesting! To make the implicit explicit, the likely thing going on here is that Deezer is using IP geolocation to guess which language you want and returning results accordingly. Beets...
Thanks for the report! This looks bad indeed. It looks tricky to debug, but we should try nonetheless. The problem here actually seems to come from a performance optimization. To...
Thanks for getting this started! I have a couple of thoughts on how to make this even more useful for people: * Maybe the FAQ should be even more direct,...
I suppose that's right. But for this purpose, it seems like the main thing we want to do is catch the eye of LinuxServer container users… I'm not sure if...