XBMC Community Forum
[RELEASE] Grooveshark (Plugin) Music Addon - An alterntive to the Grooveshark Script - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (/forumdisplay.php?fid=148)
+---- Thread: [RELEASE] Grooveshark (Plugin) Music Addon - An alterntive to the Grooveshark Script (/showthread.php?tid=88235)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26


- denhams - 2011-01-07 17:18

Please see the post at:

http://forum.xbmc.org/showpost.php?p=684326&postcount=359

It is the same problem.

Stephen.


Depends on Moovida which is the cause of the problem - vodamaxe - 2011-01-08 02:06

All Grooveshark Plugins/scripts seem to use MOOVIDA to actually access the API /get a session ID. The Moovida URL is down, which at the moment makes both, the SCRIPT by Solver and the Plugin by Denhams fail.
I have the same effect here HTTP 404 for http://www.moovida.com/services/grooveshark/session_start - an URL called inside the plugin. That URL does not work anymore.
Cheers.

Ah.
Sorry, I didnt see the last post from denhams - so he already replied to what the problem is. sorry for the duplication - but somehow it is not so easy to actually delte a post once posted ...


hi denhams - Cool_bombom - 2011-01-10 12:59

hi denhams

check you PM.

cheers
c_bb


There's hope - solver - 2011-01-10 17:44

Have a look here: http://forum.xbmc.org/showpost.php?p=686868&postcount=365

@Denhams: I wasn't aware of this project until yesterday and I was actually thinking about developing a plugin version of the addon. How about we pool our resources at some point? I'll do my best to make the new API backwards compatible but expect some changes.

Cheers,
Solver


- denhams - 2011-01-10 17:54

Good news Smile

I will send you a PM to arrange about pooling resources.

Stephen.


- Cool_bombom - 2011-01-13 00:44

Hi all

it's kind of funny, i get a error saying "unable to get a new session id" when i use solver grooveshark script, but with denhams plugin it all works fine??

And i doubt i have to wait for the session id to timeout, because i tried this morning and it has been over 12 hours since i last login, and it still worked??

cheers
c_bb


- denhams - 2011-01-13 00:49

Yes, it still works for me too. In the plugin it saves the session id to file and only tries to get a new one (which _will_ fail) when the old one stops working. I think the session ids can last 7 days.

Stephen.


- denhams - 2011-01-14 14:41

I have made a new version (0.2.0) of the plugin that uses a different API. You can download it from:

http://sourceforge.net/projects/xbmc-groove/files/plugin.audio.groove-0.2.0.zip/download

Some functions are missing in this version: "unfavorite", playlist modification, find similar artists. However, the basics should work okay although you may find that the songs take longer to start playing (I will work to speed this up).

I would recommend _only_ using this version if your current version has actually stopped working.

Stephen.


- Grumpy1954 - 2011-01-14 19:12

denhams Wrote:I have made a new version (0.2.0) of the plugin that uses a different API.
.

Many thanks


- solver - 2011-01-14 23:48

Hi denhams,

I had a quick look at your API and I was just wondering why you don't return the stream url directly in getSongURL, and thereby in setResolvedURL, instead of downloading it? It speeds it up significantly. Something to do with _markSongDownloaded() to avoid triggering the attacker detection?