my-beets/config.yaml

61 lines
1.0 KiB
YAML
Raw Normal View History

# 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:
2020-11-19 00:47:23 +00:00
move: true
write: true
2018-04-24 16:46:45 +00:00
log: import.log
2020-11-19 00:47:23 +00:00
asciify_paths: true
2019-06-28 23:54:21 +00:00
paths:
default: $primary_artist/$album ($year)/$artist - $album - $track - $title
singleton: $primary_artist/Single/$title
item_fields:
primary_artist: 'albumartists[0] if albumartists else albumartist'
# albumartist: 'albumartists[0]'
album_fields:
primary_artist: 'albumartists[0] if albumartists else albumartist'
# albumartist: 'albumartists[0]'
2019-06-28 23:54:21 +00:00
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']
2020-11-19 00:47:23 +00:00
media: ['CD', 'Digital Media']
original_year: true
2018-05-18 21:35:50 +00:00
required:
- artist
2018-04-24 16:46:45 +00:00
plugins:
- fetchart
- lastgenre
- inline
# - ftintitle
2018-04-24 16:46:45 +00:00
- 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:
2020-11-19 00:47:23 +00:00
cautious: true
2018-04-24 16:46:45 +00:00
lastgenre:
2020-11-19 00:47:23 +00:00
# prefer_specific: true
2018-05-18 21:35:50 +00:00
count: 2
2019-06-29 01:03:23 +00:00
duplicates:
tiebreak:
items: ['bitrate']
play:
2020-11-19 00:47:23 +00:00
raw: true
2020-11-18 18:34:50 +00:00
command: ./play.sh