diff --git a/roles/music/tasks/import_music.yml b/roles/music/tasks/import_music.yml index 4501d7e..96efce3 100644 --- a/roles/music/tasks/import_music.yml +++ b/roles/music/tasks/import_music.yml @@ -14,7 +14,7 @@ group: "{{ base_user_name }}" mode: 0644 -- name: Tag music (auto-tag when confidence > 80%, use as-is otherwise) +- name: Tag music (auto-tag when confidence > 90%, use as-is otherwise) # So that files are written with user perms become: yes become_user: "{{ base_user_name }}" diff --git a/roles/music/templates/beets_config.yaml.j2 b/roles/music/templates/beets_config.yaml.j2 index 80f4c2a..cb6e43e 100644 --- a/roles/music/templates/beets_config.yaml.j2 +++ b/roles/music/templates/beets_config.yaml.j2 @@ -3,8 +3,8 @@ threaded: yes plugins: lyrics ftintitle embedart duplicates fetchart lastgenre acousticbrainz lyrics match: - # Allow 80% confidence for auto-tagging - strong_rec_thresh: 0.20 + # Allow 90% confidence for auto-tagging + strong_rec_thresh: 0.10 max_rec: media: strong label: strong