Commit Graph

99 Commits

Author SHA1 Message Date
frederik 25499faf69 try to waste less screen space 2025-10-11 16:10:20 +02:00
frederik 054b3b3dab consolidate Include/Exclude/Whitelist 2025-04-13 18:18:05 +02:00
Alexandre bc7112312d Ensure ratio of image on screen <800px 2024-11-22 18:47:17 +01:00
Alexandre 5e70dcabbb UI : align overview and todays UI with centered stats #182 (#191)
* Move chart to center

* Align css

* Align dark-style.css

* Add stats title

* Removed title : cleaner look

* Shorter titles for stats

* Shorter title, unique is implicit

* Invert Species Total and Today

* Re-add left chart

* Re-add left chart bis

* Adapt css for flexible layout

* Align with main css

* Restore overview-stats, add center-column

* Restore style, add center-column

* Restore css

* add center-column

* Remove useless change

* Prevents centering

* Prevents centering

* Aggregate ajax sqlite

* Ensured the 5 sqlite commands are centralized

* Load center only after left has completed (to sync values)
2024-10-15 19:52:56 +02:00
Alexandre b959325605 Feat : proposal to standardize behavior of click on Com_Name and Sci_Name (#116)
* Align with 3 logos : wikipedia ; info_site ; minigraph

* Add info & wiki.png

* Rename wikipedia.png to wiki.png

* Show icons on recent detections

* icons with white background

* Align icons with scientific name to center common name

* Add icons

* Not sure what this makes

* Correct link to info_site

* Restore initial cleaner layout

* Have same behavior for title than the overview

* Add icons of info and wikipedia to recordings

* Add icons

* Clean

* Improve icons size

* Add icons to species stats

* Put icons near sci_name

* Remove pictures from mobile on main page for small screens

* Other solution for mobile

* Improve visibility on smaller screen and consistency

* Improve visibility on smaller screen and consistency

* Improve readability on small screens

* Improve readability on small screens

* Set image size for smaller screens

* Make scientific name in italics

* Sci_name in italics

* Add sci_name in Italics for consistency

* Inline icons with scientific text for consistency

* Italics for todays scientific name
2024-06-29 10:15:30 +02:00
Alexandre e44b30717e Light : correct dropdowns to white 2024-06-28 09:20:39 +02:00
Alexandre a675166552 Lighter green for drop down @hiemstra87
I used the same light green as already present in the css code for showpassword and rtspstream

Co-Authored-By: Hiemstra <145980686+hiemstra87@users.noreply.github.com>
2024-06-21 10:27:28 +02:00
Alexandre 87d330dd2e Align light css for sortbutton @hiemstra87
Co-Authored-By: Hiemstra <145980686+hiemstra87@users.noreply.github.com>
2024-06-21 10:23:32 +02:00
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 b779e9f1ef Add chartdiv style 2024-06-19 09:10:57 +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
frederik 9d3a7b44ff make sure the stats are not pushed down 2024-04-15 15:08:00 +02:00
frederik ac63e5992b tweak iframe layout 2024-04-10 10:07:55 +02:00
frederik 54a9a8041d tidy location settings 2024-04-09 17:52:39 +02:00
frederik eb68e0eb53 spacing 2024-04-09 17:52:39 +02:00
frederik f3833cb201 fix css errors 2024-04-09 17:52:39 +02:00
frederik 464b2240d8 convert to standard html 2024-04-09 17:52:39 +02:00
Louis Croisez 64603f146f Correction done on https://github.com/mcguirepr89/BirdNET-Pi/issues/903 2023-05-20 11:12:57 +02:00
Louis Croisez d019486798 Correction done on iframe height to avoid loss of 4 last lines on Gotty terminal 2023-05-12 16:02:57 +02:00
jaredb7 1018fbf40d Fix Excluded Species search for Chrome
Appears to be a issue scrolling a select list option into view and then setting it's selected state to true (as if the user had clicked on it) this seems to break all future calls of scrollIntoView on any options, regardless if the selected state if removed from all options.

scrollIntoView works perfectly otherwise and opted to apply a style to visually highlight the option. This turned out way better
2023-04-07 19:19:05 +10:00
jaredb7 ae94cbc189 Enhancement to allow simultaneous RTSP stream recording
Updated birdnet_recording.sh
With a functional change around how ffmpeg is used to make use if it's functionality to accept multiple input streams and map each to a output file.
Due to the original implementation generating a  filename that contain the date/time streams would be writing to the same file - a small change was make each stream go to it's one file with unique filenames.

Updated livestream.sh & spectrogram.php
The Livestream service would fail if the RTSP stream setting was more than 1 stream (i.e comma separated list of streams)
Made some improvements so streaming is possible from any of the URL's, The Spectrogram page received a new control and some Javascript that allows the user to change between streams, the setting gets saved and the livestream service restarted so it uses's the correct stream.
This control is not visible if there are no RTSP streams configured
By default the livestream service will stream the the first RTSP URL, if the setting is not set or invalid

Updated advanced.php
With a small GUI change around RTSP steam entry by providing a input field for each URL and a button to add more fields.
In the background nothing changes as we use some Javascript to extract the valus entered and fill in the original rtsp_stream value with the correct comma separated string

Updated server.py
To work with the recording filename changes so that the correct filename is stored in the DB

Updated update_birdnet_snippets.sh
To support a new setting RTSP_STREAM_TO_LIVESTREAM on the Spectrogram page and in the livestream service
2023-04-01 22:29:02 +10:00
ehpersonal38 bb01cd0cfb small bug 2023-01-15 12:08:43 -05:00
ehpersonal38 84763bf5b7 New Model Implementation 2023-01-14 15:22:39 -05:00
ehpersonal38 eb87f4aac1 Update style.css 2022-08-05 15:03:23 -04:00
ehpersonal38 9ffdc928bf update timer 2022-08-05 15:01:34 -04:00
ehpersonal38 29358943ba password obfuscation in advanced 2022-07-24 13:17:17 -04:00
ehpersonal38 d13ee9865a transition for earlier commit 2022-07-04 18:01:36 -04:00
ehpersonal38 e19c7c6ba3 silence update indicator 2022-06-30 16:28:52 -04:00
Phaeton 60ee6ecab5 Update style.css
fixed minor typo
2022-06-23 16:25:36 -04:00
ehpersonal38 335e1c6848 Update style.css 2022-06-22 13:05:11 -04:00
ehpersonal38 42de0bcc7d 397 more info for debugging 2022-06-22 12:59:35 -04:00
ehpersonal38 8d43a409e3 397 part 2 2022-06-22 12:20:47 -04:00
ehpersonal38 340fdc0505 #397 2022-06-22 12:14:43 -04:00
ehpersonal38 d445dbba9d fixy fixy 2022-06-19 08:49:13 -04:00
ehpersonal38 961802695e Better settings styling 2022-06-18 11:09:27 -04:00
ehpersonal38 b24d8d9796 Fix topnav width shrinking to be smaller than content 2022-06-04 08:19:30 -04:00
mcguirepr89 fb6ffee404 reworked the config.php notes 2022-06-01 16:49:57 -04:00
ehpersonal38 c3c1e9d942 5 most recent detections on overview 2022-05-29 11:07:44 -04:00
ehpersonal38 3d5a52423b Config update button 2022-05-27 16:36:17 -04:00
ehpersonal38 201f705517 If behind by more than 50 commits, show update badge on "Tools" 2022-05-27 15:32:43 -04:00
ehpersonal38 eb571354e0 Update style.css 2022-05-27 09:58:17 -04:00
ehpersonal38 5c2aab01e4 Show # of commits local repo is behind by, on Sys Controls 2022-05-26 10:26:02 -04:00
ehpersonal38 82d328d92d typo & style change 2022-05-24 18:19:20 -04:00
ehpersonal38 d86d94e64e Gain slidey 2022-05-24 14:53:50 -04:00
ehpersonal38 7cf38359d4 Logo & shadows 2022-05-23 14:09:10 -04:00
ehpersonal38 0462e1ec2b Things have been made better
- All buttons and bird images now have nice transitions on hover
- Bird images have an added drop shadow for the aesthetics. 😎
- When hovering over sort icons, a tooltip describing the button is now displayed
- Best Recordings has been cleaned up and made a little clearer
2022-05-22 17:21:42 -04:00
ehpersonal38 3a3c3e58c3 shrunk & unbroke 2022-05-22 13:22:01 -04:00
ehpersonal38 cdbc0960ce Update style.css 2022-05-18 14:20:05 -04:00
ehpersonal38 fb703030c7 Flickr Implementation 2022-05-18 14:03:49 -04:00
ehpersonal38 b550421be0 UI tweaks 2022-05-13 14:09:34 -04:00