diff --git a/lidarr/setup.bash b/lidarr/setup.bash index d18505d..d8fa92d 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -61,6 +61,10 @@ echo "Download Video service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/Video.service.bash -o /custom-services.d/Video echo "Done" +echo "Download Audio service..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/Audio.service.bash -o /custom-services.d/Audio +echo "Done" + mkdir -p /config/extended echo "Download PlexNotify script..." @@ -75,6 +79,10 @@ echo "Download SMA config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/sma.ini -o /config/extended/sma.ini echo "Done" +echo "Download Beets config..." +curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/beets-config.yaml" -o /config/extended/beets-config.yaml +echo "Done" + chmod 777 -R /config/extended