Commit Graph

1723 Commits

Author SHA1 Message Date
frederik e5a7294381 play.php: cleanup html 2024-04-09 17:52:39 +02:00
frederik bce2f60d9c history.php: cleanup html 2024-04-09 17:52:39 +02:00
frederik 3a3e270449 stats.php: cleanup html 2024-04-09 17:52:39 +02:00
frederik a6f9d4b380 fix: make sure dialog-polyfill is defined. this should probably be removed 2024-04-09 17:52:39 +02:00
frederik 63d2da0910 tidy apprise 2024-04-09 17:52:39 +02:00
frederik 217455ee54 cleanup 2024-04-09 17:52:39 +02:00
frederik 464b2240d8 convert to standard html 2024-04-09 17:52:39 +02:00
frederik b309b725b4 simplify html, to keep Telegram happy 2024-04-09 10:26:04 +02:00
frederik b820c195ca advertise http for easy discovery 2024-04-08 15:39:57 +02:00
frederik 734f1d1374 bump apprise to 1.7.5 2024-04-06 11:43:04 +02:00
frederik 23a35a289c fix daily_plot could show zeros when max count/h is only one 2024-04-06 11:41:43 +02:00
frederik 078d394f9e handle division by zero safely 2024-04-04 10:37:26 +02:00
frederik 4f38aabcea fix: zram should have high priority so it is prefered over any other swap, also use a more realistic size for rpi zero 2 w 2024-04-03 12:53:58 +02:00
frederik cb2969fd39 fix: disable ConfigParser interpolation: causes an exception with unescaped %, we do not use interpolation anyway 2024-03-30 09:42:20 +01:00
frederik b61a78ed55 fix: require_once 2024-03-29 13:21:18 +01:00
frederik 774ce1987e add my_config_version 2024-03-29 13:21:18 +01:00
frederik ec134fa2e3 prevent directory traversal 2024-03-29 13:21:18 +01:00
frederik ff58215ebe convert history.php todays_detections.php 2024-03-29 13:21:18 +01:00
frederik a48bda055b convert service_controls.php system_controls.php 2024-03-29 13:21:18 +01:00
frederik 83f72c4991 convert birdnetpi_request.php birdweather_request.php 2024-03-29 13:21:18 +01:00
frederik abdffccc2e convert advanced.php config.php 2024-03-29 13:21:18 +01:00
frederik 21674fb86b convert spectrogram.php 2024-03-29 13:21:18 +01:00
frederik 12efcc0249 convert play.php 2024-03-29 13:21:18 +01:00
frederik 14ae509da3 convert overview.php 2024-03-29 13:21:18 +01:00
frederik 42c2deffa2 put commonly used snippets in common.php 2024-03-29 13:21:18 +01:00
frederik b58abdeb95 make sure input box fits the api key 2024-03-29 13:17:36 +01:00
frederik ae7d78676a plotly: exit gracefully when there is no data yet 2024-03-27 14:33:50 +01:00
frederik 75b8256bb2 add debugging 2024-03-22 10:20:18 +01:00
frederik 88d273f8fe config: BIRDNET_USER=$USER added 2024-03-22 10:14:02 +01:00
frederik 5a7b9a093c limit the precision: the rest is just noise 2024-03-22 10:14:02 +01:00
frederik 56a3f86b98 fix: going to todays detections did not work due to typo 2024-03-20 13:15:34 +01:00
frederik 940fc8ef69 fix: deleting detection did not delete the files due to incomplete path 2024-03-17 10:32:10 +01:00
frederik 38841b4950 cleanup: make sure $kiosk is defined 2024-03-17 10:32:10 +01:00
frederik 38712fa016 use the same style as in overview.php to make it clear the numbers are clickable 2024-03-17 10:28:33 +01:00
Nachtzuster 26311d4cd1 Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form (#22)
* Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form

* Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form

* changed indicator from div to img, using spinner.gif

* changed indicator from div to img, using spinner.gif

* invert swipe directions

---------

Co-authored-by: Louis Croisez <louis.croisez@gmail.com>
2024-03-17 09:34:56 +01:00
frederik 141fb67653 fix: minichart only worked first time pt2 2024-03-16 18:07:56 +01:00
frederik 086fbf65a6 fix: minichart only worked first time 2024-03-16 17:40:25 +01:00
frederik 3246b61c41 fix: don't send unsolicited stuff: this might break json 2024-03-14 11:55:31 +01:00
frederik 6c6247cf19 with the new analysis pipeline .wav and .wav.json do not exist at the same time. make labeling work with json alone. also tweak the timing 2024-03-14 11:55:31 +01:00
frederik 1f7aad7873 fix: write json file: spectrogram.php needs it 2024-03-14 11:55:31 +01:00
frederik 5c3b2d5691 fix: RTSP_STREAM_TO_LIVESTREAM was missing from config file 2024-03-14 11:55:31 +01:00
frederik b7225ca1d2 fix: use hostname like the python code does 2024-03-14 11:55:31 +01:00
cdkl a5e88f9c77 Read lat/lon from config 2024-03-14 10:42:40 +01:00
cdkl 37b023b84d Fix sunrise/sunset scatter plots (#16)
* Fix sunrise/sunset scatters

Sunrise/sunset scatter plots are misplaced for
* Date ranges that are a subset of the entire DB date range
* Species whose first/last detections are inside the bounds of the current date range.

This fixes those problems.

* Clean up lint errors

* Fix the lint errors created by fixing lint errors

* Restore old lat/lon determination

We'll enhance this separately
2024-03-13 00:06:16 +01:00
Nachtzuster 017734037a Merge pull request #18 from lloydbayley/main
Change repo in System Controls
2024-03-09 17:48:26 +01:00
Lloyd Bayley a192039980 Update system_controls.php 2024-03-10 00:30:57 +11:00
frederik e3b8cd134a allow x86_64 for development purposes 2024-03-09 13:31:36 +01:00
frederik 15aaedbacc add tflite_runtime for x86_64 2024-03-09 13:31:36 +01:00
frederik 91007f63e4 gotty multiarch 2024-03-09 13:31:36 +01:00
frederik c8b15b65ce Merge branch 'sqlite-timeout' 2024-03-09 13:27:10 +01:00