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,754 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <lfm status="ok">
3
- <albums user="xhochy" page="1" perPage="50" totalPages="8">
4
- <album>
5
- <name>Silent Alarm</name>
6
- <playcount>1043</playcount>
7
- <tagcount></tagcount>
8
- <mbid>7e18e965-cbc7-43d6-9042-daba4f984a34</mbid>
9
- <url>http://www.last.fm/music/Bloc+Party/Silent+Alarm</url>
10
- <artist>
11
- <name>Bloc Party</name>
12
- <mbid>8c538f11-c141-4588-8ecb-931083524186</mbid>
13
- <url>http://www.last.fm/music/Bloc+Party</url>
14
- </artist>
15
- <image size="small">http://userserve-ak.last.fm/serve/34s/9903887.jpg</image>
16
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9903887.jpg</image>
17
- <image size="large">http://userserve-ak.last.fm/serve/126/9903887.jpg</image>
18
- </album>
19
- <album>
20
- <name>Whatever People Say I Am, That's What I'm Not</name>
21
- <playcount>621</playcount>
22
- <tagcount></tagcount>
23
- <mbid>fd3b81d6-a4d0-4cea-8421-e462b10cf465</mbid>
24
- <url>http://www.last.fm/music/Arctic+Monkeys/Whatever+People+Say+I+Am%2C+That%27s+What+I%27m+Not</url>
25
- <artist>
26
- <name>Arctic Monkeys</name>
27
- <mbid>ada7a83c-e3e1-40f1-93f9-3e73dbc9298a</mbid>
28
- <url>http://www.last.fm/music/Arctic+Monkeys</url>
29
- </artist>
30
- <image size="small">http://images.amazon.com/images/P/B000BTDMDC.01.MZZZZZZZ.jpg</image>
31
- <image size="medium">http://images.amazon.com/images/P/B000BTDMDC.01.MZZZZZZZ.jpg</image>
32
- <image size="large">http://images.amazon.com/images/P/B000BTDMDC.01.MZZZZZZZ.jpg</image>
33
- </album>
34
- <album>
35
- <name>The Wombats Proudly Present: A Guide to Love, Loss &amp; Desperation</name>
36
- <playcount>566</playcount>
37
- <tagcount></tagcount>
38
- <mbid></mbid>
39
- <url>http://www.last.fm/music/The+Wombats/The%2BWombats%2BProudly%2BPresent%253A%2BA%2BGuide%2Bto%2BLove%252C%2BLoss%2B%2526%2BDesperation</url>
40
- <artist>
41
- <name>The Wombats</name>
42
- <mbid>e105c272-b5d7-4135-82ef-d60bded54345</mbid>
43
- <url>http://www.last.fm/music/The+Wombats</url>
44
- </artist>
45
- <image size="small">http://userserve-ak.last.fm/serve/34s/23951595.jpg</image>
46
- <image size="medium">http://userserve-ak.last.fm/serve/64s/23951595.jpg</image>
47
- <image size="large">http://userserve-ak.last.fm/serve/126/23951595.jpg</image>
48
- </album>
49
- <album>
50
- <name>A Weekend in the City</name>
51
- <playcount>516</playcount>
52
- <tagcount></tagcount>
53
- <mbid></mbid>
54
- <url>http://www.last.fm/music/Bloc+Party/A+Weekend+in+the+City</url>
55
- <artist>
56
- <name>Bloc Party</name>
57
- <mbid>8c538f11-c141-4588-8ecb-931083524186</mbid>
58
- <url>http://www.last.fm/music/Bloc+Party</url>
59
- </artist>
60
- <image size="small">http://userserve-ak.last.fm/serve/34s/9102181.jpg</image>
61
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9102181.jpg</image>
62
- <image size="large">http://userserve-ak.last.fm/serve/126/9102181.jpg</image>
63
- </album>
64
- <album>
65
- <name>Vampire Weekend</name>
66
- <playcount>503</playcount>
67
- <tagcount></tagcount>
68
- <mbid></mbid>
69
- <url>http://www.last.fm/music/Vampire+Weekend/Vampire+Weekend</url>
70
- <artist>
71
- <name>Vampire Weekend</name>
72
- <mbid>af37c51c-0790-4a29-b995-456f98a6b8c9</mbid>
73
- <url>http://www.last.fm/music/Vampire+Weekend</url>
74
- </artist>
75
- <image size="small">http://userserve-ak.last.fm/serve/34s/3762517.jpg</image>
76
- <image size="medium">http://userserve-ak.last.fm/serve/64s/3762517.jpg</image>
77
- <image size="large">http://userserve-ak.last.fm/serve/126/3762517.jpg</image>
78
- </album>
79
- <album>
80
- <name>Waterloo to Anywhere</name>
81
- <playcount>393</playcount>
82
- <tagcount></tagcount>
83
- <mbid></mbid>
84
- <url>http://www.last.fm/music/Dirty+Pretty+Things/Waterloo+to+Anywhere</url>
85
- <artist>
86
- <name>Dirty Pretty Things</name>
87
- <mbid>648615ca-ca74-460d-928a-2bae67ae6d14</mbid>
88
- <url>http://www.last.fm/music/Dirty+Pretty+Things</url>
89
- </artist>
90
- <image size="small">http://userserve-ak.last.fm/serve/34s/8810557.jpg</image>
91
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8810557.jpg</image>
92
- <image size="large">http://userserve-ak.last.fm/serve/126/8810557.jpg</image>
93
- </album>
94
- <album>
95
- <name>Greatest Hits</name>
96
- <playcount>344</playcount>
97
- <tagcount></tagcount>
98
- <mbid>809da256-7de7-46d6-85d4-1de6d70d3328</mbid>
99
- <url>http://www.last.fm/music/Blink-182/Greatest+Hits</url>
100
- <artist>
101
- <name>blink-182</name>
102
- <mbid>0743b15a-3c32-48c8-ad58-cb325350befa</mbid>
103
- <url>http://www.last.fm/music/blink-182</url>
104
- </artist>
105
- <image size="small">http://userserve-ak.last.fm/serve/34s/8755549.jpg</image>
106
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8755549.jpg</image>
107
- <image size="large">http://userserve-ak.last.fm/serve/126/8755549.jpg</image>
108
- </album>
109
- <album>
110
- <name>Aerial View</name>
111
- <playcount>333</playcount>
112
- <tagcount></tagcount>
113
- <mbid>270635ab-ead6-4c56-aced-b42846630548</mbid>
114
- <url>http://www.last.fm/music/Blackmail/Aerial+View</url>
115
- <artist>
116
- <name>Blackmail</name>
117
- <mbid>d415628d-8c84-453b-8a75-4816b088dbc9</mbid>
118
- <url>http://www.last.fm/music/Blackmail</url>
119
- </artist>
120
- <image size="small">http://images.amazon.com/images/P/B000C0WXFI.01.MZZZZZZZ.jpg</image>
121
- <image size="medium">http://images.amazon.com/images/P/B000C0WXFI.01.MZZZZZZZ.jpg</image>
122
- <image size="large">http://images.amazon.com/images/P/B000C0WXFI.01.MZZZZZZZ.jpg</image>
123
- </album>
124
- <album>
125
- <name>Franz Ferdinand</name>
126
- <playcount>318</playcount>
127
- <tagcount></tagcount>
128
- <mbid>35fd1780-fe47-4e69-a74d-1fd8a0f07dd5</mbid>
129
- <url>http://www.last.fm/music/Franz+Ferdinand/Franz+Ferdinand</url>
130
- <artist>
131
- <name>Franz Ferdinand</name>
132
- <mbid>aa7a2827-f74b-473c-bd79-03d065835cf7</mbid>
133
- <url>http://www.last.fm/music/Franz+Ferdinand</url>
134
- </artist>
135
- <image size="small">http://userserve-ak.last.fm/serve/34s/22427459.jpg</image>
136
- <image size="medium">http://userserve-ak.last.fm/serve/64s/22427459.jpg</image>
137
- <image size="large">http://userserve-ak.last.fm/serve/126/22427459.jpg</image>
138
- </album>
139
- <album>
140
- <name>International Superhits</name>
141
- <playcount>296</playcount>
142
- <tagcount></tagcount>
143
- <mbid></mbid>
144
- <url>http://www.last.fm/music/Green+Day/International+Superhits</url>
145
- <artist>
146
- <name>Green Day</name>
147
- <mbid>084308bd-1654-436f-ba03-df6697104e19</mbid>
148
- <url>http://www.last.fm/music/Green+Day</url>
149
- </artist>
150
- <image size="small">http://images.amazon.com/images/P/B00005OSZE.01._SCMZZZZZZZ_.jpg</image>
151
- <image size="medium">http://images.amazon.com/images/P/B00005OSZE.01._SCMZZZZZZZ_.jpg</image>
152
- <image size="large">http://images.amazon.com/images/P/B00005OSZE.01._SCMZZZZZZZ_.jpg</image>
153
- </album>
154
- <album>
155
- <name>Splinter</name>
156
- <playcount>267</playcount>
157
- <tagcount></tagcount>
158
- <mbid>fd55a3dd-0487-4216-87b9-2e99863cc2df</mbid>
159
- <url>http://www.last.fm/music/The+Offspring/Splinter</url>
160
- <artist>
161
- <name>The Offspring</name>
162
- <mbid>23a03e33-a603-404e-bcbf-2c00159d7067</mbid>
163
- <url>http://www.last.fm/music/The+Offspring</url>
164
- </artist>
165
- <image size="small">http://userserve-ak.last.fm/serve/34s/23739571.jpg</image>
166
- <image size="medium">http://userserve-ak.last.fm/serve/64s/23739571.jpg</image>
167
- <image size="large">http://userserve-ak.last.fm/serve/126/23739571.jpg</image>
168
- </album>
169
- <album>
170
- <name>Costello Music</name>
171
- <playcount>262</playcount>
172
- <tagcount></tagcount>
173
- <mbid></mbid>
174
- <url>http://www.last.fm/music/The+Fratellis/Costello+Music</url>
175
- <artist>
176
- <name>The Fratellis</name>
177
- <mbid></mbid>
178
- <url>http://www.last.fm/music/The+Fratellis</url>
179
- </artist>
180
- <image size="small">http://userserve-ak.last.fm/serve/34s/9033529.jpg</image>
181
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9033529.jpg</image>
182
- <image size="large">http://userserve-ak.last.fm/serve/126/9033529.jpg</image>
183
- </album>
184
- <album>
185
- <name>Burli</name>
186
- <playcount>243</playcount>
187
- <tagcount></tagcount>
188
- <mbid>b8142c5d-3180-4f59-a9d3-880904621f73</mbid>
189
- <url>http://www.last.fm/music/Sportfreunde+Stiller/Burli</url>
190
- <artist>
191
- <name>Sportfreunde Stiller</name>
192
- <mbid>35581de7-591f-424f-9c64-7b22fd45605e</mbid>
193
- <url>http://www.last.fm/music/Sportfreunde+Stiller</url>
194
- </artist>
195
- <image size="small">http://userserve-ak.last.fm/serve/34s/8717053.jpg</image>
196
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8717053.jpg</image>
197
- <image size="large">http://userserve-ak.last.fm/serve/126/8717053.jpg</image>
198
- </album>
199
- <album>
200
- <name>Oracular Spectacular</name>
201
- <playcount>237</playcount>
202
- <tagcount></tagcount>
203
- <mbid></mbid>
204
- <url>http://www.last.fm/music/MGMT/Oracular+Spectacular</url>
205
- <artist>
206
- <name>MGMT</name>
207
- <mbid>c485632c-b784-4ee9-8ea1-c5fb365681fc</mbid>
208
- <url>http://www.last.fm/music/MGMT</url>
209
- </artist>
210
- <image size="small">http://userserve-ak.last.fm/serve/34s/22357783.jpg</image>
211
- <image size="medium">http://userserve-ak.last.fm/serve/64s/22357783.jpg</image>
212
- <image size="large">http://userserve-ak.last.fm/serve/126/22357783.jpg</image>
213
- </album>
214
- <album>
215
- <name>Tyrannosaurus Hives</name>
216
- <playcount>228</playcount>
217
- <tagcount></tagcount>
218
- <mbid>2c9c42cc-7a98-4906-a76f-aacdabaccf3e</mbid>
219
- <url>http://www.last.fm/music/The+Hives/Tyrannosaurus+Hives</url>
220
- <artist>
221
- <name>The Hives</name>
222
- <mbid>487bfd74-71bf-46dd-b89c-80b7a0f06f2f</mbid>
223
- <url>http://www.last.fm/music/The+Hives</url>
224
- </artist>
225
- <image size="small">http://userserve-ak.last.fm/serve/34s/8676489.jpg</image>
226
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8676489.jpg</image>
227
- <image size="large">http://userserve-ak.last.fm/serve/126/8676489.jpg</image>
228
- </album>
229
- <album>
230
- <name>Weekend in the City</name>
231
- <playcount>225</playcount>
232
- <tagcount></tagcount>
233
- <mbid></mbid>
234
- <url>http://www.last.fm/music/Bloc+Party/Weekend+in+the+City</url>
235
- <artist>
236
- <name>Bloc Party</name>
237
- <mbid>8c538f11-c141-4588-8ecb-931083524186</mbid>
238
- <url>http://www.last.fm/music/Bloc+Party</url>
239
- </artist>
240
- <image size="small">http://ec1.images-amazon.com/images/P/B000K7V6Y2.01._SCMZZZZZZZ_V44620000_.jpg</image>
241
- <image size="medium">http://ec1.images-amazon.com/images/P/B000K7V6Y2.01._SCMZZZZZZZ_V44620000_.jpg</image>
242
- <image size="large">http://ec1.images-amazon.com/images/P/B000K7V6Y2.01._SCMZZZZZZZ_V44620000_.jpg</image>
243
- </album>
244
- <album>
245
- <name>Veni Vidi Vicious</name>
246
- <playcount>220</playcount>
247
- <tagcount></tagcount>
248
- <mbid>c5288cfa-d773-42c6-a7cb-47cd3bfb41b5</mbid>
249
- <url>http://www.last.fm/music/The+Hives/Veni+Vidi+Vicious</url>
250
- <artist>
251
- <name>The Hives</name>
252
- <mbid>487bfd74-71bf-46dd-b89c-80b7a0f06f2f</mbid>
253
- <url>http://www.last.fm/music/The+Hives</url>
254
- </artist>
255
- <image size="small">http://userserve-ak.last.fm/serve/34s/25888215.png</image>
256
- <image size="medium">http://userserve-ak.last.fm/serve/64s/25888215.png</image>
257
- <image size="large">http://userserve-ak.last.fm/serve/126/25888215.png</image>
258
- </album>
259
- <album>
260
- <name>Living Thing</name>
261
- <playcount>190</playcount>
262
- <tagcount></tagcount>
263
- <mbid></mbid>
264
- <url>http://www.last.fm/music/Peter+Bjorn+and+John/Living+Thing</url>
265
- <artist>
266
- <name>Peter Bjorn and John</name>
267
- <mbid>32a83250-7e26-422d-b9ac-f4564343e9ce</mbid>
268
- <url>http://www.last.fm/music/Peter+Bjorn+and+John</url>
269
- </artist>
270
- <image size="small">http://userserve-ak.last.fm/serve/34s/28434755.png</image>
271
- <image size="medium">http://userserve-ak.last.fm/serve/64s/28434755.png</image>
272
- <image size="large">http://userserve-ak.last.fm/serve/126/28434755.png</image>
273
- </album>
274
- <album>
275
- <name>Favourite Worst Nightmare</name>
276
- <playcount>188</playcount>
277
- <tagcount></tagcount>
278
- <mbid></mbid>
279
- <url>http://www.last.fm/music/Arctic+Monkeys/Favourite+Worst+Nightmare</url>
280
- <artist>
281
- <name>Arctic Monkeys</name>
282
- <mbid>ada7a83c-e3e1-40f1-93f9-3e73dbc9298a</mbid>
283
- <url>http://www.last.fm/music/Arctic+Monkeys</url>
284
- </artist>
285
- <image size="small">http://userserve-ak.last.fm/serve/34s/9131187.jpg</image>
286
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9131187.jpg</image>
287
- <image size="large">http://userserve-ak.last.fm/serve/126/9131187.jpg</image>
288
- </album>
289
- <album>
290
- <name>Hefty Fine</name>
291
- <playcount>187</playcount>
292
- <tagcount></tagcount>
293
- <mbid>7919c7dc-23d6-4673-b3fa-223027fbe1b1</mbid>
294
- <url>http://www.last.fm/music/Bloodhound+Gang/Hefty+Fine</url>
295
- <artist>
296
- <name>Bloodhound Gang</name>
297
- <mbid>b2dbfc09-b332-408b-a235-1850e41971c5</mbid>
298
- <url>http://www.last.fm/music/Bloodhound+Gang</url>
299
- </artist>
300
- <image size="small">http://userserve-ak.last.fm/serve/34s/8751895.jpg</image>
301
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8751895.jpg</image>
302
- <image size="large">http://userserve-ak.last.fm/serve/126/8751895.jpg</image>
303
- </album>
304
- <album>
305
- <name>So This Is Great Britain?</name>
306
- <playcount>185</playcount>
307
- <tagcount></tagcount>
308
- <mbid></mbid>
309
- <url>http://www.last.fm/music/The+Holloways/So+This+Is+Great+Britain%3F</url>
310
- <artist>
311
- <name>The Holloways</name>
312
- <mbid>ed0c90ee-4cc0-4928-8f61-93dbd7869eb9</mbid>
313
- <url>http://www.last.fm/music/The+Holloways</url>
314
- </artist>
315
- <image size="small">http://userserve-ak.last.fm/serve/34s/11332223.jpg</image>
316
- <image size="medium">http://userserve-ak.last.fm/serve/64s/11332223.jpg</image>
317
- <image size="large">http://userserve-ak.last.fm/serve/126/11332223.jpg</image>
318
- </album>
319
- <album>
320
- <name>Metro Station</name>
321
- <playcount>183</playcount>
322
- <tagcount></tagcount>
323
- <mbid></mbid>
324
- <url>http://www.last.fm/music/Metro+Station/Metro+Station</url>
325
- <artist>
326
- <name>Metro Station</name>
327
- <mbid>ab7ebf8c-059f-4071-93b1-dd3ae80d60b2</mbid>
328
- <url>http://www.last.fm/music/Metro+Station</url>
329
- </artist>
330
- <image size="small">http://userserve-ak.last.fm/serve/34s/23380199.jpg</image>
331
- <image size="medium">http://userserve-ak.last.fm/serve/64s/23380199.jpg</image>
332
- <image size="large">http://userserve-ak.last.fm/serve/126/23380199.jpg</image>
333
- </album>
334
- <album>
335
- <name>II</name>
336
- <playcount>181</playcount>
337
- <tagcount></tagcount>
338
- <mbid></mbid>
339
- <url>http://www.last.fm/music/Billy+Talent/II</url>
340
- <artist>
341
- <name>Billy Talent</name>
342
- <mbid>fd429857-5ace-4609-ae54-1502c3bdac11</mbid>
343
- <url>http://www.last.fm/music/Billy+Talent</url>
344
- </artist>
345
- <image size="small">http://userserve-ak.last.fm/serve/34s/28906727.jpg</image>
346
- <image size="medium">http://userserve-ak.last.fm/serve/64s/28906727.jpg</image>
347
- <image size="large">http://userserve-ak.last.fm/serve/126/28906727.jpg</image>
348
- </album>
349
- <album>
350
- <name>Original Pirate Material</name>
351
- <playcount>175</playcount>
352
- <tagcount></tagcount>
353
- <mbid>b989ceea-ade1-4b7b-917d-dee0fdb62f92</mbid>
354
- <url>http://www.last.fm/music/The+Streets/Original+Pirate+Material</url>
355
- <artist>
356
- <name>The Streets</name>
357
- <mbid>6f607087-9c46-4bb2-a884-e4efc764554c</mbid>
358
- <url>http://www.last.fm/music/The+Streets</url>
359
- </artist>
360
- <image size="small">http://userserve-ak.last.fm/serve/34s/8594953.jpg</image>
361
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8594953.jpg</image>
362
- <image size="large">http://userserve-ak.last.fm/serve/126/8594953.jpg</image>
363
- </album>
364
- <album>
365
- <name>X&amp;Y</name>
366
- <playcount>174</playcount>
367
- <tagcount></tagcount>
368
- <mbid>a45b3f71-8ff1-4498-8a7a-e2d18a2f6aa8</mbid>
369
- <url>http://www.last.fm/music/Coldplay/X%2526Y</url>
370
- <artist>
371
- <name>Coldplay</name>
372
- <mbid>cc197bad-dc9c-440d-a5b5-d52ba2e14234</mbid>
373
- <url>http://www.last.fm/music/Coldplay</url>
374
- </artist>
375
- <image size="small">http://images.amazon.com/images/P/B0006L16N8.01.MZZZZZZZ.jpg</image>
376
- <image size="medium">http://images.amazon.com/images/P/B0006L16N8.01.MZZZZZZZ.jpg</image>
377
- <image size="large">http://images.amazon.com/images/P/B0006L16N8.01.MZZZZZZZ.jpg</image>
378
- </album>
379
- <album>
380
- <name>Die gute Seite</name>
381
- <playcount>167</playcount>
382
- <tagcount></tagcount>
383
- <mbid>10ddd258-7c7c-48f8-b4d1-e35470674380</mbid>
384
- <url>http://www.last.fm/music/Sportfreunde+Stiller/Die+gute+Seite</url>
385
- <artist>
386
- <name>Sportfreunde Stiller</name>
387
- <mbid>35581de7-591f-424f-9c64-7b22fd45605e</mbid>
388
- <url>http://www.last.fm/music/Sportfreunde+Stiller</url>
389
- </artist>
390
- <image size="small">http://userserve-ak.last.fm/serve/34s/8634899.jpg</image>
391
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8634899.jpg</image>
392
- <image size="large">http://userserve-ak.last.fm/serve/126/8634899.jpg</image>
393
- </album>
394
- <album>
395
- <name>Intimacy</name>
396
- <playcount>163</playcount>
397
- <tagcount></tagcount>
398
- <mbid></mbid>
399
- <url>http://www.last.fm/music/Bloc+Party/Intimacy</url>
400
- <artist>
401
- <name>Bloc Party</name>
402
- <mbid>8c538f11-c141-4588-8ecb-931083524186</mbid>
403
- <url>http://www.last.fm/music/Bloc+Party</url>
404
- </artist>
405
- <image size="small">http://userserve-ak.last.fm/serve/34s/16347901.jpg</image>
406
- <image size="medium">http://userserve-ak.last.fm/serve/64s/16347901.jpg</image>
407
- <image size="large">http://userserve-ak.last.fm/serve/126/16347901.jpg</image>
408
- </album>
409
- <album>
410
- <name>Dear Catastrophe Waitress</name>
411
- <playcount>156</playcount>
412
- <tagcount></tagcount>
413
- <mbid>306a8cb8-bfa6-46da-8984-c2b661e114bd</mbid>
414
- <url>http://www.last.fm/music/Belle+and+Sebastian/Dear+Catastrophe+Waitress</url>
415
- <artist>
416
- <name>Belle and Sebastian</name>
417
- <mbid>e5c7b94f-e264-473c-bb0f-37c85d4d5c70</mbid>
418
- <url>http://www.last.fm/music/Belle+and+Sebastian</url>
419
- </artist>
420
- <image size="small">http://images.amazon.com/images/P/B0000CBHQ1.01.THUMBZZZ.jpg</image>
421
- <image size="medium">http://images.amazon.com/images/P/B0000CBHQ1.01.MZZZZZZZ.jpg</image>
422
- <image size="large">http://images.amazon.com/images/P/B0000CBHQ1.01.LZZZZZZZ.jpg</image>
423
- </album>
424
- <album>
425
- <name>Sam's Town</name>
426
- <playcount>143</playcount>
427
- <tagcount></tagcount>
428
- <mbid></mbid>
429
- <url>http://www.last.fm/music/The+Killers/Sam%27s+Town</url>
430
- <artist>
431
- <name>The Killers</name>
432
- <mbid>95e1ead9-4d31-4808-a7ac-32c3614c116b</mbid>
433
- <url>http://www.last.fm/music/The+Killers</url>
434
- </artist>
435
- <image size="small">http://userserve-ak.last.fm/serve/34s/9192209.jpg</image>
436
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9192209.jpg</image>
437
- <image size="large">http://userserve-ak.last.fm/serve/126/9192209.jpg</image>
438
- </album>
439
- <album>
440
- <name>A Grand Don't Come for Free</name>
441
- <playcount>138</playcount>
442
- <tagcount></tagcount>
443
- <mbid>e932edc4-33ba-4039-a1f0-81b1958ef898</mbid>
444
- <url>http://www.last.fm/music/The+Streets/A+Grand+Don%27t+Come+for+Free</url>
445
- <artist>
446
- <name>The Streets</name>
447
- <mbid>6f607087-9c46-4bb2-a884-e4efc764554c</mbid>
448
- <url>http://www.last.fm/music/The+Streets</url>
449
- </artist>
450
- <image size="small">http://userserve-ak.last.fm/serve/34s/12623177.jpg</image>
451
- <image size="medium">http://userserve-ak.last.fm/serve/64s/12623177.jpg</image>
452
- <image size="large">http://userserve-ak.last.fm/serve/126/12623177.jpg</image>
453
- </album>
454
- <album>
455
- <name>Flux</name>
456
- <playcount>138</playcount>
457
- <tagcount></tagcount>
458
- <mbid></mbid>
459
- <url>http://www.last.fm/music/Bloc+Party/Flux</url>
460
- <artist>
461
- <name>Bloc Party</name>
462
- <mbid>8c538f11-c141-4588-8ecb-931083524186</mbid>
463
- <url>http://www.last.fm/music/Bloc+Party</url>
464
- </artist>
465
- <image size="small">http://userserve-ak.last.fm/serve/34s/10297389.jpg</image>
466
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10297389.jpg</image>
467
- <image size="large">http://userserve-ak.last.fm/serve/126/10297389.jpg</image>
468
- </album>
469
- <album>
470
- <name>Collision Course</name>
471
- <playcount>134</playcount>
472
- <tagcount></tagcount>
473
- <mbid>f51598f5-4ef9-4b8a-865d-06a077bf78cf</mbid>
474
- <url>http://www.last.fm/music/Jay-Z+and+Linkin+Park/Collision+Course</url>
475
- <artist>
476
- <name>Jay-Z and Linkin Park</name>
477
- <mbid>ae681605-2801-4120-9a48-e18752042306</mbid>
478
- <url>http://www.last.fm/music/Jay-Z+and+Linkin+Park</url>
479
- </artist>
480
- <image size="small">http://userserve-ak.last.fm/serve/34s/8675281.jpg</image>
481
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8675281.jpg</image>
482
- <image size="large">http://userserve-ak.last.fm/serve/126/8675281.jpg</image>
483
- </album>
484
- <album>
485
- <name>Walking on a Thin Line</name>
486
- <playcount>132</playcount>
487
- <tagcount></tagcount>
488
- <mbid>769a46de-52e2-4322-9db0-cbd6b789e3f8</mbid>
489
- <url>http://www.last.fm/music/Guano+Apes/Walking+on+a+Thin+Line</url>
490
- <artist>
491
- <name>Guano Apes</name>
492
- <mbid>66da25f9-1534-4dd1-b88c-718bc24e1ccd</mbid>
493
- <url>http://www.last.fm/music/Guano+Apes</url>
494
- </artist>
495
- <image size="small">http://userserve-ak.last.fm/serve/34s/22670585.jpg</image>
496
- <image size="medium">http://userserve-ak.last.fm/serve/64s/22670585.jpg</image>
497
- <image size="large">http://userserve-ak.last.fm/serve/126/22670585.jpg</image>
498
- </album>
499
- <album>
500
- <name>Die Perfektion</name>
501
- <playcount>126</playcount>
502
- <tagcount></tagcount>
503
- <mbid>17ddaad9-6184-4c58-9954-e6e8516a4c1c</mbid>
504
- <url>http://www.last.fm/music/Madsen/Die+Perfektion</url>
505
- <artist>
506
- <name>Madsen</name>
507
- <mbid>8a0c3b86-af55-42d2-85b9-6372e7430986</mbid>
508
- <url>http://www.last.fm/music/Madsen</url>
509
- </artist>
510
- <image size="small">http://userserve-ak.last.fm/serve/34s/8729333.jpg</image>
511
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8729333.jpg</image>
512
- <image size="large">http://userserve-ak.last.fm/serve/126/8729333.jpg</image>
513
- </album>
514
- <album>
515
- <name>Viva la Vida or Death and All His Friends</name>
516
- <playcount>124</playcount>
517
- <tagcount></tagcount>
518
- <mbid></mbid>
519
- <url>http://www.last.fm/music/Coldplay/Viva+la+Vida+or+Death+and+All+His+Friends</url>
520
- <artist>
521
- <name>Coldplay</name>
522
- <mbid>cc197bad-dc9c-440d-a5b5-d52ba2e14234</mbid>
523
- <url>http://www.last.fm/music/Coldplay</url>
524
- </artist>
525
- <image size="small">http://userserve-ak.last.fm/serve/34s/14349365.jpg</image>
526
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14349365.jpg</image>
527
- <image size="large">http://userserve-ak.last.fm/serve/126/14349365.jpg</image>
528
- </album>
529
- <album>
530
- <name>Californication</name>
531
- <playcount>123</playcount>
532
- <tagcount></tagcount>
533
- <mbid>a5429e73-586a-4247-a6e2-4bde73205069</mbid>
534
- <url>http://www.last.fm/music/Red+Hot+Chili+Peppers/Californication</url>
535
- <artist>
536
- <name>Red Hot Chili Peppers</name>
537
- <mbid>8bfac288-ccc5-448d-9573-c33ea2aa5c30</mbid>
538
- <url>http://www.last.fm/music/Red+Hot+Chili+Peppers</url>
539
- </artist>
540
- <image size="small">http://userserve-ak.last.fm/serve/34s/8593509.jpg</image>
541
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8593509.jpg</image>
542
- <image size="large">http://userserve-ak.last.fm/serve/126/8593509.jpg</image>
543
- </album>
544
- <album>
545
- <name>Stadtaffe</name>
546
- <playcount>122</playcount>
547
- <tagcount></tagcount>
548
- <mbid></mbid>
549
- <url>http://www.last.fm/music/Peter+Fox/Stadtaffe</url>
550
- <artist>
551
- <name>Peter Fox</name>
552
- <mbid></mbid>
553
- <url>http://www.last.fm/music/Peter+Fox</url>
554
- </artist>
555
- <image size="small">http://userserve-ak.last.fm/serve/34s/22983221.jpg</image>
556
- <image size="medium">http://userserve-ak.last.fm/serve/64s/22983221.jpg</image>
557
- <image size="large">http://userserve-ak.last.fm/serve/126/22983221.jpg</image>
558
- </album>
559
- <album>
560
- <name>The Maker</name>
561
- <playcount>121</playcount>
562
- <tagcount></tagcount>
563
- <mbid></mbid>
564
- <url>http://www.last.fm/music/Trashmonkeys/The+Maker</url>
565
- <artist>
566
- <name>Trashmonkeys</name>
567
- <mbid>e475f569-d662-45fc-be1e-2539ab60a094</mbid>
568
- <url>http://www.last.fm/music/Trashmonkeys</url>
569
- </artist>
570
- <image size="small">http://images.amazon.com/images/P/B0002KP5YY.03.MZZZZZZZ.jpg</image>
571
- <image size="medium">http://images.amazon.com/images/P/B0002KP5YY.03.MZZZZZZZ.jpg</image>
572
- <image size="large">http://images.amazon.com/images/P/B0002KP5YY.03.MZZZZZZZ.jpg</image>
573
- </album>
574
- <album>
575
- <name>The Hardest Way To Make An Easy Living</name>
576
- <playcount>118</playcount>
577
- <tagcount></tagcount>
578
- <mbid></mbid>
579
- <url>http://www.last.fm/music/The+Streets/The+Hardest+Way+To+Make+An+Easy+Living</url>
580
- <artist>
581
- <name>The Streets</name>
582
- <mbid>6f607087-9c46-4bb2-a884-e4efc764554c</mbid>
583
- <url>http://www.last.fm/music/The+Streets</url>
584
- </artist>
585
- <image size="small">http://userserve-ak.last.fm/serve/34s/8790429.jpg</image>
586
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8790429.jpg</image>
587
- <image size="large">http://userserve-ak.last.fm/serve/126/8790429.jpg</image>
588
- </album>
589
- <album>
590
- <name>Am Wasser gebaut</name>
591
- <playcount>113</playcount>
592
- <tagcount></tagcount>
593
- <mbid>7caecf9e-6fb2-4def-95ef-5cdf6dd05410</mbid>
594
- <url>http://www.last.fm/music/Fettes+Brot/Am+Wasser+gebaut</url>
595
- <artist>
596
- <name>Fettes Brot</name>
597
- <mbid>733e7372-5400-4c79-9059-33e2b2262d01</mbid>
598
- <url>http://www.last.fm/music/Fettes+Brot</url>
599
- </artist>
600
- <image size="small">http://images.amazon.com/images/P/B0007RA6Z0.01.MZZZZZZZ.jpg</image>
601
- <image size="medium">http://images.amazon.com/images/P/B0007RA6Z0.01.MZZZZZZZ.jpg</image>
602
- <image size="large">http://images.amazon.com/images/P/B0007RA6Z0.01.MZZZZZZZ.jpg</image>
603
- </album>
604
- <album>
605
- <name>The Terror State</name>
606
- <playcount>100</playcount>
607
- <tagcount></tagcount>
608
- <mbid>aadae676-0ff5-42ef-a570-5291cd8a3d70</mbid>
609
- <url>http://www.last.fm/music/Anti-Flag/The+Terror+State</url>
610
- <artist>
611
- <name>Anti-Flag</name>
612
- <mbid>b88f21a7-a1b9-48fd-bbc4-ae758026f17f</mbid>
613
- <url>http://www.last.fm/music/Anti-Flag</url>
614
- </artist>
615
- <image size="small">http://images.amazon.com/images/P/B0000DH29Y.01.THUMBZZZ.jpg</image>
616
- <image size="medium">http://images.amazon.com/images/P/B0000DH29Y.01.MZZZZZZZ.jpg</image>
617
- <image size="large">http://images.amazon.com/images/P/B0000DH29Y.01.LZZZZZZZ.jpg</image>
618
- </album>
619
- <album>
620
- <name>Nick &amp; Norah's Infinite Playlist</name>
621
- <playcount>99</playcount>
622
- <tagcount></tagcount>
623
- <mbid></mbid>
624
- <url>http://www.last.fm/music/Vampire+Weekend/Nick%2B%2526%2BNorah%2527s%2BInfinite%2BPlaylist</url>
625
- <artist>
626
- <name>Vampire Weekend</name>
627
- <mbid>af37c51c-0790-4a29-b995-456f98a6b8c9</mbid>
628
- <url>http://www.last.fm/music/Vampire+Weekend</url>
629
- </artist>
630
- <image size="small">http://userserve-ak.last.fm/serve/34s/23717545.jpg</image>
631
- <image size="medium">http://userserve-ak.last.fm/serve/64s/23717545.jpg</image>
632
- <image size="large">http://userserve-ak.last.fm/serve/126/23717545.jpg</image>
633
- </album>
634
- <album>
635
- <name>Enema of the State</name>
636
- <playcount>94</playcount>
637
- <tagcount></tagcount>
638
- <mbid>16eb541f-83f5-45dd-a42a-99e3b8d24561</mbid>
639
- <url>http://www.last.fm/music/blink-182/Enema+of+the+State</url>
640
- <artist>
641
- <name>blink-182</name>
642
- <mbid>0743b15a-3c32-48c8-ad58-cb325350befa</mbid>
643
- <url>http://www.last.fm/music/blink-182</url>
644
- </artist>
645
- <image size="small">http://userserve-ak.last.fm/serve/34s/8634779.jpg</image>
646
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8634779.jpg</image>
647
- <image size="large">http://userserve-ak.last.fm/serve/126/8634779.jpg</image>
648
- </album>
649
- <album>
650
- <name>A Rush of Blood to the Head</name>
651
- <playcount>92</playcount>
652
- <tagcount></tagcount>
653
- <mbid>b83b32dd-aa1a-4f18-a5af-00e418041617</mbid>
654
- <url>http://www.last.fm/music/Coldplay/A+Rush+of+Blood+to+the+Head</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/14245401.jpg</image>
661
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14245401.jpg</image>
662
- <image size="large">http://userserve-ak.last.fm/serve/126/14245401.jpg</image>
663
- </album>
664
- <album>
665
- <name>Partie Traumatic</name>
666
- <playcount>84</playcount>
667
- <tagcount></tagcount>
668
- <mbid></mbid>
669
- <url>http://www.last.fm/music/Black+Kids/Partie+Traumatic</url>
670
- <artist>
671
- <name>Black Kids</name>
672
- <mbid></mbid>
673
- <url>http://www.last.fm/music/Black+Kids</url>
674
- </artist>
675
- <image size="small">http://userserve-ak.last.fm/serve/34s/22729153.jpg</image>
676
- <image size="medium">http://userserve-ak.last.fm/serve/64s/22729153.jpg</image>
677
- <image size="large">http://userserve-ak.last.fm/serve/126/22729153.jpg</image>
678
- </album>
679
- <album>
680
- <name>Hybrid Theory</name>
681
- <playcount>81</playcount>
682
- <tagcount></tagcount>
683
- <mbid>e355399d-701d-4cfb-a0d8-d73966f1ab5a</mbid>
684
- <url>http://www.last.fm/music/Linkin+Park/Hybrid+Theory</url>
685
- <artist>
686
- <name>Linkin Park</name>
687
- <mbid>f59c5520-5f46-4d2c-b2c4-822eabf53419</mbid>
688
- <url>http://www.last.fm/music/Linkin+Park</url>
689
- </artist>
690
- <image size="small">http://userserve-ak.last.fm/serve/34s/8591413.jpg</image>
691
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8591413.jpg</image>
692
- <image size="large">http://userserve-ak.last.fm/serve/126/8591413.jpg</image>
693
- </album>
694
- <album>
695
- <name>Goodbye Logik</name>
696
- <playcount>75</playcount>
697
- <tagcount></tagcount>
698
- <mbid></mbid>
699
- <url>http://www.last.fm/music/Madsen/Goodbye+Logik</url>
700
- <artist>
701
- <name>Madsen</name>
702
- <mbid>8a0c3b86-af55-42d2-85b9-6372e7430986</mbid>
703
- <url>http://www.last.fm/music/Madsen</url>
704
- </artist>
705
- <image size="small">http://userserve-ak.last.fm/serve/34s/9998507.jpg</image>
706
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9998507.jpg</image>
707
- <image size="large">http://userserve-ak.last.fm/serve/126/9998507.jpg</image>
708
- </album>
709
- <album>
710
- <name>Day &amp; Age</name>
711
- <playcount>72</playcount>
712
- <tagcount></tagcount>
713
- <mbid></mbid>
714
- <url>http://www.last.fm/music/The+Killers/Day%2B%2526%2BAge</url>
715
- <artist>
716
- <name>The Killers</name>
717
- <mbid>95e1ead9-4d31-4808-a7ac-32c3614c116b</mbid>
718
- <url>http://www.last.fm/music/The+Killers</url>
719
- </artist>
720
- <image size="small">http://userserve-ak.last.fm/serve/34s/27272779.png</image>
721
- <image size="medium">http://userserve-ak.last.fm/serve/64s/27272779.png</image>
722
- <image size="large">http://userserve-ak.last.fm/serve/126/27272779.png</image>
723
- </album>
724
- <album>
725
- <name>Hot Fuss</name>
726
- <playcount>72</playcount>
727
- <tagcount></tagcount>
728
- <mbid>3127c6af-617f-4d82-9002-6cc74ab8648d</mbid>
729
- <url>http://www.last.fm/music/The+Killers/Hot+Fuss</url>
730
- <artist>
731
- <name>The Killers</name>
732
- <mbid>95e1ead9-4d31-4808-a7ac-32c3614c116b</mbid>
733
- <url>http://www.last.fm/music/The+Killers</url>
734
- </artist>
735
- <image size="small">http://userserve-ak.last.fm/serve/34s/8634917.jpg</image>
736
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8634917.jpg</image>
737
- <image size="large">http://userserve-ak.last.fm/serve/126/8634917.jpg</image>
738
- </album>
739
- <album>
740
- <name>Writer's Block [Discantica Japan]</name>
741
- <playcount>70</playcount>
742
- <tagcount></tagcount>
743
- <mbid></mbid>
744
- <url>http://www.last.fm/music/Peter+Bjorn+and+John/Writer%27s+Block+%5BDiscantica+Japan%5D</url>
745
- <artist>
746
- <name>Peter Bjorn and John</name>
747
- <mbid>32a83250-7e26-422d-b9ac-f4564343e9ce</mbid>
748
- <url>http://www.last.fm/music/Peter+Bjorn+and+John</url>
749
- </artist>
750
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
751
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
752
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
753
- </album>
754
- </albums></lfm>