Please explain.
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
Are you talking about this UID?
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.
ps, im currently working on a refactor for the code to make it easier to understand