oneal.michaels
06-25-2010, 09:11 PM
Document from Last.fm api... scroll down to read question...
<lfm status="ok">
<recenttracks user="RJ" page="1" perPage="10" totalPages="3168">
<track>
<artist mbid="bc641be9-ca36-4c61-9394-5230433f6646">Liquid Tension Experiment</artist>
<name>Biaxident</name>
<streamable>1</streamable>
<mbid/>
<album mbid="6c20d297-121e-47d0-aa3a-8f27c7a06553">Liquid Tension Experiment 2</album>
<url>http://www.last.fm/music/Liquid+Tension+Experiment/_/Biaxident</url>
<image size="small">http://userserve-ak.last.fm/serve/34s/33028463.jpg</image>
<image size="medium">http://userserve-ak.last.fm/serve/64s/33028463.jpg</image>
<image size="large">http://userserve-ak.last.fm/serve/126/33028463.jpg</image>
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/33028463.jpg</image>
<date uts="1274524554">22 May 2010, 10:35</date>
</track>
....more tracks
</recenttracks>
</lfm>
Here is the document i am working with from the last.fm data api, the complete file
is here (http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=rj&api_key=b25b959554ed76058ac220b7b2e0a026), and i am trying to access this node
<image size="small">http://userserve-ak.last.fm/serve/34s/33028463.jpg</image>
but i can;t seem to find out how because of the other three nodes with the same name,
if anyone could help me out with this it would be great,
i have been stumped for months, gave up for a while and decided that i cant leave anything unfinished.
-thanks, Mike
<lfm status="ok">
<recenttracks user="RJ" page="1" perPage="10" totalPages="3168">
<track>
<artist mbid="bc641be9-ca36-4c61-9394-5230433f6646">Liquid Tension Experiment</artist>
<name>Biaxident</name>
<streamable>1</streamable>
<mbid/>
<album mbid="6c20d297-121e-47d0-aa3a-8f27c7a06553">Liquid Tension Experiment 2</album>
<url>http://www.last.fm/music/Liquid+Tension+Experiment/_/Biaxident</url>
<image size="small">http://userserve-ak.last.fm/serve/34s/33028463.jpg</image>
<image size="medium">http://userserve-ak.last.fm/serve/64s/33028463.jpg</image>
<image size="large">http://userserve-ak.last.fm/serve/126/33028463.jpg</image>
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/33028463.jpg</image>
<date uts="1274524554">22 May 2010, 10:35</date>
</track>
....more tracks
</recenttracks>
</lfm>
Here is the document i am working with from the last.fm data api, the complete file
is here (http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=rj&api_key=b25b959554ed76058ac220b7b2e0a026), and i am trying to access this node
<image size="small">http://userserve-ak.last.fm/serve/34s/33028463.jpg</image>
but i can;t seem to find out how because of the other three nodes with the same name,
if anyone could help me out with this it would be great,
i have been stumped for months, gave up for a while and decided that i cant leave anything unfinished.
-thanks, Mike