ehpersonal38
a2be5ed54f
Update spectrogram.php
...
😅
2022-05-20 14:27:34 -04:00
ehpersonal38
63a74499b6
Adding detections to the spectrogram
2022-05-20 14:25:33 -04:00
mcguirepr89
b071571a8f
Merge branch 'ui-tweaks' of github.com:mcguirepr89/BirdNET-Pi into ui-tweaks
2022-05-20 13:09:19 -04:00
mcguirepr89
29e88400f8
this seems like a really good balance of gain and zoom
2022-05-20 13:08:58 -04:00
ehpersonal38
182821e037
Use "Live Audio" stream in top right if running
...
Prevents duplicate audio sources
2022-05-20 13:08:40 -04:00
Jake Herbst
7a58b1cc54
Updating git remote check to use remote string from argument
2022-05-20 12:37:06 -04:00
mcguirepr89
12434c195d
amplifying the spectrogram -- @ehpersonal38 what do you think?
2022-05-20 12:31:05 -04:00
Patrick McGuire
24e20fb438
This needs a proper test to work
2022-05-20 10:04:06 -04:00
Jake Herbst
a580402d52
Fixing the git remote check to suppress stdout+stderr and actually work correctly
2022-05-20 09:57:20 -04:00
Patrick McGuire
ac0bccebfc
removed hardcoded API key
2022-05-20 09:55:17 -04:00
ehpersonal38
bd7fee9012
Update stats.php
2022-05-20 09:51:26 -04:00
ehpersonal38
e7e823bece
Much better Best Recordings > disk_check_exclude.txt logic
2022-05-20 09:42:56 -04:00
Jake Herbst
fcf37e5195
Merge pull request #5 from mcguirepr89/ui-tweaks
...
UI tweaks
2022-05-20 09:00:16 -04:00
ehpersonal38
d94a734c1b
Fixing bugs I created when I was fixing bugs
2022-05-20 08:38:42 -04:00
ehpersonal38
78b009abff
Fixing bugs
2022-05-20 08:34:01 -04:00
ehpersonal38
5cbe301fd8
Larger bird images upon click
2022-05-19 18:29:14 -04:00
ehpersonal38
9a906dcbc8
Auth on delete protection change
2022-05-19 17:16:03 -04:00
ehpersonal38
389abfdd01
Update spectrogram.php
2022-05-19 15:32:15 -04:00
ehpersonal38
da4a8cc4ce
Live spectrogram
...
@mcguirepr89 I found this cool demo on codepen: https://codepen.io/jakealbaugh/pen/jvQweW
And I adapted it to use the BirdNET-Pi audio livestream. Check it out!!
2022-05-19 14:03:14 -04:00
mcguirepr89
7e2ffcb9b5
typo
2022-05-19 09:38:25 -04:00
ehpersonal38
787c5d65a9
better search results
...
also adding percentage conf to other files
2022-05-19 08:30:48 -04:00
ehpersonal38
c3fe4828f1
Let's actually use CC images!
2022-05-19 08:16:20 -04:00
CaiusX
ed04568322
Further enhancements to Species Stats for user testing and feedback
2022-05-19 11:05:28 +02:00
mcguirepr89
7bdb351c93
since we're rounding, let's do percent
2022-05-18 20:50:32 -04:00
mcguirepr89
b12c2846da
open flicker in new tab
2022-05-18 17:41:55 -04:00
Patrick McGuire
4b09e658cd
I think we actually want to redirect stdout
2022-05-18 17:24:51 -04:00
Patrick McGuire
354fce1aaf
Update install_services.sh
2022-05-18 16:44:26 -04:00
ehpersonal38
cdbc0960ce
Update style.css
2022-05-18 14:20:05 -04:00
ehpersonal38
53bc242fff
searching fix
2022-05-18 14:16:20 -04:00
ehpersonal38
5bd1835b6f
better mobile formatting
2022-05-18 14:14:59 -04:00
ehpersonal38
94c16d0970
Update config.php
2022-05-18 14:04:28 -04:00
ehpersonal38
fb703030c7
Flickr Implementation
2022-05-18 14:03:49 -04:00
Jake Herbst
a786e51da5
Updating update_birdnet.sh to make more robust and offer functionality to switch branches for testing remote dev branches
2022-05-18 13:58:32 -04:00
ehpersonal38
323bfb5883
Merge branch 'main' into ui-tweaks
2022-05-18 09:51:09 -04:00
ehpersonal38
4fb5c81faa
Merge branch 'main' into ui-tweaks
2022-05-18 09:50:28 -04:00
CaiusX
c859c2250b
New and improved Species Stats
2022-05-18 14:35:34 +02:00
Patrick McGuire
1f7fc63afa
reloading the daemons and restarting services
...
Since the service files have changes, we need to `sudo systemctl daemon-reload` and then we need to restart those services. But it is easier to just run `restart_services.sh`, so I've done that instead
2022-05-17 19:43:37 -04:00
Patrick McGuire
a515e05e15
Adding daemon-reload
2022-05-17 19:36:31 -04:00
Jake Herbst
02bf7ffe07
Adding a snippet to ensure python systemd services use the python virtual-env
2022-05-17 19:27:47 -04:00
Jake Herbst
54a6ecf68b
Removing stash+pop git workflow from update_birdnet.sh
2022-05-17 19:13:13 -04:00
ehpersonal38
625a862c19
Merge branch 'ui-tweaks' of https://github.com/mcguirepr89/BirdNET-Pi into ui-tweaks
2022-05-17 18:54:51 -04:00
ehpersonal38
5178a98766
Efficiency, the sequel!
2022-05-17 18:54:48 -04:00
mcguirepr89
8b8688d3d2
these are the changes from small_tweaks
2022-05-17 15:36:18 -04:00
Patrick McGuire
f7ce7545ab
iOS doesn't seem to support lazy loading
...
on my iPhone, Safari and Chrome wouldn't load with the `loading="lazy"` method specified.
Removing it fixes that -- I want to change it back for now, but then maybe figure out how to make it work on iOS
( I assume it is more resourceful to use lazy loading?)
2022-05-17 15:11:52 -04:00
Patrick McGuire
f59762229f
Update config.php
2022-05-17 14:18:11 -04:00
Patrick McGuire
001ceea873
Update README.md
2022-05-17 14:08:21 -04:00
ehpersonal38
ee675c4de2
Efficiency!
2022-05-17 11:16:55 -04:00
Jake Herbst
873dfb12d6
Fixing analyze.py location
2022-05-16 22:16:29 -04:00
Jake Herbst
dad5868f22
Adding pythond3 virtualenv to birdnet analysis python call
2022-05-16 21:46:24 -04:00
Jake Herbst
670d3f90ca
Adding python3 virtualenv to python systemd services
2022-05-16 21:46:05 -04:00