Commit Graph

2295 Commits

Author SHA1 Message Date
Louis Croisez efe52a4638 Modified play script to substitute href of <a> tag in case that <video> tag is absent. This is for the ShiftFreq feature 2023-05-08 17:50:56 +02:00
Louis Croisez 3f07679e05 Merge branch 'main' of https://github.com/croisez/BirdNET-Pi 2023-04-24 15:37:23 +02:00
Louis Croisez 7117d097fa Correction made in 'sudo -u' command 2023-04-24 15:36:54 +02:00
croisez 06008452a6 Merge branch 'mcguirepr89:main' into main 2023-04-24 15:31:41 +02:00
Louis Croisez 6f674d1c2f Modified way for getting current commit hash - more robust because now it works for branches 2023-04-24 15:30:58 +02:00
ehpersonal38 c651f8806a Merge pull request #870 from croisez/main
Added clickable BirdNET-Pi version info in the SystemControls web page
2023-04-22 11:22:32 -04:00
Louis Croisez 63326ea01a Added clickable BirdNET-Pi version info in the SystemControls web page 2023-04-22 12:43:36 +02:00
ehpersonal38 0570e9b093 fix syntax error
Co-Authored-By: croisez <1774281+croisez@users.noreply.github.com>
2023-04-21 16:06:54 -04:00
ehpersonal38 21a38d3e0d Update update_birdnet_snippets.sh 2023-04-19 11:05:06 -04:00
ehpersonal38 9471ee02e5 Merge pull request #852 from jaredb7/Configurable-Service-Logging-Options
Configurable service logging options for select services
2023-04-19 11:01:52 -04:00
Jared d1a0561d2d Merge branch 'main' into Configurable-Service-Logging-Options 2023-04-19 21:36:30 +10:00
jaredb7 e7e2ec472c Incert the LogLevel_ into the config file is they don't exisst
Update the saving of the LogLevel_ settings to create the setting in the config file if it doesn't exist at the time of saving, the setting is created with the chosen value.

Moves the RTSP javascript code into it's script tag and moved it be near the controls for the RTSP URL.
2023-04-19 21:01:53 +10:00
ehpersonal38 2b77523ef8 suntime dependency 2023-04-17 22:12:12 -04:00
ehpersonal38 df1a591f2d Merge pull request #760 from chickadeebird/main
Update plotly_streamlit.py
2023-04-17 22:05:11 -04:00
ehpersonal38 712121e432 warn user on every page if lon/lat aren't set 2023-04-17 11:05:46 -04:00
ehpersonal38 91d2a60421 fix backlog message showing when it shouldn't 2023-04-17 10:51:27 -04:00
ehpersonal38 628552285c Merge pull request #851 from jaredb7/RTSP-Recording-fixes
Make ffmpeg record the first audio stream for RTSP
2023-04-16 16:36:36 -04:00
ehpersonal38 adce59fe49 remove world-writable perms 2023-04-16 15:00:24 -04:00
ehpersonal38 14f09a02e0 Add syslog snippet to diagnostic info script 2023-04-16 14:58:08 -04:00
ehpersonal38 2be0b394ee fixy 2023-04-14 16:26:14 -04:00
jaredb7 fa5662fa00 Update Birdnet Snipper to insert out new setting options
Update Birdnet Snipper to insert out new setting options
Update log level descriptions.
2023-04-13 22:42:01 +10:00
jaredb7 b37b5ab781 Make ffmpeg record the first audio stream for RTSP
Small fix for now to handle of RTSP streams that may contain more than 1 audio stream within them,  we just tell ffmpeg to use the first audio stream for the recording.

