-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ 1.0.36 ] * Added support for Spotify Connect LoginID specification …
…in configuration options. * Updated underlying `spotifywebapiPython` package requirement to version 1.0.69.
- Loading branch information
Showing
11 changed files
with
73 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2080,18 +2080,25 @@ zeroconf_device_connect: | |
boolean: | ||
username: | ||
name: Spotify User Name | ||
description: Spotify user name to login with; this can be a standard username (e.g. '[email protected]') or a canonical userid (e.g. '31l77y75hfnhk79f7gk6jkk878mg'). This MUST match the account name (or one of them) that was used to configure Spotify Connect on the manufacturer device. | ||
description: Spotify user name to login with (e.g. '[email protected]'). This MUST match the account name (or one of them) that was used to configure Spotify Connect on the manufacturer device. | ||
example: "[email protected]" | ||
required: true | ||
selector: | ||
text: | ||
password: | ||
name: Spotify User Password | ||
description: Spotify user password to login with. | ||
description: Spotify Connect user password to login with. | ||
example: "yourpassword" | ||
required: true | ||
selector: | ||
text: | ||
loginid: | ||
name: Spotify Login ID | ||
description: Spotify Connect login id to login with (e.g. "31l77fd87g8h9j00k89f07jf87ge"). This is also known as the canonical user id value. This MUST be the value that relates to the `username` argument. | ||
example: "31l77y75hfnhk79f7gk6jkk878mg" | ||
required: false | ||
selector: | ||
text: | ||
pre_disconnect: | ||
name: Pre Disconnect? | ||
description: True if a Disconnect should be made prior to the Connect call. This will ensure that the active user is logged out, which must be done if switching user accounts; otherwise, False to not issue a Disconnect call. Default is False. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,9 @@ | |
"description": "Configure SpotifyPlus integration options that control functionality.", | ||
"data": { | ||
"device_default": "Default Spotify Connect Player Device ID when none are active.", | ||
"device_password": "Default Spotify Connect password to use when connecting to an inactive device.", | ||
"device_username": "Default Spotify Connect username to use when connecting to an inactive device.", | ||
"device_loginid": "Spotify Connect canonical loginid to use when connecting to an inactive device.", | ||
"device_password": "Spotify Connect password to use when connecting to an inactive device.", | ||
"device_username": "Spotify Connect username to use when connecting to an inactive device.", | ||
"script_turn_on": "Script called to turn on device that plays media content.", | ||
"script_turn_off": "Script called to turn off device that plays media content." | ||
}, | ||
|
@@ -34,7 +35,8 @@ | |
}, | ||
"error": { | ||
"no_player_devices": "Per Spotify Web API, there are currently no Spotify Connect devices active. Please close the configuration options, play a track on any Spotify Connect player for a minute or two, and then open the configuration options again.", | ||
"device_password_required": "Default Device Password is required if a Default Device Username was specified." | ||
"device_password_required": "Spotify Connect Device Password is required if a Spotify Connect Device Username was specified.", | ||
"device_loginid_required": "Spotify Connect Device LoginId is required if a Spotify Connect Device Username was specified." | ||
} | ||
}, | ||
"system_health": { | ||
|
@@ -1201,11 +1203,15 @@ | |
}, | ||
"username": { | ||
"name": "Spotify User Name", | ||
"description": "Spotify user name to login with; this can be a standard username (e.g. '[email protected]') or a canonical userid (e.g. '31l77y75hfnhk79f7gk6jkk878mg'). This MUST match the account name (or one of them) that was used to configure Spotify Connect on the manufacturer device." | ||
"description": "Spotify user name to login with (e.g. '[email protected]'). This MUST match the account name (or one of them) that was used to configure Spotify Connect on the manufacturer device." | ||
}, | ||
"password": { | ||
"name": "Spotify Password", | ||
"description": "Spotify user password to login with." | ||
"description": "Spotify Connect user password to login with." | ||
}, | ||
"loginid": { | ||
"name": "Spotify Login ID", | ||
"description": "Spotify Connect login id to login with (e.g. '31l77fd87g8h9j00k89f07jf87ge'). This is also known as the canonical user id value. This MUST be the value that relates to the `username` argument." | ||
}, | ||
"pre_disconnect": { | ||
"name": "Pre Disconnect?", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,9 @@ | |
"description": "Configure SpotifyPlus integration options that control functionality.", | ||
"data": { | ||
"device_default": "Default Spotify Connect Player Device ID when none are active.", | ||
"device_password": "Default Spotify Connect password to use when connecting to an inactive device.", | ||
"device_username": "Default Spotify Connect username to use when connecting to an inactive device.", | ||
"device_loginid": "Spotify Connect canonical loginid to use when connecting to an inactive device.", | ||
"device_password": "Spotify Connect password to use when connecting to an inactive device.", | ||
"device_username": "Spotify Connect username to use when connecting to an inactive device.", | ||
"script_turn_on": "Script called to turn on device that plays media content.", | ||
"script_turn_off": "Script called to turn off device that plays media content." | ||
}, | ||
|
@@ -34,7 +35,8 @@ | |
}, | ||
"error": { | ||
"no_player_devices": "Per Spotify Web API, there are currently no Spotify Connect devices active. Please close the configuration options, play a track on any Spotify Connect player for a minute or two, and then open the configuration options again.", | ||
"device_password_required": "Default Device Password is required if a Default Device Username was specified." | ||
"device_password_required": "Spotify Connect Device Password is required if a Spotify Connect Device Username was specified.", | ||
"device_loginid_required": "Spotify Connect Device LoginId is required if a Spotify Connect Device Username was specified." | ||
} | ||
}, | ||
"system_health": { | ||
|
@@ -1201,11 +1203,15 @@ | |
}, | ||
"username": { | ||
"name": "Spotify User Name", | ||
"description": "Spotify user name to login with; this can be a standard username (e.g. '[email protected]') or a canonical userid (e.g. '31l77y75hfnhk79f7gk6jkk878mg'). This MUST match the account name (or one of them) that was used to configure Spotify Connect on the manufacturer device." | ||
"description": "Spotify user name to login with (e.g. '[email protected]'). This MUST match the account name (or one of them) that was used to configure Spotify Connect on the manufacturer device." | ||
}, | ||
"password": { | ||
"name": "Spotify Password", | ||
"description": "Spotify user password to login with." | ||
"description": "Spotify Connect user password to login with." | ||
}, | ||
"loginid": { | ||
"name": "Spotify Login ID", | ||
"description": "Spotify Connect login id to login with (e.g. '31l77fd87g8h9j00k89f07jf87ge'). This is also known as the canonical user id value. This MUST be the value that relates to the `username` argument." | ||
}, | ||
"pre_disconnect": { | ||
"name": "Pre Disconnect?", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters