beets
beets copied to clipboard
music library manager and MusicBrainz tagger
**The Problem** I recently upgraded to a newer version of beets and discovered the implementation of [index tracks](https://github.com/beetbox/beets/pull/3459) into the discogs plugin. Great quick implememtation. One problem I quickly discovered...
### Problem I'm trying to figure out how to use "exact matches" I only want the path to be displayed for the exact album name ex. `beet ls -f '$path'...
## Description Fixes #4234 by introducing more fine-grained control over how to handle index tracks and headings. Still very much a draft. - [ ] Cleaner config (do we need...
## Description This adds an option `duplicate_keys` which allows to configure the behavior of the importer when it searches for duplicates. For example, one could add the `format` field so...
This reflects the `try_write` approach will handles write failures elegantly, by logging the error and continuing. We do the same with `move`, `art_set` and `move_art`. We also handle exceptions on...
## Description Fixes #X. (...) ## To Do - [ ] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under `docs/` to describe it.)...
This issue was automatically migrated from Google Code. _Original author: adrian.sampson (November 17, 2010 23:05:05)_ _Original issue: https://github.com/google-code-export/beets/issues/109_
### Problem * `beet list -a path:` seems to be much, much slower than `beet list path:` while in reality an album query should be at least a tiny bit...
OK, so this time I really think I spotted a problem. I ripped a CD, but since it didn’t work properly, it ended up in 2 directories. I then imported...
## Description Continuing work on PR #1685 implementing an improved UI, with more discussion/screenshots at #1593. Previous work has been rebased on `beetbox/beets/master`. Currently I've fixed many of the tests...