Update config
This commit is contained in:
parent
ed91981a7c
commit
f73ecfcf0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
beets_env/
|
||||
tags
|
||||
|
3
Makefile
3
Makefile
@ -10,5 +10,8 @@ beets_env:
|
||||
reimport: beets_env
|
||||
$(BEET_CMD) import ~/Music/Music
|
||||
|
||||
import: beets_env
|
||||
$(BEET_CMD) import -c ~/Music/Music_Raw
|
||||
|
||||
web: beets_env
|
||||
$(BEET_CMD) web
|
||||
|
@ -3,6 +3,9 @@
|
||||
Basic config and env management for Beets
|
||||
|
||||
To Do:
|
||||
- [ ] Validate that it works and then set up a smart playlist for all Ska
|
||||
- [ ] Plex update
|
||||
- [ ] Add search that requires keys
|
||||
|
||||
- Get something to ignore incomplete albums, too many of those
|
||||
- Validate that it works and then set up a smart playlist for all Ska
|
||||
- Plex update
|
||||
- Add search that requires keys
|
||||
- Add chroma id and wrap with Docker for that
|
||||
|
18
config.yaml
18
config.yaml
@ -1,9 +1,24 @@
|
||||
directory: ~/Music/Music
|
||||
|
||||
# musicbrainz:
|
||||
# host: localhost:5000
|
||||
# ratelimit: 100
|
||||
|
||||
import:
|
||||
move: yes
|
||||
write: yes
|
||||
log: import.log
|
||||
|
||||
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
|
||||
@ -14,4 +29,5 @@ fetchart:
|
||||
cautious: yes
|
||||
|
||||
lastgenre:
|
||||
prefer_specific: yes
|
||||
# prefer_specific: yes
|
||||
count: 2
|
||||
|
Loading…
Reference in New Issue
Block a user