Update config

This commit is contained in:
IamTheFij 2018-05-18 14:35:50 -07:00
parent ed91981a7c
commit f73ecfcf0f
4 changed files with 27 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
beets_env/
tags

View File

@ -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

View File

@ -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

View File

@ -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