Merge pull request #275 from hockeygoalie35/lrcget

Embed Synced Lyrics with Beets 2.0 + Unpeg Jellyfish Version
This commit is contained in:
RandomNinjaAtk 2024-06-20 06:05:05 -04:00 committed by GitHub
commit f7debf4ab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 3 deletions

View file

@ -1,10 +1,15 @@
plugins: chroma embedart lastgenre importadded
plugins: chroma embedart lastgenre importadded lyrics
art_filename: folder
threaded: yes
per_disc_numbering: yes
id3v23: no
asciify_paths: true
lyrics:
auto: yes
sources: lrclib genius tekstowo
synced: yes
match:
strong_rec_thresh: 0.10 # 0.04
medium_rec_thresh: 0.25 # 0.25

View file

@ -1,10 +1,15 @@
plugins: chroma embedart lastgenre
plugins: chroma embedart lastgenre lyrics
art_filename: folder
threaded: yes
per_disc_numbering: yes
id3v23: no
asciify_paths: true
lyrics:
auto: yes
sources: lrclib genius tekstowo
synced: yes
match:
strong_rec_thresh: 0.10 # 0.04
medium_rec_thresh: 0.25 # 0.25

View file

@ -24,7 +24,8 @@ apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicpa
npm install -g miraclx/freyr-js &&\
echo "*** install python packages ***" && \
pip install --upgrade --no-cache-dir --break-system-packages \
jellyfish==0.10 \
jellyfish \
beautifulsoup4 \
yt-dlp \
beets \
yq \