I just did a large initial import using the -q
and --from-scratch
flags, and I discover that none of the imported tracks have track length tags set…
My config:
directory: /mnt/Gog/Music
library: ~/.config/beets/musiclibrary.db
import:
move: yes
plugins:
web:
include-paths: true
discogs:
fromfilename:
fetchart:
sources:
- filesystem
- coverart: release
- coverart: releasegroup
- '*'
enforce_ratio: yes
mbcollection:
info:
scrub:
bandcamp:
art: true
original_date: yes
info:
musicbrainz:
user: XXXXX
pass: XXXXX
mbcollection:
auto: yes
collection: XXXXXXXXXXXXXXXXXX
remove: yes
paths:
default: %title{$albumartist}/%title{$album}/$track %title{$title}
singleton: $artist/$artist - %title{$title}
comp: $album/$track $artist - %title{$title}
This is a rather important omission - what did I do wrong?