beets
beets copied to clipboard
music library manager and MusicBrainz tagger
This may be a workaround for the $format problem with convert, but it would be useful if we could set formats..path independently.
Could we add a feature whereby we select what happens at various stages of the import process when it relates to auto converting? I want my canonical reference library to...
### Use case As described in issue #3407, my use-case is to have beets manage albums in more than one format. I like to keep FLAC files for when space...
### Problem Convert: `never_convert_lossy_files` is one of the only config options I see in beets that uses negative wording. Instead of `never_convert_lossy_files: no`, the default could be `convert_lossy_files: yes`
### Problem if `never_convert_lossy_files` is set: ```yaml convert: never_convert_lossy_files: yes ``` then even if I run, for instance: ``` beet convert format:mp3 --format opus ``` the MP3 files will not...
When converting with the hardlink option, existing relative symlinks in the original beets library will be converted to broken symlinks in the destination. ### Problem With the configuration: ```yaml directory:...
### Problem This was first reported by @noahbaculi in https://github.com/Neurrone/beets-audible/issues/71 Importing mp3 files that don't have the WOAF attribute causes Beets to crash with a "'WOAF' object has no attribute...
## Description I wanted to be able to influence 1. recommendation behavior 2. Item to TrackInfo matching from a plugin. So I added those to events to the beets code....
In https://github.com/beetbox/beets/pull/5224#discussion_r2054463631, we had a lenghty discussion on a refactoring of filename truncation. Ultimately, the issue is that we don't currently understand the history and necessity of that code very...
### Problem Everything works great, except that ORIGINALYEAR does not get set while importing. I have to use Picard, which removes the "Compilation (itunes)" value (I don't care about that)...