Skip to content

Commit f7debf4

Browse files
Merge pull request #275 from hockeygoalie35/lrcget
Embed Synced Lyrics with Beets 2.0 + Unpeg Jellyfish Version
2 parents c89b197 + 11669c2 commit f7debf4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

lidarr/beets-config-lidarr.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
plugins: chroma embedart lastgenre importadded
1+
plugins: chroma embedart lastgenre importadded lyrics
22
art_filename: folder
33
threaded: yes
44
per_disc_numbering: yes
55
id3v23: no
66
asciify_paths: true
77

8+
lyrics:
9+
auto: yes
10+
sources: lrclib genius tekstowo
11+
synced: yes
12+
813
match:
914
strong_rec_thresh: 0.10 # 0.04
1015
medium_rec_thresh: 0.25 # 0.25

lidarr/beets-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
plugins: chroma embedart lastgenre
1+
plugins: chroma embedart lastgenre lyrics
22
art_filename: folder
33
threaded: yes
44
per_disc_numbering: yes
55
id3v23: no
66
asciify_paths: true
77

8+
lyrics:
9+
auto: yes
10+
sources: lrclib genius tekstowo
11+
synced: yes
12+
813
match:
914
strong_rec_thresh: 0.10 # 0.04
1015
medium_rec_thresh: 0.25 # 0.25

lidarr/setup.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicpa
2424
npm install -g miraclx/freyr-js &&\
2525
echo "*** install python packages ***" && \
2626
pip install --upgrade --no-cache-dir --break-system-packages \
27-
jellyfish==0.10 \
27+
jellyfish \
28+
beautifulsoup4 \
2829
yt-dlp \
2930
beets \
3031
yq \

0 commit comments

Comments
 (0)