mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on Spotify Connect to b4bd7b1
This commit is contained in:
parent
36074d2f1e
commit
5362aca54b
6 changed files with 31 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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 <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)
|
||||
|
||||
* feat: upgrade to 17.1.0 and resolve problems with librespot 0.6.0
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue