From 8d71b4ae7253593e7ed956f0cb190d9310169163 Mon Sep 17 00:00:00 2001 From: hockeygoalie35 Date: Wed, 19 Jun 2024 22:16:34 -0400 Subject: [PATCH] Update Jellyfish, Add BeautifulSoup BeautifulSoup is needed for Beets lyrics config --- lidarr/setup.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 64ce5fd..e00526d 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -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==1.0.4 \ + beautifulsoup4 \ yt-dlp \ beets \ yq \