2018-05-18 21:52:00 +00:00
|
|
|
# Currently specified on the commandline
|
|
|
|
# directory: ~/Music/Music
|
2018-05-18 21:35:50 +00:00
|
|
|
|
2020-05-22 22:20:11 +00:00
|
|
|
#musicbrainz:
|
|
|
|
# host: musicbrainz:5000
|
|
|
|
# ratelimit: 100
|
2018-05-18 21:35:50 +00:00
|
|
|
|
2018-04-24 16:46:45 +00:00
|
|
|
import:
|
|
|
|
move: yes
|
|
|
|
write: yes
|
|
|
|
log: import.log
|
|
|
|
|
2019-06-28 23:54:21 +00:00
|
|
|
asciify_paths: yes
|
|
|
|
|
|
|
|
paths:
|
|
|
|
singleton: $artist/Unknown/$title
|
|
|
|
|
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
|
2019-06-29 01:03:23 +00:00
|
|
|
- duplicates
|
|
|
|
- play
|
2020-05-22 22:20:11 +00:00
|
|
|
- edit
|
2018-04-24 16:46:45 +00:00
|
|
|
|
|
|
|
fetchart:
|
|
|
|
cautious: yes
|
|
|
|
|
|
|
|
lastgenre:
|
2018-05-18 21:35:50 +00:00
|
|
|
# prefer_specific: yes
|
|
|
|
count: 2
|
2019-06-29 01:03:23 +00:00
|
|
|
|
|
|
|
duplicates:
|
|
|
|
tiebreak:
|
|
|
|
items: ['bitrate']
|
|
|
|
|
|
|
|
play:
|
|
|
|
raw: yes
|
2020-11-18 18:34:50 +00:00
|
|
|
command: ./play.sh
|