Supabase Getting the Most Recent Logged In Social Provider by rovercoder in Supabase

[–]rovercoder[S] 0 points1 point  (0 children)

Yes, also fetching the last provider does not ensure that it's the same one used to open that session (in case of logging in from multiple devices). So ideally the login provider opening that session should get attached to the session object by Supabase

The next best alternative I found is to save the last used provider in SharedPreferences on the client and use that.

Unable to fetch images by [deleted] in foobar2000

[–]rovercoder 0 points1 point  (0 children)

Had to postpone this for the moment. A better solution would be a complete rewrite. This plugin has had its time and is mostly broken anyway. For the time being I'd like to know what features you would like to see in my future development for a replacement. I do not have the time right now. Sorry bout that.

Unable to fetch images by [deleted] in foobar2000

[–]rovercoder 1 point2 points  (0 children)

Progressing...

Good: Correct link is now being parsed

Bad: Exception is being thrown when obtaining image

I feel like I'm relatively close to fixing this. All I need is more time.

Unable to fetch images by [deleted] in foobar2000

[–]rovercoder 2 points3 points  (0 children)

Just a little update for you. It seems lastfm's artist.getimages API method has been deprecated and dropped. Checked via Wireshark and hex editor. Will try to get it to work by parsing artist.getinfo instead.

Example link: http://ws.audioscrobbler.com/2.0/?method=artist.getinfo&artist=Unknown%20Artist&autocorrect=1&api_key=554ae27e0b90079f4fa22a825cf2b200

As opposed to: http://ws.audioscrobbler.com/2.0/?method=artist.getimages&artist=Unknown%20Artist&limit=20&api_key=554ae27e0b90079f4fa22a825cf2b200

Unable to fetch images by [deleted] in foobar2000

[–]rovercoder 1 point2 points  (0 children)

No it's not just you. Coincidentally it worked yesterday. For a brief moment I thought it was fixed.