ehpersonal38
c297f0097b
PR #459
2022-07-23 08:43:09 -04:00
ehpersonal38
6985f3ba3a
Update advanced.php
2022-07-22 18:54:25 -04:00
ehpersonal38
fce0c08095
Update service_controls.php
2022-07-22 18:51:02 -04:00
mcguirepr89
9c55fc4112
Merge branch 'main' of github.com:mcguirepr89/BirdNET-Pi
2022-07-22 07:48:29 -04:00
mcguirepr89
bf75943be6
find fails silently
2022-07-22 07:48:07 -04:00
ehpersonal38
eafc61f562
stop error message from throwing an error
2022-07-21 10:41:23 -04:00
ehpersonal38
8961c9d45f
Print service status on Service Controls
2022-07-20 16:41:37 -04:00
ehpersonal38
048713a145
Update notifications.py
2022-07-20 09:01:25 -04:00
Patrick McGuire
b2b7a70d65
Update README.md
2022-07-20 07:15:00 -04:00
ehpersonal38
688b68461c
Update labels_l18n.zip
2022-07-19 10:17:59 -04:00
ehpersonal38
bf661694e4
Update overview.php
2022-07-18 19:51:43 -04:00
ehpersonal38
9a34674864
Update spectrogram.php
2022-07-18 19:04:42 -04:00
ehpersonal38
5fdc721ad7
better $flickrimage handling with JSON
2022-07-18 13:26:49 -04:00
ehpersonal38
13e79f31e8
only show purge excluded recordings
2022-07-17 13:37:20 -04:00
ehpersonal38
9b78881f9f
Update overview.php
2022-07-16 17:49:50 -04:00
ehpersonal38
eeee9e77fe
delete improvements
2022-07-16 15:14:50 -04:00
ehpersonal38
3ac167808f
No detections for today
2022-07-16 09:42:52 -04:00
mcguirepr89
8cb02f668b
Merge branch 'main' of github.com:mcguirepr89/BirdNET-Pi
2022-07-16 09:22:47 -04:00
mcguirepr89
7a0eb8bd30
typo
2022-07-16 09:22:38 -04:00
ehpersonal38
4b7bb27a58
Try/catch Flickr errors
2022-07-15 17:26:31 -04:00
ehpersonal38
0c9bc94ae2
Display errors
2022-07-15 17:20:01 -04:00
ehpersonal38
585d666432
Handle $flickrimage in test notification
2022-07-15 11:16:54 -04:00
ehpersonal38
98130fa395
#410 Flickr image in notifications
2022-07-14 16:24:59 -04:00
ehpersonal38
a2f3d42246
clearer language
2022-07-14 12:07:42 -04:00
mcguirepr89
c08e2e533f
deletes file as well -- thanks @ehpersonal38
2022-07-14 10:13:49 -04:00
ehpersonal38
d2d914f8ee
Delete files
2022-07-13 13:31:26 -04:00
ehpersonal38
c8a3dedacb
Update README.md
2022-07-13 09:12:24 -04:00
mcguirepr89
9bbe54f9a4
no more checking backlog -- we'll see
2022-07-11 10:14:18 -04:00
Patrick McGuire
3a1619c27d
Update restart_services.sh
2022-07-08 09:13:26 -04:00
ehpersonal38
2151ac2181
no need to check the length
2022-07-06 16:31:59 -04:00
mcguirepr89
7a3de8a8e5
Merge branch 'main' of github.com:mcguirepr89/BirdNET-Pi
2022-07-06 11:16:23 -04:00
mcguirepr89
1f8dccb216
fixed bug -- thanks Lloyd!
2022-07-06 11:16:02 -04:00
ehpersonal38
aceec502ad
Update weekly_report.php
2022-07-06 09:51:22 -04:00
ehpersonal38
9eb430458f
=1
2022-07-06 08:38:46 -04:00
ehpersonal38
5a98de627b
Merge pull request #424 from mcguirepr89/weekly-report
...
Weekly report
2022-07-06 08:35:34 -04:00
mcguirepr89
b28fc21c5f
typo
2022-07-06 08:14:18 -04:00
mcguirepr89
4f1b8d6205
more helpful and verbose logging
2022-07-06 08:13:21 -04:00
mcguirepr89
ce017a9bae
cleanup.sh now checks for a backlog of raw audio
2022-07-06 08:11:17 -04:00
Patrick McGuire
f383ef1343
Merge branch 'main' into weekly-report
2022-07-06 07:25:07 -04:00
Patrick McGuire
458f85c707
Update README.md
2022-07-05 13:19:50 -04:00
Patrick McGuire
9d90a1f3d0
Update README.md
2022-07-05 13:18:41 -04:00
mcguirepr89
49975f8f60
making icecast2 more secure by default
2022-07-05 11:44:14 -04:00
ehpersonal38
d13ee9865a
transition for earlier commit
2022-07-04 18:01:36 -04:00
ehpersonal38
2a36228599
Update update_birdnet_snippets.sh
2022-07-04 11:40:06 -04:00
ehpersonal38
82523b0a3a
Styling when clicked page is loading
2022-07-04 11:31:56 -04:00
ehpersonal38
087d8eef02
Merge pull request #423 from mcguirepr89/streamlit-gdpr
...
disable tracking
2022-07-04 10:45:15 -04:00
ehpersonal38
8775b3f66f
disable tracking
...
I came across this in my console while trying to access Species Stats (Streamlit):

It seems that Streamlit collects telemetry data by default. An issue was raised in their GitHub repo (https://github.com/streamlit/streamlit/issues/4747 ), which details how it's illegal to collect data (even just the IP address) in Europe without explicit consent due to GDPR laws. The Streamlit founder then replied basically saying the onus is on the developers implementing Streamlit to deal with this themselves.
So I propose we disable sending data entirely, this PR does that.
2022-07-04 09:43:20 -04:00
ehpersonal38
eeb7e10327
Revert "Update update_birdnet_snippets.sh"
...
This reverts commit 595c7fd3fc .
2022-07-01 13:30:21 -04:00
ehpersonal38
595c7fd3fc
Update update_birdnet_snippets.sh
2022-07-01 13:27:02 -04:00
ehpersonal38
b365036550
(╯°□°)╯︵ ┻━┻
...
I feel like I'm walking through a minefield with this linux stuff - a lack of a linebreak on a .cron file can break so many things??
2022-07-01 13:20:04 -04:00