Commit Graph

2419 Commits

Author SHA1 Message Date
ehpersonal38 fcdc99ea42 Merge pull request #992 from srd424/upst-latlong-fix
Fix GeoIP data validation
2023-08-12 13:22:47 -04:00
ehpersonal38 750409d401 Merge pull request #1004 from srd424/upst-chunk-analysis
Chunk analysis calls to facilitate recovery from stalls & low disk space
2023-08-12 13:22:26 -04:00
Steve Dodd eb86faddcd In certain situations trying to recover from stalled analysis we can end up
with low / no disk space and be unable to "escape." In the event of a backlog,
the loop in birdnet_analysis.sh runs continuously, which means analyzed files
do not get moved, which means in turn extract_new_birdsounds.sh cannot create
mp3 extractions and move the processed files again, which would allow them to
be cleaned up by the cron jobs.

This patch is the obvious fix, i.e. to just limit the maximum amount of files
birdnet_analysis.sh can process to 20. This should be a good trade off given
the small overhead of listing files etc before the main loop begins - note that
for the "normal" case of no backlog, birdnet_analysis usually exits after a
single analysis anyway.
2023-08-11 22:33:46 +01:00
Steve Dodd 9aeee82c01 The GeoIP service doesn't always return 4 decimal places - so just
check for its own 'success' state and don't try to validate the
numbers
2023-07-28 08:21:11 +01:00
ehpersonal38 c85fa1e928 Merge pull request #965 from srd424/serverpy-fix-2
Simplify handle_client loop / indent, check for EOF when reading from…
2023-07-02 18:18:48 -04:00
Steve Dodd 479bd272e9 Simplify handle_client loop / indent, check for EOF when reading from socket. 2023-07-01 21:39:11 +01:00
ehpersonal38 6bdff30283 Update update_birdnet_snippets.sh 2023-06-13 20:42:06 -04:00
ehpersonal38 0cf2584acc Update install_services.sh 2023-06-13 20:41:11 -04:00
ehpersonal38 20b27194d5 Update install_services.sh 2023-06-13 20:38:37 -04:00
ehpersonal38 c0284206c9 allow analysis client to only run for 5 min 2023-06-13 20:35:57 -04:00
ehpersonal38 7d410e5cb0 perms 2023-06-12 15:44:27 -04:00
ehpersonal38 f7f0a28bd1 fix flickr_labels.txt being deleted 2023-06-09 18:07:40 -04:00
ehpersonal38 d47719a443 make 2.4 the default model 2023-06-09 18:01:49 -04:00
ehpersonal38 53ff32f189 Merge branch 'main' of https://github.com/mcguirepr89/BirdNET-Pi 2023-06-09 17:55:41 -04:00
ehpersonal38 84f20fad6c Update labels_nm.zip
Co-Authored-By: gutocarv <125123566+gutocarv@users.noreply.github.com>
2023-06-09 17:55:38 -04:00
ehpersonal38 7b546efa90 Merge pull request #948 from joberreiter/patch-1
Update install_services.sh
2023-06-09 16:05:46 -04:00
ehpersonal38 caaa70b66f fix #949 for future 2023-06-08 18:25:01 -04:00
Jochen Oberreiter 41f918474b Update install_services.sh
Added net-tools to the needed packages.
2023-06-08 15:47:24 +02:00
ehpersonal38 92d083a14c Update labels_nm.zip
Co-Authored-By: Datore7 <62485051+datore7@users.noreply.github.com>
2023-06-05 21:13:49 -04:00
ehpersonal38 07adfa95a2 Update server.py 2023-06-05 14:16:08 -04:00
ehpersonal38 02d2ae20b0 Update labels_nm.zip 2023-06-05 14:15:31 -04:00
ehpersonal38 b20e91e11f Update update_birdnet_snippets.sh 2023-06-04 19:10:08 -04:00
ehpersonal38 a724a25043 fix 2023-06-04 19:04:41 -04:00
ehpersonal38 11e33a6f7f Update .gitignore 2023-06-04 19:04:11 -04:00
ehpersonal38 fd7cdd4b57 Model Update: V2.4 2023-06-04 18:58:47 -04:00
ehpersonal38 5336736b38 reinstate scrollbars 2023-06-01 22:30:24 -04:00
ehpersonal38 126c7a080b #933 remove scrollbars on IE and Firefox 2023-05-30 13:07:19 -04:00
ehpersonal38 a3c8e4efc0 fix confidencepct for test notification 2023-05-30 12:57:04 -04:00
ehpersonal38 0972e97bf9 Merge pull request #754 from bdoner/feature/add-confidencepct-variable-to-apprise-notification
Add confidencepct variable to apprise notification
2023-05-30 12:30:25 -04:00
ehpersonal38 5af7dd9ced Merge branch 'main' into feature/add-confidencepct-variable-to-apprise-notification 2023-05-30 12:30:14 -04:00
ehpersonal38 107c7ad40e Merge pull request #937 from croisez/main
Added config variable for livestream reconnection delay, for freqshift purpose
2023-05-30 12:28:45 -04:00
Louis Croisez 44da4243df Merge branch 'main' of https://github.com/croisez/BirdNET-Pi 2023-05-29 16:29:45 +02:00
Louis Croisez 53fabaaa50 Added units indication in advanced config page 2023-05-29 16:29:35 +02:00
croisez e04fed6c41 Merge branch 'mcguirepr89:main' into main 2023-05-29 16:26:28 +02:00
Louis Croisez cf8493aef3 Added config variable for livestream reconnection delay, for freqshift purpose 2023-05-29 16:26:07 +02:00
ehpersonal38 0ee4fbe260 Fix settings requiring refresh to display updated values after changes 2023-05-28 17:11:42 -04:00
ehpersonal38 f0be69d79a Revert "fix species list tester"
This reverts commit 4b6b75a649.
2023-05-28 13:40:19 -04:00
ehpersonal38 f050a60cc1 Revert "fix the things"
This reverts commit 88ccda11f3.
2023-05-28 13:40:16 -04:00
ehpersonal38 f47b9e040e resolve #934 2023-05-28 13:39:55 -04:00
ehpersonal38 509a63e4f4 fix # of updates needed text overflow if > 99 2023-05-27 21:44:58 -04:00
ehpersonal38 88ccda11f3 fix the things 2023-05-25 15:54:54 -04:00
ehpersonal38 049b62d6ae add flowchart 2023-05-23 14:19:53 -04:00
ehpersonal38 4b6b75a649 fix species list tester 2023-05-23 13:52:32 -04:00
ehpersonal38 414606c5f2 Merge pull request #922 from lloydbayley/main
Security Fixes, Mainly
2023-05-22 11:56:14 -04:00
lloydbayley ed9b7c8055 Security Fixes, Mainly 2023-05-22 23:55:11 +10:00
ehpersonal38 6313cb1d91 Merge pull request #912 from croisez/main
Added possibility in Spectrogram view to activate frequency shifting
2023-05-20 18:14:18 -04:00
Louis Croisez 64603f146f Correction done on https://github.com/mcguirepr89/BirdNET-Pi/issues/903 2023-05-20 11:12:57 +02:00
Louis Croisez e92da07637 correction bug for var init 2023-05-20 09:49:26 +02:00
ehpersonal38 a90b1eea46 Merge pull request #918 from mcguirepr89/revert-901-New-UI-API
Revert "Code Consolidation for API preparations & hard coded path replacements"
2023-05-19 20:03:10 -04:00
ehpersonal38 9c1f4175e2 Revert "Code Consolidation for API preparations & hard coded path replacements" 2023-05-19 20:03:02 -04:00