Sebastian Mohr

Results 126 comments of Sebastian Mohr

Looks like a fun project to integrate. I haven’t dug into the implementation details yet, but I’d argue that storing embeddings directly in Beets’ flex (key/value) fields could become a...

If it is a straight-up replacment, sure don't see an issue with creating a plugin for it 👍 Have you already started experimenting with integrating it? I’d be interested to...

Hey, thanks a lot for the contribution, really appreciate the effort you’ve put into this! This PR is quite large, which makes it a bit difficult to review thoroughly. Would...

Is there a way to disable the progress bar? We’re [running](https://github.com/pSpitzner/beets-flask) in a containerized environment without a cli UI, where all `stdout` and `stderr` are redirected into log files. In...

Could you give the current 2.5.0 version a try?

Can you try to disable the penalization? https://beets.readthedocs.io/en/stable/plugins/index.html#using-metadata-source-plugins

I agree. The whole `data_source_mismatch_penalty` is confusing for users. @snejus Do you think we can change the default to 0?

As far as I understand it triggers with the following conditions (which is the issue here imo): - The penalty is applied if - you have two metadata plugins defined...

> data_source is already MusicBrainz What do you mean? I'm pretty sure `data_source` is not stored in the files. Import only considers metadata from the files

Yeah that what I meant for the reimport, if you use `-L` it should work. Still quite confusing if you ask me since you can't get perfect matches in the...