A django app for pulling in content from soundcloud and storing data locally.
This uses the following third party libraries:
- filebrowser: https://github.com/sehmaschine/django-filebrowser/
- soundcloud python library: https://github.com/soundcloud/soundcloud-python
- Add
soundcloudfeedto yourINSTALLED_APPS - Include soundcloud
urls.py - Run syncdb to create the tables
- Set your
SOUNDCLOUD_ACCESS_TOKENinsettings.py - Run management command
sync_soundcloudto pull in data
A copy of the original artwork image is stored locally under your filebrowser upload directory within soundcloud.
You must first create an application on Soundcloud with your user. To get a permananet token you can go to the auth view of the app and follow the instructions.
More at udox.
Thoughts, support, modifications from the team at UDOX.
