Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed Synced Lyrics with Beets 2.0 + Unpeg Jellyfish Version #275

Merged
merged 4 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion lidarr/beets-config-lidarr.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion lidarr/beets-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion lidarr/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down