Updater bot : birdnet-go updated to 20250710

This commit is contained in:
alexbelgium
2025-07-12 01:55:31 +02:00
parent da994a89df
commit 3510439d85
3 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
## 20250710 (12-07-2025)
- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases)
## 20250704 (07-07-2025) ## 20250704 (07-07-2025)
- Minor bugs fixed - Minor bugs fixed
## 20250508 (05-07-2025) ## 20250508 (05-07-2025)

View File

@@ -1,5 +1,8 @@
{ {
"arch": ["aarch64", "amd64"], "arch": [
"aarch64",
"amd64"
],
"audio": true, "audio": true,
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Realtime BirdNET soundscape analyzer", "description": "Realtime BirdNET soundscape analyzer",
@@ -74,7 +77,11 @@
"ingress": true, "ingress": true,
"ingress_stream": true, "ingress_stream": true,
"init": false, "init": false,
"map": ["addon_config:rw", "media:rw", "share:rw"], "map": [
"addon_config:rw",
"media:rw",
"share:rw"
],
"name": "Birdnet-go", "name": "Birdnet-go",
"options": { "options": {
"BIRDSONGS_FOLDER": "/config/clips" "BIRDSONGS_FOLDER": "/config/clips"
@@ -87,7 +94,10 @@
"ports_description": { "ports_description": {
"8080/tcp": "Web ui" "8080/tcp": "Web ui"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"ALSA_CARD": "int?", "ALSA_CARD": "int?",
"BIRDSONGS_FOLDER": "str?", "BIRDSONGS_FOLDER": "str?",
@@ -98,9 +108,12 @@
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?" "networkdisks": "str?"
}, },
"services": ["mysql:want", "mqtt:want"], "services": [
"mysql:want",
"mqtt:want"
],
"slug": "birdnet-go", "slug": "birdnet-go",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go",
"version": "20250704" "version": "20250710"
} }

View File

@@ -2,10 +2,10 @@
"fulltag": true, "fulltag": true,
"github_beta": true, "github_beta": true,
"github_tagfilter": "nightly", "github_tagfilter": "nightly",
"last_update": "05-07-2025", "last_update": "12-07-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "birdnet-go", "slug": "birdnet-go",
"source": "github", "source": "github",
"upstream_repo": "tphakala/birdnet-go", "upstream_repo": "tphakala/birdnet-go",
"upstream_version": "20250704" "upstream_version": "20250710"
} }