XBMC Community Forum
[RELEASE] Grooveshark (Script) Music Addon - 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 (Script) Music Addon (/showthread.php?tid=74474)



- VanZan - 2011-07-24 18:23

On my XBOX it's in the XBMC root directory. You might need to go into system settings and enable "debug" to get the full story though.


- dallasnights - 2011-07-24 18:32

/private/var/mobile/Library/Preferences

look for xbmc.log


- phoebus - 2011-07-24 18:36

Found it! Cheers for that =]

here it is: http://pastebin.com/XZNfPmwa


- -EaS- - 2011-07-24 20:36

I'm totally new to grooveshark (being used to spotify). So I installed the XBMC grooveshark add-on just yesterday - and found out it was broken. I got the "Unable to get a new session ID" error.
Today I replaced GrooveLib.py, GrooveAPI.py and __init__.py as suggested in post 529. Outcome: It works!

But now I have a question. Having never used the grooveshark add-on before, I'm curious if this behaviour is normal (I've added screenshots, saves words).


1 - I search on the band Pantera, results are found:

[Image: 8deNJ.jpg]



2 - When pressing done I get this screen:

[Image: gIwoG.jpg]



3 - 106 Artists, hmmm well ok, little strange but ok - as long as what I searched for is there, this is probably the way the add-on works. So I select Artists:

[Image: aB1sn.jpg]


Huh? I seem to get totally random data, *without* the band I searched for. Is this maybe a bug? Or am I using the add-on wrong?


- VanZan - 2011-07-25 11:05

Any chance you'd concentrate on getting it working on the XBOX Solver mate? From what I've seen of the script it's awesome! Pity I have to keep restarting it to use it!


- solver - 2011-07-25 21:05

phoebus Wrote:Found it! Cheers for that =]

here it is: http://pastebin.com/XZNfPmwa

I haven't upgraded the script to be compatible with eden-pre just yet - that's why the script wont run. I'm gonna rewrite parts of the script and at the same time make it compatible with eden... at some point Wink


- solver - 2011-07-25 21:07

-EaS- Wrote:Huh? I seem to get totally random data, *without* the band I searched for. Is this maybe a bug? Or am I using the add-on wrong?

It looks like your ip has been marked by groovesharks attacker detection. Which is strange since they usually do that on a client basis but mine returns the correct results. Have you been using some sort of grooveshark downloader?


- Kytrix - 2011-07-25 21:13

Hi,
I'm using Grooveshark-for-xbmc for 2 months,
recently I can't see my playlists anymore :/ ..*So I try from another computer and I get the same error.


I find that in the debug log :
Code:
21:08:38 T:140509483144960 M:1864491008  NOTICE: Traceback (most recent call last):
21:08:38 T:140509483144960 M:1864491008  NOTICE:   File "/home/USER/.xbmc/addons/script.audio.grooveshark/GrooveShark.py", line 555, in down
21:08:38 T:140509483144960 M:1864491008  NOTICE:     res = item._list(self.gui, self.gsapi)
21:08:38 T:140509483144960 M:1864491008  NOTICE:   File "/home/USER/.xbmc/addons/script.audio.grooveshark/GrooveShark.py", line 393, in _list
21:08:38 T:140509483144960 M:1864491008  NOTICE:     l2 = str(playlist.about)
21:08:38 T:140509483144960 M:1864491008  NOTICE: UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in position 3: ordinal not in range(128)
21:08:38 T:140509483144960 M:1864491008  NOTICE: GrooveShark: onFocus(): id = 7006
21:08:38 T:140509483144960 M:1864491008  NOTICE: GrooveShark: onFocus(): id = 50

It seem to a bug somewhere in my playlists .. because of an usuporter character ?

Does someone want to see my playlist ...
I could check with a free account maybe.


- solver - 2011-07-25 21:16

VanZan Wrote:Any chance you'd concentrate on getting it working on the XBOX Solver mate? From what I've seen of the script it's awesome! Pity I have to keep restarting it to use it!

Sorry, VanZan. I'm afraid I've given up supporting the XBOX. It's getting increasingly difficult to support both xbox4xbmc and XBMC because the code base is starting to differ quite a lot. That said, I've heard from others that it runs on XBMC and the changes I've made shouldn't affect stability. Any chance you could get me the log? Might be something in there...


- VanZan - 2011-07-25 21:18

solver Wrote:Sorry, VanZan. I'm afraid I've given up supporting the XBOX. It's getting increasingly difficult to support both xbox4xbmc and XBMC because the code base is starting to differ quite a lot. That said, I've heard from others that it runs on XBMC and the changes I've made shouldn't affect stability. Any chance you could get me the log? Might be something in there...

Ok thanks for letting me know. I'll try and post a log later.