add beets image handling support

pull/250/head
jsaddiction 12 months ago
parent 13cc220f99
commit 6924d21842

@ -45,6 +45,7 @@ RUN \
git \
gcc \
ffmpeg \
imagemagick \
opus-tools \
python3-dev \
libc-dev \

@ -56,6 +56,7 @@ RUN \
gcc \
opus-tools \
ffmpeg \
imagemagick \
python3-dev \
libc-dev \
py3-pip \

@ -56,6 +56,7 @@ RUN \
gcc \
opus-tools \
ffmpeg \
imagemagick \
python3-dev \
libc-dev \
py3-pip \

@ -1,4 +1,4 @@
plugins: chroma embedart lastgenre
plugins: chroma embedart lastgenre fetchart embedart
art_filename: folder
threaded: no
per_disc_numbering: yes
@ -83,3 +83,25 @@ lastgenre:
separator: ', '
whitelist: /config/extended/scripts/beets-genre-whitelist.txt
title_case: yes
fetchart:
auto: no
cautious: no
enforce_ratio: yes
minwidth: 1000
maxwidth: 3000
sources:
- filesystem
- coverart
- albumart
# - fanarttv
- bandcamp
# fanarttv_key: yourAPIkey
store_source: yes
embedart:
auto: no
compare_threshold: 50
ifempty: yes
maxwidth: 0
remove_art_file: no
Loading…
Cancel
Save