Commit Graph

2026 Commits

Author SHA1 Message Date
Alexandre 218b5ea619 Use css for sortbuttons style
Thanks #hiemstra87 https://github.com/Nachtzuster/BirdNET-Pi/pull/115

Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com>
2024-06-20 12:07:39 +02:00
Alexandre a1adae7079 Fix background on weekly report 2024-06-20 10:26:30 +02:00
Alexandre 1c5691dd1b Consolidate css 2024-06-19 09:10:04 +02:00
Alexandre dfb98b7565 Consolidate css 2024-06-19 09:09:18 +02:00
frederik d3b6ccf65d fix: collectrtspUrls(); is needed to actually save the rtsp urls 2024-06-18 19:10:18 +02:00
frederik 76e06d2754 fix: set /etc/timezone too 2024-06-16 12:19:10 +02:00
frederik eb7d7abebf make advanced setting page behave a bit more as the basic settings page 2024-06-16 11:09:49 +02:00
Alexandre 0ab46e3637 Proposal to move success message to js alert (#95)
* Proposal to move success message to js alert

https://github.com/Nachtzuster/BirdNET-Pi/issues/92

* Align with basic

* Fix advanced.php

https://github.com/Nachtzuster/BirdNET-Pi/pull/95
2024-06-15 14:25:09 +02:00
Alexandre cafbf5ab1e Try to fix https://github.com/Nachtzuster/BirdNET-Pi/issues/100 (#103) 2024-06-15 13:41:54 +02:00
frederik 2c4fe69505 fix: use a font that can actually render the characters 2024-06-15 12:57:02 +02:00
frederik 0a09e73549 fix: this_run was removed, so use get_settings 2024-06-10 21:07:22 +02:00
frederik e63ed0479f cleanup: remove unused import 2024-06-09 11:18:02 +02:00
OliNau e6f48f8b61 Add additional apprise notification option (#88)
* Update config.php

Added $maskedlistenurl as an option for apprise notifications.

* Update notifications.py

Make sure $maskedlistenurl also works with default detections, and not only when testing.

* Update config.php

Changed maskedlistenurl to friendlyurl

* Update notifications.py

Changed maskedlistenurl to friendlyurl
2024-06-09 11:16:02 +02:00
Alexandre f84c44bad4 Feature proposal : darkmode (#85)
* Create dark-style.css

* Add call to get_color_scheme

* Add call to get_color_scheme

* Create get_color_scheme function

* Add selection box in config.php

* Accept both lower and uppercase COLOR_SCHEME

* Add COLOR_SCHEME

* Add COLOR_SCHEME

* Change birdnet.conf after color scheme selection

* Move css to static to enable it

* Adapt css location to static

* Improve opacity value

* Fix logo background issues on smaller screens

* Avoid overlap of logos

* Ensure clean look (same margin as before but different location)

* Default background as transparent to avoid white on white

* Avoid black on dark ; improve readability

* Last element of green is homogenized to grayscale

* Enable site reload after color_scheme change
2024-06-08 11:44:21 +02:00
Alexandre ac780884e3 Accept any file extension instead of just mp3 (#82)
https://github.com/Nachtzuster/BirdNET-Pi/issues/81
2024-06-02 10:25:41 +02:00
frederik 780ec060c3 bump apprise version to 1.8.0 2024-06-01 10:34:48 +02:00
frederik 6717e5fde0 cleanup: thisrun.txt is not used anymore 2024-06-01 09:22:41 +02:00
frederik a76f85269b cleanup: the birdweather procedure has changed 2024-06-01 09:22:41 +02:00
frederik 3d8944187a python 3.12 2024-06-01 09:22:41 +02:00
frederik d18c98d7ce cleanup: apt depencies: only include direct dependencies, apt will resolve the rest.
remove ftp it is deprecated
2024-06-01 09:22:41 +02:00
frederik 26c34561d7 Merge branch 'ebird' 2024-06-01 09:22:04 +02:00
Alexandre eeb2048ca6 Adminer iframe ? (#78)
* Show Adminer in iframe

* Add a link to open in a new page if needed

* X-Frame-Options to SameOrigin

* Use uppercase as per standard
2024-06-01 09:03:54 +02:00
frederik c4c40a1217 add INFO_SITE to ui config 2024-05-31 14:12:53 +02:00
frederik 179f16f4bb add INFO_SITE to config 2024-05-31 14:12:53 +02:00
frederik be8093d663 allaboutbirds/ebird url generation 2024-05-31 14:12:53 +02:00
frederik 36c9a25480 ebirds crossreference 2024-05-31 11:51:00 +02:00
frederik 65bb886787 use english common name for allaboutbirds 2024-05-31 11:38:06 +02:00
frederik 5dcbc83621 refacture: extract get_com_en_name() 2024-05-31 11:36:41 +02:00
Alexandre 2fd75ccafc Feat : change specie detected (#62)
* Add changedetection function

* Create birdnet_changeidentification.sh

* Add files via upload

* Use a modal box for display of the species

* Allow filtering on safari ios

* Reset the dropdown if cancelled

* Fix : click outside modal box to cancel it in safari ios

* Switch modal style to style.css

* Switch modal style to style.css

* Improves modal rendition on small screens

* Use ./scripts/labels.txt instead of hardcoded home

* Added physical cancel button

* ensure user pi executes the scripts

https://github.com/Nachtzuster/BirdNET-Pi/pull/62

* Specify exec if not explicit

https://github.com/Nachtzuster/BirdNET-Pi/pull/62

* Try another way to define the variables

https://github.com/Nachtzuster/BirdNET-Pi/pull/62

* Align shebang with other scripts

https://github.com/Nachtzuster/BirdNET-Pi/pull/62

* Allow different HOME

https://github.com/Nachtzuster/BirdNET-Pi/pull/62

* Update birdnet_changeidentification.sh

* Align way to call sudo -u $user with other birdnet-pi code

https://github.com/Nachtzuster/BirdNET-Pi/pull/62

* Align with proposal

https://github.com/Nachtzuster/BirdNET-Pi/pull/62

* Successfully converted message

https://github.com/Nachtzuster/BirdNET-Pi/pull/62

* Align "safe" variables logic to helpers.py

* Make birdnet_changeidentification.sh executable

* Force confidence to 1.001

* Set confidence to 0

https://github.com/Nachtzuster/BirdNET-Pi/pull/62
2024-05-30 11:30:09 +02:00
Alexandre b07c28bbfb Feat : use text input for filtering of exclude_list & include_list (#69)
* Change input box logic from selection to filtering

* Change user input logic from going to filtering

* Update scripts/include_list.php

Co-authored-by: Nachtzuster <Nachtzuster@users.noreply.github.com>

* Multiple size reverted to 25 ; typo "ol" removed

https://github.com/Nachtzuster/BirdNET-Pi/pull/69

* Re-add dummy "Please select"option

* Update include_list.php

* Align with "option disabled"

* Update scripts/exclude_list.php

thanks

Co-authored-by: Nachtzuster <Nachtzuster@users.noreply.github.com>

---------

Co-authored-by: Nachtzuster <Nachtzuster@users.noreply.github.com>
2024-05-22 11:32:26 +02:00
Jochen Oberreiter e0e5aff081 Fixed a copy & paste error (#72)
The error resulted in a "duplicate config" warning in scripts/utils/helper.py.
2024-05-21 09:40:39 +02:00
Lloyd Bayley 30d47dfc93 Update BirdWeather ID procedure (#68)
* Update BirdWeather procedure

* Update config.php

Fixed an oops in the a href

* Update config.php

Add linebreak to make it look nicer
2024-05-21 09:22:39 +02:00
Alexandre 14eb89f38d Add line break between shell and sqlite error outputs (#60) 2024-05-15 10:10:13 +02:00
frederik 18ce5c7db9 add warning: changing database language on a running install will mess up the stats 2024-05-15 09:54:46 +02:00
frederik 6e6e9eab08 fix: do not crash if disk_check_exclude.txt is not created yet 2024-05-15 09:28:25 +02:00
Alexandre 43fcc09f4f Feat : play.php output file or database deletion errors to user (#49)
* Checks sqlite deletion before deleting file, error output

* Restore initial logic

* Update play.php

* Update play.php

* Readd output

* Redirect err to output and parallelize deletions

* Update play.php
2024-05-13 09:30:51 +02:00
frederik c885abb348 limit bw usage: do not update overview when the page is hidden 2024-05-05 17:56:58 +02:00
Alexandre 3045c5d8c1 Fix : set_ticklabels warning (#52)
* Fix set_ticklabels warning

* Update daily_plot.py

* Comment

* Update daily_plot.py
2024-05-05 17:51:53 +02:00
frederik ee9aeb6d62 fix: make sure we look for the correct gotty executable name 2024-04-29 17:57:34 +02:00
frederik c0de584821 cleanup: remove commented-out and dead code 2024-04-24 09:56:10 +02:00
frederik 0d5eadb880 flickr db: keep a local cache of flickr urls to improve ui responsiveness 2024-04-24 09:55:36 +02:00
frederik 1c41fc3d8f properly replace quotes 2024-04-23 19:26:08 +02:00
frederik 752ba555a8 make sure we get quotes back 2024-04-23 19:25:45 +02:00
frederik 9ad6ed4392 fix warning and cleanup 2024-04-15 17:03:30 +02:00
frederik d03b455fb9 add counts on the bars, based on code provided by Svardsten53 2024-04-15 15:08:00 +02:00
frederik 6741d40e13 add option to include all detections, and make default 2024-04-10 14:28:14 +02:00
frederik 8b766ea3b7 cleanup 2024-04-09 17:52:39 +02:00
frederik 3844f7da83 tidy input boxes 2024-04-09 17:52:39 +02:00
frederik 54a9a8041d tidy location settings 2024-04-09 17:52:39 +02:00
frederik ba2081148c cleanup spinner 2024-04-09 17:52:39 +02:00