diff --git a/README.md b/README.md index 97f3308..72bfdf9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +

Review the license!!

+

You may not use BirdNET-Pi to develop a commercial product!!!!

BirdNET-Pi

@@ -18,15 +20,21 @@ Check out birds from around the world - [BirdWeather](https://app.birdweather.com)
- [Johannesburg, South Africa](https://joburg.birdnetpi.com)
- [Öringe, Tyresö, Sweden](https://tyreso.birdnetpi.com)
-- [Norman, Oklahoma, United States](https://normanok.birdnetpi.com)
-- [Nijmegen, the Netherlands](https://nijmegen.birdnetpi.com)
- [Murrysville, Pennsylvania, United States](https://murrysvillepa.birdnetpi.com) - [Berowra, New South Wales, Australia](https://berowra.birdnetpi.com) - [Fairview, Tennessee, United States](https://fairviewtennessee.birdnetpi.com) - [Dundas, Ontario, Canada](https://dundasontario.birdnetpi.com) - [Bungendore, New South Wales, Australia](https://bungendorensw.birdnetpi.com) +- [Rivers Bend, Ohio, United States](https://riversbendoh.birdnetpi.com) +- [Vienna, Virginia, United States](https://viennava.birdnetpi.com) +- [Grevenbroich, Elsen, Germany](https://grevenbroich-elsen.birdnetpi.com) +- [Occoquan, Virginia, United States](https://occoquanva.birdnetpi.com) +- [Westmoreland, Pennsylvania, United States](https://westmorelandbnc.birdnetpi.com) +- [Latrobe, Pennsylvania, United States](https://stvincentcollege.birdnetpi.com) +- [Cambridge, Massachusetts, United States](https://cambridgema.birdnetpi.com) [Share your installation!!](https://github.com/mcguirepr89/BirdNET-Pi/wiki/Sharing-Your-BirdNET-Pi) +Have a public installation not in the list above? Let me know!! I'd be happy to add it. Currently listening in these countries . . . that I know of . . . - The United States @@ -53,6 +61,7 @@ Currently listening in these countries . . . that I know of . . . - Ireland - Denmark - Costa Rica +- The Philippines ## Features * 24/7 recording and BirdNET-Lite analysis @@ -76,8 +85,13 @@ Currently listening in these countries . . . that I know of . . . * A USB Microphone or Sound Card ## Installation +**IMPORTANT:** Not yet tested on [the newest RaspiOS image](https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2022-09-07/) + [A comprehensive installation guide is available here](https://github.com/mcguirepr89/BirdNET-Pi/wiki/Installation-Guide). -[Raspberry Pi 0W2 installation guide available here](https://github.com/mcguirepr89/BirdNET-Pi/wiki/RPi0W2-Installation-Guide) + +Please note that installing BirdNET-Pi on top of other servers is not supported. If this is something that you require, please open a discussion for your idea and inquire about how to contribute to development. + +[Raspberry Pi 3B[+] and 0W2 installation guide available here](https://github.com/mcguirepr89/BirdNET-Pi/wiki/RPi0W2-Installation-Guide) The system can be installed with: ``` @@ -85,7 +99,7 @@ curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/newinstall ``` 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/installation$(date "+%F").log`. +The installation creates a log in `$HOME/installation-$(date "+%F").txt`. ## Access The BirdNET-Pi can be accessed from any web browser on the same network: - http://birdnetpi.local @@ -113,7 +127,8 @@ Use the web interface and go to "Tools" > "System Controls" > "Update." If you e ``` ## Troubleshooting and Ideas -Having trouble or have an idea? Submit an issue for trouble and a discussion for ideas. +*Hint: A lot of weird problems can be solved by simply restarting the core services. Do this from the web interface "Tools" > "Services" > "Restart Core Services" +Having trouble or have an idea? *Submit an issue for trouble* and a *discussion for ideas*. Please do *not* submit an issue as a discussion -- the issue tracker solicits information that is needed for anyone to help -- discussions are *not for issues*. ## Sharing Please join a Discussion!! and please join [BirdWeather!!](https://app.birdweather.com) @@ -126,6 +141,7 @@ I hope that if you find BirdNET-Pi has been worth your time, you will share your - [PixCams Build Guide](https://pixcams.com/building-a-birdnet-pi-real-time-acoustic-bird-id-station/) - [Core-Electronics](https://core-electronics.com.au/projects/bird-calls-raspberry-pi) Build Article - [RaspberryPi.com Blog Post](https://www.raspberrypi.com/news/classify-birds-acoustically-with-birdnet-pi/) +- [MagPi Issue 119 Showcase Article](https://magpi.raspberrypi.com/issues/119/pdf) ### Internationalization: diff --git a/birdnet.conf-defaults b/birdnet.conf-defaults index 88732b9..239d4d8 100644 --- a/birdnet.conf-defaults +++ b/birdnet.conf-defaults @@ -62,6 +62,7 @@ APPRISE_NOTIFICATION_TITLE="New BirdNET-Pi Detection" APPRISE_NOTIFICATION_BODY="A \$sciname \$comname was just detected with a confidence of \$confidence" APPRISE_NOTIFY_EACH_DETECTION=0 APPRISE_NOTIFY_NEW_SPECIES=0 +APPRISE_WEEKLY_REPORT=1 #---------------------- Flickr Images API Configuration -----------------------# ## If FLICKR_API_KEY is set, the web interface will try and display bird images @@ -158,6 +159,12 @@ AUDIOFMT=mp3 DATABASE_LANG=en +## SILENCE_UPDATE_INDICATOR is for quieting the display of how many commits +## your installation is behind by, relative to the Github repo. This number +## appears next to "Tools" when you're 50 or more commits behind. + +SILENCE_UPDATE_INDICATOR=0 + ## These are just for debugging LAST_RUN= THIS_RUN= diff --git a/homepage/images/delete.svg b/homepage/images/delete.svg new file mode 100644 index 0000000..287e2ba --- /dev/null +++ b/homepage/images/delete.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/homepage/index.php b/homepage/index.php index e53c3b5..dd7c0ae 100644 --- a/homepage/index.php +++ b/homepage/index.php @@ -5,7 +5,7 @@ body::-webkit-scrollbar { display:none } - +