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
6
votes
3 answers

Grooveshark code

Does anyone know what Grooveshark.com is coded in? I mean PHP, rails, flash........?
digster
  • 392
  • 5
  • 20
5
votes
1 answer

Continuous HTML5 audio/video playback in iOS?

I'm working on a mobile web app and want to allow for continuous playback of HTML5 audio or video in both Android and iOS (i.e. queue up a playlist of YouTube videos or Grooveshark songs and have them all play in a row automatically). Android…
ACPrice
  • 667
  • 2
  • 10
  • 25
5
votes
2 answers

Send HTTP Post Payload with Java

I'm trying to connect to the grooveshark API, this is the http request POST URL http://api.grooveshark.com/ws3.php?sig=f699614eba23b4b528cb830305a9fc77 POST payload {"method":'addUserFavoriteSong",'parameters":{"songID":30547543},"header":…
Kooshiar Azimian
  • 75
  • 1
  • 2
  • 8
5
votes
4 answers

How can i share a grooveshark music url to facebook with the music widget?

I'm trying to post a grooveshark url to facebook through facebook api but whenever i share, for example, http://grooveshark.com/#!/s/~/4C47F9 (through the api) i can't play it right there on facebook, i get redirected to the webpage with the music…
Pedro Vieira
  • 3,330
  • 3
  • 41
  • 76
4
votes
2 answers

How can I make a script to recover my Grooveshark playlists now that the service has been shut down?

The Grooveshark music streaming service has been shut down without previous notification. I had many playlists that I would like to recover (playlists I made over several years). Is there any way I could recover them? A script or something automated…
Peque
  • 13,638
  • 11
  • 69
  • 105
4
votes
1 answer

Stop Android MediaPlayer automatically launched by webpage within WebView

one of the activities of my Android app contains a WebView that displays the GrooveShark player webpage. When the user taps on the play button of the webpage the activity automatically launches a default MediaPlayer that plays the track. Everything…
4
votes
1 answer

Grooveshark Public API - Method Not Found

I'm using Jquery to send JSON data to the Grooveshark API to get search results, but this is the result I get - {"errors":[{"code":2,"message":"Method not found."}]} This is piece of code which triggers the grooveshark API. I cannot figure out the…
siddharthwm
  • 113
  • 1
  • 4
3
votes
1 answer

Control Embedded Grooveshark Widgets using Javascript?

How would I play/pause an embedded Grooveshark widget using Javascript? Would like to play separate single-song widgets in sequence, ala separate tracks on a soundcloud user's page. I didn't see anything officially supported, and couldn't find…
Jordan Warbelow-Feldstein
  • 10,510
  • 12
  • 48
  • 79
3
votes
0 answers

Grooveshark OAuth authentication issue

I am trying to use the Grooveshark Oauth api for getting an access token. The official documentation says Simplified OAuth We have adopted using a simplified OAuth for Public API integrations. Start by directing users to…
anonymous123
  • 1,271
  • 6
  • 19
  • 43
2
votes
1 answer

Grooveshark api always returning "Method not found" message

I am trying to start a simple session with grooveshark and am using the sendPostReq function to call the startSession api. I keep on getting the following response from grooveshark. {"errors":[{"code":2,"message":"Method not found."}]} The way we…
user1386101
  • 1,945
  • 1
  • 14
  • 21
2
votes
1 answer

Get grooveshark songId from url

I am using the grooveshark API and i would like to find a sondId from url. So i've url: http://grooveshark.com/#!/s/T4+Song/2IsoC7?src=5 I extract the "id" in url: 2IsoC7 But, unlike albums and playlists where ids are directly displayeds in…
bux
  • 7,087
  • 11
  • 45
  • 86
1
vote
2 answers

Chrome extension to play songs in Grooveshark

I want to make a chrome extension that will connect to a localhost server to receive instructions to play songs in Grooveshark using the Grooveshark Javascript API. (http://grooveshark.com/GroovesharkAPI.html) For example, if I type…
1
vote
1 answer

Using the grooveshark API with html5 audio tags

Are you able with the grooveshark api to get a songs data and play it with the html5 audio tag? Or something similar.. I don't seem to understand how the API actually works - do I get data or just a link to grooveshark for the given song?
Jan Johansen
  • 1,999
  • 6
  • 30
  • 43
1
vote
1 answer

Rollover row buttons with SlickGrid

Using SlickGrid, I'd like to add a delete button to each row. But I'd only like the button to be displayed when the user hovers over the row. A good example of this effect can be seen here: http://grooveshark.com/#/popular The "Play" and "Options"…
njr101
  • 9,499
  • 7
  • 39
  • 56
1
vote
1 answer

Adding a 'Grooveshark' entry to Google's black navigation bar

I'm trying to make a tweak to Google's black navigation bar (this thing at the top) More specifically, I want to have a button that you can click to transpose your current search query to Grooveshark's search. It's basically the same thing as when…
mickdekkers
  • 640
  • 2
  • 11
  • 16
1
2