André Andersson

Results 15 comments of André Andersson

@gmontanola seems like I was mistaken, the update command does exactly the same as Shift+U and the same as on startup when we update the library. I was talking about...

Here's the result from when I fetch ` GET https://api.spotify.com/v1/users/{user_id}/playlists`, the same as ncspot does refreshing the cached playlists. ```json { "href": "https://api.spotify.com/v1/users/qluxzz/playlists?offset=7&limit=1", "items": [ { "collaborative": false, "description": "Your...

When I started ncspot and navigated to the "Discover Weekly" playlist it is now updated, I'm just guessing but seems like there is some cache invalidation problem with the endpoints,...

I've opened an issue on Spotify for clarification https://community.spotify.com/t5/Spotify-for-Developers/snapshot-id-not-updated-for-https-api-spotify-com-v1-users-user/m-p/5172191#M2203

New week, still cached. Trying to figure out why it works for some users but not myself and @gmontanola. Since fetching the tracks for the playlists updates the snapshot_id, but...

New week so I can try again. The cached snapshot_id: `MCwwMDAwMDAwMDI3NTdlMmQzOTEyNDc2NDI2ODU2NWQwMjZmNWY5ZTc3` Endpoint: `https://api.spotify.com/v1/playlists/37i9dQZEVXcLkbwtizsRxa` Returns snapshot_id: `MCwwMDAwMDAwMDgxYTE0NTAxNDVhYjBlYTQ3NWQ4MTg5OGE5OGYwMWI3` Endpoint: `https://api.spotify.com/v1/me/playlists` Returns snapshot_id: `MCwwMDAwMDAwMDI3NTdlMmQzOTEyNDc2NDI2ODU2NWQwMjZmNWY5ZTc3` Calling `https://api.spotify.com/v1/playlists/37i9dQZEVXcLkbwtizsRxa` after calling `https://api.spotify.com/v1/me/playlists` still returns a different...

@xpayn the weird thing is that I use the official Android client as well, but I doubt that Spotify use the web API within their own applications, otherwise it feels...

Example of how the search history looks in the client when searching for Thomas Newman and then clicking an album, the artist, and a track ![Example image](https://user-images.githubusercontent.com/3757388/103683156-1d43dd00-4f8a-11eb-8239-d65fcef22b04.png)

> Of course that once you click the query it would just auto fill the search bar and the behavior would be exactly the same. If we want to replicate...

As I mentioned in the beginning no search results are stored before the user has navigated to a type of media. So if the user interacts with an album, the...