
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
pimatic-spotify
Advanced tools
A pimatic plugin to connect to and control Spotify Connect players on your network. This plugin was developed against Apple and Denon devices. Similar hardware should work equally well.
Since the first release the following features have been implemented:
Roadmap:
The project depends on the Node integration with the Spotify API through spotify-web-api-node by Michael Thelin (https://github.com/thelinmichael/spotify-web-api-node)
when Bathroom Light is turned on then play Songs to Sing in the Shower on Bathroom Speaker and set volume of Bathroom Speaker to 30%
{
"plugin": "spotify",
"debug": false,
"clientID": "<Spotify app Client ID>",
"secret": "<Spotify App Secret",
"auth_port": 8888
}
The plugin has the following configuration properties:
Property | Default | Type | Description |
---|---|---|---|
debug | false | Boolean | Debug messages to pimatic log, if set to true |
clientID | none | String | Client ID obtained in Spotify API app |
secret | none | String | Secret obtained in Spotify API app |
auth_port | 8888 | Number | TCP port for the authentication server |
Default settings through autodiscovery should work fine.
{
"class": "SpotifyPlayer",
"name": "Bathroom Speaker",
"id": "spotify-player-bathroom-speaker",
"spotify_id": "3b859.....",
"spotify_type": "Speaker"
}
The device has the following configuration properties:
Property | Default | Type | Description |
---|---|---|---|
spotify_id | '' | String | Spotify device ID (Autodiscovery) |
spotify_type | 'Speaker' | Enum | Spotify device ID (Autodiscovery) |
{
"class": "SpotifyPlaylist",
"name": "Songs to Sing in the Shower",
"id": "spotify-playlist-songs-to-sing-in-the-shower",
"spotify_id": "37i9dQZF1DWSqmBTGDYngZ",
"spotify_type": "playlist",
"spotify_uri": "spotify:playlist:37i9dQZF1DWSqmBTGDYngZ"
}
Property | Default | Type | Description |
---|---|---|---|
spotify_id | '' | String | Spotify ID of the playlist (Autodiscovery) |
spotify_type | 'playlist' | String | Spotify type (Always playlist for now |
spotify_uri | '' | String | Spotify URI for Playlist (Autodiscovery) |
The following predicates are supported:
The following actions are supported:
Copyright (c) 2022, Danny Wigmans and contributors. All rights reserved.
FAQs
Pimatic Plugin to integrate Spotify
We found that pimatic-spotify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.