zstorok / xbmc-soundcloud-plugin

XBMC music plugin for browsing and playing content from SoundCloud.
http://zsolttorok.com
GNU General Public License v3.0
16 stars 9 forks source link

Update plugin for xbmc eden #6

Closed pietervanh closed 12 years ago

pietervanh commented 12 years ago

Hi my name is Pieter

First of all thank you for your wonderfull xmbcplugin !

I updated it to work with xbmc eden Also fixed oauth authorisation

Some things you might need to know

in xbmscs/client.py

I changed the parameters to my soundcloud application keys So you might have to change them back

CONSUMER_KEY = "91c61ef4dbc96933eff93325b5d5183e" CLIENT_ID_VALUE = CONSUMER_KEY CLIENT_SECRET_VALUE = "7d782a25f125696162a05f03d1a2df23" REDURI = "http://www.google.be"

Had great fun in doing this. This was my first dabbling in python and using git.

Hope you can pull this in so it can be accepted for new xbmc version If you are not interested in doing this let me know and with your permission I'll try to get it accepted for new version of xbmc.

Regards Pieter

zstorok commented 12 years ago

Sorry for the late reaction, I just noticed this. Will merge it with my code and submit it to the XBMC plugin repo.