From d79dd573f5f09e4276d7ad18a31a99b50feea817 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 8 Sep 2023 20:26:21 -0400 Subject: [PATCH] Update setup.bash --- lidarr/setup.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index f0e43a6..ae9b342 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -111,6 +111,10 @@ echo "Download LyricExtractor script..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/LyricExtractor.bash -o /config/extended/LyricExtractor.bash echo "Done" +echo "Download ArtworkExtractor script..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/ArtworkExtractor.bash -o /config/extended/ArtworkExtractor.bash +echo "Done" + echo "Download Beets Tagger script..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/BeetsTagger.bash -o /config/extended/BeetsTagger.bash echo "Done"