beets
beets copied to clipboard
music library manager and MusicBrainz tagger
### Problem Running this command in verbose (`-vv`) mode: ```sh $ beet -vv import /Volumes/Pink/Downloads/Music/Artists ``` Led to this problem: ``` Candidate: Various Artists - Total - Volume One (3beb9d31-2b59-4cf8-95c3-0a5e2faea75f)...
Hello, As a long-time user of the web plug-in, I've made a few changes to its front-end that might be worth merging. This PR: * adds the `controls` attribute to...
### Problem I was importing new tracks with `import.write` disabled and seeing all tracks populated with new tags. With help from the [forum](https://discourse.beets.io/t/tags-are-being-written-to-imported-files-even-though-import-write-no/2068/4), I was able to determine that with...
Add an [ARCHITECTURE.md file](https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html) to allow new contributors to learn about the physical architecture of the project easily.
Even if a custom "paths:" configuration that includes $disc is used to handle multi-disc albums, cover art only gets placed in the first disc directory. It is not an easy...
With the current formatting output, it’s extremely hard to find the crucial information. Current output might look like this (minus the colors): ``` 4. Austin Wintory - The Banner Saga...
Couldn't find an issue for this, therefore: Has Bandcamp been considered as a source in general? For the autotagger, for cover art, lyrics, genre, etc.? I know that the API...
Discogs is a useful source for meta-data, however, the genre information in Discogs is pretty useless. Currently, when we use Discogs as a tag source, everything is overwritten by Discogs...
### Proposed solution Offer the ability to store BPM's as floats. ### Objective I've seen some discussion about this in this previous [issues](https://github.com/beetbox/beets/issues/762). In certain use-cases BPM's as integers are...
When using beet commands with any global option the completion of paths doesn't work anymore. E.g.: ``` beet -v import /path/does/not/complete ``` If `-v` in above command is removed, path...