mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-03 18:51:32 +00:00
⬆️ Updating add-on AirCast to 81e9d7f
This commit is contained in:
parent
9072c4ecfb
commit
77f610fdd4
5 changed files with 36 additions and 6 deletions
|
@ -756,10 +756,10 @@ SOFTWARE.
|
|||
[adguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[adguard-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[adguard-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/4bc4846
|
||||
[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/4bc4846/README.md
|
||||
[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/81e9d7f
|
||||
[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/81e9d7f/README.md
|
||||
[aircast-issue]: https://github.com/hassio-addons/addon-aircast/issues
|
||||
[aircast-version-shield]: https://img.shields.io/badge/version-4bc4846-blue.svg
|
||||
[aircast-version-shield]: https://img.shields.io/badge/version-81e9d7f-blue.svg
|
||||
[aircast-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[aircast-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[aircast-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v3.0.0
|
||||
- Add translation support (#70)
|
||||
- ⬆️ Upgrades AirConnect to 0.2.53.1 (#69)
|
||||
- Apply updated repository structure & CI workflow (#68)
|
||||
- ⬆️ Upgrades add-on base image to v4.2.0 (#67)
|
||||
|
|
|
@ -49,5 +49,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-4bc4846-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-aircast/tree/4bc4846
|
||||
[release-shield]: https://img.shields.io/badge/version-81e9d7f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-aircast/tree/81e9d7f
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "AirCast",
|
||||
"version": "4bc4846",
|
||||
"version": "81e9d7f",
|
||||
"slug": "aircast",
|
||||
"description": "AirPlay capabilities for your Chromecast devices.",
|
||||
"url": "https://github.com/hassio-addons/addon-aircast",
|
||||
|
|
29
aircast/translations/en.yaml
Normal file
29
aircast/translations/en.yaml
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Log level
|
||||
description: >-
|
||||
Controls the level of log details the add-on provides.
|
||||
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