diff --git a/README.md b/README.md index 97f3308..37f3ff9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Check out birds from around the world - [Fairview, Tennessee, United States](https://fairviewtennessee.birdnetpi.com) - [Dundas, Ontario, Canada](https://dundasontario.birdnetpi.com) - [Bungendore, New South Wales, Australia](https://bungendorensw.birdnetpi.com) +- [Occoquan, Virginia, United States](https://occoquanva.birdnetpi.com) [Share your installation!!](https://github.com/mcguirepr89/BirdNET-Pi/wiki/Sharing-Your-BirdNET-Pi) @@ -126,6 +127,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 9baad16..7d2105a 100644 --- a/birdnet.conf-defaults +++ b/birdnet.conf-defaults @@ -159,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/index.php b/homepage/index.php index 0a85823..df28a8d 100644 --- a/homepage/index.php +++ b/homepage/index.php @@ -5,7 +5,8 @@ body::-webkit-scrollbar { display:none } - + +