Created
April 9, 2019 11:45
-
-
Save ta264/2cb2de25755976bf3f5e7901835209d5 to your computer and use it in GitHub Desktop.
Example beets config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
directory: /mnt/data1/Music | |
library: /mnt/data1/Music/beetslibrary.db | |
import: | |
copy: no | |
plugins: fetchart embedart duplicates inline scrub | |
item_fields: | |
singledigitdisc: "'{:01n}'.format(disc)" | |
paths: | |
default: $albumartist/$album ($year)/$albumartist - $album - $singledigitdisc$track - $title | |
per_disc_numbering: yes | |
fetchart: | |
maxwidth: 1024 | |
enforce_ratio: no | |
cautious: yes | |
sources: coverart itunes amazon albumart wikipedia | |
match: | |
strong_rec_thresh: 0.10 | |
missing_tracks: strong | |
unmatched_tracks: strong | |
ignored_media: ['Data CD', 'DVD', 'DVD-Video', 'Blu-ray', 'HD-DVD', 'VCD', 'SVCD', 'UMD', 'VHS'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment