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 }}"
|
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 }}"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue