jonaustin-rockstar 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +7 -0
  2. data/.travis.yml +8 -0
  3. data/Gemfile +10 -0
  4. data/Gemfile.lock +62 -0
  5. data/History.txt +6 -0
  6. data/MIT-LICENSE +19 -0
  7. data/Manifest +72 -0
  8. data/README.md +173 -0
  9. data/Rakefile +32 -0
  10. data/VERSION +1 -0
  11. data/examples/.gitignore +1 -0
  12. data/examples/album.rb +16 -0
  13. data/examples/artist.rb +25 -0
  14. data/examples/geo.rb +60 -0
  15. data/examples/lastfm.yml_example +3 -0
  16. data/examples/scrobble.rb +45 -0
  17. data/examples/tag.rb +20 -0
  18. data/examples/track.rb +14 -0
  19. data/examples/user.rb +18 -0
  20. data/lib/rockstar.rb +46 -0
  21. data/lib/rockstar/album.rb +104 -0
  22. data/lib/rockstar/artist.rb +183 -0
  23. data/lib/rockstar/auth.rb +38 -0
  24. data/lib/rockstar/base.rb +48 -0
  25. data/lib/rockstar/chart.rb +31 -0
  26. data/lib/rockstar/event.rb +73 -0
  27. data/lib/rockstar/geo.rb +47 -0
  28. data/lib/rockstar/library.rb +13 -0
  29. data/lib/rockstar/metro.rb +26 -0
  30. data/lib/rockstar/rest.rb +66 -0
  31. data/lib/rockstar/session.rb +19 -0
  32. data/lib/rockstar/tag.rb +100 -0
  33. data/lib/rockstar/track.rb +265 -0
  34. data/lib/rockstar/user.rb +205 -0
  35. data/lib/rockstar/venue.rb +59 -0
  36. data/lib/rockstar/version.rb +3 -0
  37. data/rockstar.gemspec +176 -0
  38. data/test/fixtures/xml/album/getinfo_album_Radio_Retalation_artist_Thievery_Corporation.xml +21 -0
  39. data/test/fixtures/xml/album/getinfo_album_Some_Hearts_artist_Carrie_Underwood.xml +63 -0
  40. data/test/fixtures/xml/artist/getevents_artist_Metallica.xml +1064 -0
  41. data/test/fixtures/xml/artist/getimages_artist_Metallica_page_2.xml +1074 -0
  42. data/test/fixtures/xml/artist/getinfo_artist_Metallica.xml +115 -0
  43. data/test/fixtures/xml/artist/getinfo_mbid_65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab.xml +115 -0
  44. data/test/fixtures/xml/artist/getsimilar_artist_Metallica.xml +1203 -0
  45. data/test/fixtures/xml/artist/gettopalbums_artist_Metallica.xml +704 -0
  46. data/test/fixtures/xml/artist/gettopfans_artist_Metallica.xml +504 -0
  47. data/test/fixtures/xml/artist/gettoptags_artist_Metallica.xml +403 -0
  48. data/test/fixtures/xml/artist/gettoptracks_artist_Metallica.xml +800 -0
  49. data/test/fixtures/xml/geo/getevents_location_london.xml +531 -0
  50. data/test/fixtures/xml/geo/getmetros_country_germany.xml +44 -0
  51. data/test/fixtures/xml/geo/gettopartists_country_spain_limit_50_page_.xml +561 -0
  52. data/test/fixtures/xml/geo/gettoptracks_country_spain_limit_50_page_.xml +1004 -0
  53. data/test/fixtures/xml/library/getalbums_user_jnunemaker.xml +704 -0
  54. data/test/fixtures/xml/library/getartists_user_jnunemaker.xml +554 -0
  55. data/test/fixtures/xml/tag/gettopalbums_tag_rock.xml +654 -0
  56. data/test/fixtures/xml/tag/gettopartists_tag_rock.xml +504 -0
  57. data/test/fixtures/xml/tag/gettoptags.xml +1253 -0
  58. data/test/fixtures/xml/tag/gettoptracks_tag_rock.xml +704 -0
  59. data/test/fixtures/xml/track/getinfo_artist_Carrie_Underwood_track_Before_He_Cheats.xml +55 -0
  60. data/test/fixtures/xml/track/getinfo_artist_Karrie_Underwood_track_Before_He_Cheats.xml +55 -0
  61. data/test/fixtures/xml/track/getsimilar_artist_Carrie_Underwood_limit_10_track_Before_He_Cheats.xml +185 -0
  62. data/test/fixtures/xml/track/gettopfans_artist_Carrie_Underwood_track_Before_He_Cheats.xml +504 -0
  63. data/test/fixtures/xml/track/gettoptags_artist_Carrie_Underwood_track_Before_He_Cheats.xml +403 -0
  64. data/test/fixtures/xml/track/gettoptags_artist_Carrie_Underwood_track_Wasted.xml +405 -0
  65. data/test/fixtures/xml/track/love_artist_Carrie_Underwood_sk_tag_track_Before_He_Cheats.xml +2 -0
  66. data/test/fixtures/xml/track/updatenowplaying_artist_Carrie_Underwood_sk_tag_track_Before_He_Cheats.xml +10 -0
  67. data/test/fixtures/xml/user/getevents_sk_token_user_bodot.xml +513 -0
  68. data/test/fixtures/xml/user/getfriends_user_jnunemaker.xml +173 -0
  69. data/test/fixtures/xml/user/getinfo_user_jnunemaker.xml +22 -0
  70. data/test/fixtures/xml/user/getinfo_user_oaknd1.xml +22 -0
  71. data/test/fixtures/xml/user/getinfo_user_wharle.xml +22 -0
  72. data/test/fixtures/xml/user/getlovedtracks_user_jnunemaker.xml +775 -0
  73. data/test/fixtures/xml/user/getneighbours_user_jnunemaker.xml +503 -0
  74. data/test/fixtures/xml/user/getrecenttracks_user_jnunemaker.xml +133 -0
  75. data/test/fixtures/xml/user/getrecommendedartists_sk_token_user_jnunemaker.xml +553 -0
  76. data/test/fixtures/xml/user/gettopalbums_user_jnunemaker.xml +704 -0
  77. data/test/fixtures/xml/user/gettopartists_period_3month_user_jnunemaker.xml +710 -0
  78. data/test/fixtures/xml/user/gettopartists_period_overall_user_jnunemaker.xml +554 -0
  79. data/test/fixtures/xml/user/gettoptags_user_jnunemaker.xml +63 -0
  80. data/test/fixtures/xml/user/gettoptracks_user_jnunemaker.xml +750 -0
  81. data/test/fixtures/xml/user/getweeklyalbumchart_from_1138536002_to_1139140802_user_jnunemaker.xml +143 -0
  82. data/test/fixtures/xml/user/getweeklyalbumchart_from__to__user_jnunemaker.xml +31 -0
  83. data/test/fixtures/xml/user/getweeklyartistchart_from_1138536002_to_1139140802_user_jnunemaker.xml +201 -0
  84. data/test/fixtures/xml/user/getweeklyartistchart_from__to__user_jnunemaker.xml +21 -0
  85. data/test/fixtures/xml/user/getweeklychartlist_user_jnunemaker.xml +232 -0
  86. data/test/fixtures/xml/user/getweeklytrackchart_from_1138536002_to_1139140802_user_jnunemaker.xml +883 -0
  87. data/test/fixtures/xml/user/getweeklytrackchart_from__to__user_jnunemaker.xml +423 -0
  88. data/test/fixtures/xml/venue/getevents_venue_8807850.xml +280 -0
  89. data/test/fixtures/xml/venue/search_country__limit__page__venue_country_DE_venue_cotton.xml +72 -0
  90. data/test/mocks/rest.rb +50 -0
  91. data/test/test_helper.rb +18 -0
  92. data/test/unit/test_album.rb +76 -0
  93. data/test/unit/test_artist.rb +123 -0
  94. data/test/unit/test_chart.rb +35 -0
  95. data/test/unit/test_geo.rb +51 -0
  96. data/test/unit/test_library.rb +65 -0
  97. data/test/unit/test_rockstar.rb +15 -0
  98. data/test/unit/test_tag.rb +57 -0
  99. data/test/unit/test_track.rb +93 -0
  100. data/test/unit/test_user.rb +309 -0
  101. data/test/unit/test_venue.rb +20 -0
  102. metadata +243 -0
