From 5362aca54be59cdb13895eb3c4b21b6427fb3529 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 7 Feb 2025 16:24:05 +0000 Subject: [PATCH] :arrow_up: Updating add-on Spotify Connect to b4bd7b1 --- README.md | 6 +++--- spotify/CHANGELOG.md | 13 +++++++++++++ spotify/DOCS.md | 7 ++++++- spotify/README.md | 6 +++--- spotify/config.yaml | 3 ++- spotify/translations/en.yaml | 4 ++++ 6 files changed, 31 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b3c121c1..f30e5a348 100644 --- a/README.md +++ b/README.md @@ -1050,10 +1050,10 @@ SOFTWARE. [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-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/937b5a2 -[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/937b5a2/README.md +[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/b4bd7b1 +[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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/spotify/CHANGELOG.md b/spotify/CHANGELOG.md index 229f18590..f29344721 100644 --- a/spotify/CHANGELOG.md +++ b/spotify/CHANGELOG.md @@ -1,4 +1,17 @@ # 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 + +--------- + +Co-authored-by: Jorim Tielemans +Co-authored-by: Franck Nijhof - 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 diff --git a/spotify/DOCS.md b/spotify/DOCS.md index a363e63cb..5c0457ec2 100644 --- a/spotify/DOCS.md +++ b/spotify/DOCS.md @@ -37,6 +37,7 @@ name: HomeAssistant bitrate: 320 username: frenck@example.com password: MySpotifyPassword +autoplay: true ``` **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. +### Option: `autoplay` + +Whether Spotify should autoplay similar songs when reaching the end of the queue. + ## Known issues and limitations - This add-on requires a Spotify Premium account. @@ -131,7 +136,7 @@ check [the contributor's page][contributors]. 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 of this software and associated documentation files (the "Software"), to deal diff --git a/spotify/README.md b/spotify/README.md index af7b4d1c0..93fd9f9a4 100644 --- a/spotify/README.md +++ b/spotify/README.md @@ -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 [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [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]: https://www.patreon.com/frenck [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]: https://github.com/hassio-addons/addon-spotify-connect/tree/937b5a2 +[release-shield]: https://img.shields.io/badge/version-b4bd7b1-blue.svg +[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 \ No newline at end of file diff --git a/spotify/config.yaml b/spotify/config.yaml index 596a1fa51..89c691765 100644 --- a/spotify/config.yaml +++ b/spotify/config.yaml @@ -1,5 +1,5 @@ name: Spotify Connect -version: 937b5a2 +version: b4bd7b1 slug: spotify description: Play Spotify music on your Home Assistant device url: https://github.com/hassio-addons/addon-spotify-connect @@ -20,4 +20,5 @@ schema: bitrate: list(96|160|320) username: str? password: password? + autoplay: bool image: ghcr.io/hassio-addons/spotify/{arch} diff --git a/spotify/translations/en.yaml b/spotify/translations/en.yaml index 94e5b7211..18f51084d 100644 --- a/spotify/translations/en.yaml +++ b/spotify/translations/en.yaml @@ -23,3 +23,7 @@ configuration: name: Spotify password description: >- 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.