⬆️ Updating add-on Spotify Connect to b4bd7b1

This commit is contained in:
Community Hass.io Add-ons Bot 2025-02-07 16:24:05 +00:00
parent 36074d2f1e
commit 5362aca54b
6 changed files with 31 additions and 8 deletions

View file

@ -1050,10 +1050,10 @@ SOFTWARE.
[sonarr-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [sonarr-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[sonarr-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [sonarr-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[sonarr-i386-shield]: https://img.shields.io/badge/i386-no-red.svg [sonarr-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/937b5a2 [addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/b4bd7b1
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/937b5a2/README.md [addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/b4bd7b1/README.md
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues [spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
[spotify-version-shield]: https://img.shields.io/badge/version-937b5a2-blue.svg [spotify-version-shield]: https://img.shields.io/badge/version-b4bd7b1-blue.svg
[spotify-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [spotify-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[spotify-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [spotify-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,4 +1,17 @@
# Changelog since v0.13.0 # Changelog since v0.13.0
- 🎆 Update copyright year to 2025 in license and documentation files (#282)
- Add librespot autoplay option (#254)
* autoplay
* Update spotify/config.yaml
Co-authored-by: Jorim Tielemans <tielemans.jorim@gmail.com>
---------
Co-authored-by: Jorim Tielemans <tielemans.jorim@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
- Upgrade base to 17.1.1 and resolve problems with building librespot 0.6.0 (#281) - Upgrade base to 17.1.1 and resolve problems with building librespot 0.6.0 (#281)
* feat: upgrade to 17.1.0 and resolve problems with librespot 0.6.0 * feat: upgrade to 17.1.0 and resolve problems with librespot 0.6.0

View file

@ -37,6 +37,7 @@ name: HomeAssistant
bitrate: 320 bitrate: 320
username: frenck@example.com username: frenck@example.com
password: MySpotifyPassword password: MySpotifyPassword
autoplay: true
``` ```
**Note**: _This is just an example, don't copy and paste it! Create your own!_ **Note**: _This is just an example, don't copy and paste it! Create your own!_
@ -88,6 +89,10 @@ to disallow guests on your network to use the add-on.
The password you use to login to your Spotify Premium account. The password you use to login to your Spotify Premium account.
### Option: `autoplay`
Whether Spotify should autoplay similar songs when reaching the end of the queue.
## Known issues and limitations ## Known issues and limitations
- This add-on requires a Spotify Premium account. - This add-on requires a Spotify Premium account.
@ -131,7 +136,7 @@ check [the contributor's page][contributors].
MIT License MIT License
Copyright (c) 2018-2024 Franck Nijhof Copyright (c) 2018-2025 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

View file

@ -48,10 +48,10 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-spotify-connect/61210?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-spotify-connect/61210?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/2024.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2025.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-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-937b5a2-blue.svg [release-shield]: https://img.shields.io/badge/version-b4bd7b1-blue.svg
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/937b5a2 [release]: https://github.com/hassio-addons/addon-spotify-connect/tree/b4bd7b1
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/main/images/screenshot.png

View file

@ -1,5 +1,5 @@
name: Spotify Connect name: Spotify Connect
version: 937b5a2 version: b4bd7b1
slug: spotify slug: spotify
description: Play Spotify music on your Home Assistant device description: Play Spotify music on your Home Assistant device
url: https://github.com/hassio-addons/addon-spotify-connect url: https://github.com/hassio-addons/addon-spotify-connect
@ -20,4 +20,5 @@ schema:
bitrate: list(96|160|320) bitrate: list(96|160|320)
username: str? username: str?
password: password? password: password?
autoplay: bool
image: ghcr.io/hassio-addons/spotify/{arch} image: ghcr.io/hassio-addons/spotify/{arch}

View file

@ -23,3 +23,7 @@ configuration:
name: Spotify password name: Spotify password
description: >- description: >-
The password to log into your Spotify Premium account with. The password to log into your Spotify Premium account with.
autoplay:
name: Autoplay
description: >-
Whether Spotify should autoplay similar songs at the end of the queue.