- Provides triggered query handlers for Spotify album, artist, playlist, track, show, episode and audiobook searches.
- Play/queue media on your Spotify clients
The web API works for premium accounts only.
Free accounts use only the local spotify:
scheme handler.
Note: If you have enabled the media remote plugin, playback will be paused before opening a URI. This will start playback of opened URIs.
- Create account at https://developer.spotify.com/dashboard/applications.
- Create an app.
- Add Redirect URI
albert://spotify/
. - Tick checkbox Web API.
- Add your name and mail under User Management.
- Insert Client ID in the plugin settings and click the authorize button.
- Uses the Spotfiy Web API.
- See
spotify.h
for the endpoints used.