Jump to content

Brandon

Active Members
  • Posts

    68
  • Joined

  • Last visited

Everything posted by Brandon

  1. The new site is up groovedl.exofire.net
  2. Ive started working on the site again, I should have code up in a few days
  3. Yep, all the urls changed, and the json format too, even groovewalrus is broken
  4. Grooveshark just changed their whole api, just to let yall know
  5. Okay, thanks for telling me And that mustve been done in the last few hours, because i just was on a few hours ago
  6. Sorry for the late reply, I've been real busy lately, I don't thinks its the country, but I'm still going to put it in there anyway, and also a new addition to the site, Coverflow, http://groovedl.6te.net/iphone/zflow.php, only works with popular songs right now
  7. I have a problem with grooveshark blocking me after so many songs are played, Ive narrowed it down either to not including the country in the JSON, or not telling grooveshark when the download is started, and when its complete. Which one do you think I should try first?
  8. Its the grooveshark site, not my site
  9. And if you add it to the home screen, you'll see a custom icon
  10. I added Search and Playlist to the page :D
  11. Okay, heres the link to the iphone version http://groovedl.6te.net/iphone Im trying to modify the android Amazon mp3 app, but the ssl restrictions on java are keeping me from doing that
  12. Thats Awesome! :D Did u make any other changes to the code? I saw the about.php. Im gonna add this to the site EDIT: Its added to the site, and it looks really good
  13. Most songs will have id3, its a user supported song community, and to have it download as mp3 Apply this mod_rewite rule Options +FollowSymLinks RewriteEngine on RewriteRule (.*)\.mp3$ /stream.php?songid=$1 and replace echo "<a href=stream.php?songid=".$val[SongID].">Download</a><br><br><br> "; in search.php, popular.php, and playlist.php with echo "<a href=".$val[SongID].".mp3>Download</a><br><br><br> "; If you make any changes to the code, just email me, and I will look at it, my email is on the google code site
  14. @Xqtftqx Either check out the new stream.php, or uncomment the http_parse_header and change it to http_parse_headers, note the "s" at the end
  15. Well, nevermind, i found one that works, It took me so long to fix it because they had a bug that only affected my own house Link: groovedl.6te.net
  16. I cant find any hosting to host the php scripts, ive tried like 10 different sites, would anybody like to host them?
  17. Note: The API key got disabled, and I'm not sure if I'll be able to get another one, So it doesn't work right now I have made a grooveshark downloader It will download from a playlist, popular songs, and search results The search is working Token generation code is based off of GrooveWalrus Source: code.google.com/p/grooveshark-dl NOTE: New Source code is up Is there any features that should be added to the site? Current SVN Revision: r36 Update to the latest revision, any version before r33, login is broken, and grooveshark removed the popular artists and albums
×
×
  • Create New...