mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-03 18:51:32 +00:00
⬆️ Updating add-on AirSonos to f15f690
This commit is contained in:
parent
fe419ed288
commit
0ae21f638f
5 changed files with 40 additions and 6 deletions
|
@ -765,10 +765,10 @@ SOFTWARE.
|
|||
[aircast-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[aircast-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[aircast-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/20dff36
|
||||
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/20dff36/README.md
|
||||
[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/f15f690
|
||||
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/f15f690/README.md
|
||||
[airsonos-issue]: https://github.com/hassio-addons/addon-airsonos/issues
|
||||
[airsonos-version-shield]: https://img.shields.io/badge/version-20dff36-blue.svg
|
||||
[airsonos-version-shield]: https://img.shields.io/badge/version-f15f690-blue.svg
|
||||
[airsonos-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[airsonos-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[airsonos-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v3.0.0
|
||||
- Add translation support (#56)
|
||||
- Mark address option optional (#55)
|
||||
- Apply updated repository structure & CI workflow (#54)
|
||||
- ⬆️ Upgrades add-on base image to v4.2.0 (#53)
|
||||
|
|
|
@ -52,5 +52,5 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-20dff36-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-airsonos/tree/20dff36
|
||||
[release-shield]: https://img.shields.io/badge/version-f15f690-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-airsonos/tree/f15f690
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "AirSonos",
|
||||
"version": "20dff36",
|
||||
"version": "f15f690",
|
||||
"slug": "airsonos",
|
||||
"description": "AirPlay capabilities for your Sonos (and UPnP) devices.",
|
||||
"url": "https://github.com/hassio-addons/addon-airsonos",
|
||||
|
|
33
airsonos/translations/en.yaml
Normal file
33
airsonos/translations/en.yaml
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Log level
|
||||
description: >-
|
||||
Controls the level of log details the add-on provides.
|
||||
port:
|
||||
name: Port
|
||||
description: >-
|
||||
The port to run on, the default of 49152 should be good for most cases.
|
||||
address:
|
||||
name: Address
|
||||
description: >-
|
||||
Allows you to specify the IP address the AirCast server needs to
|
||||
bind to.
|
||||
latency_rtp:
|
||||
name: RTP Latency
|
||||
description: >-
|
||||
Allows you to tweak the buffering, which is needed when the audio is
|
||||
stuttering (e.g., low-quality network). This option specifies the number
|
||||
of ms the add-on has to buffer the RTP audio (AirPlay). Setting this value
|
||||
below 500ms is not recommended! Setting the value to 0 makes the add-on
|
||||
to get the value from AirPlay.
|
||||
latency_http:
|
||||
name: HTTP Latency
|
||||
description: >-
|
||||
Allows you to tweak the buffering, which is needed when the audio is
|
||||
stuttering (e.g., low-quality network). This option specifies the number
|
||||
of ms the add-on has to buffer the HTTP audio.
|
||||
drift:
|
||||
name: Drift
|
||||
description: >-
|
||||
Allow to let timing reference drift (no click).
|
Loading…
Add table
Add a link
Reference in a new issue