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

Error: ```Sending event: import_task_before_choice BAD one or more files failed checks: /srv/dev-disk-by-uuid-342ac512-ae09-47a7-842f-d3158537d395/mnt/Audio/forbeets/Albums/aaa/bbb/Verified/flac/ccc.flac: checker exited with status 1 bbb.flac: *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC *** Got...

bug

## Description Several fixes I had in the queue for months. Some of it required fixes in the library code which are through by now. - Fix the `force` option:...

I apologize if this is already discussed in an existing issue. I would like to discuss the way beets handles large collector boxes like [this one](https://musicbrainz.org/release/004f10a5-e20d-43af-af85-4a5df9669312). At the moment, beets...

discussion

## Description First step in fix of #2895. Add log message on verbose, when beets renames destination file during move. The issue says it may be trickier than it looks....

stale

As per the [documentation](https://beets.readthedocs.io/en/stable/reference/pathformat.html#template-functions): > `%if{condition,text}` or `%if{condition,truetext,falsetext}`: If `condition` is nonempty (or nonzero, if it’s a number), then returns the second argument. Is there a way this could be...

feature

``` ====================================================================== FAIL: test_completion (test.test_ui.CompletionTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/nix-build-beets-1.3.17.drv-0/beets-v1.3.17-src/test/test_ui.py", line 1130, in test_completion self.fail('test/test_completion.sh did not execute properly') AssertionError: test/test_completion.sh did not execute properly ---------------------------------------------------------------------- ```...

bug

## Description Suggestion for musicbrainz substitution in relation with discussion #4660 Tests have been ran with command `tox -e py311-test` ## To Do - [ ] Documentation. (If you've add...

After some discussion [here](https://github.com/beetbox/beets/discussions/4935), I think we should do this: https://github.com/beetbox/beets/blob/e10b955a931e4c205b0cadf0860797c0aeee736c/beetsplug/replaygain.py#L1163C14-L1163C14 1. Add a check for true peaks 2. warn if true peaks is not supported by the backend 3....

## Description In the source, the `mb.album_info` function calls track_info for each recording in a release... but then overrides certain values such as `title`, `artist`, and `length`. This unexpectedly causes...

review-needed

## Description I helped add the exact match query feature last year, but the exact-match prefix `=` does not seem to work for `PathQuery`. After stepping through this code for...

stale
review-needed