frederik
1fa33d2444
socket is not in use anymore
2024-02-13 10:57:35 +01:00
frederik
5e590cd3bf
optimize
2024-02-13 10:57:35 +01:00
frederik
1783328ebd
run_analysis() created
2024-02-13 10:57:35 +01:00
frederik
3df8290e67
reshuffle code to make server.py importable
2024-02-13 10:57:35 +01:00
frederik
563ee57e19
puttings all raw wav files flat under StreamData makes things easier
2024-02-13 10:57:34 +01:00
frederik
7cad72cbe0
cleanup update snippets
2024-02-13 10:57:34 +01:00
ehpersonal38
762732c134
Merge pull request #970 from srd424/disk-check-fix
...
Check disk usage of filesystem hosting recordings
2023-08-12 21:07:33 -04:00
ehpersonal38
fcdc99ea42
Merge pull request #992 from srd424/upst-latlong-fix
...
Fix GeoIP data validation
2023-08-12 13:22:47 -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
Steve Dodd
aeb6df232d
Check the disk usage of the filesystem hosting the processed
...
recordings, not necessarily the root filesystem
2023-07-06 17:50:40 +01: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
Jochen Oberreiter
41f918474b
Update install_services.sh
...
Added net-tools to the needed packages.
2023-06-08 15:47:24 +02:00
ehpersonal38
07adfa95a2
Update server.py
2023-06-05 14:16:08 -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
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
a3c8e4efc0
fix confidencepct for test notification
2023-05-30 12:57:04 -04:00
ehpersonal38
5af7dd9ced
Merge branch 'main' into feature/add-confidencepct-variable-to-apprise-notification
2023-05-30 12:30:14 -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
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
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
e92da07637
correction bug for var init
2023-05-20 09:49:26 +02:00
ehpersonal38
9c1f4175e2
Revert "Code Consolidation for API preparations & hard coded path replacements"
2023-05-19 20:03:02 -04:00
ehpersonal38
09b4c56c96
Merge pull request #901 from jaredb7/New-UI-API
...
Code Consolidation for API preparations & hard coded path replacements
2023-05-19 20:00:10 -04:00
ehpersonal38
f25d43d133
make species stats up to 70% faster
2023-05-19 19:48:50 -04:00
jaredb7
aba13452f8
Update common.php
2023-05-19 21:37:29 +10:00
jaredb7
4ffefa8dfb
Change the method of how the filepath are generated
...
To avoid having to update file or directory paths in 3 script locations (PHP Common, Shell Common and Python File path resolver)
The .json file will references by all 3 systems, allowing them to generate paths from one central location. Files can be then moved around, the file updated and all 3 languages will up to date without any other work.
2023-05-19 21:25:37 +10:00
jaredb7
6b5282037c
Merge branch 'BirdNET-pi-main' into New-UI-API
2023-05-17 20:04:19 +10:00
Louis Croisez
38e60f23be
correction bug in https://github.com/mcguirepr89/BirdNET-Pi/pull/898
2023-05-16 23:34:42 +02:00
ehpersonal38
0e40aa562a
no special characters message
2023-05-16 12:36:32 -04:00
Louis Croisez
04dae073f6
Added option in Spectrogram view to activate a frequency shift in the audio livestream
2023-05-16 10:46:43 +02:00