scrobbler-ng 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. data/VERSION.yml +2 -2
  2. data/lib/scrobbler.rb +4 -2
  3. data/lib/scrobbler/album.rb +2 -8
  4. data/lib/scrobbler/artist.rb +5 -7
  5. data/lib/scrobbler/base.rb +9 -34
  6. data/lib/scrobbler/basexml.rb +1 -0
  7. data/lib/scrobbler/basexmlinfo.rb +18 -0
  8. data/lib/scrobbler/event.rb +3 -7
  9. data/lib/scrobbler/helper/image.rb +1 -2
  10. data/lib/scrobbler/playlist.rb +2 -7
  11. data/lib/scrobbler/shout.rb +0 -2
  12. data/lib/scrobbler/tag.rb +55 -93
  13. data/lib/scrobbler/user.rb +12 -16
  14. data/lib/scrobbler/venue.rb +6 -6
  15. data/tasks/jeweler.rake +5 -6
  16. data/tasks/tests.rake +8 -6
  17. data/test/mocks/rest.rb +1 -1
  18. data/test/unit/tag_spec.rb +1 -1
  19. data/test/unit/venue_spec.rb +3 -2
  20. metadata +56 -134
  21. data/lib/scrobbler/scrobble.rb +0 -116
  22. data/test/fixtures/xml/album/info.xml +0 -43
  23. data/test/fixtures/xml/artist/fans.xml +0 -52
  24. data/test/fixtures/xml/artist/info.xml +0 -58
  25. data/test/fixtures/xml/artist/similar.xml +0 -1004
  26. data/test/fixtures/xml/artist/topalbums.xml +0 -61
  27. data/test/fixtures/xml/artist/toptags.xml +0 -19
  28. data/test/fixtures/xml/artist/toptracks.xml +0 -62
  29. data/test/fixtures/xml/auth/session.xml +0 -7
  30. data/test/fixtures/xml/auth/token.xml +0 -3
  31. data/test/fixtures/xml/event/attend.xml +0 -3
  32. data/test/fixtures/xml/event/attendees.xml +0 -53
  33. data/test/fixtures/xml/event/event.xml +0 -35
  34. data/test/fixtures/xml/event/shouts.xml +0 -35
  35. data/test/fixtures/xml/geo/events-distance-p1.xml +0 -151
  36. data/test/fixtures/xml/geo/events-lat-long.xml +0 -167
  37. data/test/fixtures/xml/geo/events-p1.xml +0 -152
  38. data/test/fixtures/xml/geo/events-p2.xml +0 -380
  39. data/test/fixtures/xml/geo/events-p3.xml +0 -427
  40. data/test/fixtures/xml/geo/top_artists-p1.xml +0 -76
  41. data/test/fixtures/xml/geo/top_tracks-p1.xml +0 -77
  42. data/test/fixtures/xml/library/albums-f30.xml +0 -454
  43. data/test/fixtures/xml/library/albums-p1.xml +0 -754
  44. data/test/fixtures/xml/library/albums-p2.xml +0 -754
  45. data/test/fixtures/xml/library/albums-p3.xml +0 -754
  46. data/test/fixtures/xml/library/albums-p4.xml +0 -739
  47. data/test/fixtures/xml/library/albums-p5.xml +0 -754
  48. data/test/fixtures/xml/library/albums-p6.xml +0 -754
  49. data/test/fixtures/xml/library/albums-p7.xml +0 -739
  50. data/test/fixtures/xml/library/albums-p8.xml +0 -724
  51. data/test/fixtures/xml/library/artists-f30.xml +0 -334
  52. data/test/fixtures/xml/library/artists-p1.xml +0 -554
  53. data/test/fixtures/xml/library/artists-p2.xml +0 -554
  54. data/test/fixtures/xml/library/artists-p3.xml +0 -554
  55. data/test/fixtures/xml/library/artists-p4.xml +0 -554
  56. data/test/fixtures/xml/library/artists-p5.xml +0 -554
  57. data/test/fixtures/xml/library/artists-p6.xml +0 -554
  58. data/test/fixtures/xml/library/artists-p7.xml +0 -444
  59. data/test/fixtures/xml/library/tracks-f30.xml +0 -472
  60. data/test/fixtures/xml/library/tracks-p1.xml +0 -789
  61. data/test/fixtures/xml/library/tracks-p10.xml +0 -771
  62. data/test/fixtures/xml/library/tracks-p11.xml +0 -792
  63. data/test/fixtures/xml/library/tracks-p12.xml +0 -777
  64. data/test/fixtures/xml/library/tracks-p13.xml +0 -762
  65. data/test/fixtures/xml/library/tracks-p14.xml +0 -759
  66. data/test/fixtures/xml/library/tracks-p15.xml +0 -762
  67. data/test/fixtures/xml/library/tracks-p16.xml +0 -756
  68. data/test/fixtures/xml/library/tracks-p17.xml +0 -780
  69. data/test/fixtures/xml/library/tracks-p18.xml +0 -756
  70. data/test/fixtures/xml/library/tracks-p19.xml +0 -774
  71. data/test/fixtures/xml/library/tracks-p2.xml +0 -765
  72. data/test/fixtures/xml/library/tracks-p20.xml +0 -777
  73. data/test/fixtures/xml/library/tracks-p21.xml +0 -777
  74. data/test/fixtures/xml/library/tracks-p22.xml +0 -771
  75. data/test/fixtures/xml/library/tracks-p23.xml +0 -765
  76. data/test/fixtures/xml/library/tracks-p24.xml +0 -783
  77. data/test/fixtures/xml/library/tracks-p25.xml +0 -777
  78. data/test/fixtures/xml/library/tracks-p26.xml +0 -777
  79. data/test/fixtures/xml/library/tracks-p27.xml +0 -756
  80. data/test/fixtures/xml/library/tracks-p28.xml +0 -771
  81. data/test/fixtures/xml/library/tracks-p29.xml +0 -753
  82. data/test/fixtures/xml/library/tracks-p3.xml +0 -771
  83. data/test/fixtures/xml/library/tracks-p30.xml +0 -780
  84. data/test/fixtures/xml/library/tracks-p31.xml +0 -753
  85. data/test/fixtures/xml/library/tracks-p32.xml +0 -771
  86. data/test/fixtures/xml/library/tracks-p33.xml +0 -762
  87. data/test/fixtures/xml/library/tracks-p34.xml +0 -538
  88. data/test/fixtures/xml/library/tracks-p4.xml +0 -792
  89. data/test/fixtures/xml/library/tracks-p5.xml +0 -780
  90. data/test/fixtures/xml/library/tracks-p6.xml +0 -789
  91. data/test/fixtures/xml/library/tracks-p7.xml +0 -789
  92. data/test/fixtures/xml/library/tracks-p8.xml +0 -780
  93. data/test/fixtures/xml/library/tracks-p9.xml +0 -774
  94. data/test/fixtures/xml/tag/similar.xml +0 -254
  95. data/test/fixtures/xml/tag/topalbums.xml +0 -805
  96. data/test/fixtures/xml/tag/topartists.xml +0 -605
  97. data/test/fixtures/xml/tag/toptags.xml +0 -1254
  98. data/test/fixtures/xml/tag/toptracks.xml +0 -852
  99. data/test/fixtures/xml/track/fans.xml +0 -34
  100. data/test/fixtures/xml/track/info.xml +0 -53
  101. data/test/fixtures/xml/track/toptags.xml +0 -504
  102. data/test/fixtures/xml/user/events.xml +0 -401
  103. data/test/fixtures/xml/user/friends.xml +0 -30
  104. data/test/fixtures/xml/user/lovedtracks.xml +0 -678
  105. data/test/fixtures/xml/user/neighbours.xml +0 -23
  106. data/test/fixtures/xml/user/playlists.xml +0 -61
  107. data/test/fixtures/xml/user/profile.xml +0 -12
  108. data/test/fixtures/xml/user/recentbannedtracks.xml +0 -24
  109. data/test/fixtures/xml/user/recentlovedtracks.xml +0 -24
  110. data/test/fixtures/xml/user/recenttracks.xml +0 -124
  111. data/test/fixtures/xml/user/systemrecs.xml +0 -18
  112. data/test/fixtures/xml/user/topalbums.xml +0 -61
  113. data/test/fixtures/xml/user/topartists.xml +0 -41
  114. data/test/fixtures/xml/user/toptags.xml +0 -44
  115. data/test/fixtures/xml/user/toptracks.xml +0 -65
  116. data/test/fixtures/xml/user/weeklyalbumchart.xml +0 -256
  117. data/test/fixtures/xml/user/weeklyartistchart.xml +0 -220
  118. data/test/fixtures/xml/user/weeklytrackchart.xml +0 -746
  119. data/test/fixtures/xml/venue/events.xml +0 -151
  120. data/test/fixtures/xml/venue/venue.xml +0 -16
  121. data/test/unit/scrobble_spec.rb +0 -55
  122. data/test/unit/scrobble_test.rb +0 -69
