Wavee icon indicating copy to clipboard operation
Wavee copied to clipboard

Please explain.

Open maximilianosinski opened this issue 1 year ago • 2 comments

Hey, could you please explain show the procedure of getting the Track UID? i have looked at your code and its a bit hard for me to understand it, is there like a API call you make or something to get some data with the Track UID included?

greetings

maximilianosinski avatar Feb 13 '24 22:02 maximilianosinski

Are you talking about this UID? image

If so, it is included in some api calls. for example a context-resolve (hm://context-resolve) returns it ONLY for playlists.

If you want to get the UID for album tracks, it is only returned when calling the partner api (https://api-partner.spotify.com)

I think the UID can be calculated one way or another, but I haven't figured that out yet.

christosk92 avatar Feb 17 '24 11:02 christosk92

ps, im currently working on a refactor for the code to make it easier to understand

christosk92 avatar Feb 17 '24 11:02 christosk92