Open gsheasby opened 6 years ago
Blocked because sometimes the songs get removed from Spotify. In this case, we may want to either search for songs with similar titles, search youtube, or gracefully give up.
Youtube: https://developers.google.com/youtube/v3/docs/search/list
Spotify searches: https://github.com/thelinmichael/spotify-web-api-java/blob/master/src/main/java/com/wrapper/spotify/SpotifyApi.java
Blocked because sometimes the songs get removed from Spotify. In this case, we may want to either search for songs with similar titles, search youtube, or gracefully give up.