You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Team Groove to be able to independently drive a play list it needs access to music. This means it either needs to be integrated with at least one music streaming service or have access to music files some other way. The plan is to start with Spotify because it has a convenient Web API, an extensive catalogue and a free tier for membership.
The steps to integrating with Spotify include:
Authenticate Team Groove with Spotify - this is authenticating the application itself but will require an active account on Spotify that will need to linked by the person setting up Team Groove
Populate a play list with a play list from Spotify
Add tracks by searching Spotify and adding them to Team Groove play list
Play tracks in Spotify according to the votes they have received from Team Groove
Assumptions
Team Groove will store play lists locally but these can be populated from Spotify.
There is no synchronisation between Team Groove and Spotify.
When a play list is pushed from Spotify to Team Groove, Team Groove will check all the tracks in the play list are valid, including discarding duplicate tracks.
The text was updated successfully, but these errors were encountered:
For Team Groove to be able to independently drive a play list it needs access to music. This means it either needs to be integrated with at least one music streaming service or have access to music files some other way. The plan is to start with Spotify because it has a convenient Web API, an extensive catalogue and a free tier for membership.
The steps to integrating with Spotify include:
Assumptions
Team Groove will store play lists locally but these can be populated from Spotify.
There is no synchronisation between Team Groove and Spotify.
When a play list is pushed from Spotify to Team Groove, Team Groove will check all the tracks in the play list are valid, including discarding duplicate tracks.
The text was updated successfully, but these errors were encountered: