TamasBarta / obsidian-spotify-embed

Obisidian plugin to allow you to embed Spotify playlists or songs in your Obsidian markdown documents.
30 stars 2 forks source link

Spotify limitation? #2

Open spasticginger opened 2 years ago

spasticginger commented 2 years ago

Thank you for your work on this. I got the plugin working using the instructions in the other Issue post, but the embed will only play 30-second clips, and just directs me to use the full app instead.

Were you able to find any way around this limitation, or does Spotify have this pretty tightly locked down?

TamasBarta commented 2 years ago

I checked the widgets at https://developer.spotify.com/documentation/widgets/

They seem to serve the whole contents instead of teasers only in my browser in which I'm logged into Spotify, so I'd assume that if I allow users to log in inside Obsidian, that should work.

My only problem is that I absolutely have no idea how to develop that, and I'm very limited on resources working on this plugin. I'll leave this issue open, and see if I'll have time to look into this later, or if the API of Obsidian even allows something like this.