A future enhancement to this is to allow the user to to set what audio stream to just in case there is a scenario where the first one doesn't work for some reason.
2023-04-13 22:16:25 +10:00
ehpersonal38 c87d507b0b allow user to view Weekly Report page 2023-04-12 22:00:47 -04:00
ehpersonal38 181ce4d34b perms 2023-04-12 18:33:24 -04:00
ehpersonal38 b2d600e8eb Merge branch 'main' of https://github.com/mcguirepr89/BirdNET-Pi 2023-04-12 18:31:43 -04:00
ehpersonal38 e0244edd7d Revert "perms"
This reverts commit 21beea2f2d.
2023-04-12 18:31:40 -04:00
jaredb7 1b3a31c3ee Allow user configurable log level option for some services
After some services were recently quieted down by adjusting the log level for e.g ffmpeg. It would be nice if the user can easily adjust the log level again so that that they can investigate or debug a issue since output is not generated by default, so now the Livestream, Spectrogream and Birdnet Recording have a adjustable log levels to help with this.
2023-04-12 21:32:44 +10:00
ehpersonal38 35b5c64927 Update README.md 2023-04-11 10:59:28 -04:00
ehpersonal38 d0b328c07e Merge pull request #822 from patrikbwi/patrikbwi-patch-1
Update server.py
2023-04-10 21:41:05 -04:00
ehpersonal38 b2fbb58974 Merge pull request #835 from coldclimate/quit-early
Kick out super early if it's not a suitable system
2023-04-10 21:40:13 -04:00
ehpersonal38 2ca0cf4477 alert to click the species if none selected 2023-04-10 21:36:21 -04:00
ehpersonal38 9359f78a59 more cache busting
Co-Authored-By: Jared <799998+jaredb7@users.noreply.github.com>
2023-04-10 21:26:15 -04:00
ehpersonal38 00ad025d96 Merge pull request #836 from jaredb7/More-Misc-Fixes-and-Enhancements_mcguire
More misc fixes and enhancements
2023-04-10 21:19:32 -04:00
ehpersonal38 513d093523 fix sox spectrogram title on non ASCII names 2023-04-10 16:38:46 -04:00
ehpersonal38 05919105ce Update README.md 2023-04-09 12:29:34 -04:00
jaredb7 ad28127f6c Fix comments on birdnet_recording.sh 2023-04-09 23:24:57 +10:00
coldclimate c5938e5d7f Kick out super early if it's not a suitable system
Untested, but raised after a frustrating morning :D
2023-04-09 14:10:35 +01:00
jaredb7 9a97d16883 Make the Spectrogram service run as a loop
The Spectrogram service was stopping after it completed it's work (no issue here) and the system would start it again 10 seconds later, sometimes it would stop and start multiple times a second (no file to analyse maybe)

Added a while loop to that it would just keep running and sleeping for the number of seconds of the recording length setting.
2023-04-09 22:49:53 +10:00
jaredb7 421902684f Quieten System logs
Attempt to quieten the amount of log noise being generated by some of the birdnet services visible in the syslog and daemon.log

Recording service
When using RTSP streams the recording service  is generating massive amounts of noise in the logs as it's basically outputting all it's startup info and also outputting stream and export info.
- Set the log level to only output errors

Also the birdnet_recoding service script is outputting it;s contents, I assume was doing this because of the set -x option at the beginning,
-Commenting this fixed that issue

Analysis Service
Small change to this it doesn't output a error when it can't find today's recording directory. It's a non issue if your recording via sound card but it pops up a bit when using RTSP streams as that directory is never created.

Livestream Service
Same treatment as the recording service, set log level to error. It was previously set to info and would occasionally output a massive chunk of output.. presumably abut the encoding processes.
2023-04-09 22:26:04 +10:00
jaredb7 94481bf915 Update service restart command to support multi service resstart
When restarting the Livestream service, the IceCast2 is restarted too, after fixing command to restart IceCast only it's status returned (since it's the last service)

Added in a small loop to try get both the service names so we can get the status of both.
2023-04-09 21:59:59 +10:00
jaredb7 f534accaae Merge branch 'BirdNET-pi-main' into More-Misc-Fixes-and-Enhancements_mcguire 2023-04-09 18:46:25 +10:00
ehpersonal38 6334367ac0 40% faster updates 2023-04-08 17:41:52 -04:00
ehpersonal38 b177fae7d0 Merge pull request #834 from jaredb7/Spectrogram-Controls-Fix
Check RTSP stream selection control is valid
2023-04-08 11:11:59 -04:00
jaredb7 9988acfdbd Check RTSP stream selection control is valid
Add a check to make sure the RTSP Stream control is valid before adding the 'onchange' event to avoid breaking the other controls
2023-04-08 14:13:44 +10:00
jaredb7 4e882e3eef Dynamic style,css cache busting
Keeps the existing format used to version the style sheet but it's now based off the file modification time.
2023-04-08 13:58:42 +10:00
ehpersonal38 56f168a280 remove trailing birdnet_url slash, if there is one 2023-04-07 21:29:12 -04:00
ehpersonal38 f8e68551a3 Revert "Revert "Merge pull request #829 from lloydbayley/main""
This reverts commit 712f4b034a.
2023-04-07 21:24:49 -04:00
jaredb7 d16d4f60a3 Fix error when restarting the Live Stream service
Changed command to use systemctl to restart the icecast2 service, the error wasn't fatal but just made it look like restarting the live stream service had failed.
2023-04-08 11:14:04 +10:00
ehpersonal38 e5fa9c9c45 Merge pull request #831 from mcguirepr89/revert-829-main
Revert "Tidy up some UI things that were bugging me."
2023-04-07 21:09:40 -04:00
ehpersonal38 68051789f5 Revert "Tidy up some UI things that were bugging me." 2023-04-07 21:09:23 -04:00