-
Notifications
You must be signed in to change notification settings - Fork 42
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:
- 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.
- 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). - And that's it. Happy hacking!