Benedikt

Results 165 comments of Benedikt

> ### Setup > > * OS: docker alpine > > * Python version: Python 3.11.9 > > * beets version: 1.6.0 While you seem to be running a development...

Looks like this is coming from https://github.com/beetbox/beets/blob/6077b7a3a1037abbf046a00fbbc05db0401982a1/beets/library.py#L958 If we want to pretty-print this, I guess we should be catching the various subclasses of `OSError` explicity and apply `displayable_path` when logging...

> Ideally, the plugin would do all the required conversions in one pass, so that it doesn't introduce quality loss for each re-encoding (and disregard the quality setting completely in...

> My best guess here is this isn't a beets problem and is more of a network/samba/filesystem problem. Could be something with special characters (exclamation point?), in which case maybe...

What sticks out here is that you seem to be importing a FLAC file, whereas mutagen (the library used to read/write tags) attempts to parse ID3 tags (but FLAC is...

> A simple workaround that would be future-proof is to add a config setting that converts files after importing, instead of doing them as they are being imported. So a...

Sorry, I don't have the time currently to investigate this myself. Hopefully someone else can!

Not sure what's going on here, but one quick remark: This decoding from the beets-internal `bytes`-representation to `str` should be handled by `beets.util.command_output` in the call to `beets.convert_command_args`. So, the...

Looks like it's only picking up the lyrics from the first `div`. Presumably, something about the site's structure changed, leading to this problem? Fixing this should be possible by adapting...

> [...] and hopefully run the whole test suite with DQS disabled to see if there are more similar crashes. Unfortunately, `sqlite3_db_config` does not appear to be exposed in any...