Konstantin
Konstantin
ok, came up with this in the meantime: ```Python E = TypeVar("E", bound=StrEnum) class AlbumArtist(TaggedBase, dict=True, kw_only=True): _categories: str = msgspec.field(name="categories") _effective_roles: str = msgspec.field(name="effectiveRoles") is_support: bool name: str roles:...
I should've probably mentioned that Python 3.9 needs to be supported, which doesn't support function type parameter syntax. Also, is it possible to get this to work without using `Any`?
nvm, tests are passing, yay…
Also, the documentation doesn't seem to make it clear wether starship is included in the non-dx image. If it isn't you could probably add the dx label as well. I'll...
Huh, why does the workflow still work? It shouldn't be installing the optional dependencies implicitly...
I'm sorry, I would love to help out, but I don't know Go, neither am I familiar with this project's source code. As of now, someone else will have to...
> Flexible fields, which can be used by plugins to store additional metadata, now also support list values. Previously, beets would throw an error while storing the data in the...
@Maxr1998 just tried again, it works for item attributes, but not for album attributes. But Maybe I'm doing something wrong. I'm testing it with this plugin ~(haven't pushed the relevant...
How about migrating to [uv](https://github.com/astral-sh/uv)? It‘s seriously fast and seems like a solid replacement that eliminates the need for many other tools