xhochy-scrobbler 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. data/History.txt +5 -0
  2. data/MIT-LICENSE +19 -0
  3. data/Manifest +65 -0
  4. data/README.rdoc +114 -0
  5. data/Rakefile +36 -0
  6. data/examples/album.rb +17 -0
  7. data/examples/artist.rb +13 -0
  8. data/examples/scrobble.rb +31 -0
  9. data/examples/tag.rb +11 -0
  10. data/examples/track.rb +6 -0
  11. data/examples/user.rb +14 -0
  12. data/lib/scrobbler.rb +22 -0
  13. data/lib/scrobbler/album.rb +140 -0
  14. data/lib/scrobbler/artist.rb +134 -0
  15. data/lib/scrobbler/base.rb +82 -0
  16. data/lib/scrobbler/chart.rb +31 -0
  17. data/lib/scrobbler/playing.rb +49 -0
  18. data/lib/scrobbler/rest.rb +47 -0
  19. data/lib/scrobbler/scrobble.rb +66 -0
  20. data/lib/scrobbler/search.rb +60 -0
  21. data/lib/scrobbler/simpleauth.rb +59 -0
  22. data/lib/scrobbler/tag.rb +93 -0
  23. data/lib/scrobbler/track.rb +89 -0
  24. data/lib/scrobbler/user.rb +173 -0
  25. data/lib/scrobbler/version.rb +3 -0
  26. data/scrobbler.gemspec +41 -0
  27. data/setup.rb +1585 -0
  28. data/test/fixtures/xml/album/info.xml +43 -0
  29. data/test/fixtures/xml/artist/fans.xml +52 -0
  30. data/test/fixtures/xml/artist/similar.xml +1004 -0
  31. data/test/fixtures/xml/artist/topalbums.xml +61 -0
  32. data/test/fixtures/xml/artist/toptags.xml +19 -0
  33. data/test/fixtures/xml/artist/toptracks.xml +62 -0
  34. data/test/fixtures/xml/search/album.xml +241 -0
  35. data/test/fixtures/xml/search/artist.xml +215 -0
  36. data/test/fixtures/xml/search/track.xml +209 -0
  37. data/test/fixtures/xml/tag/topalbums.xml +805 -0
  38. data/test/fixtures/xml/tag/topartists.xml +605 -0
  39. data/test/fixtures/xml/tag/toptags.xml +1254 -0
  40. data/test/fixtures/xml/tag/toptracks.xml +852 -0
  41. data/test/fixtures/xml/track/fans.xml +34 -0
  42. data/test/fixtures/xml/track/toptags.xml +33 -0
  43. data/test/fixtures/xml/user/friends.xml +30 -0
  44. data/test/fixtures/xml/user/neighbours.xml +23 -0
  45. data/test/fixtures/xml/user/profile.xml +12 -0
  46. data/test/fixtures/xml/user/recentbannedtracks.xml +24 -0
  47. data/test/fixtures/xml/user/recentlovedtracks.xml +24 -0
  48. data/test/fixtures/xml/user/recenttracks.xml +47 -0
  49. data/test/fixtures/xml/user/systemrecs.xml +18 -0
  50. data/test/fixtures/xml/user/topalbums.xml +61 -0
  51. data/test/fixtures/xml/user/topartists.xml +41 -0
  52. data/test/fixtures/xml/user/toptags.xml +44 -0
  53. data/test/fixtures/xml/user/toptracks.xml +65 -0
  54. data/test/mocks/rest.rb +102 -0
  55. data/test/test_helper.rb +20 -0
  56. data/test/unit/album_test.rb +73 -0
  57. data/test/unit/artist_test.rb +106 -0
  58. data/test/unit/chart_test.rb +34 -0
  59. data/test/unit/playing_test.rb +53 -0
  60. data/test/unit/scrobble_test.rb +69 -0
  61. data/test/unit/search_test.rb +55 -0
  62. data/test/unit/simpleauth_test.rb +45 -0
  63. data/test/unit/tag_test.rb +58 -0
  64. data/test/unit/track_test.rb +37 -0
  65. data/test/unit/user_test.rb +201 -0
  66. metadata +175 -0
