Jump to content

Pulling Band Info From Last.fm


YOUAREtehSCENE

Recommended Posts

If you are writing a review, why would you need to automate it? Or are you gonna just automate the review thing too, madlibs style?  Learn some regex, scrape pages. Or DOM might work if their html is decent.  But you still may need to learn some regex to parse individual nodes. 

 

But first, ask yourself if you really wanna steal other people's content, because I don't know about you, but I'd have a hard time sleeping at night doing that sort of thing.

Link to comment
Share on other sites

If you are typing a review, why would you need to automate it? Or are you gonna just automate the review item too, madlibs style?  Learn some regex, scrape code. Or DOM might work if their html is okay.  But you still may need to learn some regex to parse individual nodes. 

 

But first, question yourself if you really wanna steal other people's stuff, because I don't know about you, but I'd have a hard time snoozing at night doing that sort of thing.

Link to comment
Share on other sites

@KingPhilip, Crayon Violent

lol, harsh. I can see the logic behind this, automatically appending a list of similar artists to the bottom of a review is no different to automatically appending a list of 'related articles' like many sites do. It's just a helpful service so that people who like the sound of the artist you are reviewing to find similar music.

 

@OP

Luckily for you last.fm provide an api, and this is one of the features. It's hardly stealing content when the provide an API for the very task. Also since it should provide you with perfect XML, you won't need any Regex skillz0rs, it's simply a case of parsing it with some form of DOM.

.
Link to comment
Share on other sites

Cags:  Right, listing similar artists is fine and dandy, no beef with that.  Problem is it sounded like he's just wanting to scrape last.fm for their content and paste it on his site.  But if they have an API that lets you do that then more power to him. I would suggest he read the API ToS very carefully though. I have a sneaking suspicion it probably requires mention of the content coming from last.fm and maybe a link to it or something.  IOW no passing it off as your own content.

Link to comment
Share on other sites

Indeed, you are supposed to include a link back. At the end of the day it's about the OPs intended usage, but I simply assumed they wanted to create something like...

 

<div id="review">
  They'z da shit man.
</div>
<div id="related_bands>
  You may also like:
  <ul>
    <li>Greenday</li>
    <li>Lady Gaga</li>
    <li>Chumbawumba</li>
    <li>The Spice Girls</li>
  </ul>
  Information Provided By <a href="http://last.fm">Last.fm</a>
</div>
<div id="comments">
  Blah random comment things here like on a blog.
</div>

Link to comment
Share on other sites

I downloaded the files http://www.matto1990.com/projects/phplastfmapi/

it comes with examples

 

The picture shows "artist.getsimilar"

Pretty Much what I want.

http://i50.tinypic.com/10ood1h.jpg

 

 

@ cags YOU HAVE MY IDEA THATS WHAT I WANT.

 

 

Im really new to this so I'm all over this

http://www.last.fm/api/webauth

http://www.last.fm/api/account

 

got my own account with the API key, and secret key trying to figure where to put it

 

Pretty much, I'd like it to do is lets say

I'm sure you guys have heard of this band I HOPE SO

 

Blink182

 

under that It will show a small cd artwork if the band has it of certain other bands that people might enjoy if they like blink182

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.