Skip to content

Instantly share code, notes, and snippets.

@ta264
Created April 9, 2019 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ta264/2cb2de25755976bf3f5e7901835209d5 to your computer and use it in GitHub Desktop.
Save ta264/2cb2de25755976bf3f5e7901835209d5 to your computer and use it in GitHub Desktop.
Example beets config
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