diff --git a/README.md b/README.md index 1451ae1..e236c91 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
A realtime acoustic bird classification system for the Raspberry Pi 4B @@ -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 @@ -54,12 +55,15 @@ 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: ``` 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. ## Access The BirdNET-Pi system can be accessed from any web browser on the same network: 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