-
|
Been using beets for many years now, and this is the first time I haven't been able to solve an issue... I'm attempting to import a new album (In A Space Outta Dub by Nightmares on Wax). It is on Musicbrainz, and I am the one who uploaded the Disc ID for my rip. When I attempt to import it, however, I cannot get beets to match the album, even when I give it the ID directly (which usually works). Is there a way I can force it? Or something I'm missing? directory: /mnt/music
library: /root/.config/beets/library.db
import:
log: /root/.config/beets/import.log
import:
copy: no
move: yes
incremental: yes
threaded: yes
clutter: [ "Thumbs.DB", ".DS_Store", "*.m3u", "*.txt" ]
plugins: lastgenre inline info fetchart embedart web mbsync thumbnails lyrics unimported
format_item: "$artist - $album - $title [$genres] [$format] [$samplerate/$bitdepth]"
ui:
color: yes
copyartifacts:
extensions: .pdf .png .jpg
print_ignored: yes
fetchart:
auto: yes # Enable automatic album art fetching during import.
cautious: no # Pick only trusted album art by ignoring filenames that do not contain one of the keywords in "cover_names".
enforce_ratio: yes # Only allow images with 1:1 aspect ratio
minwidth: 1000 # Only images with a width bigger or equal to minwidth are considered as valid album art candidates.
maxwidth: 3000 # A maximum image width to downscale fetched images if they are too big.
# The height is recomputed so that the aspect ratio is preserved.
sources: # An asterisk * expands to all available sources.
- filesystem # No remote art sources are queried if local art is found in the filesystem.
- coverart
- albumart
- bandcamp
store_source: yes # Store the art source (e.g. filesystem) in the beets database as art_source.
lastgenre:
canonical: ''
source: artist
per_disc_numbering: true
item_fields:
multidisk: 1 if disctotal > 1 else 0
paths:
albumtype:soundtrack: Soundtracks/$album/$track $title
singleton: Singletons/$artist - $title
comp: %first${genres}/$album/$track $title
default: %first${genres}/$albumartist/$album%aunique{}/%if{$multidisk,CD$\{disc\}/}$track $title
thumbnails:
auto: yes
lyrics:
auto: yes
unimported:
ignore_extensions: jpg png
ignore_subdirectories: NonMusic data temp |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Have you by chance updated beets recently? You need to enabled the musicbrainz plugin :) |
Beta Was this translation helpful? Give feedback.
Have you by chance updated beets recently? You need to enabled the musicbrainz plugin :)