Looks like it's exactly what is needed, thanks. Mads
On Tue, 2011-01-11 at 11:13 +0200, Viljo Viitanen wrote: > How about google app engine? > > You'll need to use python (or java) and google http fetcher (it's > mostly compatible with python standard urllib and urllib2) but it > could get the job done. The free quotas are quite ok: > http://code.google.com/appengine/docs/quotas.html#UrlFetch > > Viljo Viitanen > > On Mon, Jan 10, 2011 at 22:52, Mads Sølver Svendsen <[email protected]> wrote: > > Hi all, > > > > The grooveshark script recently stopped working. It worked by obtaining > > a session id from Moovida's server > > (http://www.moovida.com/services/grooveshark/session_start) thereby > > bypassing the need for an API key. Unfortunately, Moovida no longer > > supports grooveshark and so they shut down our grooveshark loophole. > > > > However, Grooveshark has offered me a key for their new API. I'm pretty > > sure I won't be allowed to distribute the key with the source so > > something like what Moovida did is needed; a small php script hosted > > somewhere (with curl support) that obtains a session id without exposing > > the API key. > > > > Would it be possible to host such a script at xbmc.org? If not, any > > suggestions for an easy hosting solution? > > > > Cheers, > > Mads > > > > > > ------------------------------------------------------------------------------ > > Gaining the trust of online customers is vital for the success of any > > company > > that requires sensitive data to be transmitted over the Web. Learn how to > > best implement a security strategy that keeps consumers' information secure > > and instills the confidence they need to proceed with transactions. > > http://p.sf.net/sfu/oracle-sfdevnl > > _______________________________________________ > > Xbmc-addons mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/xbmc-addons > > > > > ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
