From 659e229349918ab1db9c1fdb5dede05f3c4acccc Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 13 Aug 2023 16:38:30 -0400 Subject: [PATCH] New Feature: Download Tidal Videos... --- lidarr/setup.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 58fcd84..a96e79e 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 Tidal Video Downloader service..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/TidalVideoDownloader.bash -o /custom-services.d/TidalVideoDownloader +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"