android-sdk
android-sdk copied to clipboard
Spotify SDK for Android
*Thanks for your interest in the Spotify App Remote SDK! If you're submitting a bug, please use the following template. If your issue is a feature request, please include your...
Player state subscription always emits same events multiple times to my app. Please see the logs: `2020-04-19 22:23:30.361 14515-14515/com.app.sini.sinify D/SPOTIFY_APP_REMOTE: Message from Spotify: [36,10,43,{},[],{"context_uri":"spotify:playlist:37i9dQZF1DX2sUQwD7tbmL","track":{"artist":{"name":"Still Woozy","type":"artist","uri":"spotify:artist:4iMO20EPodreIaEl8qW66y"},"artists":[{"name":"Still Woozy","type":"artist","uri":"spotify:artist:4iMO20EPodreIaEl8qW66y"}],"album":{"name":"Goodie Bag","type":"album","uri":"spotify:album:31u58iuxrUOJeKJj4SKqOl"},"saved":false,"duration_ms":146390,"name":"Goodie Bag","uri":"spotify:track:297rZsBEjFw9d0Gl3iBLnd","image_id":"spotify:image:ab67616d0000b2735ddbd61ea4a6dab213cc97af","is_episode":false,"is_podcast":false},"is_paused":false,"playback_speed":1.0,"playback_position":53,"playback_options":{"shuffle":false,"repeat":0},"playback_restrictions":{"can_skip_next":true,"can_skip_prev":true,"can_repeat_track":true,"can_repeat_context":true,"can_toggle_shuffle":true,"can_seek":true}}] 2020-04-19 22:23:30.362...
Like the Web API already allows, it would be great to allow playing a track from a starting position. This feature would improve experience in the following use case: 1....
How to get playlist from current user. In android sdk. Anybody knows how to do this?
Issue found on 2020-07-09. #### SDK Version: 0.7.0. #### Steps to reproduce: Consider following code ``` //listening for player state and passing it to live data playerApi.subscribeToPlayerState().setEventCallback { state ->...
*Thanks for your interest in the Spotify App Remote SDK! If you're submitting a bug, please use the following template. If your issue is a feature request, please include your...
Issue found on DATE. 21st April 2020 SDK Version: spotify-app-remote-release-0.7.0 OS Version: Android 8.0.0 Scope(s): Device Hitting Issue Steps to reproduce: Expected behaviour : Song should stop on disconnect and...
https://developer.spotify.com/community/news/2020/06/18/pkce-oauth/ When can we expect this flow to be supported by the authentication library?
Hey Spotify Team, I'm writing a react-native wrapper of this library and the ios-sdk ([react-native-spotify-remote](https://github.com/cjam/react-native-spotify-remote)). I have most functionality implemented in both iOS and Android, and have an example app...
When getting an image or cover for a playlist API returns an image with playlist name on it. But original Spotify app shows cover without a title on image itself...