Enable Beets lastgenre plugin

pull/240/head
jsaddiction 2 years ago
parent 178ade4cf6
commit f089e77ed0

@ -56,6 +56,7 @@ RUN \
pyacoustid \
requests \
beets \
pylast \
mutagen \
r128gain \
tidal-dl \

@ -68,6 +68,7 @@ RUN \
pyacoustid \
requests \
beets \
pylast \
mutagen \
r128gain \
tidal-dl \

@ -68,6 +68,7 @@ RUN \
pyacoustid \
requests \
beets \
pylast \
mutagen \
r128gain \
tidal-dl \

@ -1,4 +1,4 @@
plugins: chroma embedart
plugins: chroma embedart lastgenre
art_filename: folder
threaded: no
per_disc_numbering: yes
@ -70,3 +70,16 @@ chroma:
embedart:
auto: no
lastgenre:
auto: yes
canonical: yes
count: 1
fallback: None
force: yes
min_weight: 10
prefer_specific: no
source: album
separator: ', '
whitelist: /config/extended/scripts/beets-genre-whitelist.txt
title_case: yes

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save