cordeliadillon / smart-playlist

Chrome extension for managing playlists across audio sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smart-playlist

The best playlist you ever did see!

Setup (OSX)

  1. Install homebrew.
  2. Make brew doctor happy if it has any serious problems with your environment. I had a lot of warnings and it was fine, though.
  3. Download and install node.js or just brew install node
  4. Do brew install libspotify
  5. Clone this repo (if you haven't already)!
  6. In project root, do npm install
  7. Get your spotify developer key (see below).

Project Vars

  1. Make a file in the project root called "project_vars.sh"
  2. Put your Soundcloud client id in the appropriate place (see project_vars.sh.example)

Installing Chrome Extension

  1. Run build.sh
  2. In Chrome, go to chrome://extensions.
  3. Make sure Developer Mode checkbox in top right is checked.
  4. Click "Load unpacked extension..."
  5. Navigate to and select smart-playlist/built/chrome-extension.

Spotify Developer Key

  1. Go to the Spotify Application Keys page and get yours (register if necessary).
  2. Put the key in provider_modules/spotify/

About

Chrome extension for managing playlists across audio sites


Languages

Language:JavaScript 56.6%Language:Shell 43.4%