diff --git a/README.md b/README.md index 256ae535d..142ace736 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/airsonos/CHANGELOG.md b/airsonos/CHANGELOG.md index 31999d54d..4ed2179d7 100644 --- a/airsonos/CHANGELOG.md +++ b/airsonos/CHANGELOG.md @@ -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) diff --git a/airsonos/README.md b/airsonos/README.md index 35d30640f..a6c10191b 100644 --- a/airsonos/README.md +++ b/airsonos/README.md @@ -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 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-f15f690-blue.svg +[release]: https://github.com/hassio-addons/addon-airsonos/tree/f15f690 \ No newline at end of file diff --git a/airsonos/config.json b/airsonos/config.json index 53a9ce98d..5fabeb41d 100644 --- a/airsonos/config.json +++ b/airsonos/config.json @@ -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", diff --git a/airsonos/translations/en.yaml b/airsonos/translations/en.yaml new file mode 100644 index 000000000..6eae097e8 --- /dev/null +++ b/airsonos/translations/en.yaml @@ -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).