Commit Graph

1120 Commits

Author SHA1 Message Date
ehpersonal38 d5255e1edb Adding copylink to Apprise notification body 2022-05-30 09:49:52 -04:00
ehpersonal38 f78acb5cf9 Update play.php 2022-05-29 18:26:00 -04:00
ehpersonal38 0908d99783 Finally some decent maths 2022-05-29 18:04:40 -04:00
ehpersonal38 903a261593 Suppressing "Database is busy" 2022-05-29 15:27:07 -04:00
ehpersonal38 278227f559 Compress all the bits 2022-05-29 13:29:44 -04:00
ehpersonal38 a2715ddc14 Update system_controls.php 2022-05-29 11:09:21 -04:00
ehpersonal38 c3c1e9d942 5 most recent detections on overview 2022-05-29 11:07:44 -04:00
mcguirepr89 6162e524b1 more accurate button label now 2022-05-28 17:05:29 -04:00
mcguirepr89 80d2422e18 this allows running the updater from the webterm 2022-05-28 17:01:56 -04:00
mcguirepr89 bcb4230fff Merge branch 'main' of github.com:mcguirepr89/BirdNET-Pi 2022-05-28 15:14:07 -04:00
mcguirepr89 4e896acde9 this will format the caddyfile properly now 2022-05-28 15:13:53 -04:00
ehpersonal38 8ca6be1386 Update update_birdnet_snippets.sh 2022-05-28 14:55:58 -04:00
ehpersonal38 49a92bae6c Apprise - notify each new infrequent visitor 2022-05-28 12:38:26 -04:00
Patrick McGuire 52db6d5302 Merge pull request #326 from Nachtzuster/localhost
use "localhost" like all other internal services do
2022-05-28 11:32:07 -04:00
mcguirepr89 331e551ab8 Merge branch 'species_stats' of github.com:mcguirepr89/BirdNET-Pi into species_stats 2022-05-28 10:02:46 -04:00
mcguirepr89 8a1e9a489f better less sloppy linting :r)_ 2022-05-28 10:02:30 -04:00
Patrick McGuire 6891ab8753 Merge branch 'main' into species_stats 2022-05-28 10:00:27 -04:00
mcguirepr89 795044f3ab fixing the breakage I just introduced :) 2022-05-28 09:59:19 -04:00
mcguirepr89 b2908bab4d no need to print this anymore 2022-05-28 09:57:26 -04:00
mcguirepr89 3fa0d13ff9 another linting! 2022-05-28 09:54:50 -04:00
mcguirepr89 8408e7dfdf linted 2022-05-28 09:52:39 -04:00
mcguirepr89 6919b0a97a another reduction in verbosity 2022-05-28 09:49:43 -04:00
mcguirepr89 bf517091cf less verbose 2022-05-28 09:48:06 -04:00
ehpersonal38 4a42fdc8ad More spectro enhancements 2022-05-28 08:53:48 -04:00
Patrick McGuire dba5ad3e26 Update install_birdnet.sh 2022-05-28 08:51:36 -04:00
Patrick McGuire 829b7343ab Update install_birdnet.sh 2022-05-28 08:28:52 -04:00
ehpersonal38 458ea9b1dc New species bug
I got New Species notifications all night on "Bachman's Sparrow." Turns out the apostrophes get stripped from Com_Name when they go in the DB, but we're still checking them against a comName that does have apostrophes. This fixes it!
2022-05-28 07:46:12 -04:00
frederik 74b128a1c6 use "localhost" like all other internal services do 2022-05-28 12:42:37 +02:00
ehpersonal38 3d5a52423b Config update button 2022-05-27 16:36:17 -04:00
ehpersonal38 201f705517 If behind by more than 50 commits, show update badge on "Tools" 2022-05-27 15:32:43 -04:00
ehpersonal38 0187cc2c45 Live Spectrogram Improvements Pt 2
-Text opacity correlates with confidence
-Y axis staggered to prevent overlaps
2022-05-27 13:52:54 -04:00
ehpersonal38 7f36f09b9a Live Spectrogram Improvements 2022-05-27 13:15:24 -04:00
mcguirepr89 ecd367b22c added <br> in left chart title 2022-05-27 09:14:58 -04:00
Patrick McGuire 7ef5198131 Merge pull request #322 from lamkin/drl/reduce-ffmpeg-logging
reduce excessive ffmpeg logging
2022-05-27 08:24:37 -04:00
Patrick McGuire 02c7ff72e0 Update todays_detections.php 2022-05-27 07:04:12 -04:00
David Lamkin d9c80c5231 reduce excessive ffmpeg logging
In livestream.sh logging is set to 52 which seems excessive
a value of 32 (the default):
     'Show informative messages during processing. This is in addition to warnings and errors.'
would seem to be more appropriate.
2022-05-27 11:08:11 +01:00
Jake Herbst 47c756c3e0 Adding better support for database language configuration 2022-05-26 16:33:11 -04:00
ehpersonal38 61adf3fec5 No leaky Flickr API keys on error 2022-05-26 12:10:11 -04:00
mcguirepr89 847db6d65f silencing that check 2022-05-26 11:00:57 -04:00
ehpersonal38 5c2aab01e4 Show # of commits local repo is behind by, on Sys Controls 2022-05-26 10:26:02 -04:00
CaiusX 369044840b Updates and requests fulfillments - for comments 2022-05-26 16:20:03 +02:00
CaiusX 8aadd77f2b Updated Species Stats with some cleanup and requests 2022-05-26 16:09:59 +02:00
mcguirepr89 ca7c2078dc those warning are no longer needed 2022-05-26 09:16:54 -04:00
Patrick McGuire 7a05b1b84a Merge pull request #317 from jmherbst/restart-services
Making restart_services.sh faster and more consistent
2022-05-26 09:05:12 -04:00
Jake Herbst 82cfdf7076 Adding blanket systemctl daemon-reload 2022-05-26 08:33:25 -04:00
ehpersonal38 e78eaa1e75 Reverting DB Optimizations
I have to admit the old way is much more efficient
2022-05-26 08:21:41 -04:00
Jake Herbst f41363d11e Updating restart_services.sh to restart faster now with socket re-use enabled for server 2022-05-25 21:17:35 -04:00
Jake Herbst 605066ae76 Adding socket option to server socket to bind to port in use to make restarts faster and more consistent 2022-05-25 21:16:40 -04:00
mcguirepr89 969e5928bb underscore to space to %20, set hike! 2022-05-25 13:29:03 -04:00
ehpersonal38 138a031591 Update stats.php 2022-05-25 13:20:11 -04:00