Jake Herbst
d707010843
Correcting additional flake8 failures on plotly_streamlit.py
...
Corrected:
F401 imported but unused
E501 line too long
2022-05-11 08:30:38 -04:00
Jake Herbst
7ad6bbe93e
Updating script/plotly_streamlit.py to correct pep8 violations
...
Used 'autopep8 --in-place --aggressive scripts/plotly_streamlit.py' as initial style fixes.
2022-05-11 08:23:42 -04:00
Jake Herbst
9b12feea5d
Added a flake8 configuration ini file to configure line length.
...
Configures flake8 to use 128 character lengths for "E501 line too long"
2022-05-11 08:16:21 -04:00
Jake Herbst
d5866f2b52
Removing unused variable HUMAN_FLAG from privacy_server.py
...
Flake8 error was:
F841 local variable 'HUMAN_FLAG' is assigned to but never used
2022-05-11 08:12:55 -04:00
Jake Herbst
6a6826c59e
Correcting additional flake8 failures on privacy_server.py
...
Corrected:
E712 comparison to True should be 'if cond is True:' or 'if cond:'
E265 block comment should start with '# '
2022-05-11 08:11:55 -04:00
Jake Herbst
a7e4ef3777
Removing unused imports in privacy_server.py to satisfy flake8 linting
2022-05-11 08:07:51 -04:00
Jake Herbst
5f5c320e61
Updating script/privacy_server.py to satisfy pep8 style guide
...
Used 'autopep8 --in-place --aggressive scripts/privacy_server.py' as initial style fixes.
2022-05-11 08:05:54 -04:00
Jake Herbst
f81b2c3014
Removing unused import in daily_plot.py to satisfy flake8 linting
2022-05-11 07:58:34 -04:00
Jake Herbst
3e20ee732e
Updating script/daily_plot.py to satisfy pep8 style guide
...
Used 'autopep8 --in-place --aggressive scripts/daily_plot.py' as initial style fixes.
2022-05-11 07:56:44 -04:00
Jake Herbst
dbb14cae69
Updating script/analyze.py to satisfy pep8 style guide and pass flake8 linting.
...
Used 'autopep8 --in-place --aggressive scripts/analyze.py' as initial style fixes.
Manually adjusted line lengths for parser help options.
Moved example comment to top below shebang.
2022-05-10 20:23:45 -04:00
Patrick McGuire
bad8ff7ed7
Merge branch 'main' into Nachtzuster_improvements_to_birdnet_analysis
2022-05-05 16:56:48 -04:00
Patrick McGuire
32ca5a8f2c
Update update_birdnet_snippets.sh
2022-05-05 16:52:22 -04:00
Patrick McGuire
06041195c8
No need to see the grepping
2022-05-05 16:51:12 -04:00
mcguirepr89
eb8fdd2d8a
adjustments to the installer and updater to ensure
...
`lsof` is installed
2022-05-05 16:42:47 -04:00
ehpersonal38
9f186c74b1
Update birdnet_recording.sh
2022-05-05 11:17:21 -04:00
Patrick McGuire
90d8240259
Update advanced.php
2022-05-05 10:38:58 -04:00
Patrick McGuire
50f0ed8616
Update birdnet_recording.sh
2022-05-05 10:37:17 -04:00
mcguirepr89
52981d421c
fixed input -- this can only support one stream at a time
2022-05-05 10:34:55 -04:00
Patrick McGuire
49218aee5a
Merge pull request #243 from mcguirepr89/rtsp
...
Rtsp
2022-05-05 10:22:04 -04:00
Patrick McGuire
3705334570
Midnight bug redux
2022-05-05 07:56:17 -04:00
Patrick McGuire
fc6cf7bd84
Typo
2022-05-03 12:03:23 -04:00
ehpersonal38
1f9a104be4
Update overview.php
...
This makes it so overview always shows the most recent detection (and not a blank div), by selecting the newest detection that also has a valid image.
2022-05-03 11:05:25 -04:00
Patrick McGuire
dd738de3f6
Update todays_detections.php
2022-05-02 10:18:33 -04:00
ehpersonal38
5fa1048ace
Improvements to search, moving styles to .css
2022-05-02 09:39:14 -04:00
frederik
c914c645a8
avoid using ffmpeg: the loop is faster now, so slow down again
2022-05-02 13:03:02 +02:00
frederik
be800cd51a
avoid using ffmpeg: just wait until the file is closed
2022-05-02 13:03:02 +02:00
frederik
ba33976b28
avoid using ffmpeg: check existence of file in staid of checking for no length
2022-05-02 13:03:02 +02:00
frederik
a2243fcfc7
consolidate duplicated code
2022-05-02 13:03:02 +02:00
ehpersonal38
3e2a05a070
Revert "Revert "Fix/midnightbug""
2022-05-01 15:39:27 -04:00
ehpersonal38
b7cd25b994
Merge pull request #235 from saintaardvark/use-jq-for-processing-json
...
Use jq for processing JSON when figuring out latitude/longitude
2022-05-01 14:11:47 -04:00
ehpersonal38
5bda9373ab
Update todays_detections.php
...
ease of use improvement
2022-05-01 13:59:57 -04:00
Hugh Brown (Saint Aardvark the Carpeted)
085466b35c
Use jq for processing JSON when figuring out latitude/longitude
...
Signed-off-by: Hugh Brown (Saint Aardvark the Carpeted) <aardvark@saintaardvarkthecarpeted.com >
2022-05-01 10:57:44 -07:00
ehpersonal38
cc3817eda1
Update install_config.sh
2022-05-01 12:45:45 -04:00
ehpersonal38
0dd0ec3810
Update todays_detections.php
...
Apparently this makes it work with mobile too
2022-05-01 10:59:20 -04:00
ehpersonal38
746867c677
Adding search to Today's Detections
2022-05-01 10:57:22 -04:00
African Penguin
c62a911518
Revert "Fix/midnightbug"
2022-05-01 10:15:50 +02:00
African Penguin
2b8425ca2f
Merge pull request #229 from Nachtzuster/fix/midnightbug
...
Fix/midnightbug
2022-05-01 10:08:53 +02:00
ehpersonal38
8864bdf280
Update advanced.php
2022-04-25 16:53:30 -04:00
ehpersonal38
256b405c21
Allowing multiple RTSP stream urls
...
(untested)
2022-04-25 16:51:04 -04:00
frederik
2ca8fb203b
move deleting of old directories to end of processing to minimize the chance we delete unprocessed files
2022-04-25 20:43:30 +02:00
ehpersonal38
ff9f355271
Update livestream.sh
2022-04-25 10:24:23 -04:00
mcguirepr89
7c687e5eb2
I dont' know how I messed up the first versions so badly,
...
but this one is working
2022-04-25 10:19:01 -04:00
mcguirepr89
70d08ccf14
adjustments to read from rtsp
2022-04-25 09:39:21 -04:00
mcguirepr89
5b6d36ba0e
remove STAMP just use date
2022-04-25 09:31:40 -04:00
mcguirepr89
6f8e676f4e
missing fi
2022-04-25 09:29:43 -04:00
Patrick McGuire
ce782c4b83
Update advanced.php
2022-04-25 09:11:25 -04:00
Patrick McGuire
737042b24b
Update update_birdnet.sh
...
adding the new variable to the update script to make sure it is added to older systems
2022-04-25 08:57:34 -04:00
Patrick McGuire
0cc8c3491a
Update install_config.sh
2022-04-25 08:55:34 -04:00
Patrick McGuire
f1ebae6458
rtsp adjustments
2022-04-25 08:33:32 -04:00
mcguirepr89
a8fb4c79a6
fixing how birdnet_analysis.service handles corrupt
...
audio files
2022-04-24 11:30:19 -04:00