@@ -1,554 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <lfm status="ok">
3
- <artists user="xhochy" page="5" perPage="50" totalPages="7">
4
- <artist>
5
- <name>Xavier Naidoo</name>
6
- <playcount>1</playcount>
7
- <tagcount></tagcount>
8
- <mbid>83a45847-0c18-4794-964a-500e49df7aac</mbid>
9
- <url>http://www.last.fm/music/Xavier+Naidoo</url>
10
- <streamable>1</streamable>
11
- <image size="small">http://userserve-ak.last.fm/serve/34/81382.jpg</image>
12
- <image size="medium">http://userserve-ak.last.fm/serve/64/81382.jpg</image>
13
- <image size="large">http://userserve-ak.last.fm/serve/126/81382.jpg</image>
14
- </artist>
15
- <artist>
16
- <name>Kate Ryan</name>
17
- <playcount>1</playcount>
18
- <tagcount></tagcount>
19
- <mbid>89d746b8-7d18-4baf-8cee-659b07771568</mbid>
20
- <url>http://www.last.fm/music/Kate+Ryan</url>
21
- <streamable>1</streamable>
22
- <image size="small">http://userserve-ak.last.fm/serve/34/5659799.jpg</image>
23
- <image size="medium">http://userserve-ak.last.fm/serve/64/5659799.jpg</image>
24
- <image size="large">http://userserve-ak.last.fm/serve/126/5659799.jpg</image>
25
- </artist>
26
- <artist>
27
- <name>Andreas Dorau</name>
28
- <playcount>1</playcount>
29
- <tagcount></tagcount>
30
- <mbid>d3281dc6-1484-4627-a344-3715347952e0</mbid>
31
- <url>http://www.last.fm/music/Andreas+Dorau</url>
32
- <streamable>1</streamable>
33
- <image size="small">http://userserve-ak.last.fm/serve/34/235749.jpg</image>
34
- <image size="medium">http://userserve-ak.last.fm/serve/64/235749.jpg</image>
35
- <image size="large">http://userserve-ak.last.fm/serve/126/235749.jpg</image>
36
- </artist>
37
- <artist>
38
- <name>Clem Snide</name>
39
- <playcount>1</playcount>
40
- <tagcount></tagcount>
41
- <mbid>049d86e6-be73-4cb9-b498-0b6103ae3cb1</mbid>
42
- <url>http://www.last.fm/music/Clem+Snide</url>
43
- <streamable>1</streamable>
44
- <image size="small">http://userserve-ak.last.fm/serve/34/1218.jpg</image>
45
- <image size="medium">http://userserve-ak.last.fm/serve/64/1218.jpg</image>
46
- <image size="large">http://userserve-ak.last.fm/serve/126/1218.jpg</image>
47
- </artist>
48
- <artist>
49
- <name>O-Zone</name>
50
- <playcount>1</playcount>
51
- <tagcount></tagcount>
52
- <mbid>5cb608ea-bd36-4a33-b9a5-822c7fc4194d</mbid>
53
- <url>http://www.last.fm/music/O-Zone</url>
54
- <streamable>1</streamable>
55
- <image size="small">http://userserve-ak.last.fm/serve/34/372674.jpg</image>
56
- <image size="medium">http://userserve-ak.last.fm/serve/64/372674.jpg</image>
57
- <image size="large">http://userserve-ak.last.fm/serve/126/372674.jpg</image>
58
- </artist>
59
- <artist>
60
- <name>The Beatles</name>
61
- <playcount>1</playcount>
62
- <tagcount></tagcount>
63
- <mbid>b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d</mbid>
64
- <url>http://www.last.fm/music/The+Beatles</url>
65
- <streamable>1</streamable>
66
- <image size="small">http://userserve-ak.last.fm/serve/34/9760787.jpg</image>
67
- <image size="medium">http://userserve-ak.last.fm/serve/64/9760787.jpg</image>
68
- <image size="large">http://userserve-ak.last.fm/serve/126/9760787.jpg</image>
69
- </artist>
70
- <artist>
71
- <name>Liquido</name>
72
- <playcount>1</playcount>
73
- <tagcount></tagcount>
74
- <mbid>5b7b9817-f937-48a6-b194-cb2b7e4084a3</mbid>
75
- <url>http://www.last.fm/music/Liquido</url>
76
- <streamable>1</streamable>
77
- <image size="small">http://userserve-ak.last.fm/serve/34/388343.jpg</image>
78
- <image size="medium">http://userserve-ak.last.fm/serve/64/388343.jpg</image>
79
- <image size="large">http://userserve-ak.last.fm/serve/126/388343.jpg</image>
80
- </artist>
81
- <artist>
82
- <name>Matchbox Twenty</name>
83
- <playcount>1</playcount>
84
- <tagcount></tagcount>
85
- <mbid>75af9d25-cf32-49c0-9192-60bd8e9784e6</mbid>
86
- <url>http://www.last.fm/music/Matchbox+Twenty</url>
87
- <streamable>1</streamable>
88
- <image size="small">http://userserve-ak.last.fm/serve/34/99226.jpg</image>
89
- <image size="medium">http://userserve-ak.last.fm/serve/64/99226.jpg</image>
90
- <image size="large">http://userserve-ak.last.fm/serve/126/99226.jpg</image>
91
- </artist>
92
- <artist>
93
- <name>Members of Mayday</name>
94
- <playcount>1</playcount>
95
- <tagcount></tagcount>
96
- <mbid>620efc10-77da-428f-9d78-2ebc75760f46</mbid>
97
- <url>http://www.last.fm/music/Members+of+Mayday</url>
98
- <streamable>1</streamable>
99
- <image size="small">http://userserve-ak.last.fm/serve/34/514775.gif</image>
100
- <image size="medium">http://userserve-ak.last.fm/serve/64/514775.gif</image>
101
- <image size="large">http://userserve-ak.last.fm/serve/126/514775.gif</image>
102
- </artist>
103
- <artist>
104
- <name>Panjabi MC</name>
105
- <playcount>1</playcount>
106
- <tagcount></tagcount>
107
- <mbid>fbab6da8-e1e4-4927-b669-502a6e37a8d6</mbid>
108
- <url>http://www.last.fm/music/Panjabi+MC</url>
109
- <streamable>1</streamable>
110
- <image size="small">http://userserve-ak.last.fm/serve/34/346196.jpg</image>
111
- <image size="medium">http://userserve-ak.last.fm/serve/64/346196.jpg</image>
112
- <image size="large">http://userserve-ak.last.fm/serve/126/346196.jpg</image>
113
- </artist>
114
- <artist>
115
- <name>Falco</name>
116
- <playcount>1</playcount>
117
- <tagcount></tagcount>
118
- <mbid>dcd95aa4-f3ff-492d-a621-8518ada0f58b</mbid>
119
- <url>http://www.last.fm/music/Falco</url>
120
- <streamable>1</streamable>
121
- <image size="small">http://userserve-ak.last.fm/serve/34/145848.jpg</image>
122
- <image size="medium">http://userserve-ak.last.fm/serve/64/145848.jpg</image>
123
- <image size="large">http://userserve-ak.last.fm/serve/126/145848.jpg</image>
124
- </artist>
125
- <artist>
126
- <name>Fatman Scoop</name>
127
- <playcount>1</playcount>
128
- <tagcount></tagcount>
129
- <mbid>d3d20e96-5783-4126-9d64-075566611c5e</mbid>
130
- <url>http://www.last.fm/music/Fatman+Scoop</url>
131
- <streamable>1</streamable>
132
- <image size="small">http://userserve-ak.last.fm/serve/34/432942.gif</image>
133
- <image size="medium">http://userserve-ak.last.fm/serve/64/432942.gif</image>
134
- <image size="large">http://userserve-ak.last.fm/serve/126/432942.gif</image>
135
- </artist>
136
- <artist>
137
- <name>Pink</name>
138
- <playcount>1</playcount>
139
- <tagcount></tagcount>
140
- <mbid>f4d5cc07-3bc9-4836-9b15-88a08359bc63</mbid>
141
- <url>http://www.last.fm/music/Pink</url>
142
- <streamable>1</streamable>
143
- <image size="small">http://userserve-ak.last.fm/serve/34/29081579.jpg</image>
144
- <image size="medium">http://userserve-ak.last.fm/serve/64/29081579.jpg</image>
145
- <image size="large">http://userserve-ak.last.fm/serve/126/29081579.jpg</image>
146
- </artist>
147
- <artist>
148
- <name>The Blues Brothers</name>
149
- <playcount>1</playcount>
150
- <tagcount></tagcount>
151
- <mbid>7252abc2-dfc8-4aa6-889f-2d168b265403</mbid>
152
- <url>http://www.last.fm/music/The+Blues+Brothers</url>
153
- <streamable>1</streamable>
154
- <image size="small">http://userserve-ak.last.fm/serve/34/310532.jpg</image>
155
- <image size="medium">http://userserve-ak.last.fm/serve/64/310532.jpg</image>
156
- <image size="large">http://userserve-ak.last.fm/serve/126/310532.jpg</image>
157
- </artist>
158
- <artist>
159
- <name>Die Prinzen</name>
160
- <playcount>1</playcount>
161
- <tagcount></tagcount>
162
- <mbid>a7ebbbb1-d29f-4e4a-8657-e687efc72ac5</mbid>
163
- <url>http://www.last.fm/music/Die+Prinzen</url>
164
- <streamable>1</streamable>
165
- <image size="small">http://userserve-ak.last.fm/serve/34/102722.jpg</image>
166
- <image size="medium">http://userserve-ak.last.fm/serve/64/102722.jpg</image>
167
- <image size="large">http://userserve-ak.last.fm/serve/126/102722.jpg</image>
168
- </artist>
169
- <artist>
170
- <name>Die Toten Hosen</name>
171
- <playcount>1</playcount>
172
- <tagcount></tagcount>
173
- <mbid>c3bc80a6-1f4a-4e17-8cf0-6b1efe8302f1</mbid>
174
- <url>http://www.last.fm/music/Die+Toten+Hosen</url>
175
- <streamable>1</streamable>
176
- <image size="small">http://userserve-ak.last.fm/serve/34/15834227.jpg</image>
177
- <image size="medium">http://userserve-ak.last.fm/serve/64/15834227.jpg</image>
178
- <image size="large">http://userserve-ak.last.fm/serve/126/15834227.jpg</image>
179
- </artist>
180
- <artist>
181
- <name>R. Kelly</name>
182
- <playcount>1</playcount>
183
- <tagcount></tagcount>
184
- <mbid>c2d25856-a09a-4d15-b404-77dd19c19e63</mbid>
185
- <url>http://www.last.fm/music/R.+Kelly</url>
186
- <streamable>1</streamable>
187
- <image size="small">http://userserve-ak.last.fm/serve/34/4838622.jpg</image>
188
- <image size="medium">http://userserve-ak.last.fm/serve/64/4838622.jpg</image>
189
- <image size="large">http://userserve-ak.last.fm/serve/126/4838622.jpg</image>
190
- </artist>
191
- <artist>
192
- <name>Panic at the Disco</name>
193
- <playcount>1</playcount>
194
- <tagcount></tagcount>
195
- <mbid>b9472588-93f3-4922-a1a2-74082cdf9ce8</mbid>
196
- <url>http://www.last.fm/music/Panic+at+the+Disco</url>
197
- <streamable>1</streamable>
198
- <image size="small">http://userserve-ak.last.fm/serve/34/4049792.jpg</image>
199
- <image size="medium">http://userserve-ak.last.fm/serve/64/4049792.jpg</image>
200
- <image size="large">http://userserve-ak.last.fm/serve/126/4049792.jpg</image>
201
- </artist>
202
- <artist>
203
- <name>Erasure</name>
204
- <playcount>1</playcount>
205
- <tagcount></tagcount>
206
- <mbid>43b58c98-3779-4b04-9a23-1c95cca3a145</mbid>
207
- <url>http://www.last.fm/music/Erasure</url>
208
- <streamable>1</streamable>
209
- <image size="small">http://userserve-ak.last.fm/serve/34/3313311.jpg</image>
210
- <image size="medium">http://userserve-ak.last.fm/serve/64/3313311.jpg</image>
211
- <image size="large">http://userserve-ak.last.fm/serve/126/3313311.jpg</image>
212
- </artist>
213
- <artist>
214
- <name>Dream Warriors</name>
215
- <playcount>1</playcount>
216
- <tagcount></tagcount>
217
- <mbid>34d59c27-28cd-4715-9f6f-4b5d9f343c2a</mbid>
218
- <url>http://www.last.fm/music/Dream+Warriors</url>
219
- <streamable>1</streamable>
220
- <image size="small">http://userserve-ak.last.fm/serve/34/483185.jpg</image>
221
- <image size="medium">http://userserve-ak.last.fm/serve/64/483185.jpg</image>
222
- <image size="large">http://userserve-ak.last.fm/serve/126/483185.jpg</image>
223
- </artist>
224
- <artist>
225
- <name>Sam Sparro</name>
226
- <playcount>1</playcount>
227
- <tagcount></tagcount>
228
- <mbid></mbid>
229
- <url>http://www.last.fm/music/Sam+Sparro</url>
230
- <streamable>1</streamable>
231
- <image size="small">http://userserve-ak.last.fm/serve/34/20804961.jpg</image>
232
- <image size="medium">http://userserve-ak.last.fm/serve/64/20804961.jpg</image>
233
- <image size="large">http://userserve-ak.last.fm/serve/126/20804961.jpg</image>
234
- </artist>
235
- <artist>
236
- <name>Alanis Morissette</name>
237
- <playcount>1</playcount>
238
- <tagcount></tagcount>
239
- <mbid>4bdcee62-4902-4773-8cd1-e252e2e31225</mbid>
240
- <url>http://www.last.fm/music/Alanis+Morissette</url>
241
- <streamable>1</streamable>
242
- <image size="small">http://userserve-ak.last.fm/serve/34/6797661.jpg</image>
243
- <image size="medium">http://userserve-ak.last.fm/serve/64/6797661.jpg</image>
244
- <image size="large">http://userserve-ak.last.fm/serve/126/6797661.jpg</image>
245
- </artist>
246
- <artist>
247
- <name>No Angels</name>
248
- <playcount>1</playcount>
249
- <tagcount></tagcount>
250
- <mbid>dfae58d5-6b0e-4a4d-8d85-4f51b7e9e2fa</mbid>
251
- <url>http://www.last.fm/music/No+Angels</url>
252
- <streamable>1</streamable>
253
- <image size="small">http://userserve-ak.last.fm/serve/34/6069793.jpg</image>
254
- <image size="medium">http://userserve-ak.last.fm/serve/64/6069793.jpg</image>
255
- <image size="large">http://userserve-ak.last.fm/serve/126/6069793.jpg</image>
256
- </artist>
257
- <artist>
258
- <name>Gwen Stefani</name>
259
- <playcount>1</playcount>
260
- <tagcount></tagcount>
261
- <mbid>2e41ae9c-afd2-4f20-8f1e-17281ce9b472</mbid>
262
- <url>http://www.last.fm/music/Gwen+Stefani</url>
263
- <streamable>1</streamable>
264
- <image size="small">http://userserve-ak.last.fm/serve/34/5410789.jpg</image>
265
- <image size="medium">http://userserve-ak.last.fm/serve/64/5410789.jpg</image>
266
- <image size="large">http://userserve-ak.last.fm/serve/126/5410789.jpg</image>
267
- </artist>
268
- <artist>
269
- <name>Depeche Mode</name>
270
- <playcount>1</playcount>
271
- <tagcount></tagcount>
272
- <mbid>8538e728-ca0b-4321-b7e5-cff6565dd4c0</mbid>
273
- <url>http://www.last.fm/music/Depeche+Mode</url>
274
- <streamable>1</streamable>
275
- <image size="small">http://userserve-ak.last.fm/serve/34/2126896.jpg</image>
276
- <image size="medium">http://userserve-ak.last.fm/serve/64/2126896.jpg</image>
277
- <image size="large">http://userserve-ak.last.fm/serve/126/2126896.jpg</image>
278
- </artist>
279
- <artist>
280
- <name>Mr. X &amp; Mr. Y</name>
281
- <playcount>1</playcount>
282
- <tagcount></tagcount>
283
- <mbid>5464176d-13c8-4b32-842d-12b34bc38032</mbid>
284
- <url>http://www.last.fm/music/Mr.%2BX%2B%2526%2BMr.%2BY</url>
285
- <streamable>1</streamable>
286
- <image size="small">http://userserve-ak.last.fm/serve/34/437824.jpg</image>
287
- <image size="medium">http://userserve-ak.last.fm/serve/64/437824.jpg</image>
288
- <image size="large">http://userserve-ak.last.fm/serve/126/437824.jpg</image>
289
- </artist>
290
- <artist>
291
- <name>Pitbull</name>
292
- <playcount>1</playcount>
293
- <tagcount></tagcount>
294
- <mbid>d262ea27-3ffe-40f7-b922-85c42d625e67</mbid>
295
- <url>http://www.last.fm/music/Pitbull</url>
296
- <streamable>1</streamable>
297
- <image size="small">http://userserve-ak.last.fm/serve/34/11153021.jpg</image>
298
- <image size="medium">http://userserve-ak.last.fm/serve/64/11153021.jpg</image>
299
- <image size="large">http://userserve-ak.last.fm/serve/126/11153021.jpg</image>
300
- </artist>
301
- <artist>
302
- <name>Westbam</name>
303
- <playcount>1</playcount>
304
- <tagcount></tagcount>
305
- <mbid>12d5646a-b9e3-4510-ad37-5682c02a66ef</mbid>
306
- <url>http://www.last.fm/music/Westbam</url>
307
- <streamable>1</streamable>
308
- <image size="small">http://userserve-ak.last.fm/serve/34/128702.jpg</image>
309
- <image size="medium">http://userserve-ak.last.fm/serve/64/128702.jpg</image>
310
- <image size="large">http://userserve-ak.last.fm/serve/126/128702.jpg</image>
311
- </artist>
312
- <artist>
313
- <name>Fugees</name>
314
- <playcount>1</playcount>
315
- <tagcount></tagcount>
316
- <mbid>ea321799-9b1d-4e74-a074-a5facf597d82</mbid>
317
- <url>http://www.last.fm/music/Fugees</url>
318
- <streamable>1</streamable>
319
- <image size="small">http://userserve-ak.last.fm/serve/34/5230111.jpg</image>
320
- <image size="medium">http://userserve-ak.last.fm/serve/64/5230111.jpg</image>
321
- <image size="large">http://userserve-ak.last.fm/serve/126/5230111.jpg</image>
322
- </artist>
323
- <artist>
324
- <name>The Zutons</name>
325
- <playcount>1</playcount>
326
- <tagcount></tagcount>
327
- <mbid>6290b769-173d-49d1-990e-660a4e333877</mbid>
328
- <url>http://www.last.fm/music/The+Zutons</url>
329
- <streamable>1</streamable>
330
- <image size="small">http://userserve-ak.last.fm/serve/34/344036.jpg</image>
331
- <image size="medium">http://userserve-ak.last.fm/serve/64/344036.jpg</image>
332
- <image size="large">http://userserve-ak.last.fm/serve/126/344036.jpg</image>
333
- </artist>
334
- <artist>
335
- <name>Avril Lavigne</name>
336
- <playcount>1</playcount>
337
- <tagcount></tagcount>
338
- <mbid>0103c1cc-4a09-4a5d-a344-56ad99a77193</mbid>
339
- <url>http://www.last.fm/music/Avril+Lavigne</url>
340
- <streamable>1</streamable>
341
- <image size="small">http://userserve-ak.last.fm/serve/34/19861865.jpg</image>
342
- <image size="medium">http://userserve-ak.last.fm/serve/64/19861865.jpg</image>
343
- <image size="large">http://userserve-ak.last.fm/serve/126/19861865.jpg</image>
344
- </artist>
345
- <artist>
346
- <name>Rocky Sharpe &amp; The Replays</name>
347
- <playcount>1</playcount>
348
- <tagcount></tagcount>
349
- <mbid>127af8d5-4838-4736-866f-85391be98d50</mbid>
350
- <url>http://www.last.fm/music/Rocky%2BSharpe%2B%2526%2BThe%2BReplays</url>
351
- <streamable>0</streamable>
352
- <image size="small">http://userserve-ak.last.fm/serve/34/126543.jpg</image>
353
- <image size="medium">http://userserve-ak.last.fm/serve/64/126543.jpg</image>
354
- <image size="large">http://userserve-ak.last.fm/serve/126/126543.jpg</image>
355
- </artist>
356
- <artist>
357
- <name>Natural</name>
358
- <playcount>1</playcount>
359
- <tagcount></tagcount>
360
- <mbid>379becaa-414d-46a2-8286-018d20bc849c</mbid>
361
- <url>http://www.last.fm/music/Natural</url>
362
- <streamable>1</streamable>
363
- <image size="small">http://userserve-ak.last.fm/serve/34/2572775.jpg</image>
364
- <image size="medium">http://userserve-ak.last.fm/serve/64/2572775.jpg</image>
365
- <image size="large">http://userserve-ak.last.fm/serve/126/2572775.jpg</image>
366
- </artist>
367
- <artist>
368
- <name>Mediengruppe Telekommander</name>
369
- <playcount>1</playcount>
370
- <tagcount></tagcount>
371
- <mbid>a9a11eda-c39a-4c36-942d-2719adc4edf6</mbid>
372
- <url>http://www.last.fm/music/Mediengruppe+Telekommander</url>
373
- <streamable>1</streamable>
374
- <image size="small">http://userserve-ak.last.fm/serve/34/881725.jpg</image>
375
- <image size="medium">http://userserve-ak.last.fm/serve/64/881725.jpg</image>
376
- <image size="large">http://userserve-ak.last.fm/serve/126/881725.jpg</image>
377
- </artist>
378
- <artist>
379
- <name>O-Town</name>
380
- <playcount>1</playcount>
381
- <tagcount></tagcount>
382
- <mbid>5b5b5410-29d7-478a-94ca-bffa06c73579</mbid>
383
- <url>http://www.last.fm/music/O-Town</url>
384
- <streamable>1</streamable>
385
- <image size="small">http://userserve-ak.last.fm/serve/34/2573420.jpg</image>
386
- <image size="medium">http://userserve-ak.last.fm/serve/64/2573420.jpg</image>
387
- <image size="large">http://userserve-ak.last.fm/serve/126/2573420.jpg</image>
388
- </artist>
389
- <artist>
390
- <name>Operation Ivy</name>
391
- <playcount>1</playcount>
392
- <tagcount></tagcount>
393
- <mbid>931e1d1f-6b2f-4ff8-9f70-aa537210cd46</mbid>
394
- <url>http://www.last.fm/music/Operation+Ivy</url>
395
- <streamable>1</streamable>
396
- <image size="small">http://userserve-ak.last.fm/serve/34/2721464.jpg</image>
397
- <image size="medium">http://userserve-ak.last.fm/serve/64/2721464.jpg</image>
398
- <image size="large">http://userserve-ak.last.fm/serve/126/2721464.jpg</image>
399
- </artist>
400
- <artist>
401
- <name>Ludacris</name>
402
- <playcount>1</playcount>
403
- <tagcount></tagcount>
404
- <mbid>0638ba22-040f-438d-83a5-9b670c4adaf5</mbid>
405
- <url>http://www.last.fm/music/Ludacris</url>
406
- <streamable>1</streamable>
407
- <image size="small">http://userserve-ak.last.fm/serve/34/13608619.jpg</image>
408
- <image size="medium">http://userserve-ak.last.fm/serve/64/13608619.jpg</image>
409
- <image size="large">http://userserve-ak.last.fm/serve/126/13608619.jpg</image>
410
- </artist>
411
- <artist>
412
- <name>Crash Test Dummies</name>
413
- <playcount>1</playcount>
414
- <tagcount></tagcount>
415
- <mbid>afb8f901-d846-4c70-a898-59bc183d1da7</mbid>
416
- <url>http://www.last.fm/music/Crash+Test+Dummies</url>
417
- <streamable>1</streamable>
418
- <image size="small">http://userserve-ak.last.fm/serve/34/10368.jpg</image>
419
- <image size="medium">http://userserve-ak.last.fm/serve/64/10368.jpg</image>
420
- <image size="large">http://userserve-ak.last.fm/serve/126/10368.jpg</image>
421
- </artist>
422
- <artist>
423
- <name>Notch</name>
424
- <playcount>1</playcount>
425
- <tagcount></tagcount>
426
- <mbid>282ae204-1af3-4893-9aa7-66ab1c635878</mbid>
427
- <url>http://www.last.fm/music/Notch</url>
428
- <streamable>1</streamable>
429
- <image size="small">http://userserve-ak.last.fm/serve/34/2529985.jpg</image>
430
- <image size="medium">http://userserve-ak.last.fm/serve/64/2529985.jpg</image>
431
- <image size="large">http://userserve-ak.last.fm/serve/126/2529985.jpg</image>
432
- </artist>
433
- <artist>
434
- <name>DJ Sammy</name>
435
- <playcount>1</playcount>
436
- <tagcount></tagcount>
437
- <mbid>c43e35b8-8234-408b-9a25-07f2fcbeb317</mbid>
438
- <url>http://www.last.fm/music/DJ+Sammy</url>
439
- <streamable>1</streamable>
440
- <image size="small">http://userserve-ak.last.fm/serve/34/154747.jpg</image>
441
- <image size="medium">http://userserve-ak.last.fm/serve/64/154747.jpg</image>
442
- <image size="large">http://userserve-ak.last.fm/serve/126/154747.jpg</image>
443
- </artist>
444
- <artist>
445
- <name>Fat Joe ft R Kelly</name>
446
- <playcount>1</playcount>
447
- <tagcount></tagcount>
448
- <mbid></mbid>
449
- <url>http://www.last.fm/music/Fat+Joe+ft+R+Kelly</url>
450
- <streamable>0</streamable>
451
- <image size="small"></image>
452
- <image size="medium"></image>
453
- <image size="large"></image>
454
- </artist>
455
- <artist>
456
- <name>Marlon + Freunde</name>
457
- <playcount>1</playcount>
458
- <tagcount></tagcount>
459
- <mbid>e9dcd181-0452-4b9b-8fee-3ff6844e58ac</mbid>
460
- <url>http://www.last.fm/music/Marlon%2B%252B%2BFreunde</url>
461
- <streamable>1</streamable>
462
- <image size="small">http://userserve-ak.last.fm/serve/34/20539981.jpg</image>
463
- <image size="medium">http://userserve-ak.last.fm/serve/64/20539981.jpg</image>
464
- <image size="large">http://userserve-ak.last.fm/serve/126/20539981.jpg</image>
465
- </artist>
466
- <artist>
467
- <name>Xzibit</name>
468
- <playcount>1</playcount>
469
- <tagcount></tagcount>
470
- <mbid>9e839dc3-55f3-4492-ad0e-a1a2e84275e2</mbid>
471
- <url>http://www.last.fm/music/Xzibit</url>
472
- <streamable>1</streamable>
473
- <image size="small">http://userserve-ak.last.fm/serve/34/10348663.jpg</image>
474
- <image size="medium">http://userserve-ak.last.fm/serve/64/10348663.jpg</image>
475
- <image size="large">http://userserve-ak.last.fm/serve/126/10348663.jpg</image>
476
- </artist>
477
- <artist>
478
- <name>The Dresden Dolls</name>
479
- <playcount>1</playcount>
480
- <tagcount></tagcount>
481
- <mbid>107c7983-0728-46ea-8550-77e698adf690</mbid>
482
- <url>http://www.last.fm/music/The+Dresden+Dolls</url>
483
- <streamable>1</streamable>
484
- <image size="small">http://userserve-ak.last.fm/serve/34/424573.jpg</image>
485
- <image size="medium">http://userserve-ak.last.fm/serve/64/424573.jpg</image>
486
- <image size="large">http://userserve-ak.last.fm/serve/126/424573.jpg</image>
487
- </artist>
488
- <artist>
489
- <name>50 Cent feat Young Buck &amp; The Game</name>
490
- <playcount>1</playcount>
491
- <tagcount></tagcount>
492
- <mbid></mbid>
493
- <url>http://www.last.fm/music/50%2BCent%2Bfeat%2BYoung%2BBuck%2B%2526%2BThe%2BGame</url>
494
- <streamable>0</streamable>
495
- <image size="small"></image>
496
- <image size="medium"></image>
497
- <image size="large"></image>
498
- </artist>
499
- <artist>
500
- <name>Natasha Badingfield</name>
501
- <playcount>1</playcount>
502
- <tagcount></tagcount>
503
- <mbid></mbid>
504
- <url>http://www.last.fm/music/Natasha+Badingfield</url>
505
- <streamable>0</streamable>
506
- <image size="small"></image>
507
- <image size="medium"></image>
508
- <image size="large"></image>
509
- </artist>
510
- <artist>
511
- <name>Lisa Stansfield</name>
512
- <playcount>1</playcount>
513
- <tagcount></tagcount>
514
- <mbid>8f632c44-c97f-4b12-b1cd-caf2c6e2ed06</mbid>
515
- <url>http://www.last.fm/music/Lisa+Stansfield</url>
516
- <streamable>1</streamable>
517
- <image size="small">http://userserve-ak.last.fm/serve/34/15623927.png</image>
518
- <image size="medium">http://userserve-ak.last.fm/serve/64/15623927.png</image>
519
- <image size="large">http://userserve-ak.last.fm/serve/126/15623927.png</image>
520
- </artist>
521
- <artist>
522
- <name>BBC</name>
523
- <playcount>1</playcount>
524
- <tagcount></tagcount>
525
- <mbid>b840bc2b-3b92-4ec0-9fef-2bd705810454</mbid>
526
- <url>http://www.last.fm/music/BBC</url>
527
- <streamable>1</streamable>
528
- <image size="small">http://userserve-ak.last.fm/serve/34/9372.jpg</image>
529
- <image size="medium">http://userserve-ak.last.fm/serve/64/9372.jpg</image>
530
- <image size="large">http://userserve-ak.last.fm/serve/126/9372.jpg</image>
531
- </artist>
532
- <artist>
533
- <name>Abydos</name>
534
- <playcount>1</playcount>
535
- <tagcount></tagcount>
536
- <mbid>ce1e4d85-3282-4f0e-8b01-a3ba91bd5719</mbid>
537
- <url>http://www.last.fm/music/Abydos</url>
538
- <streamable>0</streamable>
539
- <image size="small">http://userserve-ak.last.fm/serve/34/208926.jpg</image>
540
- <image size="medium">http://userserve-ak.last.fm/serve/64/208926.jpg</image>
541
- <image size="large">http://userserve-ak.last.fm/serve/126/208926.jpg</image>
542
- </artist>
543
- <artist>
544
- <name>Six Feet Under</name>
545
- <playcount>1</playcount>
546
- <tagcount></tagcount>
547
- <mbid>5a8688d2-696f-4060-9dd0-f772886ff95b</mbid>
548
- <url>http://www.last.fm/music/Six+Feet+Under</url>
549
- <streamable>1</streamable>
550
- <image size="small">http://userserve-ak.last.fm/serve/34/14151531.jpg</image>
551
- <image size="medium">http://userserve-ak.last.fm/serve/64/14151531.jpg</image>
552
- <image size="large">http://userserve-ak.last.fm/serve/126/14151531.jpg</image>
553
- </artist>
554
- </artists></lfm>