An open API service indexing awesome lists of open source software.

https://github.com/jenkoian/soundtrackify

Sample spotify app to find soundtracks for latest films
https://github.com/jenkoian/soundtrackify

Last synced: about 2 months ago
JSON representation

Sample spotify app to find soundtracks for latest films

Awesome Lists containing this project

README

        

Soundtrackify
==============

Basic sample spotify app. It does the following:

- Grabs latest box office movies from the Rotten Tomatoes API based on users country
- Searches spotify for an album with the name of the movie in the title
- Displays the albums to the user as the latest soundtracks

Unfortunately there doesn't seem to be any way of obtaining accurate soundtrack data for a movie, so soundtracks are
limited to best guess results from the spotify search.

Install instructions
--------------------

- Make sure you have a developer account [http://developer.spotify.com/en/spotify-apps-api/developer-signup/](http://developer.spotify.com/en/spotify-apps-api/developer-signup/)
- Make sure you have the developer version of spotify [http://www.spotify.com/uk/download/previews/](http://www.spotify.com/uk/download/previews/)
- Create a Spotify folder in your home/my documents directory (if you haven't already got one)
- Clone the soundtrackify project into this Spotify folder
- Open up spotify and search for spotify:app:soundtrackify

![Screnshot screenshot](https://github.com/jenkoian/soundtrackify/raw/master/screenshot.jpg "Soundtrackify")