Adrian,
I guess I am using MusicBrainz as default, but I tried Discogs too and the result is the same. I strip the config to a bare minimum and still the same issue. I tried several different 2 disk albums, the same and always a clean import in an empty database. The last thing I tried I removed all disk and track numbers and imported but the same …
I hope just pasting the config file in here is OK
Thanks Thomas
Basics where music, library & logs are stored etc
directory: f:/beets/music
library: f:/beets/data/musiclibrary.db
log: f:/beets/logfiles/beetslog.log
import:
write: yes
transfer source to destination
move: yes
copy: no
delete: no
resume: ask
autotagghing on strong matches only
autotag: yes
timid: no
multithreats while importing
threaded: yes
controlling the track numbering style on multi-disc releases
per_disc_numbering: yes
use original release-date of album?
original_date: yes
delete files from source after import, matching
clutter: ["Thumbs.DB", ".DS_Store", "*.m3u", ".pls", "*.jpg"]
Paths ----------------------------------------------------------------------
Paths and filenames for music files
relative to music directory
paths:
default: %asciify{$albumartist}/%asciify{$album}%aunique{}/$disc-$track %asciify{$title}
singleton: Non-Album/%asciify{$artist}/%asciify{$title}
comp: Compilations/%asciify{$album}%aunique{}/$disc-$track %asciify{$title}
replace special characters in generated filenames
replace:
‘[\/]’: _
‘^.’: _
‘[\x00-\x1f]’: _
‘[<>:"?*|]’: _
‘.$’: _
‘\s+$’: ‘’
path_sep_replace: _
filename for the album art
art_filename: cover # results in “cover.jpg”
max_filename_length: 0 # unlimited
General --------------------------------------------------------------------
use mutliple threads during import
threaded: yes
timeout: 5.0
verbose: no
User Interface -------------------------------------------------------------
color: yes
list_format_item: %upper{$artist} - $album - $track. $title
list_format_album: %upper{$albumartist} - $album
time_format: ‘%Y-%m-%d %H:%M:%S’
terminal_encoding: utf8
ui:
terminal_width: 80
length_diff_thresh: 10.0
Auto Tagger ----------------------------------------------------------------
match:
strong_rec_thresh: 0.1 # match 90% or better for auto import
medium_rec_thresh: 0.25
rec_gap_thresh: 0.25
max_rec:
missing_tracks: medium
unmatched_tracks: medium
distance_weights:
source: 2.0
artist: 3.0
album: 3.0
media: 1.0
mediums: 1.0
year: 1.0
country: 0.5
label: 0.5
catalognum: 0.5
albumdisambig: 0.5
album_id: 5.0
tracks: 2.0
missing_tracks: 0.9
unmatched_tracks: 0.6
track_title: 3.0
track_artist: 2.0
track_index: 1.0
track_length: 2.0
track_id: 5.0
preferred:
countries:
media:
original_year: no
ignored:
track_length_grace: 10
track_length_max: 30
Plugins --------------------------------------------------------------------
plugins: [
discogs,
scrub,
mbsync,
missing,
duplicates
]
pluginpath:
Plugins Config -------------------------------------------------------------
discogs:
user_token: EikLmSZXYHYtUqyctseLdLCLzujBDUUMxeVdWKXg
index_tracks: yes
replaygain:
auto: yes
overwrite: yes
albumgain: yes
scrub:
auto: yes
missing:
format: $albumartist - $album - $track - $title
count: no
total: no
#duplicates:
checksum: no # expensive