RollingStar
RollingStar
How I would diagnose this: I know plugins are stored in beetsplug: https://github.com/beetbox/beets/tree/master/beetsplug I see discogs.py ( I can also search for 'discogs' if i dont know the name of...
Note: Musicbrainz supplies join keys iirc. Could be a useful crossreference on a search.
Sorry, not this time. I end up playing in people's sandboxes but I don't know how all the beets code works.
How does it determine what quality level the album is? I can't figure out the source code.
for reference: https://github.com/beetbox/beets/blob/e977a6f799f7f166b20bee7d41f285b989b5d899/beetsplug/scrub.py#L144
This is amazing.
This may create even more problems, but what about converting the WAV to FLAC, leaving the WAVs where they are (or wherever the user wants them), and importing the FLAC...
@azahi maybe distance weights? https://github.com/beetbox/beets/blob/master/beets/config_default.yaml#L119
### Problem Run beet import on an album that's already in the library. Say Remove old. The old files are instantly deleted, not sent to the recycle bin. Recycle-binning deleted...
Where do the main developers stand on this now? Would either of these be accepted if a pull request was made? * Using send2trash to send trashed files to OS-level...