mcguirepr89
8a1e9a489f
better less sloppy linting :r)_
2022-05-28 10:02:30 -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
ecd367b22c
added <br> in left chart title
2022-05-27 09:14:58 -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
f16bbe0e82
Merge branch 'main' of github.com:mcguirepr89/BirdNET-Pi
2022-05-25 13:29:19 -04:00
ehpersonal38
60511e4f3c
EXTERMINATED
2022-05-25 13:29:18 -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
ehpersonal38
aba6760875
oops
2022-05-25 13:17:30 -04:00
ehpersonal38
e4a595bacc
No more + signs in attribution titles
2022-05-25 12:05:44 -04:00
ehpersonal38
76367a9f9d
Pesky newlines
...
It's interesting, looping through the labels.txt file gives us a $line that also has a \n at the end of it, thus a search for "House Finch" becomes just "House". But only on certain species? It seems that 95% of other species weren't affected by this newline. Anyways this fixes it :)
2022-05-25 11:58:18 -04:00
mcguirepr89
8802173f79
nevermind
2022-05-25 11:43:10 -04:00
mcguirepr89
54608428a6
removed this line and that seemed to fix it
2022-05-25 11:42:01 -04:00
ehpersonal38
ef25d83d23
Update overview.php
...
*whistles
2022-05-25 09:24:35 -04:00
ehpersonal38
594cc209b7
Update .gitignore
2022-05-25 09:19:23 -04:00
ehpersonal38
45c05ea427
Flickr now uses English names
...
This is totally the right way to add files to a folder that's in .gitignore. Right? _Right..._ @mcguirepr89
2022-05-25 09:19:12 -04:00
Patrick McGuire
d50d8060c6
Update README.md
2022-05-25 07:19:50 -04:00
ehpersonal38
cec198af65
hotfix
...
I think this is right?
2022-05-24 18:47:53 -04:00
ehpersonal38
82d328d92d
typo & style change
2022-05-24 18:19:20 -04:00
mcguirepr89
426aba1d69
adding time expectations for Clear All Data
2022-05-24 17:14:58 -04:00
mcguirepr89
74a0e432d6
removing the labels now
2022-05-24 17:08:04 -04:00
mcguirepr89
364dd8d683
unpacks the english labels_en.txt as default
2022-05-24 17:06:40 -04:00
mcguirepr89
c7bac0fe59
shouldn't add shebangs anymore
2022-05-24 17:04:15 -04:00
mcguirepr89
42fd035d62
adding this back --
...
I think I will delete this then have the english
labels.txt unzip during install
2022-05-24 16:55:11 -04:00
mcguirepr89
a340d9f5bc
like this?
2022-05-24 16:52:49 -04:00
mcguirepr89
4bb5256d66
Merge branch 'main' of github.com:mcguirepr89/BirdNET-Pi
2022-05-24 16:09:34 -04:00
mcguirepr89
3b8cfe9afb
now try
2022-05-24 16:09:24 -04:00
ehpersonal38
198c0a93c5
Update README.md
2022-05-24 15:12:08 -04:00
ehpersonal38
d86d94e64e
Gain slidey
2022-05-24 14:53:50 -04:00
Patrick McGuire
f9e6cd8ed0
adding a great new build guide
2022-05-24 13:06:28 -04:00
ehpersonal38
ddfec7222c
Spectro things
...
Putting Spectrogram more towards the left makes sense to me, that way from left to right it's current detections -----> past detections.
2022-05-24 12:59:27 -04:00
Patrick McGuire
f9cc6b6aa5
Merge pull request #308 from jmherbst/python-lint
...
Python linting
2022-05-24 12:51:59 -04:00
Jake Herbst
166ca7fcf8
Removing diff from flake8 lint CI
2022-05-24 12:38:16 -04:00
Jake Herbst
7761f83988
Linting scripts/server.py
2022-05-24 12:36:27 -04:00
Jake Herbst
2330bd773a
Linting scripts/plotly.streamlit.py
2022-05-24 12:32:40 -04:00
Jake Herbst
cc03d65315
Linting scripts/daily_plot.py
2022-05-24 12:30:15 -04:00
Jake Herbst
01456ce583
Linting scripts/analyze.py
2022-05-24 12:27:31 -04:00
Jake Herbst
298b2a85e7
Adding flake8 config file to bump line length
2022-05-24 12:27:13 -04:00
Patrick McGuire
3a95504f04
Merge pull request #288 from jmherbst/remove-python-shebangs
...
Removing python shebangs and adding python3 virtual env to callsites
2022-05-24 12:13:00 -04:00
Patrick McGuire
c54c0c7f17
Merge branch 'main' into remove-python-shebangs
2022-05-24 12:09:53 -04:00