From f73ecfcf0f1731ca0cd4294c859c582f642e7ea2 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 18 May 2018 14:35:50 -0700 Subject: [PATCH] Update config --- .gitignore | 1 + Makefile | 3 +++ Readme.md | 9 ++++++--- config.yaml | 18 +++++++++++++++++- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 73fb1ae..e04bf04 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ beets_env/ +tags diff --git a/Makefile b/Makefile index 68eaea5..51a1234 100644 --- a/Makefile +++ b/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 diff --git a/Readme.md b/Readme.md index c682c3a..a9a1ffd 100644 --- a/Readme.md +++ b/Readme.md @@ -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 \ No newline at end of file + +- 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 diff --git a/config.yaml b/config.yaml index f63262b..de97f1c 100644 --- a/config.yaml +++ b/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