Commit Graph

1490 Commits

Author SHA1 Message Date
ehpersonal38 1e23ea2e51 User feedback for deleted recordings 2022-05-14 16:17:20 -04:00
ehpersonal38 a6644c59aa Allow sorting of specific species in recordings
TODO: add actual svg files for sort icons
2022-05-14 16:10:18 -04:00
ehpersonal38 470e5d142d Round confidence to 2 decimals 2022-05-14 15:48:03 -04:00
ehpersonal38 2c29cce4a2 Giving service control commands an output 2022-05-14 14:58:40 -04:00
ehpersonal38 a7e09bb5e5 Much prettier every other command 2022-05-14 13:28:20 -04:00
ehpersonal38 d0516f4464 Much prettier "Update" screen 2022-05-14 13:20:59 -04:00
ehpersonal38 ac3fb313e6 symlink for fonts 2022-05-13 15:04:30 -04:00
ehpersonal38 b550421be0 UI tweaks 2022-05-13 14:09:34 -04:00
Patrick McGuire 444aeb166a Update update_birdnet_snippets.sh 2022-05-12 17:20:53 -04:00
Patrick McGuire 0f2dc46754 Update birdnet_log.sh 2022-05-12 17:13:56 -04:00
Patrick McGuire d3b779273a Update install_services.sh 2022-05-12 16:51:32 -04:00
Patrick McGuire 606b75e8fd Update extract_new_birdsounds.sh 2022-05-12 16:50:36 -04:00
Patrick McGuire b7457624d4 Update spectrogram.sh 2022-05-12 16:39:51 -04:00
Patrick McGuire b629aae1f8 Update update_birdnet_snippets.sh 2022-05-12 12:35:53 -04:00
Patrick McGuire dfa7c8b84e Update update_caddyfile.sh 2022-05-12 12:24:27 -04:00
Patrick McGuire e7689db3e7 Update install_services.sh 2022-05-12 12:23:42 -04:00
Patrick McGuire 880bd181d3 Merge pull request #273 from jmherbst/python-lint
Adding python flake8 linting to CI for .py files only
2022-05-12 12:02:35 -04:00
ehpersonal38 72b9dccd7e Revert "replacing wiki images with flickr"
This reverts commit 01d0cf3058.
2022-05-12 11:23:30 -04:00
ehpersonal38 b064a58acd Revert "typo"
This reverts commit 22a53ee1dc.
2022-05-12 11:23:28 -04:00
ehpersonal38 12de78cbf6 Revert "Changing Wiki references to Flickr"
This reverts commit 37865b2675.
2022-05-12 11:23:20 -04:00
Patrick McGuire 37865b2675 Changing Wiki references to Flickr 2022-05-12 10:48:52 -04:00
Patrick McGuire 22a53ee1dc typo 2022-05-12 10:47:40 -04:00
ehpersonal38 01d0cf3058 replacing wiki images with flickr 2022-05-12 10:35:06 -04:00
Jake Herbst 5a38f11c47 Adding python flak8 linting to CI for .py files only 2022-05-12 09:42:50 -04:00
ehpersonal38 d0e345051b Update species_notifier.sh 2022-05-11 17:21:58 -04:00
mcguirepr89 79a47a902d there's the heading! 2022-05-11 13:40:57 -04:00
mcguirepr89 ff8ceeb0f0 needed these quotes to not confuse the web interface 2022-05-11 13:36:59 -04:00
Patrick McGuire b7616a0ff4 Update update_birdnet_snippets.sh 2022-05-11 13:25:56 -04:00
Patrick McGuire 6ee9a7cc68 Update update_birdnet_snippets.sh 2022-05-11 09:20:32 -04:00
Patrick McGuire b08a90218f Update update_birdnet_snippets.sh 2022-05-11 09:14:17 -04:00
Patrick McGuire 798015de57 Merge pull request #268 from mcguirepr89/revert-267-python-lint
Revert "Adding Flake8 Github Action for Python Linting "
2022-05-11 09:06:52 -04:00
Patrick McGuire 528802a0e6 Revert "Adding Flake8 Github Action for Python Linting " 2022-05-11 09:05:59 -04:00
Patrick McGuire bffd6a889d Merge pull request #267 from jmherbst/python-lint
Adding Flake8 Github Action for Python Linting
2022-05-11 08:57:34 -04:00
Jake Herbst 264380a37f Fixing flake8 errors in script/server.py
F401 'argparse' imported but unused
F821 undefined name 'os'
F821 undefined name 'socket'
F821 undefined name 'threading'
E712 comparison to True should be 'if cond is True:' or 'if cond:'
2022-05-11 08:52:01 -04:00
Jake Herbst 2dd2b40ca5 Updating script/server.py to correct pep8 violations
Used 'autopep8 --in-place --aggressive scripts/server.py' as initial style fixes.
2022-05-11 08:48:37 -04:00
Jake Herbst 0db7c12ac4 Merge branch 'main' into python-lint 2022-05-11 08:47:40 -04:00
Jake Herbst 6d71ca9c2a Removing exclude list from Flake8 now that all python scripts are corrected 2022-05-11 08:39:09 -04:00
Jake Herbst 5020f4dd06 Correcting additional flake8 failures on server.py
Corrected:
F401 imported but unused
E265 block comment should start with '# '
E501 line too long
2022-05-11 08:37:02 -04:00
Jake Herbst 4211eb19c6 Updating script/server.py to correct pep8 violations
Used 'autopep8 --in-place --aggressive scripts/server.py' as initial style fixes.
2022-05-11 08:32:21 -04:00
mcguirepr89 6cc2e0b0fd removing a iterator that removes files 2022-05-11 08:32:19 -04:00
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 26079e5696 Bumping python linter to use v3.9.x to match Debian Bullseye default 2022-05-11 07:49:22 -04:00