51 lines
678 B
YAML
51 lines
678 B
YAML
# Currently specified on the commandline
|
|
# directory: ~/Music/Music
|
|
|
|
#musicbrainz:
|
|
# host: musicbrainz:5000
|
|
# ratelimit: 100
|
|
|
|
import:
|
|
move: yes
|
|
write: yes
|
|
log: import.log
|
|
|
|
asciify_paths: yes
|
|
|
|
paths:
|
|
singleton: $artist/Unknown/$title
|
|
|
|
match:
|
|
max_rec:
|
|
missing_tracks: strong # I have a lot of these
|
|
preferred:
|
|
countries: ['US', 'GB|UK']
|
|
media: ['CD']
|
|
original_year: yes
|
|
required:
|
|
- artist
|
|
|
|
plugins:
|
|
- fetchart
|
|
- lastgenre
|
|
- ftintitle
|
|
- web
|
|
- duplicates
|
|
- play
|
|
- edit
|
|
|
|
fetchart:
|
|
cautious: yes
|
|
|
|
lastgenre:
|
|
# prefer_specific: yes
|
|
count: 2
|
|
|
|
duplicates:
|
|
tiebreak:
|
|
items: ['bitrate']
|
|
|
|
play:
|
|
raw: yes
|
|
command: ./play.sh
|