From f6da46e8c79ce58453d61fc2c8a6932f97a6057b Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 8 Sep 2023 17:41:20 -0400 Subject: [PATCH] Update setup.bash --- lidarr/setup.bash | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 1c23932..7b4d974 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -110,16 +110,16 @@ 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 Beets Tagger script..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/BeetsTagger.bash -o /config/extended/BeetsTagger.bash +echo "Done" + if [ ! -f /config/extended/beets-genre-whitelist.txt ]; then echo "Download beets-genre-whitelist.txt..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/beets-genre-whitelist.txt -o /config/extended/beets-genre-whitelist.txt echo "Done" fi -echo "Download ArtworkExtractor script..." -curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/ArtworkExtractor.bash -o /config/extended/ArtworkExtractor.bash -echo "Done" - if [ ! -f /config/extended.conf ]; then echo "Download Extended config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/extended.conf -o /config/extended.conf