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

PNG image is resized, but not converted as JPG ### Problem Running this command in verbose (`-vv`) mode: ```sh beet -vv import '.\2007 - Alive! [FLAC]\' user configuration: C:\Users\tinbapakk\AppData\Roaming\beets\config.yaml data...

bug

As noted in #4395, it might be useful to the following, so it's always obvious when someone is running a version installed from git: > We have not previously had...

### Problem When importing releases with video tracks, video tracks are ignored, even when audio files are available, and the track numbers are messed up. For example, [this release](https://musicbrainz.org/release/90ee3dda-176e-4666-807f-db6602531961) contains...

needinfo

## Description I've noticed that `beet convert` with the `never_convert_lossy_files: yes` just copies `.wav` files instead of converting them. This fixes that. (see commit message for details)

## Description Fixes #4622. I don't think this changes other behavior of the function, but it fixes the problem with the moved files being created with the wrong permissions for...

### Problem Using the latest (c153f72) version of _beet still produces the invalid regex error. ``` $ beet … _beet:zregexparse:4: invalid regex : ) _beet:zregexparse:4: invalid regex : ) ```...

## Description Allow generating m3u8 playlists so that they contain additional item attributes such as the `id`. The feature is required by the [webm3u plugin](https://github.com/mgoltzsche/beets-webm3u) (M3U server) to transform playlists...

### Proposed solution `string_match` method for `FuzzyQuery` should ignore case by making both pattern and value being matched against lowercase. ### Objective #### Goals Make fuzzy searching... *fuzzier*. I don't...

Hi, For a project I have, I need to match Youtube video titles against my own music collection managed by beets. Problem is Youtube videos have very different titles, and...

feature

### Problem Running this command in verbose (`-vv`) mode: ```sh $ beet -vv bpsync ``` Led to this problem: ``` user configuration: C:\Users\campf\AppData\Roaming\beets\config.yaml data directory: C:\Users\campf\AppData\Roaming\beets plugin paths: Traceback (most...