mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on AirSonos 3.0.0
This commit is contained in:
parent
e3c3df2357
commit
2184a4d621
5 changed files with 34 additions and 35 deletions
|
@ -722,10 +722,10 @@ SOFTWARE.
|
||||||
[aircast-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[aircast-i386-shield]: https://img.shields.io/badge/i386-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/v2.4.1
|
[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/v3.0.0
|
||||||
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/v2.4.1/README.md
|
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/v3.0.0/README.md
|
||||||
[airsonos-issue]: https://github.com/hassio-addons/addon-airsonos/issues
|
[airsonos-issue]: https://github.com/hassio-addons/addon-airsonos/issues
|
||||||
[airsonos-version-shield]: https://img.shields.io/badge/version-v2.4.1-blue.svg
|
[airsonos-version-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
|
||||||
[airsonos-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[airsonos-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[airsonos-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
[Full Changelog][changelog]
|
## What’s changed
|
||||||
|
|
||||||
This is a general maintenance release.
|
No big changes, but still a major release!
|
||||||
|
The add-on is now published via GitHub and the add-on itself now runs on Debian.
|
||||||
|
|
||||||
### 🔨 Changes
|
## 🧰 Maintenance
|
||||||
|
|
||||||
- ⬆ Upgrades AirConnect to 0.2.28.3
|
- Cleanup repository @frenck (#23)
|
||||||
|
- Happy New Year @frenck (#24)
|
||||||
|
- Upgrade Code of Conduct @frenck (#25)
|
||||||
|
- Add new repository workflow @frenck (#26)
|
||||||
|
|
||||||
[changelog]: https://github.com/hassio-addons/addon-airsonos/compare/v2.4.0...v2.4.1
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
- Switch add-on base image to Debian @frenck (#27)
|
||||||
Enjoying my add-ons? Consider supporting my work:
|
- ⬆ Upgrades AirConnect to 0.2.43.1 @frenck (#28)
|
||||||
https://github.com/sponsors/frenck or https://patreon.com/frenck
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ dealing with an unknown issue. Possible values are:
|
||||||
- `debug`: Shows detailed debug information.
|
- `debug`: Shows detailed debug information.
|
||||||
- `info`: Normal (usually) interesting events.
|
- `info`: Normal (usually) interesting events.
|
||||||
- `warning`: Exceptional occurrences that are not errors.
|
- `warning`: Exceptional occurrences that are not errors.
|
||||||
- `error`: Runtime errors that do not require immediate action.
|
- `error`: Runtime errors that do not require immediate action.
|
||||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||||
|
|
||||||
Please note that each level automatically includes log messages from a
|
Please note that each level automatically includes log messages from a
|
||||||
|
@ -153,12 +153,12 @@ is larger than the buffer in the Sonos player, playback will stop by
|
||||||
lack of audio. Note that `latency_rtp` does not delay playback start.
|
lack of audio. Note that `latency_rtp` does not delay playback start.
|
||||||
|
|
||||||
> **Note**: `latency_rtp` and `latency_http` could have been merged into a
|
> **Note**: `latency_rtp` and `latency_http` could have been merged into a
|
||||||
single `latency` parameter which would have set the max RTP frames holding time
|
> single `latency` parameter which would have set the max RTP frames holding time
|
||||||
as well as the duration of the initial additional silence (delay),
|
> as well as the duration of the initial additional silence (delay),
|
||||||
however, all Sonos devices do properly their own buffering of HTTP audio
|
> however, all Sonos devices do properly their own buffering of HTTP audio
|
||||||
(i.e., they wait until they have received a certain amount of audio before
|
> (i.e., they wait until they have received a certain amount of audio before
|
||||||
starting to play), then adding silence would have introduced an extra
|
> starting to play), then adding silence would have introduced an extra
|
||||||
unnecessary delay in playback.
|
> unnecessary delay in playback.
|
||||||
|
|
||||||
## Tweaking AirSonos
|
## Tweaking AirSonos
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@ Assistant configuration directory. This file allows you to tweak each device
|
||||||
separately. Every time it finds a new device, it will be added to that file.
|
separately. Every time it finds a new device, it will be added to that file.
|
||||||
|
|
||||||
> **NOTE**: It is HIGHLY recommended to stop the addon before making changes
|
> **NOTE**: It is HIGHLY recommended to stop the addon before making changes
|
||||||
to the configuration file manually.
|
> to the configuration file manually.
|
||||||
|
|
||||||
## Known issues and limitations
|
## Known issues and limitations
|
||||||
|
|
||||||
|
@ -177,16 +177,15 @@ to the configuration file manually.
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
functionality. The format of the log is based on
|
functionality.
|
||||||
[Keep a Changelog][keepchangelog].
|
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||||
based on the following:
|
based on the following:
|
||||||
|
|
||||||
- ``MAJOR``: Incompatible or major changes.
|
- `MAJOR`: Incompatible or major changes.
|
||||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
@ -214,7 +213,7 @@ check [the contributor's page][contributors].
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2017-2020 Franck Nijhof
|
Copyright (c) 2017-2021 Franck Nijhof
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -234,14 +233,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
[commits]: https://github.com/hassio-addons/addon-airsonos/commits/master
|
[commits]: https://github.com/hassio-addons/addon-airsonos/commits/main
|
||||||
[contributors]: https://github.com/hassio-addons/addon-airsonos/graphs/contributors
|
[contributors]: https://github.com/hassio-addons/addon-airsonos/graphs/contributors
|
||||||
[discord-ha]: https://discord.gg/c5DvZ4e
|
[discord-ha]: https://discord.gg/c5DvZ4e
|
||||||
[discord]: https://discord.me/hassioaddons
|
[discord]: https://discord.me/hassioaddons
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-airsonos/36796?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-airsonos/36796?u=frenck
|
||||||
[frenck]: https://github.com/frenck
|
[frenck]: https://github.com/frenck
|
||||||
[issue]: https://github.com/hassio-addons/addon-airsonos/issues
|
[issue]: https://github.com/hassio-addons/addon-airsonos/issues
|
||||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-airsonos/releases
|
[releases]: https://github.com/hassio-addons/addon-airsonos/releases
|
||||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||||
|
|
|
@ -29,9 +29,9 @@ Since Sonos uses UPnP, the add-on might also work for other UPnP players
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-airsonos/36796?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-airsonos/36796?u=frenck
|
||||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||||
[github-sponsors]: https://github.com/sponsors/frenck
|
[github-sponsors]: https://github.com/sponsors/frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v2.4.1-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-airsonos/tree/v2.4.1
|
[release]: https://github.com/hassio-addons/addon-airsonos/tree/v3.0.0
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "AirSonos",
|
"name": "AirSonos",
|
||||||
"version": "2.4.1",
|
"version": "3.0.0",
|
||||||
"slug": "airsonos",
|
"slug": "airsonos",
|
||||||
"description": "AirPlay capabilities for your Sonos (and UPnP) devices.",
|
"description": "AirPlay capabilities for your Sonos (and UPnP) devices.",
|
||||||
"url": "https://github.com/hassio-addons/addon-airsonos",
|
"url": "https://github.com/hassio-addons/addon-airsonos",
|
||||||
|
@ -12,9 +12,7 @@
|
||||||
"armv7",
|
"armv7",
|
||||||
"i386"
|
"i386"
|
||||||
],
|
],
|
||||||
"boot": "auto",
|
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw"
|
"config:rw"
|
||||||
|
@ -34,5 +32,5 @@
|
||||||
"latency_http": "int",
|
"latency_http": "int",
|
||||||
"drift": "bool"
|
"drift": "bool"
|
||||||
},
|
},
|
||||||
"image": "hassioaddons/airsonos-{arch}"
|
"image": "ghcr.io/hassio-addons/airsonos/{arch}"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue