soco.music_services.accounts module
This module contains classes relating to Third Party music services.
- class soco.music_services.accounts.Account[source]
An account for a Music Service.
Each service may have more than one account: see the Sonos release notes for version 5-2
- service_type
A unique identifier for the music service to which this account relates, eg
'2311'
for Spotify.- Type
- classmethod get_accounts(soco=None)[source]
Get all accounts known to the Sonos system.
- Parameters
soco (
SoCo
, optional) – aSoCo
instance to query. IfNone
, a random instance is used. Defaults toNone
.- Returns
A dict containing account instances. Each key is the account’s serial number, and each value is the related Account instance. Accounts which have been marked as deleted are excluded.
- Return type
Note
Any existing Account instance will have its attributes updated to those currently stored on the Sonos system.