Update config
This commit is contained in:
parent
ed91981a7c
commit
f73ecfcf0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
beets_env/
|
beets_env/
|
||||||
|
tags
|
||||||
|
3
Makefile
3
Makefile
@ -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
|
||||||
|
@ -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
|
||||||
|
18
config.yaml
18
config.yaml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user