Re-switch min beets confidence to 90% to avoid discarding titles, prefer as-is

master
Quentin Duchemin 2021-05-12 19:21:12 +02:00
parent abfa8c5c82
commit 45f17b687c
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
group: "{{ base_user_name }}" group: "{{ base_user_name }}"
mode: 0644 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 # So that files are written with user perms
become: yes become: yes
become_user: "{{ base_user_name }}" become_user: "{{ base_user_name }}"

View File

@ -3,8 +3,8 @@ threaded: yes
plugins: lyrics ftintitle embedart duplicates fetchart lastgenre acousticbrainz lyrics plugins: lyrics ftintitle embedart duplicates fetchart lastgenre acousticbrainz lyrics
match: match:
# Allow 80% confidence for auto-tagging # Allow 90% confidence for auto-tagging
strong_rec_thresh: 0.20 strong_rec_thresh: 0.10
max_rec: max_rec:
media: strong media: strong
label: strong label: strong