glutton_lastfm 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +7 -0
- data/VERSION +1 -1
- data/glutton_lastfm.gemspec +13 -2
- data/lib/glutton_lastfm.rb +29 -7
- data/test/fixtures/artist_multi_tags_top_tags.xml +403 -0
- data/test/fixtures/artist_no_albums_top_albums.xml +4 -0
- data/test/fixtures/artist_no_events.xml +3 -0
- data/test/fixtures/artist_no_tags_top_tags.xml +3 -0
- data/test/fixtures/known_album_album_search.xml +53 -0
- data/test/fixtures/known_artist_artist_search.xml +339 -0
- data/test/fixtures/multi_album_top_albums.xml +704 -0
- data/test/fixtures/one_album_top_albums.xml +18 -0
- data/test/fixtures/unknown_album_album_search.xml +9 -0
- data/test/fixtures/unknown_artist_artist_search.xml +9 -0
- data/test/fixtures/unknown_artist_top_albums.xml +2 -0
- data/test/test_glutton_lastfm.rb +67 -6
- metadata +14 -3
@@ -0,0 +1,53 @@
|
|
1
|
+
<lfm status="ok">
|
2
|
+
<results for="vertex" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
|
3
|
+
<opensearch:Query role="request" searchTerms="vertex" startPage="1" />
|
4
|
+
<opensearch:totalResults>4</opensearch:totalResults>
|
5
|
+
<opensearch:startIndex>0</opensearch:startIndex>
|
6
|
+
<opensearch:itemsPerPage>30</opensearch:itemsPerPage>
|
7
|
+
<albummatches>
|
8
|
+
<album>
|
9
|
+
<name>Vertex</name>
|
10
|
+
<artist>Buck 65</artist>
|
11
|
+
<id>2047630</id>
|
12
|
+
<url>http://www.last.fm/music/Buck+65/Vertex</url>
|
13
|
+
<image size="small">http://images.amazon.com/images/P/B00007KM4U.01._SCMZZZZZZZ_.jpg</image>
|
14
|
+
<image size="medium">http://images.amazon.com/images/P/B00007KM4U.01._SCMZZZZZZZ_.jpg</image>
|
15
|
+
<image size="large">http://images.amazon.com/images/P/B00007KM4U.01._SCMZZZZZZZ_.jpg</image>
|
16
|
+
<image size="extralarge">http://images.amazon.com/images/P/B00007KM4U.01._SCMZZZZZZZ_.jpg</image>
|
17
|
+
<streamable>1</streamable>
|
18
|
+
</album>
|
19
|
+
<album>
|
20
|
+
<name>Vertex</name>
|
21
|
+
<artist>Vertex</artist>
|
22
|
+
<id>2335428</id>
|
23
|
+
<url>http://www.last.fm/music/Vertex/Vertex</url>
|
24
|
+
<image size="small">http://images.amazon.com/images/P/B000005DU3.01.MZZZZZZZ.jpg</image>
|
25
|
+
<image size="medium">http://images.amazon.com/images/P/B000005DU3.01.MZZZZZZZ.jpg</image>
|
26
|
+
<image size="large">http://images.amazon.com/images/P/B000005DU3.01.MZZZZZZZ.jpg</image>
|
27
|
+
<image size="extralarge">http://images.amazon.com/images/P/B000005DU3.01.MZZZZZZZ.jpg</image>
|
28
|
+
<streamable>0</streamable>
|
29
|
+
</album>
|
30
|
+
<album>
|
31
|
+
<name>Late Arrival</name>
|
32
|
+
<artist>Vertex, Shocka</artist>
|
33
|
+
<id>25158539</id>
|
34
|
+
<url>http://www.last.fm/music/Vertex%2C+Shocka/Late+Arrival</url>
|
35
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/33053495.jpg</image>
|
36
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/33053495.jpg</image>
|
37
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/33053495.jpg</image>
|
38
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/33053495.jpg</image>
|
39
|
+
<streamable>0</streamable>
|
40
|
+
</album>
|
41
|
+
<album>
|
42
|
+
<name>Vertex Interface Σ</name>
|
43
|
+
<artist>レンマ:GEAR</artist>
|
44
|
+
<id>67938792</id>
|
45
|
+
<url>http://www.last.fm/music/%E3%83%AC%E3%83%B3%E3%83%9E%3AGEAR/Vertex+Interface+%CE%A3</url>
|
46
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/28148965.jpg</image>
|
47
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/28148965.jpg</image>
|
48
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/28148965.jpg</image>
|
49
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/28148965.jpg</image>
|
50
|
+
<streamable>1</streamable>
|
51
|
+
</album>
|
52
|
+
</albummatches>
|
53
|
+
</results></lfm>
|
@@ -0,0 +1,339 @@
|
|
1
|
+
<lfm status="ok">
|
2
|
+
<results for="weakerthans" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
|
3
|
+
<opensearch:Query role="request" searchTerms="weakerthans" startPage="1" />
|
4
|
+
<opensearch:totalResults>35</opensearch:totalResults>
|
5
|
+
<opensearch:startIndex>0</opensearch:startIndex>
|
6
|
+
<opensearch:itemsPerPage>30</opensearch:itemsPerPage>
|
7
|
+
<artistmatches>
|
8
|
+
<artist>
|
9
|
+
<name>The Weakerthans</name>
|
10
|
+
<mbid>bc68928b-fbb5-4aac-baae-52ba49202372</mbid>
|
11
|
+
<url>www.last.fm/music/The+Weakerthans</url>
|
12
|
+
<image size="small">http://userserve-ak.last.fm/serve/34/273996.jpg</image>
|
13
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64/273996.jpg</image>
|
14
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/273996.jpg</image>
|
15
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/252/273996.jpg</image>
|
16
|
+
<image size="mega">http://userserve-ak.last.fm/serve/_/273996/The+Weakerthans.jpg</image>
|
17
|
+
<streamable>1</streamable>
|
18
|
+
</artist>
|
19
|
+
<artist>
|
20
|
+
<name>The Weakerthans - Utilities</name>
|
21
|
+
<mbid></mbid>
|
22
|
+
<url>www.last.fm/music/The+Weakerthans+-+Utilities</url>
|
23
|
+
<image size="small"></image>
|
24
|
+
<image size="medium"></image>
|
25
|
+
<image size="large"></image>
|
26
|
+
<image size="extralarge"></image>
|
27
|
+
<image size="mega"></image>
|
28
|
+
<streamable>0</streamable>
|
29
|
+
</artist>
|
30
|
+
<artist>
|
31
|
+
<name>Nikki Komaksiutiksak (Inuit Throat Singer) John K. Samson (The Weakerthans) Blunderspublik (Electronic Artist)</name>
|
32
|
+
<mbid></mbid>
|
33
|
+
<url>www.last.fm/music/Nikki+Komaksiutiksak+%28Inuit+Throat+Singer%29+John+K.+Samson+%28The+Weakerthans%29+Blunderspublik+%28Electronic+Artist%29</url>
|
34
|
+
<image size="small"></image>
|
35
|
+
<image size="medium"></image>
|
36
|
+
<image size="large"></image>
|
37
|
+
<image size="extralarge"></image>
|
38
|
+
<image size="mega"></image>
|
39
|
+
<streamable>0</streamable>
|
40
|
+
</artist>
|
41
|
+
<artist>
|
42
|
+
<name>The Weakerthans & Sarah Harmer</name>
|
43
|
+
<mbid></mbid>
|
44
|
+
<url>www.last.fm/music/The%2BWeakerthans%2B%2526%2BSarah%2BHarmer</url>
|
45
|
+
<image size="small"></image>
|
46
|
+
<image size="medium"></image>
|
47
|
+
<image size="large"></image>
|
48
|
+
<image size="extralarge"></image>
|
49
|
+
<image size="mega"></image>
|
50
|
+
<streamable>0</streamable>
|
51
|
+
</artist>
|
52
|
+
<artist>
|
53
|
+
<name>September 23, 2008: Basia Bulat, The Weakerthans, Kathleen Edwards</name>
|
54
|
+
<mbid></mbid>
|
55
|
+
<url>www.last.fm/music/September+23%2C+2008%3A+Basia+Bulat%2C+The+Weakerthans%2C+Kathleen+Edwards</url>
|
56
|
+
<image size="small"></image>
|
57
|
+
<image size="medium"></image>
|
58
|
+
<image size="large"></image>
|
59
|
+
<image size="extralarge"></image>
|
60
|
+
<image size="mega"></image>
|
61
|
+
<streamable>0</streamable>
|
62
|
+
</artist>
|
63
|
+
<artist>
|
64
|
+
<name>John K. Samson (Weakerthans)</name>
|
65
|
+
<mbid></mbid>
|
66
|
+
<url>www.last.fm/music/John+K.+Samson+%28Weakerthans%29</url>
|
67
|
+
<image size="small"></image>
|
68
|
+
<image size="medium"></image>
|
69
|
+
<image size="large"></image>
|
70
|
+
<image size="extralarge"></image>
|
71
|
+
<image size="mega"></image>
|
72
|
+
<streamable>0</streamable>
|
73
|
+
</artist>
|
74
|
+
<artist>
|
75
|
+
<name>Weakerthans (the)</name>
|
76
|
+
<mbid></mbid>
|
77
|
+
<url>www.last.fm/music/+noredirect/Weakerthans+%28the%29</url>
|
78
|
+
<image size="small"></image>
|
79
|
+
<image size="medium"></image>
|
80
|
+
<image size="large"></image>
|
81
|
+
<image size="extralarge"></image>
|
82
|
+
<image size="mega"></image>
|
83
|
+
<streamable>0</streamable>
|
84
|
+
</artist>
|
85
|
+
<artist>
|
86
|
+
<name>Propagandhi, The Weakerthans</name>
|
87
|
+
<mbid></mbid>
|
88
|
+
<url>www.last.fm/music/Propagandhi%2C+The+Weakerthans</url>
|
89
|
+
<image size="small"></image>
|
90
|
+
<image size="medium"></image>
|
91
|
+
<image size="large"></image>
|
92
|
+
<image size="extralarge"></image>
|
93
|
+
<image size="mega"></image>
|
94
|
+
<streamable>0</streamable>
|
95
|
+
</artist>
|
96
|
+
<artist>
|
97
|
+
<name>02-the_weakerthans-aside-ksi</name>
|
98
|
+
<mbid></mbid>
|
99
|
+
<url>www.last.fm/music/02-the_weakerthans-aside-ksi</url>
|
100
|
+
<image size="small"></image>
|
101
|
+
<image size="medium"></image>
|
102
|
+
<image size="large"></image>
|
103
|
+
<image size="extralarge"></image>
|
104
|
+
<image size="mega"></image>
|
105
|
+
<streamable>0</streamable>
|
106
|
+
</artist>
|
107
|
+
<artist>
|
108
|
+
<name>Via The A-Hole - Gorilla Angreb, Schlong, The Weakerthans, Circle Jerks, The Replacements, Those Naughty Lumps, Crass, Ataque Frontal</name>
|
109
|
+
<mbid></mbid>
|
110
|
+
<url>www.last.fm/music/Via+The+A-Hole+-+Gorilla+Angreb%2C+Schlong%2C+The+Weakerthans%2C+Circle+Jerks%2C+The+Replacements%2C+Those+Naughty+Lumps%2C+Crass%2C+Ataque+Frontal</url>
|
111
|
+
<image size="small"></image>
|
112
|
+
<image size="medium"></image>
|
113
|
+
<image size="large"></image>
|
114
|
+
<image size="extralarge"></image>
|
115
|
+
<image size="mega"></image>
|
116
|
+
<streamable>0</streamable>
|
117
|
+
</artist>
|
118
|
+
<artist>
|
119
|
+
<name>Sarah Harmer and The Weakerthans</name>
|
120
|
+
<mbid></mbid>
|
121
|
+
<url>www.last.fm/music/+noredirect/Sarah+Harmer+and+The+Weakerthans</url>
|
122
|
+
<image size="small"></image>
|
123
|
+
<image size="medium"></image>
|
124
|
+
<image size="large"></image>
|
125
|
+
<image size="extralarge"></image>
|
126
|
+
<image size="mega"></image>
|
127
|
+
<streamable>0</streamable>
|
128
|
+
</artist>
|
129
|
+
<artist>
|
130
|
+
<name>01-the_weakerthans-everything_</name>
|
131
|
+
<mbid></mbid>
|
132
|
+
<url>www.last.fm/music/01-the_weakerthans-everything_</url>
|
133
|
+
<image size="small"></image>
|
134
|
+
<image size="medium"></image>
|
135
|
+
<image size="large"></image>
|
136
|
+
<image size="extralarge"></image>
|
137
|
+
<image size="mega"></image>
|
138
|
+
<streamable>0</streamable>
|
139
|
+
</artist>
|
140
|
+
<artist>
|
141
|
+
<name>Weakerthans The</name>
|
142
|
+
<mbid></mbid>
|
143
|
+
<url>www.last.fm/music/Weakerthans+The</url>
|
144
|
+
<image size="small"></image>
|
145
|
+
<image size="medium"></image>
|
146
|
+
<image size="large"></image>
|
147
|
+
<image size="extralarge"></image>
|
148
|
+
<image size="mega"></image>
|
149
|
+
<streamable>0</streamable>
|
150
|
+
</artist>
|
151
|
+
<artist>
|
152
|
+
<name>the weakerthans 02.08.2001</name>
|
153
|
+
<mbid></mbid>
|
154
|
+
<url>www.last.fm/music/the+weakerthans+02.08.2001</url>
|
155
|
+
<image size="small"></image>
|
156
|
+
<image size="medium"></image>
|
157
|
+
<image size="large"></image>
|
158
|
+
<image size="extralarge"></image>
|
159
|
+
<image size="mega"></image>
|
160
|
+
<streamable>0</streamable>
|
161
|
+
</artist>
|
162
|
+
<artist>
|
163
|
+
<name>Weakerthans (John K. Samson)</name>
|
164
|
+
<mbid></mbid>
|
165
|
+
<url>www.last.fm/music/Weakerthans+%28John+K.+Samson%29</url>
|
166
|
+
<image size="small"></image>
|
167
|
+
<image size="medium"></image>
|
168
|
+
<image size="large"></image>
|
169
|
+
<image size="extralarge"></image>
|
170
|
+
<image size="mega"></image>
|
171
|
+
<streamable>0</streamable>
|
172
|
+
</artist>
|
173
|
+
<artist>
|
174
|
+
<name>The Weakerthans - new</name>
|
175
|
+
<mbid></mbid>
|
176
|
+
<url>www.last.fm/music/The+Weakerthans+-+new</url>
|
177
|
+
<image size="small"></image>
|
178
|
+
<image size="medium"></image>
|
179
|
+
<image size="large"></image>
|
180
|
+
<image size="extralarge"></image>
|
181
|
+
<image size="mega"></image>
|
182
|
+
<streamable>0</streamable>
|
183
|
+
</artist>
|
184
|
+
<artist>
|
185
|
+
<name>The Weakerthans</name>
|
186
|
+
<mbid></mbid>
|
187
|
+
<url>www.last.fm/music/The++Weakerthans</url>
|
188
|
+
<image size="small"></image>
|
189
|
+
<image size="medium"></image>
|
190
|
+
<image size="large"></image>
|
191
|
+
<image size="extralarge"></image>
|
192
|
+
<image size="mega"></image>
|
193
|
+
<streamable>0</streamable>
|
194
|
+
</artist>
|
195
|
+
<artist>
|
196
|
+
<name>The Weakerthans - Left and Leaving - 02</name>
|
197
|
+
<mbid></mbid>
|
198
|
+
<url>www.last.fm/music/The+Weakerthans+-+Left+and+Leaving+-+02</url>
|
199
|
+
<image size="small"></image>
|
200
|
+
<image size="medium"></image>
|
201
|
+
<image size="large"></image>
|
202
|
+
<image size="extralarge"></image>
|
203
|
+
<image size="mega"></image>
|
204
|
+
<streamable>0</streamable>
|
205
|
+
</artist>
|
206
|
+
<artist>
|
207
|
+
<name>03-the_weakerthans-watermark-k</name>
|
208
|
+
<mbid></mbid>
|
209
|
+
<url>www.last.fm/music/03-the_weakerthans-watermark-k</url>
|
210
|
+
<image size="small"></image>
|
211
|
+
<image size="medium"></image>
|
212
|
+
<image size="large"></image>
|
213
|
+
<image size="extralarge"></image>
|
214
|
+
<image size="mega"></image>
|
215
|
+
<streamable>0</streamable>
|
216
|
+
</artist>
|
217
|
+
<artist>
|
218
|
+
<name>07-the_weakerthans-left_and_le</name>
|
219
|
+
<mbid></mbid>
|
220
|
+
<url>www.last.fm/music/07-the_weakerthans-left_and_le</url>
|
221
|
+
<image size="small"></image>
|
222
|
+
<image size="medium"></image>
|
223
|
+
<image size="large"></image>
|
224
|
+
<image size="extralarge"></image>
|
225
|
+
<image size="mega"></image>
|
226
|
+
<streamable>0</streamable>
|
227
|
+
</artist>
|
228
|
+
<artist>
|
229
|
+
<name>The Weakerthans - Sun in an Empty Room</name>
|
230
|
+
<mbid></mbid>
|
231
|
+
<url>www.last.fm/music/The+Weakerthans+-+Sun+in+an+Empty+Room</url>
|
232
|
+
<image size="small"></image>
|
233
|
+
<image size="medium"></image>
|
234
|
+
<image size="large"></image>
|
235
|
+
<image size="extralarge"></image>
|
236
|
+
<image size="mega"></image>
|
237
|
+
<streamable>0</streamable>
|
238
|
+
</artist>
|
239
|
+
<artist>
|
240
|
+
<name>John K. Samson (The Weakerthans)</name>
|
241
|
+
<mbid></mbid>
|
242
|
+
<url>www.last.fm/music/John+K.+Samson+%28The+Weakerthans%29</url>
|
243
|
+
<image size="small"></image>
|
244
|
+
<image size="medium"></image>
|
245
|
+
<image size="large"></image>
|
246
|
+
<image size="extralarge"></image>
|
247
|
+
<image size="mega"></image>
|
248
|
+
<streamable>0</streamable>
|
249
|
+
</artist>
|
250
|
+
<artist>
|
251
|
+
<name>04-the_weakerthans-pamphleteer</name>
|
252
|
+
<mbid></mbid>
|
253
|
+
<url>www.last.fm/music/04-the_weakerthans-pamphleteer</url>
|
254
|
+
<image size="small"></image>
|
255
|
+
<image size="medium"></image>
|
256
|
+
<image size="large"></image>
|
257
|
+
<image size="extralarge"></image>
|
258
|
+
<image size="mega"></image>
|
259
|
+
<streamable>0</streamable>
|
260
|
+
</artist>
|
261
|
+
<artist>
|
262
|
+
<name>08-the_weakerthans-elegy_for_e</name>
|
263
|
+
<mbid></mbid>
|
264
|
+
<url>www.last.fm/music/08-the_weakerthans-elegy_for_e</url>
|
265
|
+
<image size="small"></image>
|
266
|
+
<image size="medium"></image>
|
267
|
+
<image size="large"></image>
|
268
|
+
<image size="extralarge"></image>
|
269
|
+
<image size="mega"></image>
|
270
|
+
<streamable>0</streamable>
|
271
|
+
</artist>
|
272
|
+
<artist>
|
273
|
+
<name>06-the_weakerthans-without_myt</name>
|
274
|
+
<mbid></mbid>
|
275
|
+
<url>www.last.fm/music/06-the_weakerthans-without_myt</url>
|
276
|
+
<image size="small"></image>
|
277
|
+
<image size="medium"></image>
|
278
|
+
<image size="large"></image>
|
279
|
+
<image size="extralarge"></image>
|
280
|
+
<image size="mega"></image>
|
281
|
+
<streamable>0</streamable>
|
282
|
+
</artist>
|
283
|
+
<artist>
|
284
|
+
<name>10-the_weakerthans-exiles_amon</name>
|
285
|
+
<mbid></mbid>
|
286
|
+
<url>www.last.fm/music/10-the_weakerthans-exiles_amon</url>
|
287
|
+
<image size="small"></image>
|
288
|
+
<image size="medium"></image>
|
289
|
+
<image size="large"></image>
|
290
|
+
<image size="extralarge"></image>
|
291
|
+
<image size="mega"></image>
|
292
|
+
<streamable>0</streamable>
|
293
|
+
</artist>
|
294
|
+
<artist>
|
295
|
+
<name>12-the_weakerthans-slips_and_t</name>
|
296
|
+
<mbid></mbid>
|
297
|
+
<url>www.last.fm/music/12-the_weakerthans-slips_and_t</url>
|
298
|
+
<image size="small"></image>
|
299
|
+
<image size="medium"></image>
|
300
|
+
<image size="large"></image>
|
301
|
+
<image size="extralarge"></image>
|
302
|
+
<image size="mega"></image>
|
303
|
+
<streamable>0</streamable>
|
304
|
+
</artist>
|
305
|
+
<artist>
|
306
|
+
<name>The Weakerthans - Left and Leaving - 05</name>
|
307
|
+
<mbid></mbid>
|
308
|
+
<url>www.last.fm/music/The+Weakerthans+-+Left+and+Leaving+-+05</url>
|
309
|
+
<image size="small"></image>
|
310
|
+
<image size="medium"></image>
|
311
|
+
<image size="large"></image>
|
312
|
+
<image size="extralarge"></image>
|
313
|
+
<image size="mega"></image>
|
314
|
+
<streamable>0</streamable>
|
315
|
+
</artist>
|
316
|
+
<artist>
|
317
|
+
<name>The Weakerthans - Left and Leaving - 01</name>
|
318
|
+
<mbid></mbid>
|
319
|
+
<url>www.last.fm/music/The+Weakerthans+-+Left+and+Leaving+-+01</url>
|
320
|
+
<image size="small"></image>
|
321
|
+
<image size="medium"></image>
|
322
|
+
<image size="large"></image>
|
323
|
+
<image size="extralarge"></image>
|
324
|
+
<image size="mega"></image>
|
325
|
+
<streamable>0</streamable>
|
326
|
+
</artist>
|
327
|
+
<artist>
|
328
|
+
<name>09-the_weakerthans-history_to_</name>
|
329
|
+
<mbid></mbid>
|
330
|
+
<url>www.last.fm/music/09-the_weakerthans-history_to_</url>
|
331
|
+
<image size="small"></image>
|
332
|
+
<image size="medium"></image>
|
333
|
+
<image size="large"></image>
|
334
|
+
<image size="extralarge"></image>
|
335
|
+
<image size="mega"></image>
|
336
|
+
<streamable>0</streamable>
|
337
|
+
</artist>
|
338
|
+
</artistmatches>
|
339
|
+
</results></lfm>
|
@@ -0,0 +1,704 @@
|
|
1
|
+
<lfm status="ok">
|
2
|
+
<topalbums artist="Atmosphere" >
|
3
|
+
|
4
|
+
<album rank="1">
|
5
|
+
<name>God Loves Ugly</name>
|
6
|
+
<playcount>288129</playcount>
|
7
|
+
<mbid>a4dd0a2c-085e-4797-b8a1-d9fd7c19a2b4</mbid>
|
8
|
+
<url>http://www.last.fm/music/Atmosphere/God+Loves+Ugly</url>
|
9
|
+
<artist>
|
10
|
+
<name>Atmosphere</name>
|
11
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
12
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
13
|
+
</artist>
|
14
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/8634687.jpg</image>
|
15
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/8634687.jpg</image>
|
16
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/8634687.jpg</image>
|
17
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8634687.jpg</image>
|
18
|
+
</album> <album rank="2">
|
19
|
+
<name>Seven's Travels</name>
|
20
|
+
<playcount>214802</playcount>
|
21
|
+
<mbid>a1d2405b-afe0-4e28-a935-b5b256f68131</mbid>
|
22
|
+
<url>http://www.last.fm/music/Atmosphere/Seven%27s+Travels</url>
|
23
|
+
<artist>
|
24
|
+
<name>Atmosphere</name>
|
25
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
26
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
27
|
+
</artist>
|
28
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/8682503.jpg</image>
|
29
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/8682503.jpg</image>
|
30
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/8682503.jpg</image>
|
31
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8682503.jpg</image>
|
32
|
+
</album> <album rank="3">
|
33
|
+
<name>You Can't Imagine How Much Fun We're Having</name>
|
34
|
+
<playcount>156407</playcount>
|
35
|
+
<mbid>d5a43378-bd1f-40fe-bf5e-8a3496ab073b</mbid>
|
36
|
+
<url>http://www.last.fm/music/Atmosphere/You+Can%27t+Imagine+How+Much+Fun+We%27re+Having</url>
|
37
|
+
<artist>
|
38
|
+
<name>Atmosphere</name>
|
39
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
40
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
41
|
+
</artist>
|
42
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/8773577.jpg</image>
|
43
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/8773577.jpg</image>
|
44
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/8773577.jpg</image>
|
45
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8773577.jpg</image>
|
46
|
+
</album> <album rank="4">
|
47
|
+
<name>Lucy Ford</name>
|
48
|
+
<playcount>84477</playcount>
|
49
|
+
<mbid>0a0e4370-d483-497d-9220-342f5b7a2df7</mbid>
|
50
|
+
<url>http://www.last.fm/music/Atmosphere/Lucy+Ford</url>
|
51
|
+
<artist>
|
52
|
+
<name>Atmosphere</name>
|
53
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
54
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
55
|
+
</artist>
|
56
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/42136223.jpg</image>
|
57
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/42136223.jpg</image>
|
58
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/42136223.jpg</image>
|
59
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/42136223.jpg</image>
|
60
|
+
</album> <album rank="5">
|
61
|
+
<name>When Life Gives You Lemons, You Paint That Shit Gold - Standard Edition</name>
|
62
|
+
<playcount>34583</playcount>
|
63
|
+
<mbid></mbid>
|
64
|
+
<url>http://www.last.fm/music/Atmosphere/When+Life+Gives+You+Lemons%2C+You+Paint+That+Shit+Gold+-+Standard+Edition</url>
|
65
|
+
<artist>
|
66
|
+
<name>Atmosphere</name>
|
67
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
68
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
69
|
+
</artist>
|
70
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/5463736.jpg</image>
|
71
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/5463736.jpg</image>
|
72
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/5463736.jpg</image>
|
73
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/5463736.jpg</image>
|
74
|
+
</album> <album rank="6">
|
75
|
+
<name>Overcast!</name>
|
76
|
+
<playcount>69557</playcount>
|
77
|
+
<mbid>b34a248f-7b04-42e4-b4e8-72121d1a07ae</mbid>
|
78
|
+
<url>http://www.last.fm/music/Atmosphere/Overcast%21</url>
|
79
|
+
<artist>
|
80
|
+
<name>Atmosphere</name>
|
81
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
82
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
83
|
+
</artist>
|
84
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/11277085.jpg</image>
|
85
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/11277085.jpg</image>
|
86
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/11277085.jpg</image>
|
87
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/11277085.jpg</image>
|
88
|
+
</album> <album rank="7">
|
89
|
+
<name>Sad Clown Bad Summer Number 9</name>
|
90
|
+
<playcount>20788</playcount>
|
91
|
+
<mbid>2e5982e9-f356-4f2e-9929-a13882c2db93</mbid>
|
92
|
+
<url>http://www.last.fm/music/Atmosphere/Sad+Clown+Bad+Summer+Number+9</url>
|
93
|
+
<artist>
|
94
|
+
<name>Atmosphere</name>
|
95
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
96
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
97
|
+
</artist>
|
98
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/10325017.jpg</image>
|
99
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/10325017.jpg</image>
|
100
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/10325017.jpg</image>
|
101
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10325017.jpg</image>
|
102
|
+
</album> <album rank="8">
|
103
|
+
<name>Lucy Ford: The Atmosphere EP's</name>
|
104
|
+
<playcount>29927</playcount>
|
105
|
+
<mbid>0a0e4370-d483-497d-9220-342f5b7a2df7</mbid>
|
106
|
+
<url>http://www.last.fm/music/Atmosphere/Lucy+Ford%3A+The+Atmosphere+EP%27s</url>
|
107
|
+
<artist>
|
108
|
+
<name>Atmosphere</name>
|
109
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
110
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
111
|
+
</artist>
|
112
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/10447619.jpg</image>
|
113
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/10447619.jpg</image>
|
114
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/10447619.jpg</image>
|
115
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10447619.jpg</image>
|
116
|
+
</album> <album rank="9">
|
117
|
+
<name>Lucy Ford EP</name>
|
118
|
+
<playcount>7798</playcount>
|
119
|
+
<mbid>51a7c90d-72d3-4596-ae2b-f66f9076259e</mbid>
|
120
|
+
<url>http://www.last.fm/music/Atmosphere/Lucy+Ford+EP</url>
|
121
|
+
<artist>
|
122
|
+
<name>Atmosphere</name>
|
123
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
124
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
125
|
+
</artist>
|
126
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/42136165.jpg</image>
|
127
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/42136165.jpg</image>
|
128
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/42136165.jpg</image>
|
129
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/42136165.jpg</image>
|
130
|
+
</album> <album rank="10">
|
131
|
+
<name>Shoulda Known</name>
|
132
|
+
<playcount>2932</playcount>
|
133
|
+
<mbid></mbid>
|
134
|
+
<url>http://www.last.fm/music/Atmosphere/Shoulda+Known</url>
|
135
|
+
<artist>
|
136
|
+
<name>Atmosphere</name>
|
137
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
138
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
139
|
+
</artist>
|
140
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/7395137.jpg</image>
|
141
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/7395137.jpg</image>
|
142
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/7395137.jpg</image>
|
143
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/7395137.jpg</image>
|
144
|
+
</album> <album rank="11">
|
145
|
+
<name>Headshots: Se7en</name>
|
146
|
+
<playcount>17889</playcount>
|
147
|
+
<mbid>3bb7c16e-4279-41ab-a94b-9ee6aac69e35</mbid>
|
148
|
+
<url>http://www.last.fm/music/Atmosphere/Headshots%3A+Se7en</url>
|
149
|
+
<artist>
|
150
|
+
<name>Atmosphere</name>
|
151
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
152
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
153
|
+
</artist>
|
154
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/8754379.jpg</image>
|
155
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/8754379.jpg</image>
|
156
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/8754379.jpg</image>
|
157
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8754379.jpg</image>
|
158
|
+
</album> <album rank="12">
|
159
|
+
<name>Ford Two</name>
|
160
|
+
<playcount>7421</playcount>
|
161
|
+
<mbid>bf3b91ef-7186-4647-8795-f8292e0779e1</mbid>
|
162
|
+
<url>http://www.last.fm/music/Atmosphere/Ford+Two</url>
|
163
|
+
<artist>
|
164
|
+
<name>Atmosphere</name>
|
165
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
166
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
167
|
+
</artist>
|
168
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/3476166.jpg</image>
|
169
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/3476166.jpg</image>
|
170
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/3476166.jpg</image>
|
171
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/3476166.jpg</image>
|
172
|
+
</album> <album rank="13">
|
173
|
+
<name>Ford One</name>
|
174
|
+
<playcount>4682</playcount>
|
175
|
+
<mbid>21388da2-c6ff-475c-80d2-8ca3b98adb05</mbid>
|
176
|
+
<url>http://www.last.fm/music/Atmosphere/Ford+One</url>
|
177
|
+
<artist>
|
178
|
+
<name>Atmosphere</name>
|
179
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
180
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
181
|
+
</artist>
|
182
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/3476163.jpg</image>
|
183
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/3476163.jpg</image>
|
184
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/3476163.jpg</image>
|
185
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/3476163.jpg</image>
|
186
|
+
</album> <album rank="14">
|
187
|
+
<name>Sad Clown Bad Winter 11</name>
|
188
|
+
<playcount>6102</playcount>
|
189
|
+
<mbid>22899de8-45dc-4f36-b141-79e0334842f6</mbid>
|
190
|
+
<url>http://www.last.fm/music/Atmosphere/Sad+Clown+Bad+Winter+11</url>
|
191
|
+
<artist>
|
192
|
+
<name>Atmosphere</name>
|
193
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
194
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
195
|
+
</artist>
|
196
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/4284543.jpg</image>
|
197
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/4284543.jpg</image>
|
198
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/4284543.jpg</image>
|
199
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/4284543.jpg</image>
|
200
|
+
</album> <album rank="15">
|
201
|
+
<name>Sad Clown Bad Fall 10</name>
|
202
|
+
<playcount>4852</playcount>
|
203
|
+
<mbid>40e59de2-6dea-4190-b42a-6d17c0df83f6</mbid>
|
204
|
+
<url>http://www.last.fm/music/Atmosphere/Sad+Clown+Bad+Fall+10</url>
|
205
|
+
<artist>
|
206
|
+
<name>Atmosphere</name>
|
207
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
208
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
209
|
+
</artist>
|
210
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/3980944.jpg</image>
|
211
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/3980944.jpg</image>
|
212
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/3980944.jpg</image>
|
213
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/3980944.jpg</image>
|
214
|
+
</album> <album rank="16">
|
215
|
+
<name>Sad Clown Bad Dub 7</name>
|
216
|
+
<playcount>9973</playcount>
|
217
|
+
<mbid>e14c1b8a-e0fb-4ef7-bb52-2ca35b5e7240</mbid>
|
218
|
+
<url>http://www.last.fm/music/Atmosphere/Sad+Clown+Bad+Dub+7</url>
|
219
|
+
<artist>
|
220
|
+
<name>Atmosphere</name>
|
221
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
222
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
223
|
+
</artist>
|
224
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/37742531.jpg</image>
|
225
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/37742531.jpg</image>
|
226
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/37742531.jpg</image>
|
227
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/37742531.jpg</image>
|
228
|
+
</album> <album rank="17">
|
229
|
+
<name>Overcast</name>
|
230
|
+
<playcount>6364</playcount>
|
231
|
+
<mbid></mbid>
|
232
|
+
<url>http://www.last.fm/music/Atmosphere/Overcast</url>
|
233
|
+
<artist>
|
234
|
+
<name>Atmosphere</name>
|
235
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
236
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
237
|
+
</artist>
|
238
|
+
<image size="small">http://images.amazon.com/images/P/B00009OLTJ.01._SCMZZZZZZZ_.jpg</image>
|
239
|
+
<image size="medium">http://images.amazon.com/images/P/B00009OLTJ.01._SCMZZZZZZZ_.jpg</image>
|
240
|
+
<image size="large">http://images.amazon.com/images/P/B00009OLTJ.01._SCMZZZZZZZ_.jpg</image>
|
241
|
+
<image size="extralarge">http://images.amazon.com/images/P/B00009OLTJ.01._SCMZZZZZZZ_.jpg</image>
|
242
|
+
</album> <album rank="18">
|
243
|
+
<name>Headshots: Se7en [Disc 1]</name>
|
244
|
+
<playcount>3209</playcount>
|
245
|
+
<mbid></mbid>
|
246
|
+
<url>http://www.last.fm/music/Atmosphere/Headshots%3A+Se7en+%5BDisc+1%5D</url>
|
247
|
+
<artist>
|
248
|
+
<name>Atmosphere</name>
|
249
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
250
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
251
|
+
</artist>
|
252
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/20258893.jpg</image>
|
253
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/20258893.jpg</image>
|
254
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/20258893.jpg</image>
|
255
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/20258893.jpg</image>
|
256
|
+
</album> <album rank="19">
|
257
|
+
<name>Modern Man's Hustle</name>
|
258
|
+
<playcount>2502</playcount>
|
259
|
+
<mbid>1756e2e4-9287-4202-be12-0e70feb299e2</mbid>
|
260
|
+
<url>http://www.last.fm/music/Atmosphere/Modern+Man%27s+Hustle</url>
|
261
|
+
<artist>
|
262
|
+
<name>Atmosphere</name>
|
263
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
264
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
265
|
+
</artist>
|
266
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/3476202.jpg</image>
|
267
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/3476202.jpg</image>
|
268
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/3476202.jpg</image>
|
269
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/3476202.jpg</image>
|
270
|
+
</album> <album rank="20">
|
271
|
+
<name>Sad Clown, Bad Spring #12</name>
|
272
|
+
<playcount>1788</playcount>
|
273
|
+
<mbid></mbid>
|
274
|
+
<url>http://www.last.fm/music/Atmosphere/Sad%2BClown%252C%2BBad%2BSpring%2B%252312</url>
|
275
|
+
<artist>
|
276
|
+
<name>Atmosphere</name>
|
277
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
278
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
279
|
+
</artist>
|
280
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/6607059.jpg</image>
|
281
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/6607059.jpg</image>
|
282
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/6607059.jpg</image>
|
283
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/6607059.jpg</image>
|
284
|
+
</album> <album rank="21">
|
285
|
+
<name>Sad Clown Bad Winter #11</name>
|
286
|
+
<playcount>2094</playcount>
|
287
|
+
<mbid></mbid>
|
288
|
+
<url>http://www.last.fm/music/Atmosphere/Sad%2BClown%2BBad%2BWinter%2B%252311</url>
|
289
|
+
<artist>
|
290
|
+
<name>Atmosphere</name>
|
291
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
292
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
293
|
+
</artist>
|
294
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/4143096.jpg</image>
|
295
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/4143096.jpg</image>
|
296
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/4143096.jpg</image>
|
297
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/4143096.jpg</image>
|
298
|
+
</album> <album rank="22">
|
299
|
+
<name>Headshots: Se7en [Disc 2]</name>
|
300
|
+
<playcount>1327</playcount>
|
301
|
+
<mbid></mbid>
|
302
|
+
<url>http://www.last.fm/music/Atmosphere/Headshots%3A+Se7en+%5BDisc+2%5D</url>
|
303
|
+
<artist>
|
304
|
+
<name>Atmosphere</name>
|
305
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
306
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
307
|
+
</artist>
|
308
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/3980983.jpg</image>
|
309
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/3980983.jpg</image>
|
310
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/3980983.jpg</image>
|
311
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/3980983.jpg</image>
|
312
|
+
</album> <album rank="23">
|
313
|
+
<name>National Disgrace</name>
|
314
|
+
<playcount>1683</playcount>
|
315
|
+
<mbid>a635f698-69c8-4074-92f0-69026f7d305f</mbid>
|
316
|
+
<url>http://www.last.fm/music/Atmosphere/National+Disgrace</url>
|
317
|
+
<artist>
|
318
|
+
<name>Atmosphere</name>
|
319
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
320
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
321
|
+
</artist>
|
322
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/4284554.jpg</image>
|
323
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/4284554.jpg</image>
|
324
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/4284554.jpg</image>
|
325
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/4284554.jpg</image>
|
326
|
+
</album> <album rank="24">
|
327
|
+
<name>Sad Clown Bad Fall Number 10</name>
|
328
|
+
<playcount>1350</playcount>
|
329
|
+
<mbid></mbid>
|
330
|
+
<url>http://www.last.fm/music/Atmosphere/Sad+Clown+Bad+Fall+Number+10</url>
|
331
|
+
<artist>
|
332
|
+
<name>Atmosphere</name>
|
333
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
334
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
335
|
+
</artist>
|
336
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/10325003.jpg</image>
|
337
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/10325003.jpg</image>
|
338
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/10325003.jpg</image>
|
339
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10325003.jpg</image>
|
340
|
+
</album> <album rank="25">
|
341
|
+
<name>Sad Clown Bad Dub 2</name>
|
342
|
+
<playcount>2423</playcount>
|
343
|
+
<mbid>ef82928b-da30-4a85-939c-1afb8e60901c</mbid>
|
344
|
+
<url>http://www.last.fm/music/Atmosphere/Sad+Clown+Bad+Dub+2</url>
|
345
|
+
<artist>
|
346
|
+
<name>Atmosphere</name>
|
347
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
348
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
349
|
+
</artist>
|
350
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/4759418.jpg</image>
|
351
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/4759418.jpg</image>
|
352
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/4759418.jpg</image>
|
353
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/4759418.jpg</image>
|
354
|
+
</album> <album rank="26">
|
355
|
+
<name>Godlovesugly</name>
|
356
|
+
<playcount>1748</playcount>
|
357
|
+
<mbid>ffd710b5-0c1d-481d-80c4-06cfc2bd04c9</mbid>
|
358
|
+
<url>http://www.last.fm/music/Atmosphere/Godlovesugly</url>
|
359
|
+
<artist>
|
360
|
+
<name>Atmosphere</name>
|
361
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
362
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
363
|
+
</artist>
|
364
|
+
<image size="small">http://images.amazon.com/images/P/B000067ULR.01.MZZZZZZZ.jpg</image>
|
365
|
+
<image size="medium">http://images.amazon.com/images/P/B000067ULR.01.MZZZZZZZ.jpg</image>
|
366
|
+
<image size="large">http://images.amazon.com/images/P/B000067ULR.01.MZZZZZZZ.jpg</image>
|
367
|
+
<image size="extralarge">http://images.amazon.com/images/P/B000067ULR.01.MZZZZZZZ.jpg</image>
|
368
|
+
</album> <album rank="27">
|
369
|
+
<name>Sad Clown Bad Dub 3</name>
|
370
|
+
<playcount>1225</playcount>
|
371
|
+
<mbid>dce3ba06-3639-4984-bdcb-18ede8ea1ee9</mbid>
|
372
|
+
<url>http://www.last.fm/music/Atmosphere/Sad+Clown+Bad+Dub+3</url>
|
373
|
+
<artist>
|
374
|
+
<name>Atmosphere</name>
|
375
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
376
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
377
|
+
</artist>
|
378
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/4284549.jpg</image>
|
379
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/4284549.jpg</image>
|
380
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/4284549.jpg</image>
|
381
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/4284549.jpg</image>
|
382
|
+
</album> <album rank="28">
|
383
|
+
<name>Atmospheric Instrumentals</name>
|
384
|
+
<playcount>1222</playcount>
|
385
|
+
<mbid>8d7cbd76-8d98-4591-ad31-c03a33148b97</mbid>
|
386
|
+
<url>http://www.last.fm/music/Atmosphere/Atmospheric+Instrumentals</url>
|
387
|
+
<artist>
|
388
|
+
<name>Atmosphere</name>
|
389
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
390
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
391
|
+
</artist>
|
392
|
+
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
393
|
+
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
394
|
+
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
395
|
+
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
396
|
+
</album> <album rank="29">
|
397
|
+
<name>DJ Bizkid Presents: The Best of Atmosphere</name>
|
398
|
+
<playcount>209</playcount>
|
399
|
+
<mbid>d7bc8315-a032-435b-a551-ec39a3998443</mbid>
|
400
|
+
<url>http://www.last.fm/music/Atmosphere/DJ+Bizkid+Presents%3A+The+Best+of+Atmosphere</url>
|
401
|
+
<artist>
|
402
|
+
<name>Atmosphere</name>
|
403
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
404
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
405
|
+
</artist>
|
406
|
+
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
407
|
+
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
408
|
+
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
409
|
+
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
410
|
+
</album> <album rank="30">
|
411
|
+
<name>Sad Clown Bad Dub 4</name>
|
412
|
+
<playcount>909</playcount>
|
413
|
+
<mbid>7ce3ba88-a4fa-4721-a096-9aa32b405770</mbid>
|
414
|
+
<url>http://www.last.fm/music/Atmosphere/Sad+Clown+Bad+Dub+4</url>
|
415
|
+
<artist>
|
416
|
+
<name>Atmosphere</name>
|
417
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
418
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
419
|
+
</artist>
|
420
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/17774569.jpg</image>
|
421
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/17774569.jpg</image>
|
422
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/17774569.jpg</image>
|
423
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/17774569.jpg</image>
|
424
|
+
</album> <album rank="31">
|
425
|
+
<name>Sad Clown Bad Dub 5</name>
|
426
|
+
<playcount>286</playcount>
|
427
|
+
<mbid>2f3f8528-9777-4602-8041-a95f0030043c</mbid>
|
428
|
+
<url>http://www.last.fm/music/Atmosphere/Sad+Clown+Bad+Dub+5</url>
|
429
|
+
<artist>
|
430
|
+
<name>Atmosphere</name>
|
431
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
432
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
433
|
+
</artist>
|
434
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/11628161.jpg</image>
|
435
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/11628161.jpg</image>
|
436
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/11628161.jpg</image>
|
437
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/11628161.jpg</image>
|
438
|
+
</album> <album rank="32">
|
439
|
+
<name>Sad Clown Bad Dub 6</name>
|
440
|
+
<playcount>258</playcount>
|
441
|
+
<mbid>e4cdd05c-6074-4af3-9f69-1e69a10a4f1e</mbid>
|
442
|
+
<url>http://www.last.fm/music/Atmosphere/Sad+Clown+Bad+Dub+6</url>
|
443
|
+
<artist>
|
444
|
+
<name>Atmosphere</name>
|
445
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
446
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
447
|
+
</artist>
|
448
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/11628121.jpg</image>
|
449
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/11628121.jpg</image>
|
450
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/11628121.jpg</image>
|
451
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/11628121.jpg</image>
|
452
|
+
</album> <album rank="33">
|
453
|
+
<name>Sad Clown Bad Dub 1</name>
|
454
|
+
<playcount>929</playcount>
|
455
|
+
<mbid>49568b94-ad5f-426d-b7f5-3a8a3c95d308</mbid>
|
456
|
+
<url>http://www.last.fm/music/Atmosphere/Sad+Clown+Bad+Dub+1</url>
|
457
|
+
<artist>
|
458
|
+
<name>Atmosphere</name>
|
459
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
460
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
461
|
+
</artist>
|
462
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/18027427.jpg</image>
|
463
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/18027427.jpg</image>
|
464
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/18027427.jpg</image>
|
465
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/18027427.jpg</image>
|
466
|
+
</album> <album rank="34">
|
467
|
+
<name>Sad Clown Bad Summer #9</name>
|
468
|
+
<playcount>529</playcount>
|
469
|
+
<mbid></mbid>
|
470
|
+
<url>http://www.last.fm/music/Atmosphere/Sad%2BClown%2BBad%2BSummer%2B%25239</url>
|
471
|
+
<artist>
|
472
|
+
<name>Atmosphere</name>
|
473
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
474
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
475
|
+
</artist>
|
476
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/6701769.jpg</image>
|
477
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/6701769.jpg</image>
|
478
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/6701769.jpg</image>
|
479
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/6701769.jpg</image>
|
480
|
+
</album> <album rank="35">
|
481
|
+
<name>Lucy Ford (The Atmosphere Eps)</name>
|
482
|
+
<playcount>791</playcount>
|
483
|
+
<mbid></mbid>
|
484
|
+
<url>http://www.last.fm/music/Atmosphere/Lucy+Ford+%28The+Atmosphere+Eps%29</url>
|
485
|
+
<artist>
|
486
|
+
<name>Atmosphere</name>
|
487
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
488
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
489
|
+
</artist>
|
490
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/16377435.jpg</image>
|
491
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/16377435.jpg</image>
|
492
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/16377435.jpg</image>
|
493
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/16377435.jpg</image>
|
494
|
+
</album> <album rank="36">
|
495
|
+
<name>Overcast EP</name>
|
496
|
+
<playcount>299</playcount>
|
497
|
+
<mbid>72de72a9-15d6-4692-b37b-59f9ad96b073</mbid>
|
498
|
+
<url>http://www.last.fm/music/Atmosphere/Overcast+EP</url>
|
499
|
+
<artist>
|
500
|
+
<name>Atmosphere</name>
|
501
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
502
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
503
|
+
</artist>
|
504
|
+
<image size="small">http://images.amazon.com/images/P/B00009OLTJ.01.MZZZZZZZ.jpg</image>
|
505
|
+
<image size="medium">http://images.amazon.com/images/P/B00009OLTJ.01.MZZZZZZZ.jpg</image>
|
506
|
+
<image size="large">http://images.amazon.com/images/P/B00009OLTJ.01.MZZZZZZZ.jpg</image>
|
507
|
+
<image size="extralarge">http://images.amazon.com/images/P/B00009OLTJ.01.MZZZZZZZ.jpg</image>
|
508
|
+
</album> <album rank="37">
|
509
|
+
<name>God Loves Ugly Instrumentals</name>
|
510
|
+
<playcount>204</playcount>
|
511
|
+
<mbid>543e7aa2-20cf-4ab3-85a7-a46982179227</mbid>
|
512
|
+
<url>http://www.last.fm/music/Atmosphere/God+Loves+Ugly+Instrumentals</url>
|
513
|
+
<artist>
|
514
|
+
<name>Atmosphere</name>
|
515
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
516
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
517
|
+
</artist>
|
518
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/3476177.jpg</image>
|
519
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/3476177.jpg</image>
|
520
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/3476177.jpg</image>
|
521
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/3476177.jpg</image>
|
522
|
+
</album> <album rank="38">
|
523
|
+
<name>2004-02-13: Metro, USA</name>
|
524
|
+
<playcount>78</playcount>
|
525
|
+
<mbid>ab12278a-9465-43ec-8770-9da472ce78f0</mbid>
|
526
|
+
<url>http://www.last.fm/music/Atmosphere/2004-02-13%3A+Metro%2C+USA</url>
|
527
|
+
<artist>
|
528
|
+
<name>Atmosphere</name>
|
529
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
530
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
531
|
+
</artist>
|
532
|
+
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
533
|
+
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
534
|
+
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
535
|
+
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
536
|
+
</album> <album rank="39">
|
537
|
+
<name>All Tomorrow's Parties 1.0</name>
|
538
|
+
<playcount>216</playcount>
|
539
|
+
<mbid>5fd5e788-bbfc-4a79-848a-067214bf39c2</mbid>
|
540
|
+
<url>http://www.last.fm/music/Various+Artists/All+Tomorrow%27s+Parties+1.0</url>
|
541
|
+
<artist>
|
542
|
+
<name>Various Artists</name>
|
543
|
+
<mbid>89ad4ac3-39f7-470e-963a-56509c546377</mbid>
|
544
|
+
<url>http://www.last.fm/music/Various+Artists</url>
|
545
|
+
</artist>
|
546
|
+
<image size="small">http://images.amazon.com/images/P/B00005B9IY.03.MZZZZZZZ.jpg</image>
|
547
|
+
<image size="medium">http://images.amazon.com/images/P/B00005B9IY.03.MZZZZZZZ.jpg</image>
|
548
|
+
<image size="large">http://images.amazon.com/images/P/B00005B9IY.03.MZZZZZZZ.jpg</image>
|
549
|
+
<image size="extralarge">http://images.amazon.com/images/P/B00005B9IY.03.MZZZZZZZ.jpg</image>
|
550
|
+
</album> <album rank="40">
|
551
|
+
<name>Sean Likes Ugly Girls (disc 1)</name>
|
552
|
+
<playcount>94</playcount>
|
553
|
+
<mbid>e1fc723f-25cc-4a2a-b196-e7ea29328ae8</mbid>
|
554
|
+
<url>http://www.last.fm/music/Various+Artists/Sean+Likes+Ugly+Girls+%28disc+1%29</url>
|
555
|
+
<artist>
|
556
|
+
<name>Various Artists</name>
|
557
|
+
<mbid>89ad4ac3-39f7-470e-963a-56509c546377</mbid>
|
558
|
+
<url>http://www.last.fm/music/Various+Artists</url>
|
559
|
+
</artist>
|
560
|
+
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
561
|
+
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
562
|
+
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
563
|
+
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
564
|
+
</album> <album rank="41">
|
565
|
+
<name>Trying to Find a Balance</name>
|
566
|
+
<playcount>137</playcount>
|
567
|
+
<mbid>a8887ce6-72a8-4f0c-9d85-e63bbd781591</mbid>
|
568
|
+
<url>http://www.last.fm/music/Atmosphere/Trying+to+Find+a+Balance</url>
|
569
|
+
<artist>
|
570
|
+
<name>Atmosphere</name>
|
571
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
572
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
573
|
+
</artist>
|
574
|
+
<image size="small">http://images.amazon.com/images/P/B0001L7S6C.01._SCMZZZZZZZ_.jpg</image>
|
575
|
+
<image size="medium">http://images.amazon.com/images/P/B0001L7S6C.01._SCMZZZZZZZ_.jpg</image>
|
576
|
+
<image size="large">http://images.amazon.com/images/P/B0001L7S6C.01._SCMZZZZZZZ_.jpg</image>
|
577
|
+
<image size="extralarge">http://images.amazon.com/images/P/B0001L7S6C.01._SCMZZZZZZZ_.jpg</image>
|
578
|
+
</album> <album rank="42">
|
579
|
+
<name>Beer: The Movie</name>
|
580
|
+
<playcount>41</playcount>
|
581
|
+
<mbid>94f34386-b153-4c43-9f37-06b99ab4fa17</mbid>
|
582
|
+
<url>http://www.last.fm/music/Various+Artists/Beer%3A+The+Movie</url>
|
583
|
+
<artist>
|
584
|
+
<name>Various Artists</name>
|
585
|
+
<mbid>89ad4ac3-39f7-470e-963a-56509c546377</mbid>
|
586
|
+
<url>http://www.last.fm/music/Various+Artists</url>
|
587
|
+
</artist>
|
588
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/45536663.jpg</image>
|
589
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/45536663.jpg</image>
|
590
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/45536663.jpg</image>
|
591
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/45536663.jpg</image>
|
592
|
+
</album> <album rank="43">
|
593
|
+
<name>Slug Is My Hero, Volume 2</name>
|
594
|
+
<playcount>135</playcount>
|
595
|
+
<mbid>dd52269e-72ca-4a0a-84c8-b90d5f71442b</mbid>
|
596
|
+
<url>http://www.last.fm/music/Atmosphere/Slug+Is+My+Hero%2C+Volume+2</url>
|
597
|
+
<artist>
|
598
|
+
<name>Atmosphere</name>
|
599
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
600
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
601
|
+
</artist>
|
602
|
+
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
603
|
+
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
604
|
+
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
605
|
+
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
606
|
+
</album> <album rank="44">
|
607
|
+
<name>The Lost Live Cuts</name>
|
608
|
+
<playcount>102</playcount>
|
609
|
+
<mbid>75502518-35eb-4579-a6c1-3d0a41d6fbfa</mbid>
|
610
|
+
<url>http://www.last.fm/music/Atmosphere/The+Lost+Live+Cuts</url>
|
611
|
+
<artist>
|
612
|
+
<name>Atmosphere</name>
|
613
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
614
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
615
|
+
</artist>
|
616
|
+
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
617
|
+
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
618
|
+
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
619
|
+
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
620
|
+
</album> <album rank="45">
|
621
|
+
<name>Uptown Jesus</name>
|
622
|
+
<playcount>42</playcount>
|
623
|
+
<mbid>e62be97d-187c-47ba-898e-70ceb052959a</mbid>
|
624
|
+
<url>http://www.last.fm/music/Atmosphere/Uptown+Jesus</url>
|
625
|
+
<artist>
|
626
|
+
<name>Atmosphere</name>
|
627
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
628
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
629
|
+
</artist>
|
630
|
+
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
631
|
+
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
632
|
+
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
633
|
+
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
634
|
+
</album> <album rank="46">
|
635
|
+
<name>Urban Renewal Program - Supplement 1.5</name>
|
636
|
+
<playcount>67</playcount>
|
637
|
+
<mbid></mbid>
|
638
|
+
<url>http://www.last.fm/music/Various+Artists/Urban+Renewal+Program+-+Supplement+1.5</url>
|
639
|
+
<artist>
|
640
|
+
<name>Various Artists</name>
|
641
|
+
<mbid>89ad4ac3-39f7-470e-963a-56509c546377</mbid>
|
642
|
+
<url>http://www.last.fm/music/Various+Artists</url>
|
643
|
+
</artist>
|
644
|
+
<image size="small">http://userserve-ak.last.fm/serve/34s/30057407.jpg</image>
|
645
|
+
<image size="medium">http://userserve-ak.last.fm/serve/64s/30057407.jpg</image>
|
646
|
+
<image size="large">http://userserve-ak.last.fm/serve/126/30057407.jpg</image>
|
647
|
+
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/30057407.jpg</image>
|
648
|
+
</album> <album rank="47">
|
649
|
+
<name>Slug Is My Hero, Volume 1</name>
|
650
|
+
<playcount>103</playcount>
|
651
|
+
<mbid>a5937169-5ed8-4c37-8d49-a7bdec5c3d42</mbid>
|
652
|
+
<url>http://www.last.fm/music/Atmosphere/Slug+Is+My+Hero%2C+Volume+1</url>
|
653
|
+
<artist>
|
654
|
+
<name>Atmosphere</name>
|
655
|
+
<mbid>ef954679-5ee7-4016-acef-7ac71f2fa3d8</mbid>
|
656
|
+
<url>http://www.last.fm/music/Atmosphere</url>
|
657
|
+
</artist>
|
658
|
+
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
659
|
+
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
660
|
+
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
661
|
+
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
662
|
+
</album> <album rank="48">
|
663
|
+
<name>Sean Likes Ugly Girls (disc 4)</name>
|
664
|
+
<playcount>38</playcount>
|
665
|
+
<mbid>f8e94b8f-c53f-44cb-8540-75b3e61ac3a1</mbid>
|
666
|
+
<url>http://www.last.fm/music/Various+Artists/Sean+Likes+Ugly+Girls+%28disc+4%29</url>
|
667
|
+
<artist>
|
668
|
+
<name>Various Artists</name>
|
669
|
+
<mbid>89ad4ac3-39f7-470e-963a-56509c546377</mbid>
|
670
|
+
<url>http://www.last.fm/music/Various+Artists</url>
|
671
|
+
</artist>
|
672
|
+
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
673
|
+
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
674
|
+
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
675
|
+
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
676
|
+
</album> <album rank="49">
|
677
|
+
<name>Sean Likes Ugly Girls (disc 5)</name>
|
678
|
+
<playcount>33</playcount>
|
679
|
+
<mbid>b7815a96-8f4e-401f-b681-f4ab12b37d0a</mbid>
|
680
|
+
<url>http://www.last.fm/music/Various+Artists/Sean+Likes+Ugly+Girls+%28disc+5%29</url>
|
681
|
+
<artist>
|
682
|
+
<name>Various Artists</name>
|
683
|
+
<mbid>89ad4ac3-39f7-470e-963a-56509c546377</mbid>
|
684
|
+
<url>http://www.last.fm/music/Various+Artists</url>
|
685
|
+
</artist>
|
686
|
+
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
687
|
+
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
688
|
+
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
689
|
+
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
690
|
+
</album> <album rank="50">
|
691
|
+
<name>Sean Likes Ugly Girls (disc 3)</name>
|
692
|
+
<playcount>31</playcount>
|
693
|
+
<mbid>933ef8e2-8b54-4127-a9e1-803e82337907</mbid>
|
694
|
+
<url>http://www.last.fm/music/Various+Artists/Sean+Likes+Ugly+Girls+%28disc+3%29</url>
|
695
|
+
<artist>
|
696
|
+
<name>Various Artists</name>
|
697
|
+
<mbid>89ad4ac3-39f7-470e-963a-56509c546377</mbid>
|
698
|
+
<url>http://www.last.fm/music/Various+Artists</url>
|
699
|
+
</artist>
|
700
|
+
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
701
|
+
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
702
|
+
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
703
|
+
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
|
704
|
+
</album></topalbums></lfm>
|