Commit Graph

2038 Commits

Author SHA1 Message Date
frederik 5f4cb4f101 provide basic rest api 2025-08-19 11:12:50 +02:00
frederik cea5dbfd97 Only Flickr does blacklisting 2025-08-19 11:12:50 +02:00
frederik 99ef84a6c7 shorten displayed text if needed 2025-08-19 11:12:50 +02:00
frederik ec7131391d switch to neutral image_provider 2025-08-19 11:12:50 +02:00
frederik a5154c38ed add IMAGE_PROVIDER config 2025-08-19 11:12:50 +02:00
frederik ae72399c43 refactor the image provider 2025-08-19 11:12:50 +02:00
frederik c6cb753e25 fix: remove un-needed removal of quote characters, we handle them fine nowadays 2025-08-17 18:30:39 +02:00
frederik e34e375c3b cleanup: remove unused files 2025-08-10 11:13:36 +02:00
Alexandre 176a105782 Use raw flac (#408)
* Use raw

* clean not used

* Add soundfile

* Add soundfile

* Update scripts/update_birdnet_snippets.sh

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

---------

Co-authored-by: Nachtzuster <Nachtzuster@users.noreply.github.com>
2025-08-02 21:02:07 +02:00
frederik df15948083 flake8 fixes 2025-08-02 19:32:43 +02:00
frederik ed16115e83 Merge branch 'fix_restore' 2025-08-02 13:19:20 +02:00
Alexandre 6572aa22b2 Convert birdweather uploads to flac (#393)
* Convert birdweather updates to flac

https://github.com/Nachtzuster/BirdNET-Pi/discussions/390

* Remove wav zip @mikeporterinmd

* Send raw flac

* Restore gzip encoding
2025-08-02 13:08:41 +02:00
Alexandre 943e1ab9dd Fix pyarrow incompatibility (#407)
* Fix pyarrow

* Update pyarrow

* Fix update_birdnet_snippets.sh
2025-08-02 12:43:17 +02:00
frederik c785d403ba fix: we only have install_language_label.sh anymore 2025-08-02 12:29:44 +02:00
frederik 336b208931 fix: use full path to validate file 2025-07-09 22:33:03 +02:00
frederik e5ed2ea42f make the language setting a bit more robust 2025-07-08 19:54:20 +02:00
frederik 812e6b1108 fix: update PREDICTED_SPECIES_LIST when week changes 2025-06-22 13:05:16 +02:00
no-username-found 09d5d9950d Bugfix: whitelist_species_list.txt will now overrule the Species Occurrence Frequency Threshold (#365)
* Bugfix: whitelist_species_list.txt will now overrule the Species Occurrence Frequency Threshold
2025-06-22 12:46:25 +02:00
frederik 408a0769bd convert to unix EOL 2025-06-22 11:23:09 +02:00
frederik 7b526132a9 use common get_label() 2025-06-22 11:23:01 +02:00
frederik 4e8f0f7003 add common get_label() 2025-06-22 11:22:15 +02:00
frederik 07b7965ed7 use common fetch_all_detections 2025-05-25 12:40:29 +02:00
frederik be0fac8780 use common fetch_best_detection 2025-05-25 12:40:29 +02:00
frederik 2e21283c00 common fetch_all_detections and fetch_best_detection 2025-05-25 12:40:29 +02:00
frederik 697352620b add sorting by first detection 2025-05-25 12:40:22 +02:00
frederik df1d202e3f use fetch_species_array() 2025-05-25 12:39:33 +02:00
frederik 1e770f1fb0 common fetch_species_array() 2025-05-25 12:39:33 +02:00
frederik 3145e24231 complete Serbian support 2025-05-17 12:35:19 +02:00
frederik 7191387c85 fix: use sci name in the statistics, a change in common name translation would break the statistics 2025-05-17 11:35:48 +02:00
frederik 628a2bd713 create db index on hot column 2025-05-11 13:01:51 +02:00
frederik 0d060dbfdd cleanup: use helper to set font 2025-05-10 10:37:38 +02:00
frederik ce38e3c5ad fix: support non-ascii languages in the spectrogram 2025-05-10 10:37:38 +02:00
frederik 0eab5428e4 add fonts for Korean and Arabic 2025-05-04 11:06:56 +02:00
frederik e36884ecc3 Add Korean Arabic Romanian and Turkish to ui 2025-05-04 11:06:56 +02:00
frederik fa1c15ceb8 install flickr_labels 2025-05-04 11:06:56 +02:00
frederik 3b5160b789 update install_language_label.sh and callers 2025-05-04 11:06:56 +02:00
frederik 4e9ddcec09 make sure git does not use a pager 2025-05-01 20:52:44 +02:00
Alexandre 465e9739ce New feat : Disk usage summary (#318)
* Disk usage summary

* Explain why there is more files than the max specified

* Update advanced.php

* Update advanced.php

* Few improvements

* Improve alerts

* Define HOME

* Use single alert

* Shorten message for single alert

* Add execute permission to scripts/disk_species_count.sh

* Removed MAX_FILE_SPECIES

* Update advanced.php

* Improve message

* Update scripts/advanced.php

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

* Clean

* Update scripts/advanced.php

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

* Typo

---------

Co-authored-by: root <root@db21ed7f-webtop.local.hass.io>
Co-authored-by: Nachtzuster <Nachtzuster@users.noreply.github.com>
2025-04-23 18:41:59 +02:00
frederik 054b3b3dab consolidate Include/Exclude/Whitelist 2025-04-13 18:18:05 +02:00
Alexandre 7c22e2593e New feat : Redesigned audio player (#279)
* New audio player

* New style

* Readd vertical bar

* Improve appearance safari

* Improve layout

* Improve alignement of bottom elements

* Align
2025-04-12 10:09:03 +02:00
Alexandre a0087b2911 Limit play.php to 40 items at a time (#280) 2025-04-06 08:54:46 +02:00
frederik ab72c222ff bump tflite version to 2.17.1 on Python>3.9 2025-04-05 11:33:47 +02:00
Alexandre 32e2bf5621 Always show the commands (#322)
* Always show the commands

* Show all commands

* Fix

* Update play.php

* Under misguided fix

* Redo logic
2025-04-05 10:47:00 +02:00
frederik ca7e32f518 fix: copy-paste error - doh! 2025-03-29 11:28:43 +01:00
frederik fb65cda24e cleanup: open db in read-only mode 2025-03-29 10:34:21 +01:00
frederik 4579f46c43 bump streamlit version 2025-03-29 10:33:35 +01:00
frederik da81260a25 Revert "bump streamlit version to 1.41.1"
This reverts commit 65cd03ab21.
2025-03-24 19:53:38 +01:00
frederik 65cd03ab21 bump streamlit version to 1.41.1 2025-03-23 09:45:13 +01:00
frederik 922f84e8fa fix: active (mounted) is the correct status for the ram drive mount 2025-03-23 09:44:43 +01:00
frederik f33a9d24a7 fix: make sure the regex is not being interpreted as an option, this was causing a unneeded services restarts 2025-03-15 11:17:43 +01:00