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

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (https://forum.kodi.tv/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


- sphere - 2012-01-14

denhams Wrote:http://forum.xbmc.org/showpost.php?p=868827&postcount=156

Thanks for the answer - didn't knew that. Maybe you could add an Info-Dialog to the addon if the user account is not valid?

regards,
sphere


Cannot start an addon using translated strings.xml - NEOhidra - 2012-01-15

I would like to translate the grooveshark addon but there is one problem - the addon just wont work with my strings file (it can be downloaded from here). Every time i try to start it i get this error - http://pastebin.com/mRsANEh7.

It does contain all strings from the english file but still gives me: "Script failed!". The addon itself is working but not with translated strings.
Is the problem in my file?


- ronie - 2012-01-16

did you save the file in utf-8 format?


- NEOhidra - 2012-01-16

It is encoded just like every other strings.xml - utf-8 without BOM.


- Ballistic - 2012-01-29

Is this supported by Eden Beta2?

I am unable to login to my account or do i need a premium account?


- NEOhidra - 2012-01-29

A premium account is required.


- Ballistic - 2012-01-29

NEOhidra Wrote:A premium account is required.

Thanks, working like a charm now...


- rpoma21 - 2012-02-18

Can someone help me debug this problem. I can get into the grooveshark plugin, but all searches and popular items come back empty. WIn7 64, Eden B2. I have an anywhere account. Log file


- denhams - 2012-02-19

rpoma21 Wrote:Can someone help me debug this problem. I can get into the grooveshark plugin, but all searches and popular items come back empty. WIn7 64, Eden B2. I have an anywhere account. Log file

mmm, not sure. Try decreasing the search limit settings to 10 or 20 (in the addon settings). You're sure your anywhere account is still valid?

Regards,

Stephen.


- rpoma21 - 2012-02-21

denhams Wrote:mmm, not sure. Try decreasing the search limit settings to 10 or 20 (in the addon settings). You're sure your anywhere account is still valid?

Regards,

Stephen.

I dropped the search limit to 10 but still have the blank results. I have a premium subscription, type = Grooveshark Anywhere. I bought over holidays on the $5/month promotion.

I did just upgrade from Darhma to Eden B2.

Rob


- denhams - 2012-02-22

rpoma21 Wrote:I dropped the search limit to 10 but still have the blank results. I have a premium subscription, type = Grooveshark Anywhere. I bought over holidays on the $5/month promotion.

I did just upgrade from Darhma to Eden B2.

Rob

Hi Rob,

Please can you double check your subscription type? The Grooveshark API is returning "User must be VIP". You're definitely Grooveshark Anywhere and not Grooveshark Plus? If that's the case, please do one more test and post the log.

Regards,

Stephen.


RE: [RELEASE] Grooveshark (Plugin) Music Addon - An alterntive to the Grooveshark Script - rpoma21 - 2012-03-27

I double checked the subscription type and it is Grooveshark Anywhere. I am able to login to the GV plugin with the options to search, see popular, or my favorites. When I select popular songs, the log suggests it's collecting information but the list returns empty in XBMC. Looking at the log could it be a video related problem??

Log File -http://pastebin.com/N257FQm5



Re: [RELEASE] Grooveshark (Plugin) Music Addon - An alterntive to the Grooveshark Script - rflores2323 - 2012-03-27

Big Grin so to use the addon we have to be a paying grooveshark anywhere member?





RE: [RELEASE] Grooveshark (Plugin) Music Addon - An alterntive to the Grooveshark Script - denhams - 2012-03-27

(2012-03-27, 00:59)rpoma21 Wrote: I double checked the subscription type and it is Grooveshark Anywhere. I am able to login to the GV plugin with the options to search, see popular, or my favorites. When I select popular songs, the log suggests it's collecting information but the list returns empty in XBMC. Looking at the log could it be a video related problem??

Log File -http://pastebin.com/N257FQm5

It's still reporting "User must be VIP." You are 100% sure you've entered the correct grooveshark username and password in the addon settings? It you are then send me your username (not password) by pm and I'll check with grooveshark.

Stephen.



RE: [RELEASE] Grooveshark (Plugin) Music Addon - An alterntive to the Grooveshark Script - andyeeol - 2012-04-08

I have a problem when I try to show my playlists.

In the xbmc log appears this:

23:20:09 T:3664 ERROR: C:\Users\Andres\AppData\Roaming\XBMC\addons\plugin.audio.groove\resources\lib\GroovesharkAPI.py:18: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import urllib2, pprint, md5, os, pickle, tempfile, time, re, simplejson, base64, sys, socket
23:20:10 T:3664 ERROR: Error Type: <type 'exceptions.UnicodeEncodeError'>
23:20:10 T:3664 ERROR: Error Contents: 'ascii' codec can't encode character u'\xf1' in position 8: ordinal not in range(128)
23:20:10 T:3664 ERROR: Traceback (most recent call last):
File "C:\Users\Andres\AppData\Roaming\XBMC\addons\plugin.audio.groove\default.py", line 1018, in <module>
grooveshark.playlists()
File "C:\Users\Andres\AppData\Roaming\XBMC\addons\plugin.audio.groove\default.py", line 396, in playlists
playlists = groovesharkApi.getUserPlaylists()
File "C:\Users\Andres\AppData\Roaming\XBMC\addons\plugin.audio.groove\resources\lib\GroovesharkAPI.py", line 342, in getUserPlaylists
return self._parsePlaylists(result)
File "C:\Users\Andres\AppData\Roaming\XBMC\addons\plugin.audio.groove\resources\lib\GroovesharkAPI.py", line 559, in _parsePlaylists
list.append([str(s['PlaylistName']).encode('ascii', 'ignore'), s['PlaylistID']])
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf1' in position 8: ordinal not in range(128)
23:20:23 T:3984 ERROR: XBPyThread:Confusedtop - script didn't stop in proper time - lets kill it
23:20:23 T:3732 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.groove/?mode=9&name=My+Grooveshark+playlists&id=0
23:20:23 T:3732 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.groove/?mode=9&name=My+Grooveshark+playlists&id=0) failed

Other thing: It's a good idea the plugin will can show the songs in the my music section, not only the favorites.