beets: Add lyrics fetching
This commit is contained in:
parent
8912a09a39
commit
6cf34a5aee
1 changed files with 7 additions and 1 deletions
|
@ -79,6 +79,7 @@ plugins:
|
|||
- inline
|
||||
- lastgenre
|
||||
- lastimport
|
||||
- lyrics
|
||||
- mbcollection
|
||||
- mbsync
|
||||
- missing
|
||||
|
@ -92,7 +93,8 @@ edit:
|
|||
ignore_fields: id path
|
||||
|
||||
fetchart:
|
||||
sources: filesystem coverart discogs amazon albumart
|
||||
sources: filesystem coverart itunes discogs amazon albumart
|
||||
store_source: yes
|
||||
|
||||
lastgenre:
|
||||
auto: true
|
||||
|
@ -109,5 +111,9 @@ lastgenre:
|
|||
lastfm:
|
||||
user: schmitzkater
|
||||
|
||||
lyrics:
|
||||
sources: musixmatch genius
|
||||
fallback: ''
|
||||
|
||||
bandcamp:
|
||||
art: true
|
||||
|
|
Loading…
Reference in a new issue