beets icon indicating copy to clipboard operation
beets copied to clipboard

music library manager and MusicBrainz tagger

Results 317 beets issues
Sort by recently updated
recently updated
newest added

By default beets is configured to use ~/Music unless otherwise specified. I think that the order of preference should be as follows: 1. directory as configured in config.yaml 2. $XDG_MUSIC_DIR...

feature

### Problem According to [the docs](https://beets.readthedocs.io/en/stable/plugins/scrub.html), if I enable the `scrub` plugin then "beets will first strip all types of tags entirely and then write the database-tracked metadata to the...

### Use case I'm trying to use beets to correct some tags on the music files ### Solution The library already contains the correct tags for the entire album, but...

feature

### Problem I'm having a hard time importing my collection into beets as it churns for a long time and then crashes with just this message: `python: /build/chromaprint/src/chromaprint-1.5.1/src/audio_processor.cpp:148: virtual void...

After upgrading from sqlite3 v3.45.0 to v3.45.1, beets no longer runs. Downgrading to sqlite3 v3.45.0 fixes the issue. ``` Traceback (most recent call last): File "/usr/local/bin/beet", line 33, in sys.exit(load_entry_point('beets==1.6.0',...

As this is a field related to albums, it probably should be accessible as `album.mb_albumartistids`.

## Description Fixes #4120. This may not be the fully desired behavior, let me know if there's anything I should tweak., ## To Do - [ ] Documentation. (If you've...

### Problem Trying to resume an import over ssh. My laptop fell asleep and the import stopped. Running this command in verbose (`-vv`) mode: ```sh $ beet -vv import /media/plex/music...

## Description This PR depends on #4741 and #4744 which convert some queries to be SQL-compatible. In short, it enables filtering flexible attributes and related items or album through SQL....

## Description This PR addresses issue #4882 by adding barcode as a new import disambiguator. Currently it can be difficult to distinguish and select the proper album release during ``beets...