Play Last.fm Radio Streams in your Music Player

Status
Not open for further replies.

Osiris

Golden Master
Messages
36,817
Location
Kentucky
Last.fm does not offer an obvious option to play music streams in an external music player. It is however possible to obtain the stream url for several radio streams from last.fm and use them in your favorite music player. This is also an excellent opportunity to record those songs using that player. I do recommend XMPlay for this.
You need to do the following to obtain the stream information: The first step would be to compute the MD5 sum of your password. You can do that at rednoize for example. Once you got that information you copy and paste the following url into your browser, edit the two variables username and password and hit enter. (one line of course)
http://ws.audioscrobbler.com/radio/handshake.php?version=1.1.1&
platform=linux&username=
&passwordmd5=&debug=0&partner=
Replace with the username and with the md5 sum of your password that you got from rednoize.
The important part of the few lines of text that appear is the one beginning with session=
Remember that part and go to the last.fm homepage. What you need to do know is to seek for something that you want to listen to. We need to create a last.fm:// url that we need later to tune in. Some examples:
lastfm://artist/
lastfm://artist//similarartists
lastfm://globaltags/
lastfm://user/username
You can basically just add an artistname, tag or username to that url. To tune in we need to open another url that looks like this:
http://ws.audioscrobbler.com/radio/adjust.php?session=&
url=&debug=0″
The SessionID is the one that you got from the first url while the last.fm URL is the one that you got from the above examples. A valid one would look like this:
http://ws.audioscrobbler.com/radio/adjust.php?session=&
url=lastfm://artist/Bridge+to+Solace&debug=0
If the response is ok the text in the browser will say so otherwise it will say failed.
Open your favorite music player and open the url http://87.117.229.85:80/last.mp3?Session= to tune in. It should load and play fine if the response from the browser was ok.
To sum it up again:
1. Go to Rednoize and look up your mp5 sum of your password
2. Open http://ws.audioscrobbler.com/radio/handshake.php?version=1.1.1&
platform=linux&username=&
passwordmd5=&debug=0&partner= and replace the username and md5sum with the correct values
3. Create a last.fm:// url
4. Open http://ws.audioscrobbler.com/radio/adjust.php?session=&
url=&debug=0
5. If the response is ok load the stream url from the first browser response in your music player.
Read More:
Rednoize
via Gabistapler.de
 
Status
Not open for further replies.
Back
Top Bottom