diff --git a/Birders_Guide_Installer.sh b/Birders_Guide_Installer.sh index 3d9115b..edc49ea 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -1,11 +1,11 @@ #!/usr/bin/env bash set -e -my_dir=${HOME}/Birding-Pi +my_dir=${HOME}/BirdNET-Pi trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT if [ "$(uname -m)" != "aarch64" ];then - echo "Birding-Pi requires a 64-bit OS. + echo "BirdNET-Pi requires a 64-bit OS. It looks like your operating system is using $(uname -m), but would need to be aarch64. Please take a look at https://birdnetwiki.pmcgui.xyz for more @@ -44,11 +44,11 @@ EOF echo echo "Installing stage 2 installation script now." cd ~ - curl -s -O "https://raw.githubusercontent.com/mcguirepr89/Birding-Pi/rpialpha/Birders_Guide_Installer.sh" + curl -s -O "https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/rpialpha/Birders_Guide_Installer.sh" chmod +x Birders_Guide_Installer.sh cat << EOF | sudo tee /etc/systemd/user/birdnet-system-installer.service &> /dev/null [Unit] -Description=A Birding-Pi Installation Script Service +Description=A BirdNET-Pi Installation Script Service After=graphical.target network-online.target [Service] @@ -106,9 +106,9 @@ stage_2() { echo if [ ! -d ${my_dir} ];then cd ~ || exit 1 - echo "Cloning the Birding-Pi repository in your home directory" - git clone https://github.com/mcguirepr89/Birding-Pi.git ~/Birding-Pi - cd Birding-Pi && git checkout rpialpha + echo "Cloning the BirdNET-Pi repository in your home directory" + git clone https://github.com/mcguirepr89/BirdNET-Pi.git ~/BirdNET-Pi + cd BirdNET-Pi && git checkout rpialpha fi if [ -f ${my_dir}/Birders_Guide_Installer_Configuration.txt ];then @@ -138,9 +138,9 @@ and then close the Mouse Pad editing window to continue." echo "It looks like you haven't filled out the Birders_Guide_Installer_Configuration.txt file completely. -Open that file to edit it. (Go to the folder icon in the top left and look for the \"Birding-Pi\" +Open that file to edit it. (Go to the folder icon in the top left and look for the \"BirdNET-Pi\" folder and double-click the file called \"Birders_Guide_Installer_Configuration.txt\" -Enter the latitude and longitude of where the Birding-Pi will be. +Enter the latitude and longitude of where the BirdNET-Pi will be. You can find this information at https://maps.google.com Find your location on the map and right click to find your coordinates. @@ -151,9 +151,9 @@ Good luck!" read exit 1 fi - echo "Installing the Birding-Pi configuration file." + echo "Installing the BirdNET-Pi configuration file." [ -f ${my_dir}/soundcard_params.txt ] || touch ${my_dir}/soundcard_params.txt - SOUND_PARAMS="${HOME}/Birding-Pi/soundcard_params.txt" + SOUND_PARAMS="${HOME}/BirdNET-Pi/soundcard_params.txt" SOUND_CARD="$(sudo -u pi aplay -L \ | grep -e '^hw' \ | cut -d, -f1 \ @@ -178,7 +178,7 @@ The installation has finished. Press Enter to close this window." install_birdnet_config() { cat << EOF > ${my_dir}/birdnet.conf ################################################################################ -# Configuration settings for the Birding-Pi # +# Configuration settings for the BirdNET-Pi # ################################################################################ #___________The four variables below are the only that are required.___________# @@ -283,7 +283,7 @@ REMOTE_RECS_DIR= ## EXTRACTIONS_URL is the URL where the extractions, data-set, and live-stream ## will be web-hosted. If you do not own a domain, or would just prefer to keep -## the Birding-Pi on your local network, you can set this to http://localhost. +## the BirdNET-Pi on your local network, you can set this to http://localhost. ## Setting this (even to http://localhost) will also allow you to enable the ## GoTTY web logging features below. @@ -330,7 +330,7 @@ PUSHED_APP_SECRET=${PUSHED_APP_SECRET} # Keep this EMPTY if you do not want to install NoMachine. # ## INSTALL_NOMACHINE is simply a setting that can be enabled to install -## NoMachine alongside the Birding-Pi for remote desktop access. This in- +## NoMachine alongside the BirdNET-Pi for remote desktop access. This in- ## staller assumes personal use. Please reference the LICENSE file included ## in this repository for more information. ## Set this to Y or y to install NoMachine alongside the BirdNET-Lite @@ -373,7 +373,7 @@ EXTRACTED=${RECS_DIR}/Extracted ## change this variable between data-sets to preserve records of disparate ## data-sets according to name. -IDFILE=${HOME}/Birding-Pi/IdentifiedSoFar.txt +IDFILE=${HOME}/BirdNET-Pi/IdentifiedSoFar.txt ## OVERLAP is the value in seconds which BirdNET should use when analyzing ## the data. The values must be between 0.0-2.9. @@ -437,7 +437,7 @@ The installer runs in two stages: Stage 1 configures and enables the zRAM kernel module and allocates 4G to its swapping size if needed. This will trigger a reboot. Stage 1 also ensures the system is up to date. -Stage 2 guides you through configuring the essentials and installs the full Birding-Pi system." +Stage 2 guides you through configuring the essentials and installs the full BirdNET-Pi system." if [ ! -f ${HOME}/stage_1_complete ] ;then diff --git a/BirdingPi.gif b/BirdingPi.gif deleted file mode 100644 index 81c7544..0000000 Binary files a/BirdingPi.gif and /dev/null differ diff --git a/README.md b/README.md index acbb5d5..70e2154 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Birding Pi +# BirdNET-Pi  A realtime acoustic bird classification system for the Reaspberry Pi 4B - + ## Introduction -The Birding Pi project is based on the BirdNet-Lite project and is able to recognize bird sounds from the microphone and the sound card in realtime. The system installs all needed services on the Raspberry Pi. +The BirdNET-Pi project is based on the BirdNet-Lite project and is able to recognize bird sounds from the microphone and the sound card in realtime. The system installs all needed services on the Raspberry Pi. ## Requirements * A Raspberry Pi 4B @@ -14,20 +14,20 @@ The Birding Pi project is based on the BirdNet-Lite project and is able to recog ## Installation The system can be installed with: ``` -curl -s https://raw.githubusercontent.com/mcguirepr89/Birding-Pi/rpialpha/Birders_Guide_Installer.sh | bash +curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/rpialpha/Birders_Guide_Installer.sh | bash ``` The script first enables and configures the zRAM kernel module for swapping, and reboots. -After the reboot, the configuration file is opened for editing. Here, you will input your latitude and longitude and will set a few passwords to protect your Pi. When the installation has finished, the Birding Pi is ready to start collecting and analyzing data on the next boot. +After the reboot, the configuration file is opened for editing. Here, you will input your latitude and longitude and will set a few passwords to protect your Pi. When the installation has finished, the BirdNET-Pi is ready to start collecting and analyzing data on the next boot. If you have trouble with the installation script, you can cancel and rerun the installer: ``` -~/Birding-Pi/Birders_Guide_Installer.sh +~/BirdNET-Pi/Birders_Guide_Installer.sh ``` ## Access -The Birding Pi system can be accessed from any web browser on the same network: -- http://birdingpi.local +The BirdNET-Pi system can be accessed from any web browser on the same network: +- http://birdnetpi.local #### Access Credentials: - Username:`birdnet` @@ -35,7 +35,7 @@ The Birding Pi system can be accessed from any web browser on the same network: ## Uninstallation ``` -/usr/local/bin/uninstall.sh && cd ~ && rm -drf Birding-Pi +/usr/local/bin/uninstall.sh && cd ~ && rm -drf BirdNET-Pi ``` ## ToDo, Notes, and Comming Soon @@ -50,4 +50,4 @@ You can try to overclock your Pi by placing the following in your `/boot/config. over_voltage=6 arm_freq=1750 ``` -Be sure the Pi is adequately cooled and powered. Check http://birdingpi.local:9090 for CPU temperature and over-volatage warnings (anything other than "throttled:0x0" is bad). +Be sure the Pi is adequately cooled and powered. Check http://birdnetpi.local:9090 for CPU temperature and over-volatage warnings (anything other than "throttled:0x0" is bad). diff --git a/analyze.py b/analyze.py index 6b4274c..a38ce2d 100644 --- a/analyze.py +++ b/analyze.py @@ -133,7 +133,7 @@ def predict(sample, interpreter, sensitivity): # Remove species that are on blacklist for i in range(min(10, len(p_sorted))): - if p_sorted[i][0] in ['Human_Human', 'Non-bird_Non-bird', 'Noise_Noise']: + if p_sorted[i][0] in ['Human_Human', 'Non-bird_Non-bird', 'Noise_Noise', 'Quiscalus major_Boat-tailed Grackle', 'Megascops asio_Eastern Screech-Owl', 'Cygnus columbianus_Tundra Swan', 'Cathartes aura_Turkey Vulture', 'Cygnus buccinator_Trumpeter Swan', 'Scolopax minor_American Woodcock', 'Bubo virginianus_Great Horned Owl', 'Strix varia_Barred Owl', 'Quiscalus quiscula_Common Grackle']: p_sorted[i] = (p_sorted[i][0], 0.0) # Only return first the top ten results @@ -246,7 +246,7 @@ def main(): connection = mysql.connector.connect(host='localhost', database='birds', user='birder', - password='databasepassword') + password='maddypaddy') cursor = connection.cursor() mySql_insert_query = """INSERT INTO detections (Date, Time, Sci_Name, Com_Name, Confidence, Lat, Lon, Cutoff, Week, Sens, Overlap) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s) """ diff --git a/birdnet.conf-defaults b/birdnet.conf-defaults index 3a46e45..463931b 100644 --- a/birdnet.conf-defaults +++ b/birdnet.conf-defaults @@ -105,7 +105,7 @@ REMOTE_RECS_DIR= ## EXTRACTIONS_URL is the URL where the extractions, data-set, and live-stream ## will be web-hosted. If you do not own a domain, or would just prefer to keep -## Birding-Pi on your local network, you can set this to http://localhost. +## BirdNET-Pi on your local network, you can set this to http://localhost. ## Setting this (even to http://localhost) will also allow you to enable the ## GoTTY web logging features below. @@ -152,10 +152,10 @@ PUSHED_APP_SECRET= # Keep this EMPTY if you do not want to install NoMachine. # ## INSTALL_NOMACHINE is simply a setting that can be enabled to install -## NoMachine alongside the Birding-Pi for remote desktop access. This in- +## NoMachine alongside the BirdNET-Pi for remote desktop access. This in- ## staller assumes personal use. Please reference the LICENSE file included ## in this repository for more information. -## Set this to Y or y to install NoMachine alongside the Birding-Pi +## Set this to Y or y to install NoMachine alongside the BirdNET-Pi INSTALL_NOMACHINE= @@ -195,7 +195,7 @@ EXTRACTED=${RECS_DIR}/Extracted ## change this variable between data-sets to preserve records of disparate ## data-sets according to name. -IDFILE=${HOME}/Birding-Pi/IdentifiedSoFar.txt +IDFILE=${HOME}/BirdNET-Pi/IdentifiedSoFar.txt ## OVERLAP is the value in seconds which BirdNET should use when analyzing ## the data. The values must be between 0.0-2.9. diff --git a/scripts/birdnet_analysis.sh b/scripts/birdnet_analysis.sh index 8c0e3bc..92674bb 100755 --- a/scripts/birdnet_analysis.sh +++ b/scripts/birdnet_analysis.sh @@ -22,7 +22,7 @@ if ! diff ${LAST_RUN} ${THIS_RUN};then done fi -CUSTOM_LIST="/home/pi/Birding-Pi/custom_species_list.txt" +CUSTOM_LIST="/home/pi/BirdNET-Pi/custom_species_list.txt" # Create an array of the audio files # Takes one argument: @@ -75,7 +75,7 @@ run_analysis() { WEEK="$(echo "${WEEK_OF_YEAR} + 4" |bc -l)" fi - cd ${HOME}/Birding-Pi || exit 1 + cd ${HOME}/BirdNET-Pi || exit 1 for i in "${files[@]}";do echo "${1}/${i}" > ./analyzing_now.txt [ -z ${RECORDING_LENGTH} ] && RECORDING_LENGTH=15 diff --git a/scripts/birdnet_stats.sh b/scripts/birdnet_stats.sh index 71815f4..bc3b7f4 100755 --- a/scripts/birdnet_stats.sh +++ b/scripts/birdnet_stats.sh @@ -7,15 +7,15 @@ setterm --cursor off TMP_FILE="$(mktemp)" while true;do - cat << "EOF" - ___ _ ___ -( _`\ _ ( ) _ ( _`\ _ -| (_) )(_) _ __ _| |(_) ___ __ | |_) )(_) -| _ <'| |( '__)/'_` || |/' _ `\ /'_ `\ | ,__/'| | -| (_) )| || | ( (_| || || ( ) |( (_) | | | | | -(____/'(_)(_) `\__,_)(_)(_) (_)`\__ | (_) (_) - ( )_) | - \___/' + cat << 'EOF' + ____ __ __ __ _____ ______ ____ +/\ _`\ __ /\ \/\ \/\ \/\ __\/\__ _\ /\ _`\ __ +\ \ \_\ \ /\_\ _ __ \_\ \ \ `\\ \ \ \_/\/_/\ \/ \ \ \_\ \/\_\ + \ \ _ <'\/\ \/\`'__\/'_` \ \ , ` \ \ _\ \ \ \ \ \ ,__/\/\ \ + \ \ \_\ \\ \ \ \ \//\ \_\ \ \ \`\ \ \ \/__ \ \ \ \ \ \/ \ \ \ + \ \____/ \ \_\ \_\\ \___,_\ \_\ \_\ \____/ \ \_\ \ \_\ \ \_\ + \/___/ \/_/\/_/ \/__,_ /\/_/\/_/\/___/ \/_/ \/_/ \/_/ + EOF if [ "$(find ${EXTRACTED} -name '*.wav' | wc -l)" -ge 1 ] &> /dev/null;then a=$(find "${EXTRACTED}/By_Date" -type f -name '*.wav' | wc -l) diff --git a/scripts/clear_all_data.php b/scripts/clear_all_data.php index 8a30a27..4a187de 100644 --- a/scripts/clear_all_data.php +++ b/scripts/clear_all_data.php @@ -1,4 +1,4 @@ diff --git a/scripts/clear_all_data.sh b/scripts/clear_all_data.sh index aa30986..42f5054 100755 --- a/scripts/clear_all_data.sh +++ b/scripts/clear_all_data.sh @@ -15,15 +15,15 @@ echo "Recreating necessary directories" [ -d ${EXTRACTED}/By_Date ] || sudo -u ${BIRDNET_USER} mkdir -p ${EXTRACTED}/By_Date [ -d ${EXTRACTED}/By_Common_Name ] || sudo -u ${BIRDNET_USER} mkdir -p ${EXTRACTED}/By_Common_Name [ -d ${EXTRACTED}/By_Scientific_Name ] || sudo -u ${BIRDNET_USER} mkdir -p ${EXTRACTED}/By_Scientific_Name -sudo -u ${BIRDNET_USER} ln -s /home/pi/Birding-Pi/templates/index.html ${EXTRACTED} +sudo -u ${BIRDNET_USER} ln -s /home/pi/BirdNET-Pi/templates/index.html ${EXTRACTED} [ -d ${PROCESSED} ] || sudo -u ${BIRDNET_USER} mkdir -p ${PROCESSED} -[ -L ${EXTRACTED}/scripts ] || sudo -u ${BIRDNET_USER} ln -s /home/pi/Birding-Pi/scripts ${EXTRACTED}/ -[ -L ${EXTRACTED}/spectrogram.php ] || sudo -u ${BIRDNET_USER} ln -s /home/pi/Birding-Pi/scripts/spectrogram.php ${EXTRACTED} -[ -L ${EXTRACTED}/spectrogram.sh ] || sudo -u ${BIRDNET_USER} ln -s /home/pi/Birding-Pi/scripts/spectrogram.sh ${EXTRACTED} -[ -L ${EXTRACTED}/viewdb.php ] || sudo -u ${BIRDNET_USER} ln -s /home/pi/Birding-Pi/scripts/viewdb.php ${EXTRACTED} +[ -L ${EXTRACTED}/scripts ] || sudo -u ${BIRDNET_USER} ln -s /home/pi/BirdNET-Pi/scripts ${EXTRACTED}/ +[ -L ${EXTRACTED}/spectrogram.php ] || sudo -u ${BIRDNET_USER} ln -s /home/pi/BirdNET-Pi/scripts/spectrogram.php ${EXTRACTED} +[ -L ${EXTRACTED}/spectrogram.sh ] || sudo -u ${BIRDNET_USER} ln -s /home/pi/BirdNET-Pi/scripts/spectrogram.sh ${EXTRACTED} +[ -L ${EXTRACTED}/viewdb.php ] || sudo -u ${BIRDNET_USER} ln -s /home/pi/BirdNET-Pi/scripts/viewdb.php ${EXTRACTED} -sudo -u ${BIRDNET_USER} cp ~/Birding-Pi/templates/index.html ${EXTRACTED}/ +sudo -u ${BIRDNET_USER} cp ~/BirdNET-Pi/templates/index.html ${EXTRACTED}/ echo "Dropping and re-creating database" -sudo /home/pi/Birding-Pi/scripts/createdb.sh +sudo /home/pi/BirdNET-Pi/scripts/createdb.sh echo "Restarting services" sudo systemctl restart birdnet_recording.service diff --git a/scripts/createdb.sh b/scripts/createdb.sh index c623345..80bee01 100755 --- a/scripts/createdb.sh +++ b/scripts/createdb.sh @@ -39,5 +39,5 @@ GRANT ALL ON birds.* TO 'birder'@'localhost' IDENTIFIED BY '${DB_PWD}' WITH GRAN exit EOF -sed -i "s/databasepassword/${DB_PWD}/g" /home/pi/Birding-Pi/analyze.py -sed -i "s/databasepassword/${DB_PWD}/g" /home/pi/Birding-Pi/scripts/viewdb.php +sed -i "s/databasepassword/${DB_PWD}/g" /home/pi/BirdNET-Pi/analyze.py +sed -i "s/databasepassword/${DB_PWD}/g" /home/pi/BirdNET-Pi/scripts/viewdb.php diff --git a/scripts/dump_logs.sh b/scripts/dump_logs.sh index 7fa32cd..101e967 100755 --- a/scripts/dump_logs.sh +++ b/scripts/dump_logs.sh @@ -2,7 +2,7 @@ # A comprehensive log dumper # set -x # Uncomment to debug source /etc/birdnet/birdnet.conf &> /dev/null -LOG_DIR="${HOME}/Birding-Pi/logs" +LOG_DIR="${HOME}/BirdNET-Pi/logs" SERVICES=(avahi-alias@.service birdnet_analysis.service birdnet_log.service @@ -29,7 +29,7 @@ for i in "${SERVICES[@]}";do done # Create password-removed birdnet.conf -sed -e '/PWD=/d' ${HOME}/Birding-Pi/birdnet.conf > ${LOG_DIR}/birdnet.conf +sed -e '/PWD=/d' ${HOME}/BirdNET-Pi/birdnet.conf > ${LOG_DIR}/birdnet.conf # Create password-removed Caddyfile if [ -f /etc/caddy/Caddyfile ];then @@ -57,6 +57,6 @@ for i in "${CALLS[@]}";do done # TAR the logs into a ball -tar --remove-files -cvpzf ${HOME}/Birding-Pi/logs.tar.gz ${LOG_DIR} &> /dev/null +tar --remove-files -cvpzf ${HOME}/BirdNET-Pi/logs.tar.gz ${LOG_DIR} &> /dev/null # Finished -echo "Your compressed logs are located at ${HOME}/Birding-Pi/logs.tar.gz" +echo "Your compressed logs are located at ${HOME}/BirdNET-Pi/logs.tar.gz" diff --git a/scripts/edit_birdnet.conf.php b/scripts/edit_birdnet.conf.php index 9ea36ac..06ed525 100644 --- a/scripts/edit_birdnet.conf.php +++ b/scripts/edit_birdnet.conf.php @@ -1,4 +1,4 @@ diff --git a/scripts/install_birdnet.sh b/scripts/install_birdnet.sh index 4755220..8676205 100755 --- a/scripts/install_birdnet.sh +++ b/scripts/install_birdnet.sh @@ -7,7 +7,7 @@ trap '${my_dir}/dump_logs.sh && echo -e "\n\nExiting the installation. Goodbye!" cd $my_dir || exit 1 if [ "$(uname -m)" != "aarch64" ];then - echo "Birding-Pi requires a 64-bit OS. + echo "BirdNET-Pi requires a 64-bit OS. It looks like your operating system is using $(uname -m), but would need to be aarch64. Please take a look at https://birdnetwiki.pmcgui.xyz for more @@ -46,7 +46,7 @@ install_deps() { } install_birdnet() { - cd ~/Birding-Pi || exit 1 + cd ~/BirdNET-Pi || exit 1 echo "Upgrading pip, wheel, and setuptools" sudo pip3 install --upgrade pip wheel setuptools echo "Fetching the TFLite pre-built binaries" @@ -67,7 +67,7 @@ install_birdnet() { read -sp "\ Be sure you have read the software license before installing. This is -available in the Birding-Pi directory as "LICENSE" +available in the BirdNET-Pi directory as "LICENSE" If you DO NOT want to install BirdNET and the birdnet_analysis.service, press Ctrl+C to cancel. If you DO wish to install BirdNET and the birdnet_analysis.service, press ENTER to continue with the installation." @@ -93,16 +93,16 @@ echo " BirdNet is installed!! 'sudo systemctl disable --now birdnet_analysis.service' Visit - http://birdingpi.local to see your extractions, + http://birdnetpi.local to see your extractions, http://birdlog.local to see the log output of the birdnet_analysis.service, http://extractionlog.local to see the log output of the extraction.service, and - http://birdstats.local to see the Birding-Pi Report" + http://birdstats.local to see the BirdNET-Pi Report" echo read -n1 -p " Would you like to run the birdnet_analysis.service now?" YN echo case $YN in [Yy] ) sudo systemctl start birdnet_analysis.service \ && journalctl -fu birdnet_analysis;; -* ) echo " Thanks for installing Birding-Pi!! +* ) echo " Thanks for installing BirdNET-Pi!! I hope it was helpful!";; esac diff --git a/scripts/install_config.sh b/scripts/install_config.sh index 168785b..1b1457e 100755 --- a/scripts/install_config.sh +++ b/scripts/install_config.sh @@ -308,7 +308,7 @@ REMOTE_RECS_DIR=${REMOTE_RECS_DIR} ## EXTRACTIONS_URL is the URL where the extractions, data-set, and live-stream ## will be web-hosted. If you do not own a domain, or would just prefer to keep -## Birding-Pi on your local network, you can set this to http://localhost. +## BirdNET-Pi on your local network, you can set this to http://localhost. ## Setting this (even to http://localhost) will also allow you to enable the ## GoTTY web logging features below. @@ -355,10 +355,10 @@ PUSHED_APP_SECRET=${PUSHED_APP_SECRET} # Keep this EMPTY if you do not want to install NoMachine. # ## INSTALL_NOMACHINE is simply a setting that can be enabled to install -## NoMachine alongside the Birding-Pi for remote desktop access. This in- +## NoMachine alongside the BirdNET-Pi for remote desktop access. This in- ## staller assumes personal use. Please reference the LICENSE file included ## in this repository for more information. -## Set this to Y or y to install NoMachine alongside the Birding-Pi +## Set this to Y or y to install NoMachine alongside the BirdNET-Pi INSTALL_NOMACHINE=${INSTALL_NOMACHINE} @@ -398,7 +398,7 @@ EXTRACTED=${RECS_DIR}/Extracted ## change this variable between data-sets to preserve records of disparate ## data-sets according to name. -IDFILE=${HOME}/Birding-Pi/IdentifiedSoFar.txt +IDFILE=${HOME}/BirdNET-Pi/IdentifiedSoFar.txt ## OVERLAP is the value in seconds which BirdNET should use when analyzing ## the data. The values must be between 0.0-2.9. @@ -457,7 +457,7 @@ EOF sudo ln -sf $(dirname ${my_dir})/birdnet.conf /etc/birdnet/birdnet.conf } -# Checks for a birdnet.conf file in the Birding-Pi directory for a +# Checks for a birdnet.conf file in the BirdNET-Pi directory for a # non-interactive installation. Otherwise,the installation is interactive. if [ -f ${BIRDNET_CONF} ];then source ${BIRDNET_CONF} diff --git a/scripts/install_services.sh b/scripts/install_services.sh index ef40cef..b3cc5ec 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -10,7 +10,7 @@ gotty_url="https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_a CONFIG_FILE="$(dirname ${my_dir})/birdnet.conf" install_scripts() { - echo "Installing Birding-Pi scripts to /usr/local/bin" + echo "Installing BirdNET-Pi scripts to /usr/local/bin" ln -sf ${my_dir}/* /usr/local/bin/ rm /usr/local/bin/index.html } @@ -219,7 +219,7 @@ ${EXTRACTIONS_URL} { php_fastcgi unix//run/php/php7.3-fpm.sock } -http://birdingpi.local { +http://birdnetpi.local { root * ${EXTRACTED} file_server browse basicauth /Processed* { @@ -271,7 +271,7 @@ ExecStart=/bin/bash -c "/usr/bin/avahi-publish -a -R %I $(avahi-resolve -4 -n %H [Install] WantedBy=multi-user.target EOF - systemctl enable --now avahi-alias@birdingpi.local.service + systemctl enable --now avahi-alias@birdnetpi.local.service systemctl enable --now avahi-alias@birdlog.local.service systemctl enable --now avahi-alias@extractionlog.local.service systemctl enable --now avahi-alias@birdstats.local.service @@ -280,7 +280,7 @@ EOF install_spectrogram_service() { cat << EOF > /etc/systemd/system/spectrogram_viewer.service [Unit] -Description=Birding-Pi Spectrogram Viewer +Description=BirdNET-Pi Spectrogram Viewer [Service] Restart=always RestartSec=10 @@ -312,7 +312,7 @@ RestartSec=3 Type=simple User=${USER} Environment=TERM=xterm-256color -ExecStart=/usr/local/bin/gotty -p 8080 --title-format "Birding-Pi Log" journalctl -o cat -fu birdnet_analysis.service +ExecStart=/usr/local/bin/gotty -p 8080 --title-format "BirdNET-Pi Log" journalctl -o cat -fu birdnet_analysis.service [Install] WantedBy=multi-user.target @@ -346,7 +346,7 @@ RestartSec=3 Type=simple User=${USER} Environment=TERM=xterm-256color -ExecStart=/usr/local/bin/gotty -p 9090 --title-format "Birding-Pi Statistics" tmux new -A -s birdstats /usr/local/bin/birdnet_stats.sh +ExecStart=/usr/local/bin/gotty -p 9090 --title-format "BirdNET-Pi Statistics" tmux new -A -s birdstats /usr/local/bin/birdnet_stats.sh [Install] WantedBy=multi-user.target @@ -406,7 +406,7 @@ RestartSec=3 Type=simple User=pi Environment=TERM=xterm-256color -ExecStart=/usr/local/bin/gotty -w -p 9898 --title-format "Edit birdnet.conf" tmux new -A -s editbirdnet nano /home/pi/Birding-Pi/birdnet.conf +ExecStart=/usr/local/bin/gotty -w -p 9898 --title-format "Edit birdnet.conf" tmux new -A -s editbirdnet nano /home/pi/BirdNET-Pi/birdnet.conf [Install] WantedBy=multi-user.target @@ -433,7 +433,7 @@ install_icecast() { config_icecast() { if [ -f /etc/icecast2/icecast.xml ];then - cp /etc/icecast2/icecast.xml{,.prebirdnetsystem} + cp /etc/icecast2/icecast.xml{,.prebirdnetpi} fi sed -i 's/>admin>birdnet /etc/systemd/system/livestream.service [Unit] -Description=Birding-Pi Live Stream +Description=BirdNET-Pi Live Stream [Service] Environment=XDG_RUNTIME_DIR=/run/user/1000 diff --git a/scripts/install_tmux_services.sh b/scripts/install_tmux_services.sh index 107e1a4..49512af 100755 --- a/scripts/install_tmux_services.sh +++ b/scripts/install_tmux_services.sh @@ -3,7 +3,7 @@ # ONLY run this additional script if you trust everyone on your # local network completely as the credentials are sent WITHOUT # any SSL/TLS encryption. For a secure remote connection to your -# Birding-Pi command line, consider enabling SSH on the +# BirdNET-Pi command line, consider enabling SSH on the # Raspberry Pi and using another Linux machine or an SSH # client software, or you can alternately add the 'tls internal' # directive to the Caddyfile to add a self-signed certificate for TLS/SSL @@ -46,7 +46,7 @@ install_tmux() { install_web_terminal() { cat << EOF | sudo tee /etc/systemd/system/birdterminal.service [Unit] -Description=A Birding-Pi Web Terminal +Description=A BirdNET-Pi Web Terminal [Service] Restart=on-failure diff --git a/scripts/reboot_system.php b/scripts/reboot_system.php index 7cb1023..df7c8d0 100644 --- a/scripts/reboot_system.php +++ b/scripts/reboot_system.php @@ -1,4 +1,4 @@ diff --git a/scripts/reconfigure_birdnet.sh b/scripts/reconfigure_birdnet.sh index 195d288..e1695fc 100755 --- a/scripts/reconfigure_birdnet.sh +++ b/scripts/reconfigure_birdnet.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -# Reconfigure the Birding-Pi +# Reconfigure the BirdNET-Pi source /etc/birdnet/birdnet.conf uninstall.sh -${HOME}/Birding-Pi/scripts/install_config.sh -sudo ${HOME}/Birding-Pi/scripts/install_services.sh -echo "Birding-Pi has now been reconfigured." +${HOME}/BirdNET-Pi/scripts/install_config.sh +sudo ${HOME}/BirdNET-Pi/scripts/install_services.sh +echo "BirdNET-Pi has now been reconfigured." diff --git a/scripts/restart_birdnet_analysis.php b/scripts/restart_birdnet_analysis.php index 131bb36..d495ba9 100644 --- a/scripts/restart_birdnet_analysis.php +++ b/scripts/restart_birdnet_analysis.php @@ -1,4 +1,4 @@ diff --git a/scripts/restart_birdnet_recording.php b/scripts/restart_birdnet_recording.php index 3b98615..b3a5a6e 100644 --- a/scripts/restart_birdnet_recording.php +++ b/scripts/restart_birdnet_recording.php @@ -1,4 +1,4 @@ diff --git a/scripts/restart_caddy.php b/scripts/restart_caddy.php index c50a923..80b539f 100644 --- a/scripts/restart_caddy.php +++ b/scripts/restart_caddy.php @@ -1,4 +1,4 @@ diff --git a/scripts/restart_extraction.php b/scripts/restart_extraction.php index b663116..83af548 100644 --- a/scripts/restart_extraction.php +++ b/scripts/restart_extraction.php @@ -1,4 +1,4 @@ diff --git a/scripts/restart_services.php b/scripts/restart_services.php index 9c83dfe..2f9caf4 100644 --- a/scripts/restart_services.php +++ b/scripts/restart_services.php @@ -1,4 +1,4 @@ diff --git a/scripts/restart_services.sh b/scripts/restart_services.sh index 3ed2fb8..f767776 100755 --- a/scripts/restart_services.sh +++ b/scripts/restart_services.sh @@ -7,7 +7,7 @@ sudo rm -rf ${RECS_DIR}/$(date +%B-%Y/%d-%A)/* sudo systemctl start birdnet_recording.service SERVICES=(avahi-alias@birdlog.local.service -avahi-alias@birdingpi.local.service +avahi-alias@birdnetpi.local.service avahi-alias@birdstats.local.service avahi-alias@extractionlog.local.service birdnet_analysis.service diff --git a/scripts/shutdown_system.php b/scripts/shutdown_system.php index 2c9df23..f344edc 100644 --- a/scripts/shutdown_system.php +++ b/scripts/shutdown_system.php @@ -1,4 +1,4 @@ diff --git a/scripts/spectrogram.php b/scripts/spectrogram.php index 1c66a42..3aa0629 100644 --- a/scripts/spectrogram.php +++ b/scripts/spectrogram.php @@ -1,4 +1,4 @@ diff --git a/scripts/spectrogram.sh b/scripts/spectrogram.sh index 7e4d481..c8b6667 100755 --- a/scripts/spectrogram.sh +++ b/scripts/spectrogram.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Make sox spectrogram source /etc/birdnet/birdnet.conf -analyzing_now="$(cat /home/pi/Birding-Pi/analyzing_now.txt)" +analyzing_now="$(cat /home/pi/BirdNET-Pi/analyzing_now.txt)" spectrogram_png=${EXTRACTED}/spectrogram.png sudo -u pi sox "${analyzing_now}" -n spectrogram -t "Currently Analyzing" -c "${analyzing_now}" -o "${spectrogram_png}" diff --git a/scripts/uninstall.sh b/scripts/uninstall.sh index 416cffb..3f04091 100755 --- a/scripts/uninstall.sh +++ b/scripts/uninstall.sh @@ -47,7 +47,7 @@ ${HOME}/.gotty) SERVICES=(avahi-alias@birdlog.local.service -avahi-alias@birdnetsystem.local.service +avahi-alias@birdnetpi.local.service avahi-alias@birdstats.local.service avahi-alias@extractionlog.local.service avahi-alias@birdterminal.local.service @@ -109,5 +109,5 @@ remove_scripts() { remove_services remove_scripts if [ -d /etc/birdnet ];then sudo rm -drf /etc/birdnet;fi -if [ -f ${HOME}/Birding-Pi/birdnet.conf ];then sudo rm -f ${HOME}/Birding-Pi/birdnet.conf;fi +if [ -f ${HOME}/BirdNET-Pi/birdnet.conf ];then sudo rm -f ${HOME}/BirdNET-Pi/birdnet.conf;fi echo "Uninstall finished. Remove this directory with 'rm -drfv' to finish." diff --git a/scripts/update_species.sh b/scripts/update_species.sh index e96ebd2..0c5f028 100755 --- a/scripts/update_species.sh +++ b/scripts/update_species.sh @@ -9,7 +9,7 @@ TMPFILE=$(mktemp) || exit 1 [ -f ${IDFILE} ] || touch ${IDFILE} -if [ $(find ${PROCESSED} -name '*csv' | wc -l) -ge 1 ];then +if [ $(find ${PROCESSED} -name '*csv' | wc -l) -ge 1 ] &> /dev/null;then sort $(find ${PROCESSED} ${ANALYZED} ${EXTRACTED} -name '*csv') \ | awk -F\; '!/Scientific/ {print"Common Name: " $4 "\nScientific Name: " $3""}' \ | uniq > "$TMPFILE" diff --git a/scripts/viewdb.php b/scripts/viewdb.php index 32180b2..334f8fc 100644 --- a/scripts/viewdb.php +++ b/scripts/viewdb.php @@ -6,7 +6,7 @@
-