From 131765b17c1c1d86fced0f4cb87eb184e78b0751 Mon Sep 17 00:00:00 2001 From: steve1977 Date: Mon, 6 Apr 2026 09:51:55 +0800 Subject: [PATCH] Update Lidarr-MusicVideoAutomator.bash --- Lidarr-MusicVideoAutomator.bash | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Lidarr-MusicVideoAutomator.bash b/Lidarr-MusicVideoAutomator.bash index cbee4ac..79e5e8f 100644 --- a/Lidarr-MusicVideoAutomator.bash +++ b/Lidarr-MusicVideoAutomator.bash @@ -13,11 +13,15 @@ InstallDependencies () { ffmpeg \ jq \ xq \ + git \ + opus-tools \ + python3 \ + py3-pip libstdc++ \ mkvtoolnix log "done" apk add atomicparsley --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing - python3 -m pip install tidal-dl-ng-For-DJ --upgrade --break-system-packages + python3 -m pip install tidaler --upgrade --break-system-packages fi }