Add lyrics to beets config
This commit is contained in:
parent
8d71b4ae72
commit
d931a12b9c
1 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,15 @@
|
||||||
plugins: chroma embedart lastgenre
|
plugins: chroma embedart lastgenre lyrics
|
||||||
art_filename: folder
|
art_filename: folder
|
||||||
threaded: yes
|
threaded: yes
|
||||||
per_disc_numbering: yes
|
per_disc_numbering: yes
|
||||||
id3v23: no
|
id3v23: no
|
||||||
asciify_paths: true
|
asciify_paths: true
|
||||||
|
|
||||||
|
lyrics:
|
||||||
|
auto: yes
|
||||||
|
sources: lrclib genius tekstowo
|
||||||
|
synced: yes
|
||||||
|
|
||||||
match:
|
match:
|
||||||
strong_rec_thresh: 0.10 # 0.04
|
strong_rec_thresh: 0.10 # 0.04
|
||||||
medium_rec_thresh: 0.25 # 0.25
|
medium_rec_thresh: 0.25 # 0.25
|
||||||
|
|
Loading…
Reference in a new issue