From 48bdd0f4f34a20cb8a986e8a40e155a82d0b85f8 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 7 Feb 2022 09:24:15 -0500 Subject: [PATCH 1/5] Update version.md --- version.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/version.md b/version.md index 4a1942b..66d3c84 100644 --- a/version.md +++ b/version.md @@ -1,3 +1,18 @@ +# main v.11.1 +- `server.py` socket +- Removed DB password from scripts +- FTP included +- WebGUI tools: + - Settings > Advanced Settings + - Include/Exclude Species List Editor + - Web Terminal +- Removed Extraction Logging +- Lowered minimum recording length +- No longer requires CADDY_PWD +- Auto-set random DB_PWD +- New (but still changing) charts +- Crontabs now in `/etc/crontab` instead of `pi` user + # main v.11 - New "Reconfigure System" GUI - labels.txt language support for 20+ languages From 96e15849fa709625b8c94520b40ea9cbd056e268 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 7 Feb 2022 09:28:01 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1451ae1..925030d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
A realtime acoustic bird classification system for the Raspberry Pi 4B From f7184f161b877d40c54eb460ebe8d8214dcf6f3c Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 7 Feb 2022 09:30:49 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 925030d..fa33d61 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ If your installation isn't in one of the countries listed above, please let me k * Web interface access to all data and logs * Web Terminal * [Tiny File Manager](https://tinyfilemanager.github.io/) +* FTP server included * Automatic extraction of detected data (creating audio clips of detected bird sounds) * Spectrograms available for all extractions * MariaDB integration @@ -61,6 +62,8 @@ The system can be installed with: curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/forms/newinstaller.sh | bash | tee -a installation.log 2>&1 && sudo reboot ``` +The installation creates a log in `/home/pi/installation.log` that you can [email me](mailto:mcguirepr89@gmail.com) if you encounter any issues during installation. + ## Access The BirdNET-Pi system can be accessed from any web browser on the same network: - http://birdnetpi.local From ef2d9d606c9f3a64f8ba29babf2872e52a795cfb Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 7 Feb 2022 09:33:16 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa33d61..e54938c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ The system can be installed with: ``` curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/forms/newinstaller.sh | bash | tee -a installation.log 2>&1 && sudo reboot ``` +The installer takes care of any and all necessary updates, so you can run that as the very first command upon the first boot, if you'd like. The installation creates a log in `/home/pi/installation.log` that you can [email me](mailto:mcguirepr89@gmail.com) if you encounter any issues during installation. From 6904020cd38f0bff47c62f89ad2473270b8e474a Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 7 Feb 2022 11:00:50 -0500 Subject: [PATCH 5/5] Updated the installation guide link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e54938c..e236c91 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ If your installation isn't in one of the countries listed above, please let me k * A USB Microphone or Sound Card ## Installation -Installation guide coming soon. +[An installation guide is available here](https://github.com/mcguirepr89/BirdNET-Pi/wiki/Installation-Guide). The system can be installed with: ```