Status
Not open for further replies.
till now none of the song names worked for me :/

is there any proper syntax which would play the song or would it just play recognizing the song name only???
 
The program works by querying various online music search sites and playing the files.

I don't think so

This application only checks grooveshark.com for the specified music.
Atleast you should provide correct information.


Anyway, heres some suggestion:

1. On clicking stop, make a status bar/label and say the current position (like playing..., stopped, searching...)
2. Make the size more and add parse using this api:
Code:
http://tinysong.com/b/Smack%20That?key=95ab1c3d476d90a2ca82f849d613d252

Added your key too :P

And parse out these info from that page too so that the user knows what he is playing.

  • Song Name
  • Artist Name
  • Album Name
That will help your app more.

3. And the last and not the least add a link to http://tinysong.com/
since you are using there api or grooveshark.com as songs are played from that site.
;)
 
Status
Not open for further replies.
Back
Top