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

## Description In #4746 I was making a small adjustment in beetsplug/aura.py and found that the module wasn't tested. So this PR adds some high-level tests to act a safeguard...

## Description Fixes #4709. Changelog to complete if testing works out ## To Do - [ ] Changelog. (Add an entry to `docs/changelog.rst` to the bottom of one of the...

Use `pull_request_target` event for the changelog update reminder See https://github.com/marketplace/actions/comment-pull-request#permissions for more details. Additionally, refactor the workflow into a more canonical form utilising the `tj-actions/changed-files` GitHub action.

### Problem With a default beets installation (via pkg or ports) on FreeBSD (13.1), any action requiring interaction with the SQLite database will cause beets to crash. This is due...

bug

cf. https://github.com/beetbox/beets/issues/4709, let's see how badly this breaks CI

Have come across this interesting case since I submitted a PR with an edit in a file that falls out of these exclusion rules: #5233 . :grin:

- **Replace py3_path by standard os.fsdecode** - **Use native os.cpu_count** - **Replace bytestring_path with os.fsencode** ## Description These functions had been written before builtins achieving the same have been made...

I have been running tests across the codebase frequently these days and have just discovered thousands of files in my `/tmp` directory. For example, I checked which tests from `test/plugins`...

refactor
testing

## Description This PR is Part 1 of the work #5215 that fixes typing issues in `beets.util.__init__` module. It addresses simple-to-fix / most of the issues in this module.

## Description Part 2 of the work fixing types in `beets.util.__init__` #5215. Mypy was not happy here because `_legalize_stage` function implementation concatenates `path` and `extension` parameters, implying that their types...