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,739 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <lfm status="ok">
3
- <albums user="xhochy" page="7" perPage="50" totalPages="8">
4
- <album>
5
- <name>Q: Live From Glastonbury</name>
6
- <playcount>1</playcount>
7
- <tagcount></tagcount>
8
- <mbid></mbid>
9
- <url>http://www.last.fm/music/Pet+Shop+Boys/Q%3A+Live+From+Glastonbury</url>
10
- <artist>
11
- <name>Pet Shop Boys</name>
12
- <mbid>be540c02-7898-4b79-9acc-c8122c7d9e83</mbid>
13
- <url>http://www.last.fm/music/Pet+Shop+Boys</url>
14
- </artist>
15
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
16
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
17
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
18
- </album>
19
- <album>
20
- <name>www.indiemusicspeaker.com</name>
21
- <playcount>1</playcount>
22
- <tagcount></tagcount>
23
- <mbid></mbid>
24
- <url>http://www.last.fm/music/Bloc+Party/www.indiemusicspeaker.com</url>
25
- <artist>
26
- <name>Bloc Party</name>
27
- <mbid>8c538f11-c141-4588-8ecb-931083524186</mbid>
28
- <url>http://www.last.fm/music/Bloc+Party</url>
29
- </artist>
30
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
31
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
32
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
33
- </album>
34
- <album>
35
- <name>null</name>
36
- <playcount>1</playcount>
37
- <tagcount></tagcount>
38
- <mbid></mbid>
39
- <url>http://www.last.fm/music/Bellini/null</url>
40
- <artist>
41
- <name>Bellini</name>
42
- <mbid>9e4b3bc8-1153-4f8f-87ce-f46035bae7ea</mbid>
43
- <url>http://www.last.fm/music/Bellini</url>
44
- </artist>
45
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
46
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
47
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
48
- </album>
49
- <album>
50
- <name>One of the Boys</name>
51
- <playcount>1</playcount>
52
- <tagcount></tagcount>
53
- <mbid></mbid>
54
- <url>http://www.last.fm/music/Katy+Perry/One+of+the+Boys</url>
55
- <artist>
56
- <name>Katy Perry</name>
57
- <mbid>122d63fc-8671-43e4-9752-34e846d62a9c</mbid>
58
- <url>http://www.last.fm/music/Katy+Perry</url>
59
- </artist>
60
- <image size="small">http://userserve-ak.last.fm/serve/34s/14017873.jpg</image>
61
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14017873.jpg</image>
62
- <image size="large">http://userserve-ak.last.fm/serve/126/14017873.jpg</image>
63
- </album>
64
- <album>
65
- <name>Smacksmash</name>
66
- <playcount>1</playcount>
67
- <tagcount></tagcount>
68
- <mbid></mbid>
69
- <url>http://www.last.fm/music/Beatsteaks/Smacksmash</url>
70
- <artist>
71
- <name>Beatsteaks</name>
72
- <mbid>a9b88ebb-83aa-4ef7-b674-fabeb572c14e</mbid>
73
- <url>http://www.last.fm/music/Beatsteaks</url>
74
- </artist>
75
- <image size="small">http://userserve-ak.last.fm/serve/34s/13525869.jpg</image>
76
- <image size="medium">http://userserve-ak.last.fm/serve/64s/13525869.jpg</image>
77
- <image size="large">http://userserve-ak.last.fm/serve/126/13525869.jpg</image>
78
- </album>
79
- <album>
80
- <name>ME 116 Sounds Now!</name>
81
- <playcount>1</playcount>
82
- <tagcount></tagcount>
83
- <mbid></mbid>
84
- <url>http://www.last.fm/music/Madsen/ME+116+Sounds+Now%21</url>
85
- <artist>
86
- <name>Madsen</name>
87
- <mbid>8a0c3b86-af55-42d2-85b9-6372e7430986</mbid>
88
- <url>http://www.last.fm/music/Madsen</url>
89
- </artist>
90
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
91
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
92
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
93
- </album>
94
- <album>
95
- <name>Die Wohnzimmer EP</name>
96
- <playcount>1</playcount>
97
- <tagcount></tagcount>
98
- <mbid>8413d357-022d-4b59-b02e-3e88d21cfc27</mbid>
99
- <url>http://www.last.fm/music/Beatsteaks/Die+Wohnzimmer+EP</url>
100
- <artist>
101
- <name>Beatsteaks</name>
102
- <mbid>a9b88ebb-83aa-4ef7-b674-fabeb572c14e</mbid>
103
- <url>http://www.last.fm/music/Beatsteaks</url>
104
- </artist>
105
- <image size="small">http://userserve-ak.last.fm/serve/34s/4507693.jpg</image>
106
- <image size="medium">http://userserve-ak.last.fm/serve/64s/4507693.jpg</image>
107
- <image size="large">http://userserve-ak.last.fm/serve/126/4507693.jpg</image>
108
- </album>
109
- <album>
110
- <name>Songs About Jane</name>
111
- <playcount>1</playcount>
112
- <tagcount></tagcount>
113
- <mbid>86eab9e6-8cd1-41d7-997c-7b262438d23e</mbid>
114
- <url>http://www.last.fm/music/Maroon+5/Songs+About+Jane</url>
115
- <artist>
116
- <name>Maroon 5</name>
117
- <mbid>0ab49580-c84f-44d4-875f-d83760ea2cfe</mbid>
118
- <url>http://www.last.fm/music/Maroon+5</url>
119
- </artist>
120
- <image size="small">http://userserve-ak.last.fm/serve/34s/8636005.jpg</image>
121
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8636005.jpg</image>
122
- <image size="large">http://userserve-ak.last.fm/serve/126/8636005.jpg</image>
123
- </album>
124
- <album>
125
- <name>Hinter all diesen Fenstern</name>
126
- <playcount>1</playcount>
127
- <tagcount></tagcount>
128
- <mbid>94bdf9ca-240e-4865-8c60-ce20918939e8</mbid>
129
- <url>http://www.last.fm/music/Tomte/Hinter+all+diesen+Fenstern</url>
130
- <artist>
131
- <name>Tomte</name>
132
- <mbid>a18015b2-6584-4110-9f7f-23c95b2b066c</mbid>
133
- <url>http://www.last.fm/music/Tomte</url>
134
- </artist>
135
- <image size="small">http://images-eu.amazon.com/images/P/B00008XF9O.03.MZZZZZZZ.jpg</image>
136
- <image size="medium">http://images-eu.amazon.com/images/P/B00008XF9O.03.MZZZZZZZ.jpg</image>
137
- <image size="large">http://images-eu.amazon.com/images/P/B00008XF9O.03.MZZZZZZZ.jpg</image>
138
- </album>
139
- <album>
140
- <name>Flux EP</name>
141
- <playcount>1</playcount>
142
- <tagcount></tagcount>
143
- <mbid></mbid>
144
- <url>http://www.last.fm/music/Bloc+Party/Flux+EP</url>
145
- <artist>
146
- <name>Bloc Party</name>
147
- <mbid>8c538f11-c141-4588-8ecb-931083524186</mbid>
148
- <url>http://www.last.fm/music/Bloc+Party</url>
149
- </artist>
150
- <image size="small">http://userserve-ak.last.fm/serve/34s/10112655.jpg</image>
151
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10112655.jpg</image>
152
- <image size="large">http://userserve-ak.last.fm/serve/126/10112655.jpg</image>
153
- </album>
154
- <album>
155
- <name>Dookie</name>
156
- <playcount>1</playcount>
157
- <tagcount></tagcount>
158
- <mbid>17ca17ed-f061-4d5b-97e2-848d85e47d95</mbid>
159
- <url>http://www.last.fm/music/Green+Day/Dookie</url>
160
- <artist>
161
- <name>Green Day</name>
162
- <mbid>084308bd-1654-436f-ba03-df6697104e19</mbid>
163
- <url>http://www.last.fm/music/Green+Day</url>
164
- </artist>
165
- <image size="small">http://userserve-ak.last.fm/serve/34s/8624469.jpg</image>
166
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8624469.jpg</image>
167
- <image size="large">http://userserve-ak.last.fm/serve/126/8624469.jpg</image>
168
- </album>
169
- <album>
170
- <name>I Can't Believe '08 (The Whole Thing)</name>
171
- <playcount>1</playcount>
172
- <tagcount></tagcount>
173
- <mbid></mbid>
174
- <url>http://www.last.fm/music/Gnarls+Barkley/I+Can%27t+Believe+%2708+%28The+Whole+Thing%29</url>
175
- <artist>
176
- <name>Gnarls Barkley</name>
177
- <mbid>a47c3aa2-7d87-475c-a2c7-1e2047dafb09</mbid>
178
- <url>http://www.last.fm/music/Gnarls+Barkley</url>
179
- </artist>
180
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
181
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
182
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
183
- </album>
184
- <album>
185
- <name>Gentleman Gentleman &amp; the Far East Band LIVE / CD 1</name>
186
- <playcount>1</playcount>
187
- <tagcount></tagcount>
188
- <mbid></mbid>
189
- <url>http://www.last.fm/music/Gentleman/Gentleman%2B%2B%2BGentleman%2B%2526%2Bthe%2BFar%2BEast%2BBand%2BLIVE%2B%252F%2BCD%2B1</url>
190
- <artist>
191
- <name>Gentleman</name>
192
- <mbid>8de4a831-7c25-4d34-90cf-254de0c36e49</mbid>
193
- <url>http://www.last.fm/music/Gentleman</url>
194
- </artist>
195
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
196
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
197
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
198
- </album>
199
- <album>
200
- <name>Rock Against Bush Vol. 2</name>
201
- <playcount>1</playcount>
202
- <tagcount></tagcount>
203
- <mbid></mbid>
204
- <url>http://www.last.fm/music/Flogging+Molly/Rock+Against+Bush+Vol.+2</url>
205
- <artist>
206
- <name>Flogging Molly</name>
207
- <mbid>c3694ddc-f7e5-40dd-9fad-90d11a2c50fa</mbid>
208
- <url>http://www.last.fm/music/Flogging+Molly</url>
209
- </artist>
210
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
211
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
212
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
213
- </album>
214
- <album>
215
- <name>Tanzverbot (Schill to Hell) (feat. Bela B.)</name>
216
- <playcount>1</playcount>
217
- <tagcount></tagcount>
218
- <mbid>c8fc5d0c-b9fc-475a-865d-c0aab51ee1c4</mbid>
219
- <url>http://www.last.fm/music/Fettes+Brot/Tanzverbot+%28Schill+to+Hell%29+%28feat.+Bela+B.%29</url>
220
- <artist>
221
- <name>Fettes Brot</name>
222
- <mbid>733e7372-5400-4c79-9059-33e2b2262d01</mbid>
223
- <url>http://www.last.fm/music/Fettes+Brot</url>
224
- </artist>
225
- <image size="small">http://userserve-ak.last.fm/serve/34s/4811472.jpg</image>
226
- <image size="medium">http://userserve-ak.last.fm/serve/64s/4811472.jpg</image>
227
- <image size="large">http://userserve-ak.last.fm/serve/126/4811472.jpg</image>
228
- </album>
229
- <album>
230
- <name>Exit Planet Dust</name>
231
- <playcount>1</playcount>
232
- <tagcount></tagcount>
233
- <mbid>2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8</mbid>
234
- <url>http://www.last.fm/music/The+Chemical+Brothers/Exit+Planet+Dust</url>
235
- <artist>
236
- <name>The Chemical Brothers</name>
237
- <mbid>1946a82a-f927-40c2-8235-38d64f50d043</mbid>
238
- <url>http://www.last.fm/music/The+Chemical+Brothers</url>
239
- </artist>
240
- <image size="small">http://userserve-ak.last.fm/serve/34s/15160717.jpg</image>
241
- <image size="medium">http://userserve-ak.last.fm/serve/64s/15160717.jpg</image>
242
- <image size="large">http://userserve-ak.last.fm/serve/126/15160717.jpg</image>
243
- </album>
244
- <album>
245
- <name>Launched</name>
246
- <playcount>1</playcount>
247
- <tagcount></tagcount>
248
- <mbid>d81af2eb-150f-4340-91c8-dcea0dda259a</mbid>
249
- <url>http://www.last.fm/music/Beatsteaks/Launched</url>
250
- <artist>
251
- <name>Beatsteaks</name>
252
- <mbid>a9b88ebb-83aa-4ef7-b674-fabeb572c14e</mbid>
253
- <url>http://www.last.fm/music/Beatsteaks</url>
254
- </artist>
255
- <image size="small">http://userserve-ak.last.fm/serve/34s/12623211.jpg</image>
256
- <image size="medium">http://userserve-ak.last.fm/serve/64s/12623211.jpg</image>
257
- <image size="large">http://userserve-ak.last.fm/serve/126/12623211.jpg</image>
258
- </album>
259
- <album>
260
- <name>Start Something</name>
261
- <playcount>1</playcount>
262
- <tagcount></tagcount>
263
- <mbid>a8d894a2-34f6-450c-87ae-10c00b60c03e</mbid>
264
- <url>http://www.last.fm/music/Lostprophets/Start+Something</url>
265
- <artist>
266
- <name>Lostprophets</name>
267
- <mbid>ef6e2e49-aa93-41bd-89b0-8c7d2f260a83</mbid>
268
- <url>http://www.last.fm/music/Lostprophets</url>
269
- </artist>
270
- <image size="small">http://userserve-ak.last.fm/serve/34s/8633507.jpg</image>
271
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8633507.jpg</image>
272
- <image size="large">http://userserve-ak.last.fm/serve/126/8633507.jpg</image>
273
- </album>
274
- <album>
275
- <name>Q: Live From Glastonbury</name>
276
- <playcount>1</playcount>
277
- <tagcount></tagcount>
278
- <mbid></mbid>
279
- <url>http://www.last.fm/music/Keane/Q%3A+Live+From+Glastonbury</url>
280
- <artist>
281
- <name>Keane</name>
282
- <mbid>c7020c6d-cae9-4db3-92a7-e5c561cbad50</mbid>
283
- <url>http://www.last.fm/music/Keane</url>
284
- </artist>
285
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
286
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
287
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
288
- </album>
289
- <album>
290
- <name>Madagascar</name>
291
- <playcount>1</playcount>
292
- <tagcount></tagcount>
293
- <mbid>b7711fb5-8526-4e88-9f64-e8784857516a</mbid>
294
- <url>http://www.last.fm/music/Various+Artists/Madagascar</url>
295
- <artist>
296
- <name>Various Artists</name>
297
- <mbid>89ad4ac3-39f7-470e-963a-56509c546377</mbid>
298
- <url>http://www.last.fm/music/Various+Artists</url>
299
- </artist>
300
- <image size="small">http://userserve-ak.last.fm/serve/34s/8758237.jpg</image>
301
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8758237.jpg</image>
302
- <image size="large">http://userserve-ak.last.fm/serve/126/8758237.jpg</image>
303
- </album>
304
- <album>
305
- <name>Q: Live From Glastonbury</name>
306
- <playcount>1</playcount>
307
- <tagcount></tagcount>
308
- <mbid></mbid>
309
- <url>http://www.last.fm/music/Kaiser+Chiefs/Q%3A+Live+From+Glastonbury</url>
310
- <artist>
311
- <name>Kaiser Chiefs</name>
312
- <mbid>90218af4-4d58-4821-8d41-2ee295ebbe21</mbid>
313
- <url>http://www.last.fm/music/Kaiser+Chiefs</url>
314
- </artist>
315
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
316
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
317
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
318
- </album>
319
- <album>
320
- <name>1Love (War Child &amp; NME)</name>
321
- <playcount>1</playcount>
322
- <tagcount></tagcount>
323
- <mbid></mbid>
324
- <url>http://www.last.fm/music/Oasis/1Love%2B%2528War%2BChild%2B%2526%2BNME%2529</url>
325
- <artist>
326
- <name>Oasis</name>
327
- <mbid>39ab1aed-75e0-4140-bd47-540276886b60</mbid>
328
- <url>http://www.last.fm/music/Oasis</url>
329
- </artist>
330
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
331
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
332
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
333
- </album>
334
- <album>
335
- <name>Bonkers</name>
336
- <playcount>1</playcount>
337
- <tagcount></tagcount>
338
- <mbid></mbid>
339
- <url>http://www.last.fm/music/NULL/Bonkers</url>
340
- <artist>
341
- <name>NULL</name>
342
- <mbid>3f0bdf7f-3f40-4795-8b91-1fde13192b09</mbid>
343
- <url>http://www.last.fm/music/NULL</url>
344
- </artist>
345
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
346
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
347
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
348
- </album>
349
- <album>
350
- <name>An End Has a Start</name>
351
- <playcount>1</playcount>
352
- <tagcount></tagcount>
353
- <mbid></mbid>
354
- <url>http://www.last.fm/music/Editors/An+End+Has+a+Start</url>
355
- <artist>
356
- <name>Editors</name>
357
- <mbid>0efe858c-89e5-4e47-906a-356fa953fd6e</mbid>
358
- <url>http://www.last.fm/music/Editors</url>
359
- </artist>
360
- <image size="small">http://userserve-ak.last.fm/serve/34s/19861807.jpg</image>
361
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19861807.jpg</image>
362
- <image size="large">http://userserve-ak.last.fm/serve/126/19861807.jpg</image>
363
- </album>
364
- <album>
365
- <name>Garage Inc.</name>
366
- <playcount>1</playcount>
367
- <tagcount></tagcount>
368
- <mbid></mbid>
369
- <url>http://www.last.fm/music/Metallica/Garage+Inc.</url>
370
- <artist>
371
- <name>Metallica</name>
372
- <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
373
- <url>http://www.last.fm/music/Metallica</url>
374
- </artist>
375
- <image size="small">http://userserve-ak.last.fm/serve/34s/24228005.jpg</image>
376
- <image size="medium">http://userserve-ak.last.fm/serve/64s/24228005.jpg</image>
377
- <image size="large">http://userserve-ak.last.fm/serve/126/24228005.jpg</image>
378
- </album>
379
- <album>
380
- <name>Wir wollen nur Deine Seele</name>
381
- <playcount>1</playcount>
382
- <tagcount></tagcount>
383
- <mbid></mbid>
384
- <url>http://www.last.fm/music/Die+%C3%84rzte/Wir+wollen+nur+Deine+Seele</url>
385
- <artist>
386
- <name>Die Ärzte</name>
387
- <mbid>f2fb0ff0-5679-42ec-a55c-15109ce6e320</mbid>
388
- <url>http://www.last.fm/music/Die+%C3%84rzte</url>
389
- </artist>
390
- <image size="small">http://images.amazon.com/images/P/B000031X8H.01._SCMZZZZZZZ_.jpg</image>
391
- <image size="medium">http://images.amazon.com/images/P/B000031X8H.01._SCMZZZZZZZ_.jpg</image>
392
- <image size="large">http://images.amazon.com/images/P/B000031X8H.01._SCMZZZZZZZ_.jpg</image>
393
- </album>
394
- <album>
395
- <name>Around the Fur</name>
396
- <playcount>1</playcount>
397
- <tagcount></tagcount>
398
- <mbid>ea46d505-4299-4b1a-a6d0-a98da802efee</mbid>
399
- <url>http://www.last.fm/music/Deftones/Around+the+Fur</url>
400
- <artist>
401
- <name>Deftones</name>
402
- <mbid>7527f6c2-d762-4b88-b5e2-9244f1e34c46</mbid>
403
- <url>http://www.last.fm/music/Deftones</url>
404
- </artist>
405
- <image size="small">http://userserve-ak.last.fm/serve/34s/8634595.jpg</image>
406
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8634595.jpg</image>
407
- <image size="large">http://userserve-ak.last.fm/serve/126/8634595.jpg</image>
408
- </album>
409
- <album>
410
- <name>null</name>
411
- <playcount>1</playcount>
412
- <tagcount></tagcount>
413
- <mbid></mbid>
414
- <url>http://www.last.fm/music/The+Offspring/null</url>
415
- <artist>
416
- <name>The Offspring</name>
417
- <mbid>23a03e33-a603-404e-bcbf-2c00159d7067</mbid>
418
- <url>http://www.last.fm/music/The+Offspring</url>
419
- </artist>
420
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
421
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
422
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
423
- </album>
424
- <album>
425
- <name>Rock Against Bush, Vol. 1</name>
426
- <playcount>1</playcount>
427
- <tagcount></tagcount>
428
- <mbid></mbid>
429
- <url>http://www.last.fm/music/Against+Me%21/Rock+Against+Bush%2C+Vol.+1</url>
430
- <artist>
431
- <name>Against Me!</name>
432
- <mbid>a66ebddc-ff04-46b8-820a-15c63e80dba1</mbid>
433
- <url>http://www.last.fm/music/Against+Me%21</url>
434
- </artist>
435
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
436
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
437
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
438
- </album>
439
- <album>
440
- <name>Viva la Vida</name>
441
- <playcount>1</playcount>
442
- <tagcount></tagcount>
443
- <mbid></mbid>
444
- <url>http://www.last.fm/music/Coldplay/Viva+la+Vida</url>
445
- <artist>
446
- <name>Coldplay</name>
447
- <mbid>cc197bad-dc9c-440d-a5b5-d52ba2e14234</mbid>
448
- <url>http://www.last.fm/music/Coldplay</url>
449
- </artist>
450
- <image size="small">http://userserve-ak.last.fm/serve/34s/17010249.jpg</image>
451
- <image size="medium">http://userserve-ak.last.fm/serve/64s/17010249.jpg</image>
452
- <image size="large">http://userserve-ak.last.fm/serve/126/17010249.jpg</image>
453
- </album>
454
- <album>
455
- <name>Men's Needs, Women's Needs, Whatever</name>
456
- <playcount>1</playcount>
457
- <tagcount></tagcount>
458
- <mbid></mbid>
459
- <url>http://www.last.fm/music/The+Cribs/Men%27s+Needs%2C+Women%27s+Needs%2C+Whatever</url>
460
- <artist>
461
- <name>The Cribs</name>
462
- <mbid>a3a92047-be1c-4f3e-8960-c4f8570984df</mbid>
463
- <url>http://www.last.fm/music/The+Cribs</url>
464
- </artist>
465
- <image size="small">http://userserve-ak.last.fm/serve/34s/9445795.jpg</image>
466
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9445795.jpg</image>
467
- <image size="large">http://userserve-ak.last.fm/serve/126/9445795.jpg</image>
468
- </album>
469
- <album>
470
- <name>null</name>
471
- <playcount>1</playcount>
472
- <tagcount></tagcount>
473
- <mbid></mbid>
474
- <url>http://www.last.fm/music/Klee/null</url>
475
- <artist>
476
- <name>Klee</name>
477
- <mbid>ed46f02c-0801-40f1-872c-5259ce334476</mbid>
478
- <url>http://www.last.fm/music/Klee</url>
479
- </artist>
480
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
481
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
482
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
483
- </album>
484
- <album>
485
- <name>Brotherhood</name>
486
- <playcount>1</playcount>
487
- <tagcount></tagcount>
488
- <mbid></mbid>
489
- <url>http://www.last.fm/music/The+Chemical+Brothers/Brotherhood</url>
490
- <artist>
491
- <name>The Chemical Brothers</name>
492
- <mbid>1946a82a-f927-40c2-8235-38d64f50d043</mbid>
493
- <url>http://www.last.fm/music/The+Chemical+Brothers</url>
494
- </artist>
495
- <image size="small">http://userserve-ak.last.fm/serve/34s/15182595.jpg</image>
496
- <image size="medium">http://userserve-ak.last.fm/serve/64s/15182595.jpg</image>
497
- <image size="large">http://userserve-ak.last.fm/serve/126/15182595.jpg</image>
498
- </album>
499
- <album>
500
- <name>Fang Bang</name>
501
- <playcount>1</playcount>
502
- <tagcount></tagcount>
503
- <mbid></mbid>
504
- <url>http://www.last.fm/music/Wednesday+13/Fang+Bang</url>
505
- <artist>
506
- <name>Wednesday 13</name>
507
- <mbid>f4d306f3-e82b-4186-9cca-4e8806db21f8</mbid>
508
- <url>http://www.last.fm/music/Wednesday+13</url>
509
- </artist>
510
- <image size="small">http://userserve-ak.last.fm/serve/34s/10356253.jpg</image>
511
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10356253.jpg</image>
512
- <image size="large">http://userserve-ak.last.fm/serve/126/10356253.jpg</image>
513
- </album>
514
- <album>
515
- <name>Wall of Hits</name>
516
- <playcount>1</playcount>
517
- <tagcount></tagcount>
518
- <mbid>3d73d37c-27c2-4e75-8771-058b5d4791b7</mbid>
519
- <url>http://www.last.fm/music/Slade/Wall+of+Hits</url>
520
- <artist>
521
- <name>Slade</name>
522
- <mbid>2e700147-56a3-416b-a95d-381ea42f947f</mbid>
523
- <url>http://www.last.fm/music/Slade</url>
524
- </artist>
525
- <image size="small">http://userserve-ak.last.fm/serve/34s/19489937.jpg</image>
526
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19489937.jpg</image>
527
- <image size="large">http://userserve-ak.last.fm/serve/126/19489937.jpg</image>
528
- </album>
529
- <album>
530
- <name>I'm Not Dead</name>
531
- <playcount>1</playcount>
532
- <tagcount></tagcount>
533
- <mbid></mbid>
534
- <url>http://www.last.fm/music/Pink/I%27m+Not+Dead</url>
535
- <artist>
536
- <name>Pink</name>
537
- <mbid>f4d5cc07-3bc9-4836-9b15-88a08359bc63</mbid>
538
- <url>http://www.last.fm/music/Pink</url>
539
- </artist>
540
- <image size="small">http://images.amazon.com/images/P/B000EGCIU0.01._SCMZZZZZZZ_.jpg</image>
541
- <image size="medium">http://images.amazon.com/images/P/B000EGCIU0.01._SCMZZZZZZZ_.jpg</image>
542
- <image size="large">http://images.amazon.com/images/P/B000EGCIU0.01._SCMZZZZZZZ_.jpg</image>
543
- </album>
544
- <album>
545
- <name>Alcoholic</name>
546
- <playcount>1</playcount>
547
- <tagcount></tagcount>
548
- <mbid>fb555691-92e5-4d80-b188-5126f4fcf214</mbid>
549
- <url>http://www.last.fm/music/Starsailor/Alcoholic</url>
550
- <artist>
551
- <name>Starsailor</name>
552
- <mbid>fbd86487-ccb5-4a57-a860-cc3d360b5115</mbid>
553
- <url>http://www.last.fm/music/Starsailor</url>
554
- </artist>
555
- <image size="small">http://www.7digital.com/shops/assets/sleeveart/0724387986756_182.JPEG</image>
556
- <image size="medium">http://www.7digital.com/shops/assets/sleeveart/0724387986756_182.JPEG</image>
557
- <image size="large">http://www.7digital.com/shops/assets/sleeveart/0724387986756_182.JPEG</image>
558
- </album>
559
- <album>
560
- <name>The Red Light District</name>
561
- <playcount>1</playcount>
562
- <tagcount></tagcount>
563
- <mbid>53b2c4a2-8d26-40bc-aa1e-a2eecff58096</mbid>
564
- <url>http://www.last.fm/music/Ludacris/The+Red+Light+District</url>
565
- <artist>
566
- <name>Ludacris</name>
567
- <mbid>0638ba22-040f-438d-83a5-9b670c4adaf5</mbid>
568
- <url>http://www.last.fm/music/Ludacris</url>
569
- </artist>
570
- <image size="small">http://userserve-ak.last.fm/serve/34s/8674087.jpg</image>
571
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8674087.jpg</image>
572
- <image size="large">http://userserve-ak.last.fm/serve/126/8674087.jpg</image>
573
- </album>
574
- <album>
575
- <name>Rock Against Bush, Volume 2</name>
576
- <playcount>1</playcount>
577
- <tagcount></tagcount>
578
- <mbid></mbid>
579
- <url>http://www.last.fm/music/Dwarves/Rock+Against+Bush%2C+Volume+2</url>
580
- <artist>
581
- <name>Dwarves</name>
582
- <mbid>762e1e6d-ba12-4946-b8ee-dfa0cf9a2655</mbid>
583
- <url>http://www.last.fm/music/Dwarves</url>
584
- </artist>
585
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
586
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
587
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
588
- </album>
589
- <album>
590
- <name>Moshi Singles Club 2006 - 2008</name>
591
- <playcount>1</playcount>
592
- <tagcount></tagcount>
593
- <mbid></mbid>
594
- <url>http://www.last.fm/music/Various+Artists/Moshi+Singles+Club+2006+-+2008</url>
595
- <artist>
596
- <name>Various Artists</name>
597
- <mbid>89ad4ac3-39f7-470e-963a-56509c546377</mbid>
598
- <url>http://www.last.fm/music/Various+Artists</url>
599
- </artist>
600
- <image size="small">http://userserve-ak.last.fm/serve/34s/11602799.jpg</image>
601
- <image size="medium">http://userserve-ak.last.fm/serve/64s/11602799.jpg</image>
602
- <image size="large">http://userserve-ak.last.fm/serve/126/11602799.jpg</image>
603
- </album>
604
- <album>
605
- <name>Calling The World</name>
606
- <playcount>1</playcount>
607
- <tagcount></tagcount>
608
- <mbid></mbid>
609
- <url>http://www.last.fm/music/Rooney/Calling+The+World</url>
610
- <artist>
611
- <name>Rooney</name>
612
- <mbid>bbc8d6b5-a3e3-4d51-9f4e-565e9ef94967</mbid>
613
- <url>http://www.last.fm/music/Rooney</url>
614
- </artist>
615
- <image size="small">http://userserve-ak.last.fm/serve/34s/10297087.jpg</image>
616
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10297087.jpg</image>
617
- <image size="large">http://userserve-ak.last.fm/serve/126/10297087.jpg</image>
618
- </album>
619
- <album>
620
- <name>By the Way</name>
621
- <playcount>1</playcount>
622
- <tagcount></tagcount>
623
- <mbid>3f66063a-e91b-4025-9582-1adb1695123b</mbid>
624
- <url>http://www.last.fm/music/Red+Hot+Chili+Peppers/By+the+Way</url>
625
- <artist>
626
- <name>Red Hot Chili Peppers</name>
627
- <mbid>8bfac288-ccc5-448d-9573-c33ea2aa5c30</mbid>
628
- <url>http://www.last.fm/music/Red+Hot+Chili+Peppers</url>
629
- </artist>
630
- <image size="small">http://userserve-ak.last.fm/serve/34s/8593331.jpg</image>
631
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8593331.jpg</image>
632
- <image size="large">http://userserve-ak.last.fm/serve/126/8593331.jpg</image>
633
- </album>
634
- <album>
635
- <name>Twenty One</name>
636
- <playcount>1</playcount>
637
- <tagcount></tagcount>
638
- <mbid></mbid>
639
- <url>http://www.last.fm/music/Mystery+Jets/Twenty+One</url>
640
- <artist>
641
- <name>Mystery Jets</name>
642
- <mbid>0f8bd5a7-c915-4e00-a035-fe3969e9a9b1</mbid>
643
- <url>http://www.last.fm/music/Mystery+Jets</url>
644
- </artist>
645
- <image size="small">http://userserve-ak.last.fm/serve/34s/5173362.jpg</image>
646
- <image size="medium">http://userserve-ak.last.fm/serve/64s/5173362.jpg</image>
647
- <image size="large">http://userserve-ak.last.fm/serve/126/5173362.jpg</image>
648
- </album>
649
- <album>
650
- <name>Violet Hill</name>
651
- <playcount>1</playcount>
652
- <tagcount></tagcount>
653
- <mbid></mbid>
654
- <url>http://www.last.fm/music/Coldplay/Violet+Hill</url>
655
- <artist>
656
- <name>Coldplay</name>
657
- <mbid>cc197bad-dc9c-440d-a5b5-d52ba2e14234</mbid>
658
- <url>http://www.last.fm/music/Coldplay</url>
659
- </artist>
660
- <image size="small">http://userserve-ak.last.fm/serve/34s/15186515.jpg</image>
661
- <image size="medium">http://userserve-ak.last.fm/serve/64s/15186515.jpg</image>
662
- <image size="large">http://userserve-ak.last.fm/serve/126/15186515.jpg</image>
663
- </album>
664
- <album>
665
- <name>Sam Sparro</name>
666
- <playcount>1</playcount>
667
- <tagcount></tagcount>
668
- <mbid></mbid>
669
- <url>http://www.last.fm/music/Sam+Sparro/Sam+Sparro</url>
670
- <artist>
671
- <name>Sam Sparro</name>
672
- <mbid></mbid>
673
- <url>http://www.last.fm/music/Sam+Sparro</url>
674
- </artist>
675
- <image size="small">http://userserve-ak.last.fm/serve/34s/7634969.jpg</image>
676
- <image size="medium">http://userserve-ak.last.fm/serve/64s/7634969.jpg</image>
677
- <image size="large">http://userserve-ak.last.fm/serve/126/7634969.jpg</image>
678
- </album>
679
- <album>
680
- <name>A Fever You Can't Sweat Out</name>
681
- <playcount>1</playcount>
682
- <tagcount></tagcount>
683
- <mbid></mbid>
684
- <url>http://www.last.fm/music/Panic+at+the+Disco/A+Fever+You+Can%27t+Sweat+Out</url>
685
- <artist>
686
- <name>Panic at the Disco</name>
687
- <mbid>b9472588-93f3-4922-a1a2-74082cdf9ce8</mbid>
688
- <url>http://www.last.fm/music/Panic+at+the+Disco</url>
689
- </artist>
690
- <image size="small">http://userserve-ak.last.fm/serve/34s/10705407.jpg</image>
691
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10705407.jpg</image>
692
- <image size="large">http://userserve-ak.last.fm/serve/126/10705407.jpg</image>
693
- </album>
694
- <album>
695
- <name>Meds</name>
696
- <playcount>1</playcount>
697
- <tagcount></tagcount>
698
- <mbid>d67c1834-59d7-4422-82b2-b1de8582fc60</mbid>
699
- <url>http://www.last.fm/music/Placebo/Meds</url>
700
- <artist>
701
- <name>Placebo</name>
702
- <mbid>847e8284-8582-4b0e-9c26-b042a4f49e57</mbid>
703
- <url>http://www.last.fm/music/Placebo</url>
704
- </artist>
705
- <image size="small">http://userserve-ak.last.fm/serve/34s/27302043.jpg</image>
706
- <image size="medium">http://userserve-ak.last.fm/serve/64s/27302043.jpg</image>
707
- <image size="large">http://userserve-ak.last.fm/serve/126/27302043.jpg</image>
708
- </album>
709
- <album>
710
- <name>Diamonds on the Inside</name>
711
- <playcount>1</playcount>
712
- <tagcount></tagcount>
713
- <mbid>5e500047-978a-44d4-84ef-f714be4235ec</mbid>
714
- <url>http://www.last.fm/music/Ben+Harper/Diamonds+on+the+Inside</url>
715
- <artist>
716
- <name>Ben Harper</name>
717
- <mbid>1582a5b8-538e-45e7-9ae4-4099439a0e79</mbid>
718
- <url>http://www.last.fm/music/Ben+Harper</url>
719
- </artist>
720
- <image size="small">http://images.amazon.com/images/P/B00008AY3L.01.MZZZZZZZ.jpg</image>
721
- <image size="medium">http://images.amazon.com/images/P/B00008AY3L.01.MZZZZZZZ.jpg</image>
722
- <image size="large">http://images.amazon.com/images/P/B00008AY3L.01.MZZZZZZZ.jpg</image>
723
- </album>
724
- <album>
725
- <name>Voodoo People</name>
726
- <playcount>1</playcount>
727
- <tagcount></tagcount>
728
- <mbid>229a94a5-2b5d-4437-a07c-c344b4acedb7</mbid>
729
- <url>http://www.last.fm/music/The+Prodigy/Voodoo+People</url>
730
- <artist>
731
- <name>The Prodigy</name>
732
- <mbid>4a4ee089-93b1-4470-af9a-6ff575d32704</mbid>
733
- <url>http://www.last.fm/music/The+Prodigy</url>
734
- </artist>
735
- <image size="small">http://images.amazon.com/images/P/B000007338.01._SCMZZZZZZZ_.jpg</image>
736
- <image size="medium">http://images.amazon.com/images/P/B000007338.01._SCMZZZZZZZ_.jpg</image>
737
- <image size="large">http://images.amazon.com/images/P/B000007338.01._SCMZZZZZZZ_.jpg</image>
738
- </album>
739
- </albums></lfm>