From 4d40f65286542f1b7b110070b86e3ebd84414b1b Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:37:09 +0100 Subject: [PATCH] Include ffmpeg and drop setup_ffmpeg from install Add ffmpeg to the apt packages installed by install/birdnet-install.sh and remove the now-unnecessary setup_ffmpeg invocation. Also apply a minor whitespace change to json/birdnet.json (remove trailing newline). --- install/birdnet-install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install/birdnet-install.sh b/install/birdnet-install.sh index f14530e8..cd90fff4 100644 --- a/install/birdnet-install.sh +++ b/install/birdnet-install.sh @@ -17,11 +17,10 @@ msg_info "Installing Dependencies" $STD apt install -y \ libasound2 \ sox \ - alsa-utils + alsa-utils \ + ffmpeg msg_ok "Installed Dependencies" -setup_ffmpeg - fetch_and_deploy_gh_release "birdnet" "tphakala/birdnet-go" "prebuild" "latest" "/opt/birdnet" "birdnet-go-linux-amd64.tar.gz" msg_info "Setting up BirdNET"