01-24-2024, 12:20 AM
(01-23-2024, 09:38 PM)Nutul Wrote: It seems this gets the web page from Spotify and parses it to extract the possible information...
Seems like it would be easy enough to select which of the following data you want displayed and then do so, including the image. Artist and title might be sufficient. If you copy/paste the image url in your browser, you'll see what I mean.
{
"title": "Immaterial",
"type": "track",
"track": "Immaterial",
"artist": "SOPHIE",
"image": "https://i.scdn.co/image/d6f496a6708d22a2f867e5acb84afb0eb0b07bc1",
"audio": "https://p.scdn.co/mp3-preview/6be8eb12ff18ae09b7a6d38ff1e5327fd128a74e?cid=162b7dc01f3a4a2ca32ed3cec83d1e02",
"link": "https://open.spotify.com/track/5nTtCOCds6I0PHMNtqelas",
"embed": "https://embed.spotify.com/?uri=spotify:track:5nTtCOCds6I0PHMNtqelas",
"date": "2018-06-15T00:00:00.000Z",
"description": "description of a podcast episode"
}
There would be very little practical utility in doing this, however. It would just be "eye candy".