Questions tagged [grooveshark]

Grooveshark is an online music streaming service with search engine and recommendation application.

Grooveshark is an online music streaming service with search engine and recommendation application.

http://grooveshark.com

26 questions
1
vote
1 answer

How to Achieve a Grooveshark-like Widget as Facebook Link?

I post a link to Grooveshark on Facebook like http://grooveshark.com/s/Toothpaste+Kisses/3gGocy?src=5 and get a seemingly normal result (link to another page) yet once clicked, it transforms into a Flash widget like this (the URL to the SWF is…
1
vote
1 answer

hashing json in java

I'm trying to connect to Grooveshark api. This is Grooveshark guideline for signing the request: http://developers.grooveshark.com/tuts/public_api This is how I sign my data. But I get the error :"signature not valid". Should I form JsonObject or…
Kooshiar Azimian
  • 75
  • 1
  • 2
  • 8
1
vote
1 answer

Grooveshark closing connection early (httplib.BadStatusLine)

I'm trying to connect to grooveshark. For this python is my language of choice. but i have hit a brick wall. it would seem that grooveshark recently changed part of their protocol, or i might have hit a limitation of python. I am working "together"…
Delusional Logic
  • 808
  • 10
  • 32
0
votes
1 answer

PHP grab grooveshark info from song URL

i need to grab Song infos form a grooveshark URL with PHP: http://grooveshark.com/s/Soul+Meets+Body/4s4DZd?src=5 There is a way with out API or i need Grooveshark API? Thanks
Ste
  • 1,497
  • 8
  • 33
  • 63
0
votes
1 answer

Trying to Access Javascript from embedded page

According to the APIs I should be able to skip grooveshark using the following... window.Grooveshark.next() However, I get that Grooveshark is undefined... Could this have something to do with me embedding it?
Jackie
  • 21,969
  • 32
  • 147
  • 289
0
votes
1 answer

Is Grooveshark Javascript API still functional?

Does anyone know if the Grooveshark Javascript API is still functional? The API in question is this one: http://grooveshark.com/GroovesharkAPI.html I google'd everywhere and cannot find a solution or direct answer to this question. Cheers. EDIT: I…
kidcapital
  • 5,064
  • 9
  • 46
  • 68
0
votes
1 answer

How do I get started implementing the grooveshark api

I have a client who wants me to implement the Grooveshark API into his site to be used as a fully fledged music system. It will be able to play, pause and skip songs from playlists that the user creates and and tracks the user favourites. So the…
Matt Ginn
  • 294
  • 1
  • 2
  • 10
0
votes
1 answer

How can I create a grooveshark widget or embed a song with an external player?

Is it possible to create or use an existing web-player to play grooveshark songs? Actually there are only two widgets, one for single songs and other for playlists. Would it be possible to use any other player?
alvaro
  • 25
  • 2
  • 5
0
votes
2 answers

Play music from Python

Does anybody know if it's possible to press the play button on a music website using Python? What I'm trying to do is make an alarm clock script that plays a random playlist on a music site. Here and here are similar questions (I think), although I…
Dave
  • 503
  • 1
  • 8
  • 21
0
votes
1 answer

Grooveshark Public Streaming API with jPlayer

I am able to stream songs from Grooveshark using there public streaming API. I am using this with jPlayer(jplayer.org) and it's streaming the songs correctly. But the problem is that in Firefox (checked on latest version) the full duration of the…
0
votes
1 answer

getting songs from tinysong

I wan't to get a list of songs via the tinysong API which grabs it from Grooveshark I'm doing it via $.ajax and so far i got this: $.ajax({ url : 'http://tinysong.com/s/Beethoven?format=json&key='+key, type : 'get', dataType : 'jsonp', …
Isaac Gonzalez
  • 1,734
  • 1
  • 16
  • 22
1
2