jgroom33 / FitStormMK

FitStorm base using meteor kitchen
0 stars 0 forks source link

play Spotify song on live page #12

Closed jgroom33 closed 8 years ago

jgroom33 commented 8 years ago

The Spotify song specified by the set creator should be used in place of the mp3

cincochristopher commented 8 years ago

Unfortunately, there is no way we can get to play the full Spotify track and the api only provides 30-second mp3 preview of the song.

We can play the full track using iframe/spotify widget but we can't collaborate it with popcorn js and it uses in-app spotify(if you have installed) or spotify web player when you click the play button on the widget.

jgroom33 commented 8 years ago

Can the sdk be used? https://developer.spotify.com/technologies/spotify-android-sdk/

On Tue, 21 Jun 2016, 00:34 cincochristopher, notifications@github.com wrote:

Unfortunately, there is no way we can get to play the full Spotify track and the api only provides 30-second mp3 preview of the song.

We can play the full track using iframe/spotify widget but we can't collaborate it with popcorn js and it uses in-app spotify(if you have installed) or spotify web player when you click the play button on the widget.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jgroom33/FitStormMK/issues/12#issuecomment-227129631, or mute the thread https://github.com/notifications/unsubscribe/ADyWDsU7InoVNEkmbA82qK9qPS7_lYPEks5qNojrgaJpZM4I5P32 .

jgroom33 commented 8 years ago

Please check out SoundCloud also

cincochristopher commented 8 years ago

Spotify sdk can be used for mobile android devices, but it uses in-app spotfy in order to play the track. And also only premium accounts can avail to play the track. What do u think?

cincochristopher commented 8 years ago

Soundcloud I think is more feasible. It can be integrated with popcorn js at ease.

jgroom33 commented 8 years ago

If Spotify isn't possible, may be best to stick with mp3 for now. move onto some other feature. I'll deprioritize this for now.