Frederik “Freso” S. Olesen
Frederik “Freso” S. Olesen
While morituri strived to be fully automated and not provide any interactivity what-so-ever. (At most, you could specify things on the command line when invoking morituri.) However, this approach also...
Either as its own file, its own page, or as a section in the README. Certain questions get asked again and again, and while a FAQ won’t prevent from getting...
Next release of MusicBrainz will have genre support. An example can be seen at https://beta.musicbrainz.org/release-group/3bd76d40-7f0e-36b7-9348-91a33afee20e (JSON web service output: https://beta.musicbrainz.org/ws/2/release-group/3bd76d40-7f0e-36b7-9348-91a33afee20e?fmt=json&inc=genres ) Should whipper try and get these genres and save...
Currently there are several tests that are dependent on both the client being online, but also on the service (MusicBrainz, AccurateRip, …) being accessible. This is a rather fault prone...
I haven’t been able to find any Streamlabs API documentation for this (seems like it’s an undocumented/unofficial API?), so not sure if it’s possible… but I note that the generated...
Create {fres,freso,anarch}.o
Right now we have [a plugin that removes "feat." artists from track titles](https://github.com/metabrainz/picard-plugins/tree/master/plugins/featartist) and [a plugin that moves "feat." artists from the artist string to the track title](https://github.com/metabrainz/picard-plugins/tree/master/plugins/featartistsintitles) and we...
This script is not that complicated and doesn’t use a lot of the features of bash, so in case people want to run this using dash (for lower overhead) or...
The `enum` module is not actually imported in any part of the codebase and "enum34" isn't relevant for Python version 3.4 and later even if it was relevant. (Current Python...