Re-switch min beets confidence to 90% to avoid discarding titles, prefer as-is
parent
abfa8c5c82
commit
45f17b687c
|
@ -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 }}"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue