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/ beets_env/
tags

View File

@ -10,5 +10,8 @@ beets_env:
reimport: beets_env reimport: beets_env
$(BEET_CMD) import ~/Music/Music $(BEET_CMD) import ~/Music/Music
import: beets_env
$(BEET_CMD) import -c ~/Music/Music_Raw
web: beets_env web: beets_env
$(BEET_CMD) web $(BEET_CMD) web

View File

@ -3,6 +3,9 @@
Basic config and env management for Beets Basic config and env management for Beets
To Do: To Do:
- [ ] Validate that it works and then set up a smart playlist for all Ska
- [ ] Plex update - Get something to ignore incomplete albums, too many of those
- [ ] Add search that requires keys - 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 directory: ~/Music/Music
# musicbrainz:
# host: localhost:5000
# ratelimit: 100
import: import:
move: yes move: yes
write: yes write: yes
log: import.log 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: plugins:
- fetchart - fetchart
- lastgenre - lastgenre
@ -14,4 +29,5 @@ fetchart:
cautious: yes cautious: yes
lastgenre: lastgenre:
prefer_specific: yes # prefer_specific: yes
count: 2