Wieland Hoffmann

Results 15 comments of Wieland Hoffmann

Note that shellcheck doesn't support zsh (https://github.com/koalaman/shellcheck/issues/809) and most likely parses this script as a POSIX sh one. If you change the shebang to `#!/bin/zsh`, shellcheck will refuse to check...

This is because the tags from the files are not immediately reloaded after the replaygain calculation utility has finished.

Hi Eliot and others, if we happen to merge #199 before this, you can find a branch where I've already merged this on top of #199 and fixed the conflicts...

Neither [parse_release_group](https://github.com/alastair/python-musicbrainzngs/blob/865cae68f864b3062b19482b88e9d9eee8b8a967/musicbrainzngs/mbxml.py#L474-L493), [parse_release](https://github.com/alastair/python-musicbrainzngs/blob/865cae68f864b3062b19482b88e9d9eee8b8a967/musicbrainzngs/mbxml.py#L403-L418) nor [parse_recording](https://github.com/alastair/python-musicbrainzngs/blob/865cae68f864b3062b19482b88e9d9eee8b8a967/musicbrainzngs/mbxml.py#L495-L506) appears to support aliases.

@alastair Sure, I can do that. Do you want me to merge it to master and make the next version the API change one or keep this on a separate...

The only externally visible change is the one mentioned in `CHANGES`, the `cause` of `WebServiceError`s and I don't think we can easily translate those back to the old exceptions. To...

Both upstream tickets have been fixed.

Unfortunately I think none of the usual suspects is going to implement this in the near future :( If you feel like implementing it on your own, you can probably...

@fin0 Would you mind submitting a pull request for those changes?

I think I can at least clarify the 50 requests/sec limit for `python-musicbrainz`. This is for the older [python-musicbrainz2](https://musicbrainz.org/doc/python-musicbrainz2) library, which was used for the older musicbrainz web service prior...