Benedikt
Benedikt
From https://beets.readthedocs.io/en/stable/reference/query.html > Note that the comma has to be followed by a space (e.g., foo,bar will be treated as a single keyword, not as an OR-query). So maybe the...
Maybe the solution here should be a more general mechanism to configure auto-tagging rather than a discogs-specific approach? Something like a `keep-fields` importer option? The `*sync` plugins might want to...
In fact, we could have something like the following to also address (a part of) #4071 ```yaml import: autotag: yes|no autotag-fields: genre: 'append' # see #4071 year: 'as-is' # import...
> Wondering if [this](https://beets.readthedocs.io/en/stable/guides/main.html#installing-on-windows) is a better place to link the same. In fact, since this is not really about installation but rather about first steps when installed, I think...
> Rebased on latest master, and removed the unnecessary lines from the diff (blank lines or apostrophe substitutions). Happy for this to be reviewed and merged! I have to confess...
Thanks again for spotting this :tada:
> So yes, it's not a great situation, but it's not clear what we should do instead. Perhaps rename `Album.items()` to something else someday? While unfortunate; this seems like a...
> Yep I think just documenting the conflict would be good. Doesn't seem like it's been too much of an issue in the past. Would you be able to make...
Looks like a bug, we seem to be making invalid assumptions about the data that deezer returns. Unfortunately, I can't really tell what exact result from the deezer API this...
I don't think anybody has been working on this — sorry! If someone would step up to do the work, this idea could of course be picked up. As a...