Kodi Community Forum

Full Version: [RELEASE] Grooveshark (Script) Music Addon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whenever I enqueue songs they never seems to enqueue, it just plays down the current Popular list.

Should I just set up a playlist and add to that instead?
solver Wrote:I'll have a look at it


Thanks!
solver Wrote:Good suggestions. I'll see if I can't remember to implement it in the next version. Do you mind putting them in the issue tracker so I don't forget?

Done. Thanks!
maruchan Wrote:Hey solver, thank you for all of your hard work on this awesome script Smile I'm having an issue where I can't load my playlists. It just spins the little loading animation for a bit and then stops. The debug log can be found below:

https://pastee.org/9tn5e

For what its worth, I´m experiencing this as well. Will post debug log when i´m off work tomorrow.
I can't run it in a XBOX. What version need I?
Got some questions. On the home menu Or menu on the side I can't see what is highlighted. It shows up a grey but very very light. Running 0.4.0. how can I change this so that it actually highlights.

My thumnails for albums are not coming up on my playlists. Im on atv2.

Also continous play is working on atv2. However when it goes to next song I get a black screen. I have set xbmc with fanart slideshow for screensaver. Anything else I need to do to have something come up instead of it going black screen. edit: looks like the atv2 visualization is not working yet so its goes black.
fiddystorms Wrote:Ummm... Oh yeah Blush

Can someone help me figure out what I need to do to add playercorefactory.xml so that it is only used by grooveshark? In other words I don't want any of my other programs which are running smooth with the current installed players to be affected by my adding an external player. I just want to solve the cache issue as explained on the first page. Grooveshark currently takes a long time between songs.

I looked to see if I have playercorefactory.xml and I don't. I want someone to point me to the code I can use that will work with grooveshark only and I will add the code from page 1 that solves my cache issue. Thanks for whatever help you can give me.?

denhams Wrote:The very first post of this thread tells you how to do this (http://forum.xbmc.org/showpost.php?p=542102&postcount=1). Look under the "FAQ" heading. Also, I think you can select the player in the script settings (use DVDPlayer to avoid the delay).

Stephen.

DVD player did not get rid of the delay. I want to shift my focus back to playercorefactory.xml. The script on the fist page that you reference I studied prior to my initial post. It appears as if that is some code that I am supposed to add to an existing playercorefactory.xml. I do not have an existing playercorefactory.xml. If I create a playercorefactory.xml file and add that code and choose it as the default player for GS through settings, is that enough to play the file or is that code on page 1 what is supposed to be added to existing code that can already handle playing the file?
fiddystorms Wrote:If I create a playercorefactory.xml file and add that code and choose it as the default player for GS through settings, is that enough to play the file

Yes. You can just create a playercorefactory.xml file and insert the code in post 1.
I have just installed the Groovshark addon but I can not open my playlist. I can search for music and play songs but I can not get my own playlist open.
javiertoti Wrote:I can't run it in a XBOX. What version need I?
It doesn't run on XBOX. It may in the future but at the moment I'm not sure. Have a look at Denhams plugin which I believe runs on the XBOX.
I've had a look at the logs people have uploaded for this issue. It seems that requests to "https://" addresses are blocked. Please have a look at your firewall settings - it might be what is causing the issue. Also, what happens if you open https://cowbell.grooveshark.com/more.php in a browser - what is the response?
rflores2323 Wrote:Got some questions. On the home menu Or menu on the side I can't see what is highlighted. It shows up a grey but very very light. Running 0.4.0. how can I change this so that it actually highlights.

My thumnails for albums are not coming up on my playlists. Im on atv2.
.

For some reason, the build on atv2 doesn't load all textures. I don't own an atv2 so I can't really debug it. You can try to fix it yourself by editing grooveshark.xml. Search for 'id="500"', scroll down till you see '<focusedlayout height="35" width="210">'. Just below that you'll see '<visible>ControlGroup(400).HasFocus</visible>'. Try changing that to <visible>true</visible>

I have no idea why it's not loading the thumbnails though
solver Wrote:I've had a look at the logs people have uploaded for this issue. It seems that requests to "https://" addresses are blocked. Please have a look at your firewall settings - it might be what is causing the issue. Also, what happens if you open https://cowbell.grooveshark.com/more.php in a browser - what is the response?
¨
When i try to enter the above address i get this:

"could not parse, no method specified!"

I also tried to turn off my firewall unfortunately still no luck.
solver Wrote:I've had a look at the logs people have uploaded for this issue. It seems that requests to "https://" addresses are blocked. Please have a look at your firewall settings - it might be what is causing the issue. Also, what happens if you open https://cowbell.grooveshark.com/more.php in a browser - what is the response?

I also got the same error message:"could not parse, no method specified!"
solver Wrote:For some reason, the build on atv2 doesn't load all textures. I don't own an atv2 so I can't really debug it. You can try to fix it yourself by editing grooveshark.xml. Search for 'id="500"', scroll down till you see '<focusedlayout height="35" width="210">'. Just below that you'll see '<visible>ControlGroup(400).HasFocus</visible>'. Try changing that to <visible>true</visible>

I have no idea why it's not loading the thumbnails though

nope didnt work.

Here is my xml file