Skip to content

Spotimc Development

Mikel Azkolain edited this page Mar 5, 2014 · 9 revisions

Please follow these steps in order to set up a development environment for Spotimc:

  1. Run the following command inside your userdata/addons folder: git clone --recursive https://github.com/mazkolain/spotimc.git script.audio.spotimc
    • Check this page if you can't find your userdata folder.
    • If you previously installed Spotimc, you will need to remove that folder before the clone.
  2. Add a valid application key issued by Spotify. You can get one at https://developer.spotify.com/technologies/libspotify/keys/. Once you have the application key, paste it into the file /resources/libs/spotimcgui/appkey.py (appkey.py-template explains how to integrate your key).
  3. And that's it. Happy hacking!
Clone this wiki locally