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 }