@@ -0,0 +1,605 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <topartists tag="Disco" >
4
+
5
+
6
+
7
+ <artist rank="1">
8
+ <name>ABBA</name>
9
+ <tagcount>1229</tagcount>
10
+ <mbid>d87e52c5-bb8d-4da8-b941-9f4928627dc8</mbid>
11
+ <url>http://www.last.fm/music/ABBA</url>
12
+ <streamable>1</streamable>
13
+ <image size="small">http://userserve-ak.last.fm/serve/34/135930.jpg</image>
14
+ <image size="medium">http://userserve-ak.last.fm/serve/64/135930.jpg</image>
15
+ <image size="large">http://userserve-ak.last.fm/serve/126/135930.jpg</image>
16
+ </artist>
17
+
18
+
19
+ <artist rank="2">
20
+ <name>Bee Gees</name>
21
+ <tagcount>904</tagcount>
22
+ <mbid>bf0f7e29-dfe1-416c-b5c6-f9ebc19ea810</mbid>
23
+ <url>http://www.last.fm/music/Bee+Gees</url>
24
+ <streamable>1</streamable>
25
+ <image size="small">http://userserve-ak.last.fm/serve/34/185682.jpg</image>
26
+ <image size="medium">http://userserve-ak.last.fm/serve/64/185682.jpg</image>
27
+ <image size="large">http://userserve-ak.last.fm/serve/126/185682.jpg</image>
28
+ </artist>
29
+
30
+
31
+ <artist rank="3">
32
+ <name>Boney M.</name>
33
+ <tagcount>556</tagcount>
34
+ <mbid>5403bf6e-bc1d-4e62-b31f-926a2bf66a14</mbid>
35
+ <url>http://www.last.fm/music/Boney+M.</url>
36
+ <streamable>1</streamable>
37
+ <image size="small">http://userserve-ak.last.fm/serve/34/601648.jpg</image>
38
+ <image size="medium">http://userserve-ak.last.fm/serve/64/601648.jpg</image>
39
+ <image size="large">http://userserve-ak.last.fm/serve/126/601648.jpg</image>
40
+ </artist>
41
+
42
+
43
+ <artist rank="4">
44
+ <name>Donna Summer</name>
45
+ <tagcount>510</tagcount>
46
+ <mbid>b60527cc-54f3-4bbe-a01b-dcf34c95ae14</mbid>
47
+ <url>http://www.last.fm/music/Donna+Summer</url>
48
+ <streamable>1</streamable>
49
+ <image size="small">http://userserve-ak.last.fm/serve/34/5780543.jpg</image>
50
+ <image size="medium">http://userserve-ak.last.fm/serve/64/5780543.jpg</image>
51
+ <image size="large">http://userserve-ak.last.fm/serve/126/5780543.jpg</image>
52
+ </artist>
53
+
54
+
55
+ <artist rank="5">
56
+ <name>Róisín Murphy</name>
57
+ <tagcount>432</tagcount>
58
+ <mbid>4c56405d-ba8e-4283-99c3-1dc95bdd50e7</mbid>
59
+ <url>http://www.last.fm/music/R%C3%B3is%C3%ADn+Murphy</url>
60
+ <streamable>1</streamable>
61
+ <image size="small">http://userserve-ak.last.fm/serve/34/21763417.jpg</image>
62
+ <image size="medium">http://userserve-ak.last.fm/serve/64/21763417.jpg</image>
63
+ <image size="large">http://userserve-ak.last.fm/serve/126/21763417.jpg</image>
64
+ </artist>
65
+
66
+
67
+ <artist rank="6">
68
+ <name>Kool &amp; The Gang</name>
69
+ <tagcount>423</tagcount>
70
+ <mbid>2469950a-f0ca-425a-bfbc-baf55ea3afde</mbid>
71
+ <url>http://www.last.fm/music/Kool%2B%2526%2BThe%2BGang</url>
72
+ <streamable>1</streamable>
73
+ <image size="small">http://userserve-ak.last.fm/serve/34/4272793.jpg</image>
74
+ <image size="medium">http://userserve-ak.last.fm/serve/64/4272793.jpg</image>
75
+ <image size="large">http://userserve-ak.last.fm/serve/126/4272793.jpg</image>
76
+ </artist>
77
+
78
+
79
+ <artist rank="7">
80
+ <name>KC and the Sunshine Band</name>
81
+ <tagcount>392</tagcount>
82
+ <mbid>76a5a114-ed6a-4eb6-8a81-ad5768d4b41c</mbid>
83
+ <url>http://www.last.fm/music/KC+and+the+Sunshine+Band</url>
84
+ <streamable>1</streamable>
85
+ <image size="small">http://userserve-ak.last.fm/serve/34/573905.jpg</image>
86
+ <image size="medium">http://userserve-ak.last.fm/serve/64/573905.jpg</image>
87
+ <image size="large">http://userserve-ak.last.fm/serve/126/573905.jpg</image>
88
+ </artist>
89
+
90
+
91
+ <artist rank="8">
92
+ <name>Michael Jackson</name>
93
+ <tagcount>352</tagcount>
94
+ <mbid>f27ec8db-af05-4f36-916e-3d57f91ecf5e</mbid>
95
+ <url>http://www.last.fm/music/Michael+Jackson</url>
96
+ <streamable>1</streamable>
97
+ <image size="small">http://userserve-ak.last.fm/serve/34/20576.png</image>
98
+ <image size="medium">http://userserve-ak.last.fm/serve/64/20576.png</image>
99
+ <image size="large">http://userserve-ak.last.fm/serve/126/20576.png</image>
100
+ </artist>
101
+
102
+
103
+ <artist rank="9">
104
+ <name>Chic</name>
105
+ <tagcount>342</tagcount>
106
+ <mbid>a4ed036b-5f18-439c-b1e1-96d205bab255</mbid>
107
+ <url>http://www.last.fm/music/Chic</url>
108
+ <streamable>1</streamable>
109
+ <image size="small">http://userserve-ak.last.fm/serve/34/249510.jpg</image>
110
+ <image size="medium">http://userserve-ak.last.fm/serve/64/249510.jpg</image>
111
+ <image size="large">http://userserve-ak.last.fm/serve/126/249510.jpg</image>
112
+ </artist>
113
+
114
+
115
+ <artist rank="10">
116
+ <name>Village People</name>
117
+ <tagcount>312</tagcount>
118
+ <mbid>f19d3d49-be22-4ca6-9903-64d86984fbf2</mbid>
119
+ <url>http://www.last.fm/music/Village+People</url>
120
+ <streamable>1</streamable>
121
+ <image size="small">http://userserve-ak.last.fm/serve/34/4810881.jpg</image>
122
+ <image size="medium">http://userserve-ak.last.fm/serve/64/4810881.jpg</image>
123
+ <image size="large">http://userserve-ak.last.fm/serve/126/4810881.jpg</image>
124
+ </artist>
125
+
126
+
127
+ <artist rank="11">
128
+ <name>Modern Talking</name>
129
+ <tagcount>291</tagcount>
130
+ <mbid>98913495-8867-43b3-aa8d-db88ee4d4cdc</mbid>
131
+ <url>http://www.last.fm/music/Modern+Talking</url>
132
+ <streamable>1</streamable>
133
+ <image size="small">http://userserve-ak.last.fm/serve/34/203217.jpg</image>
134
+ <image size="medium">http://userserve-ak.last.fm/serve/64/203217.jpg</image>
135
+ <image size="large">http://userserve-ak.last.fm/serve/126/203217.jpg</image>
136
+ </artist>
137
+
138
+
139
+ <artist rank="12">
140
+ <name>Kylie Minogue</name>
141
+ <tagcount>288</tagcount>
142
+ <mbid>2fddb92d-24b2-46a5-bf28-3aed46f4684c</mbid>
143
+ <url>http://www.last.fm/music/Kylie+Minogue</url>
144
+ <streamable>1</streamable>
145
+ <image size="small">http://userserve-ak.last.fm/serve/34/27055847.jpg</image>
146
+ <image size="medium">http://userserve-ak.last.fm/serve/64/27055847.jpg</image>
147
+ <image size="large">http://userserve-ak.last.fm/serve/126/27055847.jpg</image>
148
+ </artist>
149
+
150
+
151
+ <artist rank="13">
152
+ <name>Gloria Gaynor</name>
153
+ <tagcount>287</tagcount>
154
+ <mbid>d5c51c36-ac67-4727-91ed-ee9f0df81a2d</mbid>
155
+ <url>http://www.last.fm/music/Gloria+Gaynor</url>
156
+ <streamable>1</streamable>
157
+ <image size="small">http://userserve-ak.last.fm/serve/34/11734389.jpg</image>
158
+ <image size="medium">http://userserve-ak.last.fm/serve/64/11734389.jpg</image>
159
+ <image size="large">http://userserve-ak.last.fm/serve/126/11734389.jpg</image>
160
+ </artist>
161
+
162
+
163
+ <artist rank="14">
164
+ <name>Earth, Wind &amp; Fire</name>
165
+ <tagcount>255</tagcount>
166
+ <mbid>535afeda-2538-435d-9dd1-5e10be586774</mbid>
167
+ <url>http://www.last.fm/music/Earth%252C%2BWind%2B%2526%2BFire</url>
168
+ <streamable>1</streamable>
169
+ <image size="small">http://userserve-ak.last.fm/serve/34/2161124.jpg</image>
170
+ <image size="medium">http://userserve-ak.last.fm/serve/64/2161124.jpg</image>
171
+ <image size="large">http://userserve-ak.last.fm/serve/126/2161124.jpg</image>
172
+ </artist>
173
+
174
+
175
+ <artist rank="15">
176
+ <name>Electric Six</name>
177
+ <tagcount>240</tagcount>
178
+ <mbid>54b0584e-4e5e-4976-80d4-eea7a82a7213</mbid>
179
+ <url>http://www.last.fm/music/Electric+Six</url>
180
+ <streamable>1</streamable>
181
+ <image size="small">http://userserve-ak.last.fm/serve/34/12218695.jpg</image>
182
+ <image size="medium">http://userserve-ak.last.fm/serve/64/12218695.jpg</image>
183
+ <image size="large">http://userserve-ak.last.fm/serve/126/12218695.jpg</image>
184
+ </artist>
185
+
186
+
187
+ <artist rank="16">
188
+ <name>Madonna</name>
189
+ <tagcount>235</tagcount>
190
+ <mbid>79239441-bfd5-4981-a70c-55c3f15c1287</mbid>
191
+ <url>http://www.last.fm/music/Madonna</url>
192
+ <streamable>1</streamable>
193
+ <image size="small">http://userserve-ak.last.fm/serve/34/4828245.jpg</image>
194
+ <image size="medium">http://userserve-ak.last.fm/serve/64/21010851.jpg</image>
195
+ <image size="large">http://userserve-ak.last.fm/serve/126/4828245.jpg</image>
196
+ </artist>
197
+
198
+
199
+ <artist rank="17">
200
+ <name>Barry White</name>
201
+ <tagcount>221</tagcount>
202
+ <mbid>b904d624-9e05-4398-8f4f-88fbcf022f79</mbid>
203
+ <url>http://www.last.fm/music/Barry+White</url>
204
+ <streamable>1</streamable>
205
+ <image size="small">http://userserve-ak.last.fm/serve/34/3123891.jpg</image>
206
+ <image size="medium">http://userserve-ak.last.fm/serve/64/3123891.jpg</image>
207
+ <image size="large">http://userserve-ak.last.fm/serve/126/3123891.jpg</image>
208
+ </artist>
209
+
210
+
211
+ <artist rank="17">
212
+ <name>Diana Ross</name>
213
+ <tagcount>221</tagcount>
214
+ <mbid>60d41417-feda-4734-bbbf-7dcc30e08a83</mbid>
215
+ <url>http://www.last.fm/music/Diana+Ross</url>
216
+ <streamable>1</streamable>
217
+ <image size="small">http://userserve-ak.last.fm/serve/34/3915574.png</image>
218
+ <image size="medium">http://userserve-ak.last.fm/serve/64/3915574.png</image>
219
+ <image size="large">http://userserve-ak.last.fm/serve/126/3915574.png</image>
220
+ </artist>
221
+
222
+
223
+ <artist rank="19">
224
+ <name>Nessie &amp; Her Beard</name>
225
+ <tagcount>210</tagcount>
226
+ <mbid></mbid>
227
+ <url>http://www.last.fm/music/Nessie%2B%2526%2BHer%2BBeard</url>
228
+ <streamable>1</streamable>
229
+ <image size="small">http://userserve-ak.last.fm/serve/34/26095869.jpg</image>
230
+ <image size="medium">http://userserve-ak.last.fm/serve/64/26095869.jpg</image>
231
+ <image size="large">http://userserve-ak.last.fm/serve/126/26095869.jpg</image>
232
+ </artist>
233
+
234
+
235
+ <artist rank="20">
236
+ <name>Sister Sledge</name>
237
+ <tagcount>206</tagcount>
238
+ <mbid>1ed00158-c6a3-45cd-819c-2f91997fc480</mbid>
239
+ <url>http://www.last.fm/music/Sister+Sledge</url>
240
+ <streamable>1</streamable>
241
+ <image size="small">http://userserve-ak.last.fm/serve/34/25498027.png</image>
242
+ <image size="medium">http://userserve-ak.last.fm/serve/64/25498027.png</image>
243
+ <image size="large">http://userserve-ak.last.fm/serve/126/25498027.png</image>
244
+ </artist>
245
+
246
+
247
+ <artist rank="21">
248
+ <name>Calvin Harris</name>
249
+ <tagcount>193</tagcount>
250
+ <mbid>8dd98bdc-80ec-4e93-8509-2f46bafc09a7</mbid>
251
+ <url>http://www.last.fm/music/Calvin+Harris</url>
252
+ <streamable>1</streamable>
253
+ <image size="small">http://userserve-ak.last.fm/serve/34/881166.jpg</image>
254
+ <image size="medium">http://userserve-ak.last.fm/serve/64/881166.jpg</image>
255
+ <image size="large">http://userserve-ak.last.fm/serve/126/881166.jpg</image>
256
+ </artist>
257
+
258
+
259
+ <artist rank="21">
260
+ <name>Hercules and Love Affair</name>
261
+ <tagcount>193</tagcount>
262
+ <mbid></mbid>
263
+ <url>http://www.last.fm/music/Hercules+and+Love+Affair</url>
264
+ <streamable>1</streamable>
265
+ <image size="small">http://userserve-ak.last.fm/serve/34/11994317.jpg</image>
266
+ <image size="medium">http://userserve-ak.last.fm/serve/64/11994317.jpg</image>
267
+ <image size="large">http://userserve-ak.last.fm/serve/126/11994317.jpg</image>
268
+ </artist>
269
+
270
+
271
+ <artist rank="23">
272
+ <name>Scissor Sisters</name>
273
+ <tagcount>182</tagcount>
274
+ <mbid>4236d929-9a81-4c8e-97c3-8d3306780f50</mbid>
275
+ <url>http://www.last.fm/music/Scissor+Sisters</url>
276
+ <streamable>1</streamable>
277
+ <image size="small">http://userserve-ak.last.fm/serve/34/134916.jpg</image>
278
+ <image size="medium">http://userserve-ak.last.fm/serve/64/134916.jpg</image>
279
+ <image size="large">http://userserve-ak.last.fm/serve/126/134916.jpg</image>
280
+ </artist>
281
+
282
+
283
+ <artist rank="24">
284
+ <name>Grace Jones</name>
285
+ <tagcount>175</tagcount>
286
+ <mbid>b1c124b3-cf60-41a6-8699-92728c8a3fe0</mbid>
287
+ <url>http://www.last.fm/music/Grace+Jones</url>
288
+ <streamable>1</streamable>
289
+ <image size="small">http://userserve-ak.last.fm/serve/34/7438025.png</image>
290
+ <image size="medium">http://userserve-ak.last.fm/serve/64/7438025.png</image>
291
+ <image size="large">http://userserve-ak.last.fm/serve/126/7438025.png</image>
292
+ </artist>
293
+
294
+
295
+ <artist rank="25">
296
+ <name>Jamiroquai</name>
297
+ <tagcount>174</tagcount>
298
+ <mbid>f4857fb9-e255-4dc6-bd01-e4ca7cc68544</mbid>
299
+ <url>http://www.last.fm/music/Jamiroquai</url>
300
+ <streamable>1</streamable>
301
+ <image size="small">http://userserve-ak.last.fm/serve/34/22966181.jpg</image>
302
+ <image size="medium">http://userserve-ak.last.fm/serve/64/22966181.jpg</image>
303
+ <image size="large">http://userserve-ak.last.fm/serve/126/22966181.jpg</image>
304
+ </artist>
305
+
306
+
307
+ <artist rank="26">
308
+ <name>The Pointer Sisters</name>
309
+ <tagcount>156</tagcount>
310
+ <mbid>81bac815-97c5-4723-8f0b-4d8edfad1010</mbid>
311
+ <url>http://www.last.fm/music/The+Pointer+Sisters</url>
312
+ <streamable>1</streamable>
313
+ <image size="small">http://userserve-ak.last.fm/serve/34/136465.jpg</image>
314
+ <image size="medium">http://userserve-ak.last.fm/serve/64/136465.jpg</image>
315
+ <image size="large">http://userserve-ak.last.fm/serve/126/136465.jpg</image>
316
+ </artist>
317
+
318
+
319
+ <artist rank="27">
320
+ <name>Hot Chocolate</name>
321
+ <tagcount>151</tagcount>
322
+ <mbid>a749130e-c2d8-4a7c-b740-908ea4574961</mbid>
323
+ <url>http://www.last.fm/music/Hot+Chocolate</url>
324
+ <streamable>1</streamable>
325
+ <image size="small">http://userserve-ak.last.fm/serve/34/3243800.jpg</image>
326
+ <image size="medium">http://userserve-ak.last.fm/serve/64/3243800.jpg</image>
327
+ <image size="large">http://userserve-ak.last.fm/serve/126/3243800.jpg</image>
328
+ </artist>
329
+
330
+
331
+ <artist rank="27">
332
+ <name>Baccara</name>
333
+ <tagcount>151</tagcount>
334
+ <mbid>d17a5888-7775-4541-85d6-f6344f9e93b7</mbid>
335
+ <url>http://www.last.fm/music/Baccara</url>
336
+ <streamable>1</streamable>
337
+ <image size="small">http://userserve-ak.last.fm/serve/34/204678.jpg</image>
338
+ <image size="medium">http://userserve-ak.last.fm/serve/64/204678.jpg</image>
339
+ <image size="large">http://userserve-ak.last.fm/serve/126/204678.jpg</image>
340
+ </artist>
341
+
342
+
343
+ <artist rank="29">
344
+ <name>Alcazar</name>
345
+ <tagcount>136</tagcount>
346
+ <mbid>8d5e244c-04f6-4d2d-ac98-3b0f0e33b3e2</mbid>
347
+ <url>http://www.last.fm/music/Alcazar</url>
348
+ <streamable>1</streamable>
349
+ <image size="small">http://userserve-ak.last.fm/serve/34/23635961.png</image>
350
+ <image size="medium">http://userserve-ak.last.fm/serve/64/23635961.png</image>
351
+ <image size="large">http://userserve-ak.last.fm/serve/126/23635961.png</image>
352
+ </artist>
353
+
354
+
355
+ <artist rank="30">
356
+ <name>Lipps, Inc.</name>
357
+ <tagcount>128</tagcount>
358
+ <mbid>9f47e427-c31c-49fe-90d6-92ab6029d405</mbid>
359
+ <url>http://www.last.fm/music/Lipps%2C+Inc.</url>
360
+ <streamable>1</streamable>
361
+ <image size="small">http://userserve-ak.last.fm/serve/34/10348593.jpg</image>
362
+ <image size="medium">http://userserve-ak.last.fm/serve/64/10348593.jpg</image>
363
+ <image size="large">http://userserve-ak.last.fm/serve/126/10348593.jpg</image>
364
+ </artist>
365
+
366
+
367
+ <artist rank="31">
368
+ <name>Earth Wind &amp; Fire</name>
369
+ <tagcount>126</tagcount>
370
+ <mbid></mbid>
371
+ <url>http://www.last.fm/music/+noredirect/Earth%2BWind%2B%2526%2BFire</url>
372
+ <streamable>1</streamable>
373
+ <image size="small">http://userserve-ak.last.fm/serve/34/214108.jpg</image>
374
+ <image size="medium">http://userserve-ak.last.fm/serve/64/214108.jpg</image>
375
+ <image size="large">http://userserve-ak.last.fm/serve/126/214108.jpg</image>
376
+ </artist>
377
+
378
+
379
+ <artist rank="32">
380
+ <name>Giorgio Moroder</name>
381
+ <tagcount>125</tagcount>
382
+ <mbid>38dd6337-19ae-4793-ab4b-313eff523457</mbid>
383
+ <url>http://www.last.fm/music/Giorgio+Moroder</url>
384
+ <streamable>1</streamable>
385
+ <image size="small">http://userserve-ak.last.fm/serve/34/67322.jpg</image>
386
+ <image size="medium">http://userserve-ak.last.fm/serve/64/67322.jpg</image>
387
+ <image size="large">http://userserve-ak.last.fm/serve/126/67322.jpg</image>
388
+ </artist>
389
+
390
+
391
+ <artist rank="33">
392
+ <name>Bad Boys Blue</name>
393
+ <tagcount>123</tagcount>
394
+ <mbid>ae32393f-b7db-479b-8728-8ea28c1edb16</mbid>
395
+ <url>http://www.last.fm/music/Bad+Boys+Blue</url>
396
+ <streamable>1</streamable>
397
+ <image size="small">http://userserve-ak.last.fm/serve/34/287980.jpg</image>
398
+ <image size="medium">http://userserve-ak.last.fm/serve/64/287980.jpg</image>
399
+ <image size="large">http://userserve-ak.last.fm/serve/126/287980.jpg</image>
400
+ </artist>
401
+
402
+
403
+ <artist rank="34">
404
+ <name>The Jackson 5</name>
405
+ <tagcount>121</tagcount>
406
+ <mbid>e5257dc5-1edd-4fca-b7e6-1158e00522c8</mbid>
407
+ <url>http://www.last.fm/music/The+Jackson+5</url>
408
+ <streamable>1</streamable>
409
+ <image size="small">http://userserve-ak.last.fm/serve/34/885796.png</image>
410
+ <image size="medium">http://userserve-ak.last.fm/serve/64/885796.png</image>
411
+ <image size="large">http://userserve-ak.last.fm/serve/126/885796.png</image>
412
+ </artist>
413
+
414
+
415
+ <artist rank="35">
416
+ <name>Dschinghis Khan</name>
417
+ <tagcount>114</tagcount>
418
+ <mbid>5898a370-5c9e-4924-97b1-c72b7e0452ca</mbid>
419
+ <url>http://www.last.fm/music/Dschinghis+Khan</url>
420
+ <streamable>1</streamable>
421
+ <image size="small">http://userserve-ak.last.fm/serve/34/143277.jpg</image>
422
+ <image size="medium">http://userserve-ak.last.fm/serve/64/143277.jpg</image>
423
+ <image size="large">http://userserve-ak.last.fm/serve/126/143277.jpg</image>
424
+ </artist>
425
+
426
+
427
+ <artist rank="35">
428
+ <name>The Jacksons</name>
429
+ <tagcount>114</tagcount>
430
+ <mbid>a447af08-1275-4e8c-ac8e-b8cf1cca3fc7</mbid>
431
+ <url>http://www.last.fm/music/The+Jacksons</url>
432
+ <streamable>1</streamable>
433
+ <image size="small">http://userserve-ak.last.fm/serve/34/3772586.jpg</image>
434
+ <image size="medium">http://userserve-ak.last.fm/serve/64/3772586.jpg</image>
435
+ <image size="large">http://userserve-ak.last.fm/serve/126/3772586.jpg</image>
436
+ </artist>
437
+
438
+
439
+ <artist rank="35">
440
+ <name>The Trammps</name>
441
+ <tagcount>114</tagcount>
442
+ <mbid>8799413d-7df8-4eb9-8542-af8cea6b0feb</mbid>
443
+ <url>http://www.last.fm/music/The+Trammps</url>
444
+ <streamable>1</streamable>
445
+ <image size="small">http://userserve-ak.last.fm/serve/34/777780.jpg</image>
446
+ <image size="medium">http://userserve-ak.last.fm/serve/64/777780.jpg</image>
447
+ <image size="large">http://userserve-ak.last.fm/serve/126/777780.jpg</image>
448
+ </artist>
449
+
450
+
451
+ <artist rank="38">
452
+ <name>Rick James</name>
453
+ <tagcount>108</tagcount>
454
+ <mbid>cba9cec2-be8d-41bd-91b4-a1cd7de39b0c</mbid>
455
+ <url>http://www.last.fm/music/Rick+James</url>
456
+ <streamable>1</streamable>
457
+ <image size="small">http://userserve-ak.last.fm/serve/34/367865.jpg</image>
458
+ <image size="medium">http://userserve-ak.last.fm/serve/64/367865.jpg</image>
459
+ <image size="large">http://userserve-ak.last.fm/serve/126/367865.jpg</image>
460
+ </artist>
461
+
462
+
463
+ <artist rank="38">
464
+ <name>Shalamar</name>
465
+ <tagcount>108</tagcount>
466
+ <mbid>8e57b7d5-4548-4e2b-b32d-af4b4a51cb80</mbid>
467
+ <url>http://www.last.fm/music/Shalamar</url>
468
+ <streamable>1</streamable>
469
+ <image size="small">http://userserve-ak.last.fm/serve/34/140068.jpg</image>
470
+ <image size="medium">http://userserve-ak.last.fm/serve/64/140068.jpg</image>
471
+ <image size="large">http://userserve-ak.last.fm/serve/126/140068.jpg</image>
472
+ </artist>
473
+
474
+
475
+ <artist rank="38">
476
+ <name>Amanda Lear</name>
477
+ <tagcount>108</tagcount>
478
+ <mbid>2f2608ed-ff2b-400e-b614-8c648bfaae7b</mbid>
479
+ <url>http://www.last.fm/music/Amanda+Lear</url>
480
+ <streamable>1</streamable>
481
+ <image size="small">http://userserve-ak.last.fm/serve/34/22871039.jpg</image>
482
+ <image size="medium">http://userserve-ak.last.fm/serve/64/22871039.jpg</image>
483
+ <image size="large">http://userserve-ak.last.fm/serve/126/22871039.jpg</image>
484
+ </artist>
485
+
486
+
487
+ <artist rank="41">
488
+ <name>Rose Royce</name>
489
+ <tagcount>106</tagcount>
490
+ <mbid>846482ac-d4c4-4286-8002-b14a601d8ec0</mbid>
491
+ <url>http://www.last.fm/music/Rose+Royce</url>
492
+ <streamable>1</streamable>
493
+ <image size="small">http://userserve-ak.last.fm/serve/34/325759.jpg</image>
494
+ <image size="medium">http://userserve-ak.last.fm/serve/64/325759.jpg</image>
495
+ <image size="large">http://userserve-ak.last.fm/serve/126/325759.jpg</image>
496
+ </artist>
497
+
498
+
499
+ <artist rank="42">
500
+ <name>C.C. Catch</name>
501
+ <tagcount>100</tagcount>
502
+ <mbid></mbid>
503
+ <url>http://www.last.fm/music/C.C.+Catch</url>
504
+ <streamable>1</streamable>
505
+ <image size="small">http://userserve-ak.last.fm/serve/34/563410.jpg</image>
506
+ <image size="medium">http://userserve-ak.last.fm/serve/64/563410.jpg</image>
507
+ <image size="large">http://userserve-ak.last.fm/serve/126/563410.jpg</image>
508
+ </artist>
509
+
510
+
511
+ <artist rank="43">
512
+ <name>Pet Shop Boys</name>
513
+ <tagcount>93</tagcount>
514
+ <mbid>be540c02-7898-4b79-9acc-c8122c7d9e83</mbid>
515
+ <url>http://www.last.fm/music/Pet+Shop+Boys</url>
516
+ <streamable>1</streamable>
517
+ <image size="small">http://userserve-ak.last.fm/serve/34/105516.jpg</image>
518
+ <image size="medium">http://userserve-ak.last.fm/serve/64/105516.jpg</image>
519
+ <image size="large">http://userserve-ak.last.fm/serve/126/105516.jpg</image>
520
+ </artist>
521
+
522
+
523
+ <artist rank="44">
524
+ <name>Daft Punk</name>
525
+ <tagcount>92</tagcount>
526
+ <mbid>056e4f3e-d505-4dad-8ec1-d04f521cbb56</mbid>
527
+ <url>http://www.last.fm/music/Daft+Punk</url>
528
+ <streamable>1</streamable>
529
+ <image size="small">http://userserve-ak.last.fm/serve/34/5106328.jpg</image>
530
+ <image size="medium">http://userserve-ak.last.fm/serve/64/5106328.jpg</image>
531
+ <image size="large">http://userserve-ak.last.fm/serve/126/5106328.jpg</image>
532
+ </artist>
533
+
534
+
535
+ <artist rank="45">
536
+ <name>Sylvester</name>
537
+ <tagcount>91</tagcount>
538
+ <mbid>4d3b710b-a5f0-4772-97db-f09e47fbc6d8</mbid>
539
+ <url>http://www.last.fm/music/Sylvester</url>
540
+ <streamable>1</streamable>
541
+ <image size="small">http://userserve-ak.last.fm/serve/34/151102.jpg</image>
542
+ <image size="medium">http://userserve-ak.last.fm/serve/64/151102.jpg</image>
543
+ <image size="large">http://userserve-ak.last.fm/serve/126/151102.jpg</image>
544
+ </artist>
545
+
546
+
547
+ <artist rank="45">
548
+ <name>Tavares</name>
549
+ <tagcount>91</tagcount>
550
+ <mbid>08b2c88f-6c13-419b-a4f5-182cc3738e49</mbid>
551
+ <url>http://www.last.fm/music/Tavares</url>
552
+ <streamable>1</streamable>
553
+ <image size="small">http://userserve-ak.last.fm/serve/34/443672.jpg</image>
554
+ <image size="medium">http://userserve-ak.last.fm/serve/64/443672.jpg</image>
555
+ <image size="large">http://userserve-ak.last.fm/serve/126/443672.jpg</image>
556
+ </artist>
557
+
558
+
559
+ <artist rank="47">
560
+ <name>Cerrone</name>
561
+ <tagcount>90</tagcount>
562
+ <mbid>9ec90f51-2c4a-495b-b478-2dfc9c07f8bc</mbid>
563
+ <url>http://www.last.fm/music/Cerrone</url>
564
+ <streamable>1</streamable>
565
+ <image size="small">http://userserve-ak.last.fm/serve/34/25874389.jpg</image>
566
+ <image size="medium">http://userserve-ak.last.fm/serve/64/25874389.jpg</image>
567
+ <image size="large">http://userserve-ak.last.fm/serve/126/25874389.jpg</image>
568
+ </artist>
569
+
570
+
571
+ <artist rank="48">
572
+ <name>Imagination</name>
573
+ <tagcount>89</tagcount>
574
+ <mbid>f4038a4a-77af-4363-a2a8-5d847bb7f1ba</mbid>
575
+ <url>http://www.last.fm/music/Imagination</url>
576
+ <streamable>1</streamable>
577
+ <image size="small">http://userserve-ak.last.fm/serve/34/153101.jpg</image>
578
+ <image size="medium">http://userserve-ak.last.fm/serve/64/153101.jpg</image>
579
+ <image size="large">http://userserve-ak.last.fm/serve/126/153101.jpg</image>
580
+ </artist>
581
+
582
+
583
+ <artist rank="49">
584
+ <name>Santa Esmeralda</name>
585
+ <tagcount>86</tagcount>
586
+ <mbid>b233a9a9-2538-4c5b-986a-5843650e2611</mbid>
587
+ <url>http://www.last.fm/music/Santa+Esmeralda</url>
588
+ <streamable>1</streamable>
589
+ <image size="small">http://userserve-ak.last.fm/serve/34/134799.jpg</image>
590
+ <image size="medium">http://userserve-ak.last.fm/serve/64/134799.jpg</image>
591
+ <image size="large">http://userserve-ak.last.fm/serve/126/134799.jpg</image>
592
+ </artist>
593
+
594
+
595
+ <artist rank="50">
596
+ <name>Sophie Ellis-Bextor</name>
597
+ <tagcount>84</tagcount>
598
+ <mbid>c4b87e45-c07a-460f-9c58-8d15328e2964</mbid>
599
+ <url>http://www.last.fm/music/Sophie+Ellis-Bextor</url>
600
+ <streamable>1</streamable>
601
+ <image size="small">http://userserve-ak.last.fm/serve/34/3717351.jpg</image>
602
+ <image size="medium">http://userserve-ak.last.fm/serve/64/3717351.jpg</image>
603
+ <image size="large">http://userserve-ak.last.fm/serve/126/3717351.jpg</image>
604
+ </artist>
605
+ </topartists></lfm>