@@ -0,0 +1,704 @@
1
+ <lfm status="ok">
2
+ <topalbums artist="Metallica" >
3
+
4
+ <album rank="1">
5
+ <name>Master Of Puppets</name>
6
+ <playcount>1359690</playcount>
7
+ <mbid>fed37cfc-2a6d-4569-9ac0-501a7c7598eb</mbid>
8
+ <url>http://www.last.fm/music/Metallica/Master+Of+Puppets</url>
9
+ <artist>
10
+ <name>Metallica</name>
11
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
12
+ <url>http://www.last.fm/music/Metallica</url>
13
+ </artist>
14
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622967.jpg</image>
15
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622967.jpg</image>
16
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622967.jpg</image>
17
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8622967.jpg</image>
18
+ </album> <album rank="2">
19
+ <name>Death Magnetic</name>
20
+ <playcount>1592534</playcount>
21
+ <mbid>940d6fba-3603-4ac2-8f5d-ea0a11e51765</mbid>
22
+ <url>http://www.last.fm/music/Metallica/Death+Magnetic</url>
23
+ <artist>
24
+ <name>Metallica</name>
25
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
26
+ <url>http://www.last.fm/music/Metallica</url>
27
+ </artist>
28
+ <image size="small">http://userserve-ak.last.fm/serve/34s/37283587.jpg</image>
29
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/37283587.jpg</image>
30
+ <image size="large">http://userserve-ak.last.fm/serve/126/37283587.jpg</image>
31
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/37283587.jpg</image>
32
+ </album> <album rank="3">
33
+ <name>Ride The Lightning</name>
34
+ <playcount>1265356</playcount>
35
+ <mbid>456efd39-f0dc-4b4d-87c7-82bbc562d8f3</mbid>
36
+ <url>http://www.last.fm/music/Metallica/Ride+The+Lightning</url>
37
+ <artist>
38
+ <name>Metallica</name>
39
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
40
+ <url>http://www.last.fm/music/Metallica</url>
41
+ </artist>
42
+ <image size="small">http://userserve-ak.last.fm/serve/34s/47614047.png</image>
43
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/47614047.png</image>
44
+ <image size="large">http://userserve-ak.last.fm/serve/126/47614047.png</image>
45
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/47614047.png</image>
46
+ </album> <album rank="4">
47
+ <name>Metallica</name>
48
+ <playcount>1271393</playcount>
49
+ <mbid>3750d9e2-59f5-471d-8916-463433069bd1</mbid>
50
+ <url>http://www.last.fm/music/Metallica/Metallica</url>
51
+ <artist>
52
+ <name>Metallica</name>
53
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
54
+ <url>http://www.last.fm/music/Metallica</url>
55
+ </artist>
56
+ <image size="small">http://userserve-ak.last.fm/serve/34s/31490029.jpg</image>
57
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/31490029.jpg</image>
58
+ <image size="large">http://userserve-ak.last.fm/serve/126/31490029.jpg</image>
59
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/31490029.jpg</image>
60
+ </album> <album rank="5">
61
+ <name>Reload</name>
62
+ <playcount>965814</playcount>
63
+ <mbid>b05cf8e3-67ad-4d40-9dc1-3a697e3a1bf8</mbid>
64
+ <url>http://www.last.fm/music/Metallica/Reload</url>
65
+ <artist>
66
+ <name>Metallica</name>
67
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
68
+ <url>http://www.last.fm/music/Metallica</url>
69
+ </artist>
70
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8600317.jpg</image>
71
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8600317.jpg</image>
72
+ <image size="large">http://userserve-ak.last.fm/serve/126/8600317.jpg</image>
73
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8600317.jpg</image>
74
+ </album> <album rank="6">
75
+ <name>...And Justice For All</name>
76
+ <playcount>835486</playcount>
77
+ <mbid>0907c082-a0b2-4c7f-8a3d-a003aa30f764</mbid>
78
+ <url>http://www.last.fm/music/Metallica/...And+Justice+For+All</url>
79
+ <artist>
80
+ <name>Metallica</name>
81
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
82
+ <url>http://www.last.fm/music/Metallica</url>
83
+ </artist>
84
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622947.jpg</image>
85
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622947.jpg</image>
86
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622947.jpg</image>
87
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8622947.jpg</image>
88
+ </album> <album rank="7">
89
+ <name>Load</name>
90
+ <playcount>935372</playcount>
91
+ <mbid>e1cd6a26-0875-4352-8af0-196972716ac7</mbid>
92
+ <url>http://www.last.fm/music/Metallica/Load</url>
93
+ <artist>
94
+ <name>Metallica</name>
95
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
96
+ <url>http://www.last.fm/music/Metallica</url>
97
+ </artist>
98
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622963.jpg</image>
99
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622963.jpg</image>
100
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622963.jpg</image>
101
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8622963.jpg</image>
102
+ </album> <album rank="8">
103
+ <name>Kill 'Em All</name>
104
+ <playcount>933295</playcount>
105
+ <mbid>a89e1d92-5381-4dab-ba51-733137d0e431</mbid>
106
+ <url>http://www.last.fm/music/Metallica/Kill+%27Em+All</url>
107
+ <artist>
108
+ <name>Metallica</name>
109
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
110
+ <url>http://www.last.fm/music/Metallica</url>
111
+ </artist>
112
+ <image size="small">http://userserve-ak.last.fm/serve/34s/47614293.png</image>
113
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/47614293.png</image>
114
+ <image size="large">http://userserve-ak.last.fm/serve/126/47614293.png</image>
115
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/47614293.png</image>
116
+ </album> <album rank="9">
117
+ <name>St. Anger</name>
118
+ <playcount>505870</playcount>
119
+ <mbid>1f1c8d54-f98d-4943-adec-3b2d59c7103b</mbid>
120
+ <url>http://www.last.fm/music/Metallica/St.+Anger</url>
121
+ <artist>
122
+ <name>Metallica</name>
123
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
124
+ <url>http://www.last.fm/music/Metallica</url>
125
+ </artist>
126
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8673089.jpg</image>
127
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8673089.jpg</image>
128
+ <image size="large">http://userserve-ak.last.fm/serve/126/8673089.jpg</image>
129
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8673089.jpg</image>
130
+ </album> <album rank="10">
131
+ <name>Garage Inc.</name>
132
+ <playcount>380235</playcount>
133
+ <mbid></mbid>
134
+ <url>http://www.last.fm/music/Metallica/Garage+Inc.</url>
135
+ <artist>
136
+ <name>Metallica</name>
137
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
138
+ <url>http://www.last.fm/music/Metallica</url>
139
+ </artist>
140
+ <image size="small">http://userserve-ak.last.fm/serve/34s/24228005.jpg</image>
141
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/24228005.jpg</image>
142
+ <image size="large">http://userserve-ak.last.fm/serve/126/24228005.jpg</image>
143
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/24228005.jpg</image>
144
+ </album> <album rank="11">
145
+ <name>And Justice For All</name>
146
+ <playcount>234861</playcount>
147
+ <mbid></mbid>
148
+ <url>http://www.last.fm/music/Metallica/And+Justice+For+All</url>
149
+ <artist>
150
+ <name>Metallica</name>
151
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
152
+ <url>http://www.last.fm/music/Metallica</url>
153
+ </artist>
154
+ <image size="small">http://images.amazon.com/images/P/B00000724P.01._SCMZZZZZZZ_.jpg</image>
155
+ <image size="medium">http://images.amazon.com/images/P/B00000724P.01._SCMZZZZZZZ_.jpg</image>
156
+ <image size="large">http://images.amazon.com/images/P/B00000724P.01._SCMZZZZZZZ_.jpg</image>
157
+ <image size="extralarge">http://images.amazon.com/images/P/B00000724P.01._SCMZZZZZZZ_.jpg</image>
158
+ </album> <album rank="12">
159
+ <name>... And Justice For All</name>
160
+ <playcount>99761</playcount>
161
+ <mbid></mbid>
162
+ <url>http://www.last.fm/music/Metallica/...+And+Justice+For+All</url>
163
+ <artist>
164
+ <name>Metallica</name>
165
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
166
+ <url>http://www.last.fm/music/Metallica</url>
167
+ </artist>
168
+ <image size="small">http://userserve-ak.last.fm/serve/34s/22685499.jpg</image>
169
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/22685499.jpg</image>
170
+ <image size="large">http://userserve-ak.last.fm/serve/126/22685499.jpg</image>
171
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/22685499.jpg</image>
172
+ </album> <album rank="13">
173
+ <name>S&amp;M</name>
174
+ <playcount>285760</playcount>
175
+ <mbid></mbid>
176
+ <url>http://www.last.fm/music/Metallica/S%2526M</url>
177
+ <artist>
178
+ <name>Metallica</name>
179
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
180
+ <url>http://www.last.fm/music/Metallica</url>
181
+ </artist>
182
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8795895.jpg</image>
183
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8795895.jpg</image>
184
+ <image size="large">http://userserve-ak.last.fm/serve/126/8795895.jpg</image>
185
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8795895.jpg</image>
186
+ </album> <album rank="14">
187
+ <name>Garage, Inc.</name>
188
+ <playcount>171920</playcount>
189
+ <mbid></mbid>
190
+ <url>http://www.last.fm/music/Metallica/Garage%2C+Inc.</url>
191
+ <artist>
192
+ <name>Metallica</name>
193
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
194
+ <url>http://www.last.fm/music/Metallica</url>
195
+ </artist>
196
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8811213.jpg</image>
197
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8811213.jpg</image>
198
+ <image size="large">http://userserve-ak.last.fm/serve/126/8811213.jpg</image>
199
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8811213.jpg</image>
200
+ </album> <album rank="15">
201
+ <name>Garage Inc</name>
202
+ <playcount>89694</playcount>
203
+ <mbid></mbid>
204
+ <url>http://www.last.fm/music/Metallica/Garage+Inc</url>
205
+ <artist>
206
+ <name>Metallica</name>
207
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
208
+ <url>http://www.last.fm/music/Metallica</url>
209
+ </artist>
210
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10437961.jpg</image>
211
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10437961.jpg</image>
212
+ <image size="large">http://userserve-ak.last.fm/serve/126/10437961.jpg</image>
213
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10437961.jpg</image>
214
+ </album> <album rank="16">
215
+ <name>Acoustic Metal</name>
216
+ <playcount>40880</playcount>
217
+ <mbid>77ee7d6c-4ce6-4eef-98a7-5787551d9566</mbid>
218
+ <url>http://www.last.fm/music/Metallica/Acoustic+Metal</url>
219
+ <artist>
220
+ <name>Metallica</name>
221
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
222
+ <url>http://www.last.fm/music/Metallica</url>
223
+ </artist>
224
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622945.jpg</image>
225
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622945.jpg</image>
226
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622945.jpg</image>
227
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8622945.jpg</image>
228
+ </album> <album rank="17">
229
+ <name>Kill Em All</name>
230
+ <playcount>45965</playcount>
231
+ <mbid></mbid>
232
+ <url>http://www.last.fm/music/Metallica/Kill+Em+All</url>
233
+ <artist>
234
+ <name>Metallica</name>
235
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
236
+ <url>http://www.last.fm/music/Metallica</url>
237
+ </artist>
238
+ <image size="small">http://userserve-ak.last.fm/serve/34s/33202823.jpg</image>
239
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/33202823.jpg</image>
240
+ <image size="large">http://userserve-ak.last.fm/serve/126/33202823.jpg</image>
241
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/33202823.jpg</image>
242
+ </album> <album rank="18">
243
+ <name>S&amp;M (disc 2)</name>
244
+ <playcount>35370</playcount>
245
+ <mbid>f3e2ad61-a3a2-4807-972a-1f26caba7440</mbid>
246
+ <url>http://www.last.fm/music/Metallica/S%2526M%2B%2528disc%2B2%2529</url>
247
+ <artist>
248
+ <name>Metallica</name>
249
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
250
+ <url>http://www.last.fm/music/Metallica</url>
251
+ </artist>
252
+ <image size="small">http://userserve-ak.last.fm/serve/34s/28102211.jpg</image>
253
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/28102211.jpg</image>
254
+ <image size="large">http://userserve-ak.last.fm/serve/126/28102211.jpg</image>
255
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/28102211.jpg</image>
256
+ </album> <album rank="19">
257
+ <name>S&amp;M (disc 1)</name>
258
+ <playcount>37407</playcount>
259
+ <mbid>43e86448-a344-4c1d-ab5e-5babdfeef9c4</mbid>
260
+ <url>http://www.last.fm/music/Metallica/S%2526M%2B%2528disc%2B1%2529</url>
261
+ <artist>
262
+ <name>Metallica</name>
263
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
264
+ <url>http://www.last.fm/music/Metallica</url>
265
+ </artist>
266
+ <image size="small">http://userserve-ak.last.fm/serve/34s/28102127.jpg</image>
267
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/28102127.jpg</image>
268
+ <image size="large">http://userserve-ak.last.fm/serve/126/28102127.jpg</image>
269
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/28102127.jpg</image>
270
+ </album> <album rank="20">
271
+ <name>Garage Inc. (disc 2)</name>
272
+ <playcount>35022</playcount>
273
+ <mbid>c689dddb-108d-4112-88be-bceec359a2a2</mbid>
274
+ <url>http://www.last.fm/music/Metallica/Garage+Inc.+%28disc+2%29</url>
275
+ <artist>
276
+ <name>Metallica</name>
277
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
278
+ <url>http://www.last.fm/music/Metallica</url>
279
+ </artist>
280
+ <image size="small">http://userserve-ak.last.fm/serve/34s/12621909.jpg</image>
281
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/12621909.jpg</image>
282
+ <image size="large">http://userserve-ak.last.fm/serve/126/12621909.jpg</image>
283
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/12621909.jpg</image>
284
+ </album> <album rank="21">
285
+ <name>Garage Days Re-Revisited</name>
286
+ <playcount>21370</playcount>
287
+ <mbid>96b39123-03dd-4b97-b40d-64456b29fa71</mbid>
288
+ <url>http://www.last.fm/music/Metallica/Garage+Days+Re-Revisited</url>
289
+ <artist>
290
+ <name>Metallica</name>
291
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
292
+ <url>http://www.last.fm/music/Metallica</url>
293
+ </artist>
294
+ <image size="small">http://userserve-ak.last.fm/serve/34s/20309323.jpg</image>
295
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/20309323.jpg</image>
296
+ <image size="large">http://userserve-ak.last.fm/serve/126/20309323.jpg</image>
297
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/20309323.jpg</image>
298
+ </album> <album rank="22">
299
+ <name>Black</name>
300
+ <playcount>36561</playcount>
301
+ <mbid></mbid>
302
+ <url>http://www.last.fm/music/Metallica/Black</url>
303
+ <artist>
304
+ <name>Metallica</name>
305
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
306
+ <url>http://www.last.fm/music/Metallica</url>
307
+ </artist>
308
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622939.jpg</image>
309
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622939.jpg</image>
310
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622939.jpg</image>
311
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8622939.jpg</image>
312
+ </album> <album rank="23">
313
+ <name>Live Shit: Binge &amp; Purge</name>
314
+ <playcount>51018</playcount>
315
+ <mbid></mbid>
316
+ <url>http://www.last.fm/music/Metallica/Live%2BShit%253A%2BBinge%2B%2526%2BPurge</url>
317
+ <artist>
318
+ <name>Metallica</name>
319
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
320
+ <url>http://www.last.fm/music/Metallica</url>
321
+ </artist>
322
+ <image size="small">http://userserve-ak.last.fm/serve/34s/41754415.jpg</image>
323
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/41754415.jpg</image>
324
+ <image size="large">http://userserve-ak.last.fm/serve/126/41754415.jpg</image>
325
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/41754415.jpg</image>
326
+ </album> <album rank="24">
327
+ <name>Garage Inc. (disc 1: New Recordings '98)</name>
328
+ <playcount>12074</playcount>
329
+ <mbid>7f5a52aa-4429-4771-80ec-6c6a545b0df9</mbid>
330
+ <url>http://www.last.fm/music/Metallica/Garage+Inc.+%28disc+1%3A+New+Recordings+%2798%29</url>
331
+ <artist>
332
+ <name>Metallica</name>
333
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
334
+ <url>http://www.last.fm/music/Metallica</url>
335
+ </artist>
336
+ <image size="small">http://images.amazon.com/images/P/B00000FCBC.01.MZZZZZZZ.jpg</image>
337
+ <image size="medium">http://images.amazon.com/images/P/B00000FCBC.01.MZZZZZZZ.jpg</image>
338
+ <image size="large">http://images.amazon.com/images/P/B00000FCBC.01.MZZZZZZZ.jpg</image>
339
+ <image size="extralarge">http://images.amazon.com/images/P/B00000FCBC.01.MZZZZZZZ.jpg</image>
340
+ </album> <album rank="25">
341
+ <name>One (German Single)</name>
342
+ <playcount>7393</playcount>
343
+ <mbid></mbid>
344
+ <url>http://www.last.fm/music/Metallica/One+%28German+Single%29</url>
345
+ <artist>
346
+ <name>Metallica</name>
347
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
348
+ <url>http://www.last.fm/music/Metallica</url>
349
+ </artist>
350
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622969.jpg</image>
351
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622969.jpg</image>
352
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622969.jpg</image>
353
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8622969.jpg</image>
354
+ </album> <album rank="26">
355
+ <name>Best Ballads</name>
356
+ <playcount>24442</playcount>
357
+ <mbid>64af673a-7917-43d7-abc4-58033ee61b29</mbid>
358
+ <url>http://www.last.fm/music/Metallica/Best+Ballads</url>
359
+ <artist>
360
+ <name>Metallica</name>
361
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
362
+ <url>http://www.last.fm/music/Metallica</url>
363
+ </artist>
364
+ <image size="small">http://userserve-ak.last.fm/serve/34s/4182576.jpg</image>
365
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/4182576.jpg</image>
366
+ <image size="large">http://userserve-ak.last.fm/serve/126/4182576.jpg</image>
367
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/4182576.jpg</image>
368
+ </album> <album rank="27">
369
+ <name>No Life 'til Leather</name>
370
+ <playcount>11745</playcount>
371
+ <mbid>a128215b-cd12-4a9e-a1cc-c68fc853e254</mbid>
372
+ <url>http://www.last.fm/music/Metallica/No+Life+%27til+Leather</url>
373
+ <artist>
374
+ <name>Metallica</name>
375
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
376
+ <url>http://www.last.fm/music/Metallica</url>
377
+ </artist>
378
+ <image size="small">http://userserve-ak.last.fm/serve/34s/43345671.png</image>
379
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/43345671.png</image>
380
+ <image size="large">http://userserve-ak.last.fm/serve/126/43345671.png</image>
381
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/43345671.png</image>
382
+ </album> <album rank="28">
383
+ <name>The Metallica Collection</name>
384
+ <playcount>7732</playcount>
385
+ <mbid></mbid>
386
+ <url>http://www.last.fm/music/Metallica/The+Metallica+Collection</url>
387
+ <artist>
388
+ <name>Metallica</name>
389
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
390
+ <url>http://www.last.fm/music/Metallica</url>
391
+ </artist>
392
+ <image size="small">http://userserve-ak.last.fm/serve/34s/43583277.jpg</image>
393
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/43583277.jpg</image>
394
+ <image size="large">http://userserve-ak.last.fm/serve/126/43583277.jpg</image>
395
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/43583277.jpg</image>
396
+ </album> <album rank="29">
397
+ <name>St Anger</name>
398
+ <playcount>11298</playcount>
399
+ <mbid></mbid>
400
+ <url>http://www.last.fm/music/Metallica/St+Anger</url>
401
+ <artist>
402
+ <name>Metallica</name>
403
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
404
+ <url>http://www.last.fm/music/Metallica</url>
405
+ </artist>
406
+ <image size="small">http://userserve-ak.last.fm/serve/34s/41293497.jpg</image>
407
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/41293497.jpg</image>
408
+ <image size="large">http://userserve-ak.last.fm/serve/126/41293497.jpg</image>
409
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/41293497.jpg</image>
410
+ </album> <album rank="30">
411
+ <name>Re-Load</name>
412
+ <playcount>16095</playcount>
413
+ <mbid></mbid>
414
+ <url>http://www.last.fm/music/Metallica/Re-Load</url>
415
+ <artist>
416
+ <name>Metallica</name>
417
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
418
+ <url>http://www.last.fm/music/Metallica</url>
419
+ </artist>
420
+ <image size="small">http://images.amazon.com/images/P/B000002HRE.01._SCMZZZZZZZ_.jpg</image>
421
+ <image size="medium">http://images.amazon.com/images/P/B000002HRE.01._SCMZZZZZZZ_.jpg</image>
422
+ <image size="large">http://images.amazon.com/images/P/B000002HRE.01._SCMZZZZZZZ_.jpg</image>
423
+ <image size="extralarge">http://images.amazon.com/images/P/B000002HRE.01._SCMZZZZZZZ_.jpg</image>
424
+ </album> <album rank="31">
425
+ <name>Some Kind Of Monster</name>
426
+ <playcount>10091</playcount>
427
+ <mbid>fdfa8a6a-10b9-4ace-acf0-19641abb14c5</mbid>
428
+ <url>http://www.last.fm/music/Metallica/Some+Kind+Of+Monster</url>
429
+ <artist>
430
+ <name>Metallica</name>
431
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
432
+ <url>http://www.last.fm/music/Metallica</url>
433
+ </artist>
434
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10372669.jpg</image>
435
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10372669.jpg</image>
436
+ <image size="large">http://userserve-ak.last.fm/serve/126/10372669.jpg</image>
437
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10372669.jpg</image>
438
+ </album> <album rank="32">
439
+ <name>I Disappear</name>
440
+ <playcount>5105</playcount>
441
+ <mbid>bb687188-79ef-47a1-a50d-bd442428c1f4</mbid>
442
+ <url>http://www.last.fm/music/Metallica/I+Disappear</url>
443
+ <artist>
444
+ <name>Metallica</name>
445
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
446
+ <url>http://www.last.fm/music/Metallica</url>
447
+ </artist>
448
+ <image size="small">http://userserve-ak.last.fm/serve/34s/11352171.jpg</image>
449
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/11352171.jpg</image>
450
+ <image size="large">http://userserve-ak.last.fm/serve/126/11352171.jpg</image>
451
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/11352171.jpg</image>
452
+ </album> <album rank="33">
453
+ <name>Nothing Else Matters</name>
454
+ <playcount>5025</playcount>
455
+ <mbid>820dad30-cdb2-4990-8b02-b2176b3bc264</mbid>
456
+ <url>http://www.last.fm/music/Metallica/Nothing+Else+Matters</url>
457
+ <artist>
458
+ <name>Metallica</name>
459
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
460
+ <url>http://www.last.fm/music/Metallica</url>
461
+ </artist>
462
+ <image size="small">http://userserve-ak.last.fm/serve/34s/12639285.jpg</image>
463
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/12639285.jpg</image>
464
+ <image size="large">http://userserve-ak.last.fm/serve/126/12639285.jpg</image>
465
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/12639285.jpg</image>
466
+ </album> <album rank="34">
467
+ <name>Until the Studioshit Load</name>
468
+ <playcount>8390</playcount>
469
+ <mbid>eae088e3-a72d-40b1-9a45-1dc6b3cc1811</mbid>
470
+ <url>http://www.last.fm/music/Metallica/Until+the+Studioshit+Load</url>
471
+ <artist>
472
+ <name>Metallica</name>
473
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
474
+ <url>http://www.last.fm/music/Metallica</url>
475
+ </artist>
476
+ <image size="small">http://userserve-ak.last.fm/serve/34s/5621110.jpg</image>
477
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/5621110.jpg</image>
478
+ <image size="large">http://userserve-ak.last.fm/serve/126/5621110.jpg</image>
479
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/5621110.jpg</image>
480
+ </album> <album rank="35">
481
+ <name>Garage Inc. (Disc I)</name>
482
+ <playcount>6803</playcount>
483
+ <mbid></mbid>
484
+ <url>http://www.last.fm/music/Metallica/Garage+Inc.+%28Disc+I%29</url>
485
+ <artist>
486
+ <name>Metallica</name>
487
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
488
+ <url>http://www.last.fm/music/Metallica</url>
489
+ </artist>
490
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622949.jpg</image>
491
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622949.jpg</image>
492
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622949.jpg</image>
493
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8622949.jpg</image>
494
+ </album> <album rank="36">
495
+ <name>One</name>
496
+ <playcount>4393</playcount>
497
+ <mbid>8e08b120-f39d-44e2-a3c3-866a3c06543e</mbid>
498
+ <url>http://www.last.fm/music/Metallica/One</url>
499
+ <artist>
500
+ <name>Metallica</name>
501
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
502
+ <url>http://www.last.fm/music/Metallica</url>
503
+ </artist>
504
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23563549.jpg</image>
505
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23563549.jpg</image>
506
+ <image size="large">http://userserve-ak.last.fm/serve/126/23563549.jpg</image>
507
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23563549.jpg</image>
508
+ </album> <album rank="37">
509
+ <name>17 Years in the Life of Metallica (disc 3)</name>
510
+ <playcount>1622</playcount>
511
+ <mbid>c3dc5479-a5d6-4df0-aadc-c23bddcefcdb</mbid>
512
+ <url>http://www.last.fm/music/Metallica/17+Years+in+the+Life+of+Metallica+%28disc+3%29</url>
513
+ <artist>
514
+ <name>Metallica</name>
515
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
516
+ <url>http://www.last.fm/music/Metallica</url>
517
+ </artist>
518
+ <image size="small">http://userserve-ak.last.fm/serve/34s/7222509.jpg</image>
519
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/7222509.jpg</image>
520
+ <image size="large">http://userserve-ak.last.fm/serve/126/7222509.jpg</image>
521
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/7222509.jpg</image>
522
+ </album> <album rank="38">
523
+ <name>The Unforgiven II</name>
524
+ <playcount>3242</playcount>
525
+ <mbid>4f2d86f2-e376-40bd-852c-e8ae0c58d950</mbid>
526
+ <url>http://www.last.fm/music/Metallica/The+Unforgiven+II</url>
527
+ <artist>
528
+ <name>Metallica</name>
529
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
530
+ <url>http://www.last.fm/music/Metallica</url>
531
+ </artist>
532
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10413827.jpg</image>
533
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10413827.jpg</image>
534
+ <image size="large">http://userserve-ak.last.fm/serve/126/10413827.jpg</image>
535
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10413827.jpg</image>
536
+ </album> <album rank="39">
537
+ <name>Some Kind Of Monster EP</name>
538
+ <playcount>4200</playcount>
539
+ <mbid></mbid>
540
+ <url>http://www.last.fm/music/Metallica/Some+Kind+Of+Monster+EP</url>
541
+ <artist>
542
+ <name>Metallica</name>
543
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
544
+ <url>http://www.last.fm/music/Metallica</url>
545
+ </artist>
546
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10413627.jpg</image>
547
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10413627.jpg</image>
548
+ <image size="large">http://userserve-ak.last.fm/serve/126/10413627.jpg</image>
549
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10413627.jpg</image>
550
+ </album> <album rank="40">
551
+ <name>Garage Days 3</name>
552
+ <playcount>1384</playcount>
553
+ <mbid>771c36a4-5406-46c3-8e53-9c47061ca002</mbid>
554
+ <url>http://www.last.fm/music/Metallica/Garage+Days+3</url>
555
+ <artist>
556
+ <name>Metallica</name>
557
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
558
+ <url>http://www.last.fm/music/Metallica</url>
559
+ </artist>
560
+ <image size="small">http://userserve-ak.last.fm/serve/34s/11154395.jpg</image>
561
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/11154395.jpg</image>
562
+ <image size="large">http://userserve-ak.last.fm/serve/126/11154395.jpg</image>
563
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/11154395.jpg</image>
564
+ </album> <album rank="41">
565
+ <name>The Unforgiven</name>
566
+ <playcount>2960</playcount>
567
+ <mbid>9fdf84c9-896f-440f-8fb9-a47c71105b4b</mbid>
568
+ <url>http://www.last.fm/music/Metallica/The+Unforgiven</url>
569
+ <artist>
570
+ <name>Metallica</name>
571
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
572
+ <url>http://www.last.fm/music/Metallica</url>
573
+ </artist>
574
+ <image size="small">http://userserve-ak.last.fm/serve/34s/3574219.jpg</image>
575
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/3574219.jpg</image>
576
+ <image size="large">http://userserve-ak.last.fm/serve/126/3574219.jpg</image>
577
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/3574219.jpg</image>
578
+ </album> <album rank="42">
579
+ <name>Enter Sandman</name>
580
+ <playcount>2622</playcount>
581
+ <mbid>77cfd29a-0b9a-4b74-8438-1461d2933b1a</mbid>
582
+ <url>http://www.last.fm/music/Metallica/Enter+Sandman</url>
583
+ <artist>
584
+ <name>Metallica</name>
585
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
586
+ <url>http://www.last.fm/music/Metallica</url>
587
+ </artist>
588
+ <image size="small">http://userserve-ak.last.fm/serve/34s/3588547.jpg</image>
589
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/3588547.jpg</image>
590
+ <image size="large">http://userserve-ak.last.fm/serve/126/3588547.jpg</image>
591
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/3588547.jpg</image>
592
+ </album> <album rank="43">
593
+ <name>New Skulls for the Old Ceremony</name>
594
+ <playcount>3583</playcount>
595
+ <mbid>6cb60625-fa55-4594-90e8-c9f53437c907</mbid>
596
+ <url>http://www.last.fm/music/Metallica/New+Skulls+for+the+Old+Ceremony</url>
597
+ <artist>
598
+ <name>Metallica</name>
599
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
600
+ <url>http://www.last.fm/music/Metallica</url>
601
+ </artist>
602
+ <image size="small">http://userserve-ak.last.fm/serve/34s/4362224.jpg</image>
603
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/4362224.jpg</image>
604
+ <image size="large">http://userserve-ak.last.fm/serve/126/4362224.jpg</image>
605
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/4362224.jpg</image>
606
+ </album> <album rank="44">
607
+ <name>Enter Hell, Part I</name>
608
+ <playcount>951</playcount>
609
+ <mbid>a0349623-87a1-48a5-860c-a6d6ebbd2fc6</mbid>
610
+ <url>http://www.last.fm/music/Metallica/Enter+Hell%2C+Part+I</url>
611
+ <artist>
612
+ <name>Metallica</name>
613
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
614
+ <url>http://www.last.fm/music/Metallica</url>
615
+ </artist>
616
+ <image size="small">http://userserve-ak.last.fm/serve/34s/28014711.jpg</image>
617
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/28014711.jpg</image>
618
+ <image size="large">http://userserve-ak.last.fm/serve/126/28014711.jpg</image>
619
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/28014711.jpg</image>
620
+ </album> <album rank="45">
621
+ <name>S &amp; M (Disc I)</name>
622
+ <playcount>3902</playcount>
623
+ <mbid></mbid>
624
+ <url>http://www.last.fm/music/Metallica/S%2B%2526%2BM%2B%2528Disc%2BI%2529</url>
625
+ <artist>
626
+ <name>Metallica</name>
627
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
628
+ <url>http://www.last.fm/music/Metallica</url>
629
+ </artist>
630
+ <image size="small">http://userserve-ak.last.fm/serve/34s/15319647.jpg</image>
631
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/15319647.jpg</image>
632
+ <image size="large">http://userserve-ak.last.fm/serve/126/15319647.jpg</image>
633
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/15319647.jpg</image>
634
+ </album> <album rank="46">
635
+ <name>The Unnamed Feeling</name>
636
+ <playcount>1932</playcount>
637
+ <mbid>27e94a70-5d5d-4c50-a91e-5468e232c889</mbid>
638
+ <url>http://www.last.fm/music/Metallica/The+Unnamed+Feeling</url>
639
+ <artist>
640
+ <name>Metallica</name>
641
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
642
+ <url>http://www.last.fm/music/Metallica</url>
643
+ </artist>
644
+ <image size="small">http://images.amazon.com/images/P/B00013VAN2.01.MZZZZZZZ.jpg</image>
645
+ <image size="medium">http://images.amazon.com/images/P/B00013VAN2.01.MZZZZZZZ.jpg</image>
646
+ <image size="large">http://images.amazon.com/images/P/B00013VAN2.01.MZZZZZZZ.jpg</image>
647
+ <image size="extralarge">http://images.amazon.com/images/P/B00013VAN2.01.MZZZZZZZ.jpg</image>
648
+ </album> <album rank="47">
649
+ <name>Destroyer (disc 2)</name>
650
+ <playcount>935</playcount>
651
+ <mbid>5fca0bd2-8dea-4be6-9b20-4399cbf05c67</mbid>
652
+ <url>http://www.last.fm/music/Metallica/Destroyer+%28disc+2%29</url>
653
+ <artist>
654
+ <name>Metallica</name>
655
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
656
+ <url>http://www.last.fm/music/Metallica</url>
657
+ </artist>
658
+ <image size="small">http://userserve-ak.last.fm/serve/34s/20309885.jpg</image>
659
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/20309885.jpg</image>
660
+ <image size="large">http://userserve-ak.last.fm/serve/126/20309885.jpg</image>
661
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/20309885.jpg</image>
662
+ </album> <album rank="48">
663
+ <name>Mama Said</name>
664
+ <playcount>1875</playcount>
665
+ <mbid>7e6ac454-f68b-41a1-90c7-5c4b8267a080</mbid>
666
+ <url>http://www.last.fm/music/Metallica/Mama+Said</url>
667
+ <artist>
668
+ <name>Metallica</name>
669
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
670
+ <url>http://www.last.fm/music/Metallica</url>
671
+ </artist>
672
+ <image size="small">http://images.amazon.com/images/P/B000005RZY.01._SCMZZZZZZZ_.jpg</image>
673
+ <image size="medium">http://images.amazon.com/images/P/B000005RZY.01._SCMZZZZZZZ_.jpg</image>
674
+ <image size="large">http://images.amazon.com/images/P/B000005RZY.01._SCMZZZZZZZ_.jpg</image>
675
+ <image size="extralarge">http://images.amazon.com/images/P/B000005RZY.01._SCMZZZZZZZ_.jpg</image>
676
+ </album> <album rank="49">
677
+ <name>Die, Die My Darling</name>
678
+ <playcount>1889</playcount>
679
+ <mbid>f3f2ade5-2ac0-48c8-acfc-9511819e3ba6</mbid>
680
+ <url>http://www.last.fm/music/Metallica/Die%2C+Die+My+Darling</url>
681
+ <artist>
682
+ <name>Metallica</name>
683
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
684
+ <url>http://www.last.fm/music/Metallica</url>
685
+ </artist>
686
+ <image size="small">http://images.amazon.com/images/P/B00000JM9X.01._SCMZZZZZZZ_.jpg</image>
687
+ <image size="medium">http://images.amazon.com/images/P/B00000JM9X.01._SCMZZZZZZZ_.jpg</image>
688
+ <image size="large">http://images.amazon.com/images/P/B00000JM9X.01._SCMZZZZZZZ_.jpg</image>
689
+ <image size="extralarge">http://images.amazon.com/images/P/B00000JM9X.01._SCMZZZZZZZ_.jpg</image>
690
+ </album> <album rank="50">
691
+ <name>Whiskey in the Jar</name>
692
+ <playcount>2283</playcount>
693
+ <mbid>baefb117-2282-4298-a1ff-10adcbe35886</mbid>
694
+ <url>http://www.last.fm/music/Metallica/Whiskey+in+the+Jar</url>
695
+ <artist>
696
+ <name>Metallica</name>
697
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
698
+ <url>http://www.last.fm/music/Metallica</url>
699
+ </artist>
700
+ <image size="small">http://userserve-ak.last.fm/serve/34s/28014793.jpg</image>
701
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/28014793.jpg</image>
702
+ <image size="large">http://userserve-ak.last.fm/serve/126/28014793.jpg</image>
703
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/28014793.jpg</image>
704
+ </album></topalbums></lfm>