From 00ae8167642a1ff6052ce0f986e9407ec5aff313 Mon Sep 17 00:00:00 2001 From: MueJosh <145150281+MueJosh@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:07:19 +0200 Subject: [PATCH 1/2] Update config.php Added information to Apprise Telegram Notifications Markdown needed for weekly report --- scripts/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/config.php b/scripts/config.php index c9952119a..5ec92c279 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -459,10 +459,10 @@ function runProcess() {

Notifications

-

Apprise Notifications can be setup and enabled for 70+ notification services. Each service should be on its own line.

+

Apprise Notifications can be setup and enabled for 70+ notification services. Each service should be on its own line. For Telegram add "?format=markdown" after your chat_id


From 96aac459f8d0cf35e5120b6f313089e895f6e639 Mon Sep 17 00:00:00 2001 From: MueJosh <145150281+MueJosh@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:38:07 +0200 Subject: [PATCH 2/2] Update advanced.php Added additional information to some settings --- scripts/advanced.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/advanced.php b/scripts/advanced.php index 809d516a4..3de273f18 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -279,7 +279,7 @@ >Purge -

When the disk becomes full, you can choose to 'purge' old files to make room for new ones or 'keep' your data and stop all services instead.
Note: you can exclude specific files from 'purge' on the Recordings page.

+

When the disk becomes full, you can choose to 'purge' old files to make room for new ones or 'keep' your data and stop all services instead.
Note: You can exclude specific files from 'purge' on the Recordings page. Just audio files gets purged (NOT excluded ones), you can still see the detections from your "birds.db"


@@ -433,7 +433,7 @@ function collectrtspUrls() {

BirdNET-Lite Settings

- + # add info box: "Explanation for these settings: https://github.com/mcguirepr89/BirdNET-Pi/wiki/BirdNET-Pi:-some-theory-on-classification-&-some-practical-hints" (already linked on page 1 / basic seetings at the "model" box


@@ -442,7 +442,7 @@ function collectrtspUrls() {


-     Min=0.01, Max=0.99 +     Min=0.01, Max=0.99 # add info box: "Lower value = more detections and more false positives"