my-beets/config.yaml

35 lines
495 B
YAML
Raw Normal View History

# Currently specified on the commandline
# directory: ~/Music/Music
2018-05-18 21:35:50 +00:00
# musicbrainz:
# host: localhost:5000
# ratelimit: 100
2018-04-24 16:46:45 +00:00
import:
move: yes
write: yes
log: import.log
2018-05-18 21:35:50 +00:00
match:
max_rec:
missing_tracks: strong # I have a lot of these
preferred:
countries: ['US', 'GB|UK']
media: ['CD']
original_year: yes
required:
- artist
2018-04-24 16:46:45 +00:00
plugins:
- fetchart
- lastgenre
- ftintitle
- web
fetchart:
cautious: yes
lastgenre:
2018-05-18 21:35:50 +00:00
# prefer_specific: yes
count: 2