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,254 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <lfm status="ok">
3
- <similartags tag="rock">
4
- <tag>
5
- <name>classic rock</name>
6
- <url>http://www.last.fm/tag/classic%20rock</url>
7
- <streamable>1</streamable>
8
- </tag>
9
- <tag>
10
- <name>alternative</name>
11
- <url>http://www.last.fm/tag/alternative</url>
12
- <streamable>1</streamable>
13
- </tag>
14
- <tag>
15
- <name>alternative rock</name>
16
- <url>http://www.last.fm/tag/alternative%20rock</url>
17
- <streamable>1</streamable>
18
- </tag>
19
- <tag>
20
- <name>hard rock</name>
21
- <url>http://www.last.fm/tag/hard%20rock</url>
22
- <streamable>1</streamable>
23
- </tag>
24
- <tag>
25
- <name>indie</name>
26
- <url>http://www.last.fm/tag/indie</url>
27
- <streamable>1</streamable>
28
- </tag>
29
- <tag>
30
- <name>punk</name>
31
- <url>http://www.last.fm/tag/punk</url>
32
- <streamable>1</streamable>
33
- </tag>
34
- <tag>
35
- <name>indie rock</name>
36
- <url>http://www.last.fm/tag/indie%20rock</url>
37
- <streamable>1</streamable>
38
- </tag>
39
- <tag>
40
- <name>progressive rock</name>
41
- <url>http://www.last.fm/tag/progressive%20rock</url>
42
- <streamable>1</streamable>
43
- </tag>
44
- <tag>
45
- <name>80s</name>
46
- <url>http://www.last.fm/tag/80s</url>
47
- <streamable>1</streamable>
48
- </tag>
49
- <tag>
50
- <name>pop</name>
51
- <url>http://www.last.fm/tag/pop</url>
52
- <streamable>1</streamable>
53
- </tag>
54
- <tag>
55
- <name>singer-songwriter</name>
56
- <url>http://www.last.fm/tag/singer-songwriter</url>
57
- <streamable>1</streamable>
58
- </tag>
59
- <tag>
60
- <name>seen live</name>
61
- <url>http://www.last.fm/tag/seen%20live</url>
62
- <streamable>1</streamable>
63
- </tag>
64
- <tag>
65
- <name>metal</name>
66
- <url>http://www.last.fm/tag/metal</url>
67
- <streamable>1</streamable>
68
- </tag>
69
- <tag>
70
- <name>female vocalists</name>
71
- <url>http://www.last.fm/tag/female%20vocalists</url>
72
- <streamable>1</streamable>
73
- </tag>
74
- <tag>
75
- <name>punk rock</name>
76
- <url>http://www.last.fm/tag/punk%20rock</url>
77
- <streamable>1</streamable>
78
- </tag>
79
- <tag>
80
- <name>blues</name>
81
- <url>http://www.last.fm/tag/blues</url>
82
- <streamable>1</streamable>
83
- </tag>
84
- <tag>
85
- <name>90s</name>
86
- <url>http://www.last.fm/tag/90s</url>
87
- <streamable>1</streamable>
88
- </tag>
89
- <tag>
90
- <name>emo</name>
91
- <url>http://www.last.fm/tag/emo</url>
92
- <streamable>1</streamable>
93
- </tag>
94
- <tag>
95
- <name>grunge</name>
96
- <url>http://www.last.fm/tag/grunge</url>
97
- <streamable>1</streamable>
98
- </tag>
99
- <tag>
100
- <name>british</name>
101
- <url>http://www.last.fm/tag/british</url>
102
- <streamable>1</streamable>
103
- </tag>
104
- <tag>
105
- <name>70s</name>
106
- <url>http://www.last.fm/tag/70s</url>
107
- <streamable>1</streamable>
108
- </tag>
109
- <tag>
110
- <name>albums i own</name>
111
- <url>http://www.last.fm/tag/albums%20i%20own</url>
112
- <streamable>1</streamable>
113
- </tag>
114
- <tag>
115
- <name>folk</name>
116
- <url>http://www.last.fm/tag/folk</url>
117
- <streamable>1</streamable>
118
- </tag>
119
- <tag>
120
- <name>60s</name>
121
- <url>http://www.last.fm/tag/60s</url>
122
- <streamable>1</streamable>
123
- </tag>
124
- <tag>
125
- <name>polish</name>
126
- <url>http://www.last.fm/tag/polish</url>
127
- <streamable>1</streamable>
128
- </tag>
129
- <tag>
130
- <name>new wave</name>
131
- <url>http://www.last.fm/tag/new%20wave</url>
132
- <streamable>1</streamable>
133
- </tag>
134
- <tag>
135
- <name>psychedelic</name>
136
- <url>http://www.last.fm/tag/psychedelic</url>
137
- <streamable>1</streamable>
138
- </tag>
139
- <tag>
140
- <name>blues rock</name>
141
- <url>http://www.last.fm/tag/blues%20rock</url>
142
- <streamable>1</streamable>
143
- </tag>
144
- <tag>
145
- <name>acoustic</name>
146
- <url>http://www.last.fm/tag/acoustic</url>
147
- <streamable>1</streamable>
148
- </tag>
149
- <tag>
150
- <name>britpop</name>
151
- <url>http://www.last.fm/tag/britpop</url>
152
- <streamable>1</streamable>
153
- </tag>
154
- <tag>
155
- <name>heavy metal</name>
156
- <url>http://www.last.fm/tag/heavy%20metal</url>
157
- <streamable>1</streamable>
158
- </tag>
159
- <tag>
160
- <name>finnish</name>
161
- <url>http://www.last.fm/tag/finnish</url>
162
- <streamable>1</streamable>
163
- </tag>
164
- <tag>
165
- <name>german</name>
166
- <url>http://www.last.fm/tag/german</url>
167
- <streamable>1</streamable>
168
- </tag>
169
- <tag>
170
- <name>favorites</name>
171
- <url>http://www.last.fm/tag/favorites</url>
172
- <streamable>1</streamable>
173
- </tag>
174
- <tag>
175
- <name>guitar</name>
176
- <url>http://www.last.fm/tag/guitar</url>
177
- <streamable>1</streamable>
178
- </tag>
179
- <tag>
180
- <name>cover</name>
181
- <url>http://www.last.fm/tag/cover</url>
182
- <streamable>1</streamable>
183
- </tag>
184
- <tag>
185
- <name>canadian</name>
186
- <url>http://www.last.fm/tag/canadian</url>
187
- <streamable>1</streamable>
188
- </tag>
189
- <tag>
190
- <name>russian rock</name>
191
- <url>http://www.last.fm/tag/russian%20rock</url>
192
- <streamable>1</streamable>
193
- </tag>
194
- <tag>
195
- <name>pop rock</name>
196
- <url>http://www.last.fm/tag/pop%20rock</url>
197
- <streamable>1</streamable>
198
- </tag>
199
- <tag>
200
- <name>nu metal</name>
201
- <url>http://www.last.fm/tag/nu%20metal</url>
202
- <streamable>1</streamable>
203
- </tag>
204
- <tag>
205
- <name>industrial</name>
206
- <url>http://www.last.fm/tag/industrial</url>
207
- <streamable>1</streamable>
208
- </tag>
209
- <tag>
210
- <name>soundtrack</name>
211
- <url>http://www.last.fm/tag/soundtrack</url>
212
- <streamable>1</streamable>
213
- </tag>
214
- <tag>
215
- <name>experimental</name>
216
- <url>http://www.last.fm/tag/experimental</url>
217
- <streamable>1</streamable>
218
- </tag>
219
- <tag>
220
- <name>instrumental</name>
221
- <url>http://www.last.fm/tag/instrumental</url>
222
- <streamable>1</streamable>
223
- </tag>
224
- <tag>
225
- <name>pop punk</name>
226
- <url>http://www.last.fm/tag/pop%20punk</url>
227
- <streamable>1</streamable>
228
- </tag>
229
- <tag>
230
- <name>russian</name>
231
- <url>http://www.last.fm/tag/russian</url>
232
- <streamable>1</streamable>
233
- </tag>
234
- <tag>
235
- <name>heard on pandora</name>
236
- <url>http://www.last.fm/tag/heard%20on%20pandora</url>
237
- <streamable>1</streamable>
238
- </tag>
239
- <tag>
240
- <name>japanese</name>
241
- <url>http://www.last.fm/tag/japanese</url>
242
- <streamable>1</streamable>
243
- </tag>
244
- <tag>
245
- <name>j-rock</name>
246
- <url>http://www.last.fm/tag/j-rock</url>
247
- <streamable>1</streamable>
248
- </tag>
249
- <tag>
250
- <name>glam rock</name>
251
- <url>http://www.last.fm/tag/glam%20rock</url>
252
- <streamable>1</streamable>
253
- </tag>
254
- </similartags></lfm>
@@ -1,805 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <lfm status="ok">
3
- <topalbums tag="Disco" >
4
-
5
-
6
-
7
- <album rank="1">
8
- <name>Overpowered</name>
9
- <tagcount>105</tagcount>
10
- <mbid></mbid>
11
- <url>http://www.last.fm/music/R%C3%B3is%C3%ADn+Murphy/Overpowered</url>
12
- <artist>
13
- <name>Róisín Murphy</name>
14
- <mbid>4c56405d-ba8e-4283-99c3-1dc95bdd50e7</mbid>
15
- <url>http://www.last.fm/music/R%C3%B3is%C3%ADn+Murphy</url>
16
- </artist>
17
- <image size="small">http://userserve-ak.last.fm/serve/34s/26856969.png</image>
18
- <image size="medium">http://userserve-ak.last.fm/serve/64s/26856969.png</image>
19
- <image size="large">http://userserve-ak.last.fm/serve/126/26856969.png</image>
20
- </album>
21
-
22
-
23
- <album rank="2">
24
- <name>The Colour of Love</name>
25
- <tagcount>93</tagcount>
26
- <mbid></mbid>
27
- <url>http://www.last.fm/music/Modus/The+Colour+of+Love</url>
28
- <artist>
29
- <name>Modus</name>
30
- <mbid>d7bfb5f8-de7d-4ead-87ad-7b3492623a03</mbid>
31
- <url>http://www.last.fm/music/Modus</url>
32
- </artist>
33
- <image size="small">http://userserve-ak.last.fm/serve/34s/24915223.jpg</image>
34
- <image size="medium">http://userserve-ak.last.fm/serve/64s/24915223.jpg</image>
35
- <image size="large">http://userserve-ak.last.fm/serve/126/24915223.jpg</image>
36
- </album>
37
-
38
-
39
- <album rank="3">
40
- <name>Confessions on a Dance Floor</name>
41
- <tagcount>46</tagcount>
42
- <mbid>6eb9ccca-63ad-41f5-9ab9-45d4f6e5d6a4</mbid>
43
- <url>http://www.last.fm/music/Madonna/Confessions+on+a+Dance+Floor</url>
44
- <artist>
45
- <name>Madonna</name>
46
- <mbid>79239441-bfd5-4981-a70c-55c3f15c1287</mbid>
47
- <url>http://www.last.fm/music/Madonna</url>
48
- </artist>
49
- <image size="small">http://userserve-ak.last.fm/serve/34s/8693811.jpg</image>
50
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8693811.jpg</image>
51
- <image size="large">http://userserve-ak.last.fm/serve/126/8693811.jpg</image>
52
- </album>
53
-
54
-
55
- <album rank="4">
56
- <name>Gold: Greatest Hits</name>
57
- <tagcount>35</tagcount>
58
- <mbid>09cc6e86-9901-40f0-a53e-a638e95744ba</mbid>
59
- <url>http://www.last.fm/music/ABBA/Gold%3A+Greatest+Hits</url>
60
- <artist>
61
- <name>ABBA</name>
62
- <mbid>d87e52c5-bb8d-4da8-b941-9f4928627dc8</mbid>
63
- <url>http://www.last.fm/music/ABBA</url>
64
- </artist>
65
- <image size="small">http://userserve-ak.last.fm/serve/34s/8674393.jpg</image>
66
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8674393.jpg</image>
67
- <image size="large">http://userserve-ak.last.fm/serve/126/8674393.jpg</image>
68
- </album>
69
-
70
-
71
- <album rank="5">
72
- <name>The Light At The End Of The Tunnel Is A Train</name>
73
- <tagcount>30</tagcount>
74
- <mbid>05cc274a-8e9d-4209-ad29-dac910c80f91</mbid>
75
- <url>http://www.last.fm/music/Whitey/The+Light+At+The+End+Of+The+Tunnel+Is+A+Train</url>
76
- <artist>
77
- <name>Whitey</name>
78
- <mbid>007a084b-f435-4d78-be2a-3f9dd552ebc9</mbid>
79
- <url>http://www.last.fm/music/Whitey</url>
80
- </artist>
81
- <image size="small">http://images.amazon.com/images/P/B0007O24W6.01.MZZZZZZZ.jpg</image>
82
- <image size="medium">http://images.amazon.com/images/P/B0007O24W6.01.MZZZZZZZ.jpg</image>
83
- <image size="large">http://images.amazon.com/images/P/B0007O24W6.01.MZZZZZZZ.jpg</image>
84
- </album>
85
-
86
-
87
- <album rank="6">
88
- <name>Over and Over</name>
89
- <tagcount>26</tagcount>
90
- <mbid></mbid>
91
- <url>http://www.last.fm/music/Hot+Chip/Over+and+Over</url>
92
- <artist>
93
- <name>Hot Chip</name>
94
- <mbid>d8915e13-d67a-4aa0-9c0b-1f126af951af</mbid>
95
- <url>http://www.last.fm/music/Hot+Chip</url>
96
- </artist>
97
- <image size="small">http://userserve-ak.last.fm/serve/34s/15122145.jpg</image>
98
- <image size="medium">http://userserve-ak.last.fm/serve/64s/15122145.jpg</image>
99
- <image size="large">http://userserve-ak.last.fm/serve/126/15122145.jpg</image>
100
- </album>
101
-
102
-
103
- <album rank="7">
104
- <name>Light at the End of the Tunnel Is a Train</name>
105
- <tagcount>25</tagcount>
106
- <mbid></mbid>
107
- <url>http://www.last.fm/music/Whitey/Light+at+the+End+of+the+Tunnel+Is+a+Train</url>
108
- <artist>
109
- <name>Whitey</name>
110
- <mbid>007a084b-f435-4d78-be2a-3f9dd552ebc9</mbid>
111
- <url>http://www.last.fm/music/Whitey</url>
112
- </artist>
113
- <image size="small">http://images.amazon.com/images/P/B0007O24W6.01._SCMZZZZZZZ_.jpg</image>
114
- <image size="medium">http://images.amazon.com/images/P/B0007O24W6.01._SCMZZZZZZZ_.jpg</image>
115
- <image size="large">http://images.amazon.com/images/P/B0007O24W6.01._SCMZZZZZZZ_.jpg</image>
116
- </album>
117
-
118
-
119
- <album rank="8">
120
- <name>Relax (Edition 2)</name>
121
- <tagcount>22</tagcount>
122
- <mbid></mbid>
123
- <url>http://www.last.fm/music/Blank%2B%2526%2BJones/Relax+%28Edition+2%29</url>
124
- <artist>
125
- <name>Blank &amp; Jones</name>
126
- <mbid>6606c527-376a-47b4-bb35-748d01e14f6d</mbid>
127
- <url>http://www.last.fm/music/Blank%2B%2526%2BJones</url>
128
- </artist>
129
- <image size="small">http://userserve-ak.last.fm/serve/34s/19805029.jpg</image>
130
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19805029.jpg</image>
131
- <image size="large">http://userserve-ak.last.fm/serve/126/19805029.jpg</image>
132
- </album>
133
-
134
-
135
- <album rank="9">
136
- <name>Fever</name>
137
- <tagcount>17</tagcount>
138
- <mbid>30ec81bf-05fd-49e2-bfe3-1c386899ac0d</mbid>
139
- <url>http://www.last.fm/music/Kylie+Minogue/Fever</url>
140
- <artist>
141
- <name>Kylie Minogue</name>
142
- <mbid>2fddb92d-24b2-46a5-bf28-3aed46f4684c</mbid>
143
- <url>http://www.last.fm/music/Kylie+Minogue</url>
144
- </artist>
145
- <image size="small">http://userserve-ak.last.fm/serve/34s/8598231.jpg</image>
146
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8598231.jpg</image>
147
- <image size="large">http://userserve-ak.last.fm/serve/126/8598231.jpg</image>
148
- </album>
149
-
150
-
151
- <album rank="9">
152
- <name>Myth</name>
153
- <tagcount>17</tagcount>
154
- <mbid>d92d2aba-8a9b-40a9-95ea-aa71c2be339d</mbid>
155
- <url>http://www.last.fm/music/Chorus+of+Tribes/Myth</url>
156
- <artist>
157
- <name>Chorus of Tribes</name>
158
- <mbid>8aa9b554-78c8-4033-a011-b70339860d31</mbid>
159
- <url>http://www.last.fm/music/Chorus+of+Tribes</url>
160
- </artist>
161
- <image size="small">http://userserve-ak.last.fm/serve/34s/16833389.jpg</image>
162
- <image size="medium">http://userserve-ak.last.fm/serve/64s/16833389.jpg</image>
163
- <image size="large">http://userserve-ak.last.fm/serve/126/16833389.jpg</image>
164
- </album>
165
-
166
-
167
- <album rank="11">
168
- <name>Phoenix For Damwalker Dale</name>
169
- <tagcount>15</tagcount>
170
- <mbid></mbid>
171
- <url>http://www.last.fm/music/Sax%2B%2526%2BMoryson/Phoenix+For+Damwalker+Dale</url>
172
- <artist>
173
- <name>Sax &amp; Moryson</name>
174
- <mbid></mbid>
175
- <url>http://www.last.fm/music/Sax%2B%2526%2BMoryson</url>
176
- </artist>
177
- <image size="small">http://userserve-ak.last.fm/serve/34s/11226379.jpg</image>
178
- <image size="medium">http://userserve-ak.last.fm/serve/64s/11226379.jpg</image>
179
- <image size="large">http://userserve-ak.last.fm/serve/126/11226379.jpg</image>
180
- </album>
181
-
182
-
183
- <album rank="12">
184
- <name>Odonata</name>
185
- <tagcount>14</tagcount>
186
- <mbid>2a4d245c-f596-4ea5-91ef-0c5761b0f826</mbid>
187
- <url>http://www.last.fm/music/Amethystium/Odonata</url>
188
- <artist>
189
- <name>Amethystium</name>
190
- <mbid>ccc7485d-52b8-4d11-820e-5fabe43ccf20</mbid>
191
- <url>http://www.last.fm/music/Amethystium</url>
192
- </artist>
193
- <image size="small">http://userserve-ak.last.fm/serve/34s/8707213.jpg</image>
194
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8707213.jpg</image>
195
- <image size="large">http://userserve-ak.last.fm/serve/126/8707213.jpg</image>
196
- </album>
197
-
198
-
199
- <album rank="12">
200
- <name>SexyPhone SexyPhon Sexy Phone</name>
201
- <tagcount>14</tagcount>
202
- <mbid></mbid>
203
- <url>http://www.last.fm/music/Sax%2B%2526%2BMoryson/SexyPhone+SexyPhon+Sexy+Phone</url>
204
- <artist>
205
- <name>Sax &amp; Moryson</name>
206
- <mbid></mbid>
207
- <url>http://www.last.fm/music/Sax%2B%2526%2BMoryson</url>
208
- </artist>
209
- <image size="small">http://userserve-ak.last.fm/serve/34s/10739907.jpg</image>
210
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10739907.jpg</image>
211
- <image size="large">http://userserve-ak.last.fm/serve/126/10739907.jpg</image>
212
- </album>
213
-
214
-
215
- <album rank="14">
216
- <name>Off the Wall</name>
217
- <tagcount>13</tagcount>
218
- <mbid>924aca8e-3199-4332-be5a-f03f86929e57</mbid>
219
- <url>http://www.last.fm/music/Michael+Jackson/Off+the+Wall</url>
220
- <artist>
221
- <name>Michael Jackson</name>
222
- <mbid>f27ec8db-af05-4f36-916e-3d57f91ecf5e</mbid>
223
- <url>http://www.last.fm/music/Michael+Jackson</url>
224
- </artist>
225
- <image size="small">http://userserve-ak.last.fm/serve/34s/23733783.jpg</image>
226
- <image size="medium">http://userserve-ak.last.fm/serve/64s/23733783.jpg</image>
227
- <image size="large">http://userserve-ak.last.fm/serve/126/23733783.jpg</image>
228
- </album>
229
-
230
-
231
- <album rank="15">
232
- <name>Trilenium</name>
233
- <tagcount>12</tagcount>
234
- <mbid>04f09845-803a-447b-9c1e-545d2634003c</mbid>
235
- <url>http://www.last.fm/music/Sash%21/Trilenium</url>
236
- <artist>
237
- <name>Sash!</name>
238
- <mbid>29e26734-788a-44aa-8d86-a452bc4232a6</mbid>
239
- <url>http://www.last.fm/music/Sash%21</url>
240
- </artist>
241
- <image size="small">http://userserve-ak.last.fm/serve/34s/12623535.jpg</image>
242
- <image size="medium">http://userserve-ak.last.fm/serve/64s/12623535.jpg</image>
243
- <image size="large">http://userserve-ak.last.fm/serve/126/12623535.jpg</image>
244
- </album>
245
-
246
-
247
- <album rank="15">
248
- <name>Remix 2005</name>
249
- <tagcount>12</tagcount>
250
- <mbid></mbid>
251
- <url>http://www.last.fm/music/Boney+M./Remix+2005</url>
252
- <artist>
253
- <name>Boney M.</name>
254
- <mbid>5403bf6e-bc1d-4e62-b31f-926a2bf66a14</mbid>
255
- <url>http://www.last.fm/music/Boney+M.</url>
256
- </artist>
257
- <image size="small">http://userserve-ak.last.fm/serve/34s/9102817.jpg</image>
258
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9102817.jpg</image>
259
- <image size="large">http://userserve-ak.last.fm/serve/126/9102817.jpg</image>
260
- </album>
261
-
262
-
263
- <album rank="17">
264
- <name>Life Goes On</name>
265
- <tagcount>11</tagcount>
266
- <mbid>da244c0c-0143-452a-a9f3-382f2f7b4b35</mbid>
267
- <url>http://www.last.fm/music/Sash%21/Life+Goes+On</url>
268
- <artist>
269
- <name>Sash!</name>
270
- <mbid>29e26734-788a-44aa-8d86-a452bc4232a6</mbid>
271
- <url>http://www.last.fm/music/Sash%21</url>
272
- </artist>
273
- <image size="small">http://userserve-ak.last.fm/serve/34s/5030126.jpg</image>
274
- <image size="medium">http://userserve-ak.last.fm/serve/64s/5030126.jpg</image>
275
- <image size="large">http://userserve-ak.last.fm/serve/126/5030126.jpg</image>
276
- </album>
277
-
278
-
279
- <album rank="17">
280
- <name>On the Radio (Greatest Hits)</name>
281
- <tagcount>11</tagcount>
282
- <mbid></mbid>
283
- <url>http://www.last.fm/music/Donna+Summer/On+the+Radio+%28Greatest+Hits%29</url>
284
- <artist>
285
- <name>Donna Summer</name>
286
- <mbid>b60527cc-54f3-4bbe-a01b-dcf34c95ae14</mbid>
287
- <url>http://www.last.fm/music/Donna+Summer</url>
288
- </artist>
289
- <image size="small">http://userserve-ak.last.fm/serve/34s/8625415.jpg</image>
290
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8625415.jpg</image>
291
- <image size="large">http://userserve-ak.last.fm/serve/126/8625415.jpg</image>
292
- </album>
293
-
294
-
295
- <album rank="17">
296
- <name>Karma (Disk 1)</name>
297
- <tagcount>11</tagcount>
298
- <mbid></mbid>
299
- <url>http://www.last.fm/music/Delerium/Karma+%28Disk+1%29</url>
300
- <artist>
301
- <name>Delerium</name>
302
- <mbid>4279aba0-1bde-40a9-8fb2-c63d165dc554</mbid>
303
- <url>http://www.last.fm/music/Delerium</url>
304
- </artist>
305
- <image size="small">http://userserve-ak.last.fm/serve/34s/14454585.jpg</image>
306
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14454585.jpg</image>
307
- <image size="large">http://userserve-ak.last.fm/serve/126/14454585.jpg</image>
308
- </album>
309
-
310
-
311
- <album rank="17">
312
- <name>Dynamite</name>
313
- <tagcount>11</tagcount>
314
- <mbid>8c95a26d-82fd-468e-a9f1-ce8c0fd97b0f</mbid>
315
- <url>http://www.last.fm/music/Jamiroquai/Dynamite</url>
316
- <artist>
317
- <name>Jamiroquai</name>
318
- <mbid>f4857fb9-e255-4dc6-bd01-e4ca7cc68544</mbid>
319
- <url>http://www.last.fm/music/Jamiroquai</url>
320
- </artist>
321
- <image size="small">http://userserve-ak.last.fm/serve/34s/19845679.jpg</image>
322
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19845679.jpg</image>
323
- <image size="large">http://userserve-ak.last.fm/serve/126/19845679.jpg</image>
324
- </album>
325
-
326
-
327
- <album rank="17">
328
- <name>Number Ones</name>
329
- <tagcount>11</tagcount>
330
- <mbid>09d82e9f-4b95-464e-aa45-2c0b24295bad</mbid>
331
- <url>http://www.last.fm/music/Bee+Gees/Number+Ones</url>
332
- <artist>
333
- <name>Bee Gees</name>
334
- <mbid>bf0f7e29-dfe1-416c-b5c6-f9ebc19ea810</mbid>
335
- <url>http://www.last.fm/music/Bee+Gees</url>
336
- </artist>
337
- <image size="small">http://images.amazon.com/images/P/B00069590Q.01._SCMZZZZZZZ_.jpg</image>
338
- <image size="medium">http://images.amazon.com/images/P/B00069590Q.01._SCMZZZZZZZ_.jpg</image>
339
- <image size="large">http://images.amazon.com/images/P/B00069590Q.01._SCMZZZZZZZ_.jpg</image>
340
- </album>
341
-
342
-
343
- <album rank="17">
344
- <name>Rush</name>
345
- <tagcount>11</tagcount>
346
- <mbid>de3413e0-e774-40ca-bc4c-e90ed9396c04</mbid>
347
- <url>http://www.last.fm/music/Darude/Rush</url>
348
- <artist>
349
- <name>Darude</name>
350
- <mbid>9ffad8aa-b671-4a9a-a527-a95bdaaa0ec4</mbid>
351
- <url>http://www.last.fm/music/Darude</url>
352
- </artist>
353
- <image size="small">http://userserve-ak.last.fm/serve/34s/23032715.jpg</image>
354
- <image size="medium">http://userserve-ak.last.fm/serve/64s/23032715.jpg</image>
355
- <image size="large">http://userserve-ak.last.fm/serve/126/23032715.jpg</image>
356
- </album>
357
-
358
-
359
- <album rank="17">
360
- <name>Love Trance</name>
361
- <tagcount>11</tagcount>
362
- <mbid></mbid>
363
- <url>http://www.last.fm/music/Sax%2B%2526%2BMoryson/Love+Trance</url>
364
- <artist>
365
- <name>Sax &amp; Moryson</name>
366
- <mbid></mbid>
367
- <url>http://www.last.fm/music/Sax%2B%2526%2BMoryson</url>
368
- </artist>
369
- <image size="small">http://userserve-ak.last.fm/serve/34s/22999695.jpg</image>
370
- <image size="medium">http://userserve-ak.last.fm/serve/64s/22999695.jpg</image>
371
- <image size="large">http://userserve-ak.last.fm/serve/126/22999695.jpg</image>
372
- </album>
373
-
374
-
375
- <album rank="24">
376
- <name>Saturday Night Fever</name>
377
- <tagcount>10</tagcount>
378
- <mbid>dee66960-d370-41c8-9471-2ea662a81841</mbid>
379
- <url>http://www.last.fm/music/Various+Artists/Saturday+Night+Fever</url>
380
- <artist>
381
- <name>Various Artists</name>
382
- <mbid>89ad4ac3-39f7-470e-963a-56509c546377</mbid>
383
- <url>http://www.last.fm/music/Various+Artists</url>
384
- </artist>
385
- <image size="small">http://userserve-ak.last.fm/serve/34s/8596507.jpg</image>
386
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8596507.jpg</image>
387
- <image size="large">http://userserve-ak.last.fm/serve/126/8596507.jpg</image>
388
- </album>
389
-
390
-
391
- <album rank="24">
392
- <name>One Night Only</name>
393
- <tagcount>10</tagcount>
394
- <mbid>8da55cee-bd2d-4b2c-afaa-0a7fd9c99712</mbid>
395
- <url>http://www.last.fm/music/Bee+Gees/One+Night+Only</url>
396
- <artist>
397
- <name>Bee Gees</name>
398
- <mbid>bf0f7e29-dfe1-416c-b5c6-f9ebc19ea810</mbid>
399
- <url>http://www.last.fm/music/Bee+Gees</url>
400
- </artist>
401
- <image size="small">http://userserve-ak.last.fm/serve/34s/8678883.jpg</image>
402
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8678883.jpg</image>
403
- <image size="large">http://userserve-ak.last.fm/serve/126/8678883.jpg</image>
404
- </album>
405
-
406
-
407
- <album rank="24">
408
- <name>Lost Eden</name>
409
- <tagcount>10</tagcount>
410
- <mbid>324d5221-973a-4845-b387-913807549333</mbid>
411
- <url>http://www.last.fm/music/Asura/Lost+Eden</url>
412
- <artist>
413
- <name>Asura</name>
414
- <mbid>49a5f5b9-44f3-4db2-a9a8-db8773de4edc</mbid>
415
- <url>http://www.last.fm/music/Asura</url>
416
- </artist>
417
- <image size="small">http://images.amazon.com/images/P/B000267J9M.01.MZZZZZZZ.jpg</image>
418
- <image size="medium">http://images.amazon.com/images/P/B000267J9M.01.MZZZZZZZ.jpg</image>
419
- <image size="large">http://images.amazon.com/images/P/B000267J9M.01.MZZZZZZZ.jpg</image>
420
- </album>
421
-
422
-
423
- <album rank="24">
424
- <name>Electrical Boy EP</name>
425
- <tagcount>10</tagcount>
426
- <mbid></mbid>
427
- <url>http://www.last.fm/music/Steve+Ellington+Band/Electrical+Boy+EP</url>
428
- <artist>
429
- <name>Steve Ellington Band</name>
430
- <mbid>2f7dacfe-7d1b-492c-bd12-426ae2fa1542</mbid>
431
- <url>http://www.last.fm/music/Steve+Ellington+Band</url>
432
- </artist>
433
- <image size="small">http://userserve-ak.last.fm/serve/34s/27185073.jpg</image>
434
- <image size="medium">http://userserve-ak.last.fm/serve/64s/27185073.jpg</image>
435
- <image size="large">http://userserve-ak.last.fm/serve/126/27185073.jpg</image>
436
- </album>
437
-
438
-
439
- <album rank="24">
440
- <name>I Created Disco</name>
441
- <tagcount>10</tagcount>
442
- <mbid></mbid>
443
- <url>http://www.last.fm/music/Calvin+Harris/I+Created+Disco</url>
444
- <artist>
445
- <name>Calvin Harris</name>
446
- <mbid>8dd98bdc-80ec-4e93-8509-2f46bafc09a7</mbid>
447
- <url>http://www.last.fm/music/Calvin+Harris</url>
448
- </artist>
449
- <image size="small">http://userserve-ak.last.fm/serve/34s/22990055.jpg</image>
450
- <image size="medium">http://userserve-ak.last.fm/serve/64s/22990055.jpg</image>
451
- <image size="large">http://userserve-ak.last.fm/serve/126/22990055.jpg</image>
452
- </album>
453
-
454
-
455
- <album rank="24">
456
- <name>Progression</name>
457
- <tagcount>10</tagcount>
458
- <mbid></mbid>
459
- <url>http://www.last.fm/music/Markus+Schulz/Progression</url>
460
- <artist>
461
- <name>Markus Schulz</name>
462
- <mbid>62558a6c-cbb1-4bee-a843-d07d187ddf55</mbid>
463
- <url>http://www.last.fm/music/Markus+Schulz</url>
464
- </artist>
465
- <image size="small">http://userserve-ak.last.fm/serve/34s/9964047.jpg</image>
466
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9964047.jpg</image>
467
- <image size="large">http://userserve-ak.last.fm/serve/126/9964047.jpg</image>
468
- </album>
469
-
470
-
471
- <album rank="30">
472
- <name>76</name>
473
- <tagcount>9</tagcount>
474
- <mbid>d63f901b-d232-4814-84d4-eeef097bb0ee</mbid>
475
- <url>http://www.last.fm/music/Armin+van+Buuren/76</url>
476
- <artist>
477
- <name>Armin van Buuren</name>
478
- <mbid>477b8c0c-c5fc-4ad2-b5b2-191f0bf2a9df</mbid>
479
- <url>http://www.last.fm/music/Armin+van+Buuren</url>
480
- </artist>
481
- <image size="small">http://images.amazon.com/images/P/B0000C3I4C.01.MZZZZZZZ.jpg</image>
482
- <image size="medium">http://images.amazon.com/images/P/B0000C3I4C.01.MZZZZZZZ.jpg</image>
483
- <image size="large">http://images.amazon.com/images/P/B0000C3I4C.01.MZZZZZZZ.jpg</image>
484
- </album>
485
-
486
-
487
- <album rank="30">
488
- <name>Greatest Hits</name>
489
- <tagcount>9</tagcount>
490
- <mbid>9eaf4cf6-3070-4789-97c4-9255893c00dc</mbid>
491
- <url>http://www.last.fm/music/KC+and+the+Sunshine+Band/Greatest+Hits</url>
492
- <artist>
493
- <name>KC and the Sunshine Band</name>
494
- <mbid>76a5a114-ed6a-4eb6-8a81-ad5768d4b41c</mbid>
495
- <url>http://www.last.fm/music/KC+and+the+Sunshine+Band</url>
496
- </artist>
497
- <image size="small">http://images.amazon.com/images/P/B00002NDAL.01.MZZZZZZZ.jpg</image>
498
- <image size="medium">http://images.amazon.com/images/P/B00002NDAL.01.MZZZZZZZ.jpg</image>
499
- <image size="large">http://images.amazon.com/images/P/B00002NDAL.01.MZZZZZZZ.jpg</image>
500
- </album>
501
-
502
-
503
- <album rank="32">
504
- <name>Le Roi Est Mort, Vive le Roi!</name>
505
- <tagcount>8</tagcount>
506
- <mbid>8dadf404-5cc3-4bec-8d9a-ddc9dccbfecf</mbid>
507
- <url>http://www.last.fm/music/Enigma/Le+Roi+Est+Mort%2C+Vive+le+Roi%21</url>
508
- <artist>
509
- <name>Enigma</name>
510
- <mbid>f1d1df24-91af-4d27-83a4-9b4ad29b37eb</mbid>
511
- <url>http://www.last.fm/music/Enigma</url>
512
- </artist>
513
- <image size="small">http://userserve-ak.last.fm/serve/34s/10414929.jpg</image>
514
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10414929.jpg</image>
515
- <image size="large">http://userserve-ak.last.fm/serve/126/10414929.jpg</image>
516
- </album>
517
-
518
-
519
- <album rank="32">
520
- <name>Bad Girls</name>
521
- <tagcount>8</tagcount>
522
- <mbid>fc87b5b5-9130-43ca-aff1-ef966040ec97</mbid>
523
- <url>http://www.last.fm/music/Donna+Summer/Bad+Girls</url>
524
- <artist>
525
- <name>Donna Summer</name>
526
- <mbid>b60527cc-54f3-4bbe-a01b-dcf34c95ae14</mbid>
527
- <url>http://www.last.fm/music/Donna+Summer</url>
528
- </artist>
529
- <image size="small">http://userserve-ak.last.fm/serve/34s/5258441.jpg</image>
530
- <image size="medium">http://userserve-ak.last.fm/serve/64s/5258441.jpg</image>
531
- <image size="large">http://userserve-ak.last.fm/serve/126/5258441.jpg</image>
532
- </album>
533
-
534
-
535
- <album rank="32">
536
- <name>Anthology - 20 Greatest Tracks</name>
537
- <tagcount>8</tagcount>
538
- <mbid>09895796-1be0-4a58-b5f8-516b3bd8d589</mbid>
539
- <url>http://www.last.fm/music/Kool%2B%2526%2BThe%2BGang/Anthology+-+20+Greatest+Tracks</url>
540
- <artist>
541
- <name>Kool &amp; The Gang</name>
542
- <mbid>2469950a-f0ca-425a-bfbc-baf55ea3afde</mbid>
543
- <url>http://www.last.fm/music/Kool%2B%2526%2BThe%2BGang</url>
544
- </artist>
545
- <image size="small">http://userserve-ak.last.fm/serve/34s/5937937.jpg</image>
546
- <image size="medium">http://userserve-ak.last.fm/serve/64s/5937937.jpg</image>
547
- <image size="large">http://userserve-ak.last.fm/serve/126/5937937.jpg</image>
548
- </album>
549
-
550
-
551
- <album rank="32">
552
- <name>Volume 1</name>
553
- <tagcount>8</tagcount>
554
- <mbid></mbid>
555
- <url>http://www.last.fm/music/Anjunabeats/Volume+1</url>
556
- <artist>
557
- <name>Anjunabeats</name>
558
- <mbid>d814810f-6586-4515-a7ee-6a3ae9f345bf</mbid>
559
- <url>http://www.last.fm/music/Anjunabeats</url>
560
- </artist>
561
- <image size="small">http://userserve-ak.last.fm/serve/34s/14425685.jpg</image>
562
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14425685.jpg</image>
563
- <image size="large">http://userserve-ak.last.fm/serve/126/14425685.jpg</image>
564
- </album>
565
-
566
-
567
- <album rank="36">
568
- <name>The Album</name>
569
- <tagcount>7</tagcount>
570
- <mbid>cd8b895d-ffc4-4a70-a603-58859353b42d</mbid>
571
- <url>http://www.last.fm/music/ABBA/The+Album</url>
572
- <artist>
573
- <name>ABBA</name>
574
- <mbid>d87e52c5-bb8d-4da8-b941-9f4928627dc8</mbid>
575
- <url>http://www.last.fm/music/ABBA</url>
576
- </artist>
577
- <image size="small">http://userserve-ak.last.fm/serve/34s/8598341.jpg</image>
578
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8598341.jpg</image>
579
- <image size="large">http://userserve-ak.last.fm/serve/126/8598341.jpg</image>
580
- </album>
581
-
582
-
583
- <album rank="36">
584
- <name>Scissor Sisters</name>
585
- <tagcount>7</tagcount>
586
- <mbid>0f808338-56cb-48eb-8082-593c0344b78f</mbid>
587
- <url>http://www.last.fm/music/Scissor+Sisters/Scissor+Sisters</url>
588
- <artist>
589
- <name>Scissor Sisters</name>
590
- <mbid>4236d929-9a81-4c8e-97c3-8d3306780f50</mbid>
591
- <url>http://www.last.fm/music/Scissor+Sisters</url>
592
- </artist>
593
- <image size="small">http://userserve-ak.last.fm/serve/34s/8673549.jpg</image>
594
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8673549.jpg</image>
595
- <image size="large">http://userserve-ak.last.fm/serve/126/8673549.jpg</image>
596
- </album>
597
-
598
-
599
- <album rank="36">
600
- <name>Dreamland</name>
601
- <tagcount>7</tagcount>
602
- <mbid>8fe0fbdf-33fc-4d0a-81f1-e02c79f474c8</mbid>
603
- <url>http://www.last.fm/music/Robert+Miles/Dreamland</url>
604
- <artist>
605
- <name>Robert Miles</name>
606
- <mbid>e83144dd-bb95-49fe-b1dd-00bab25cca9e</mbid>
607
- <url>http://www.last.fm/music/Robert+Miles</url>
608
- </artist>
609
- <image size="small">http://userserve-ak.last.fm/serve/34s/17414969.jpg</image>
610
- <image size="medium">http://userserve-ak.last.fm/serve/64s/17414969.jpg</image>
611
- <image size="large">http://userserve-ak.last.fm/serve/126/17414969.jpg</image>
612
- </album>
613
-
614
-
615
- <album rank="36">
616
- <name>Before the Storm</name>
617
- <tagcount>7</tagcount>
618
- <mbid>ee4d5e5b-a33d-402a-bac9-9377a9f93ada</mbid>
619
- <url>http://www.last.fm/music/Darude/Before+the+Storm</url>
620
- <artist>
621
- <name>Darude</name>
622
- <mbid>9ffad8aa-b671-4a9a-a527-a95bdaaa0ec4</mbid>
623
- <url>http://www.last.fm/music/Darude</url>
624
- </artist>
625
- <image size="small">http://userserve-ak.last.fm/serve/34s/17509447.jpg</image>
626
- <image size="medium">http://userserve-ak.last.fm/serve/64s/17509447.jpg</image>
627
- <image size="large">http://userserve-ak.last.fm/serve/126/17509447.jpg</image>
628
- </album>
629
-
630
-
631
- <album rank="36">
632
- <name>Saturday Night Fever</name>
633
- <tagcount>7</tagcount>
634
- <mbid></mbid>
635
- <url>http://www.last.fm/music/Bee+Gees/Saturday+Night+Fever</url>
636
- <artist>
637
- <name>Bee Gees</name>
638
- <mbid>bf0f7e29-dfe1-416c-b5c6-f9ebc19ea810</mbid>
639
- <url>http://www.last.fm/music/Bee+Gees</url>
640
- </artist>
641
- <image size="small">http://userserve-ak.last.fm/serve/34s/4474462.jpg</image>
642
- <image size="medium">http://userserve-ak.last.fm/serve/64s/4474462.jpg</image>
643
- <image size="large">http://userserve-ak.last.fm/serve/126/4474462.jpg</image>
644
- </album>
645
-
646
-
647
- <album rank="36">
648
- <name>The Very Best of Chic</name>
649
- <tagcount>7</tagcount>
650
- <mbid>b97ddea9-26a7-4d0e-8c5e-890ac1abefc1</mbid>
651
- <url>http://www.last.fm/music/Chic/The+Very+Best+of+Chic</url>
652
- <artist>
653
- <name>Chic</name>
654
- <mbid>a4ed036b-5f18-439c-b1e1-96d205bab255</mbid>
655
- <url>http://www.last.fm/music/Chic</url>
656
- </artist>
657
- <image size="small">http://images.amazon.com/images/P/B00004R5ZR.01.MZZZZZZZ.jpg</image>
658
- <image size="medium">http://images.amazon.com/images/P/B00004R5ZR.01.MZZZZZZZ.jpg</image>
659
- <image size="large">http://images.amazon.com/images/P/B00004R5ZR.01.MZZZZZZZ.jpg</image>
660
- </album>
661
-
662
-
663
- <album rank="36">
664
- <name>This Is Where the Happy People Go: The Best of the Trammps</name>
665
- <tagcount>7</tagcount>
666
- <mbid>f24e463f-e323-4c03-bc75-53198773fae3</mbid>
667
- <url>http://www.last.fm/music/The+Trammps/This+Is+Where+the+Happy+People+Go%3A+The+Best+of+the+Trammps</url>
668
- <artist>
669
- <name>The Trammps</name>
670
- <mbid>8799413d-7df8-4eb9-8542-af8cea6b0feb</mbid>
671
- <url>http://www.last.fm/music/The+Trammps</url>
672
- </artist>
673
- <image size="small">http://images.amazon.com/images/P/B0000033BS.01._SCMZZZZZZZ_.jpg</image>
674
- <image size="medium">http://images.amazon.com/images/P/B0000033BS.01._SCMZZZZZZZ_.jpg</image>
675
- <image size="large">http://images.amazon.com/images/P/B0000033BS.01._SCMZZZZZZZ_.jpg</image>
676
- </album>
677
-
678
-
679
- <album rank="36">
680
- <name>Discomania</name>
681
- <tagcount>7</tagcount>
682
- <mbid>af778d9a-65fc-4b6c-af42-c807a0ce7709</mbid>
683
- <url>http://www.last.fm/music/Baccara/Discomania</url>
684
- <artist>
685
- <name>Baccara</name>
686
- <mbid>d17a5888-7775-4541-85d6-f6344f9e93b7</mbid>
687
- <url>http://www.last.fm/music/Baccara</url>
688
- </artist>
689
- <image size="small">http://userserve-ak.last.fm/serve/34s/5798097.jpg</image>
690
- <image size="medium">http://userserve-ak.last.fm/serve/64s/5798097.jpg</image>
691
- <image size="large">http://userserve-ak.last.fm/serve/126/5798097.jpg</image>
692
- </album>
693
-
694
-
695
- <album rank="36">
696
- <name>Greece 2000 (2007)</name>
697
- <tagcount>7</tagcount>
698
- <mbid></mbid>
699
- <url>http://www.last.fm/music/Three+Drives/Greece+2000+%282007%29</url>
700
- <artist>
701
- <name>Three Drives</name>
702
- <mbid>8b26c72c-0162-4cb5-aa9f-c22835988a25</mbid>
703
- <url>http://www.last.fm/music/Three+Drives</url>
704
- </artist>
705
- <image size="small">http://userserve-ak.last.fm/serve/34s/10233073.jpg</image>
706
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10233073.jpg</image>
707
- <image size="large">http://userserve-ak.last.fm/serve/126/10233073.jpg</image>
708
- </album>
709
-
710
-
711
- <album rank="36">
712
- <name>In Between</name>
713
- <tagcount>7</tagcount>
714
- <mbid></mbid>
715
- <url>http://www.last.fm/music/Paul+van+Dyk/In+Between</url>
716
- <artist>
717
- <name>Paul van Dyk</name>
718
- <mbid>092ca127-2e07-4cbd-9cba-e412b4ddddd9</mbid>
719
- <url>http://www.last.fm/music/Paul+van+Dyk</url>
720
- </artist>
721
- <image size="small">http://userserve-ak.last.fm/serve/34s/9652349.jpg</image>
722
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9652349.jpg</image>
723
- <image size="large">http://userserve-ak.last.fm/serve/126/9652349.jpg</image>
724
- </album>
725
-
726
-
727
- <album rank="46">
728
- <name>ABBA</name>
729
- <tagcount>6</tagcount>
730
- <mbid>2f878b57-ce55-4a2b-ac93-f95b4b512236</mbid>
731
- <url>http://www.last.fm/music/ABBA/ABBA</url>
732
- <artist>
733
- <name>ABBA</name>
734
- <mbid>d87e52c5-bb8d-4da8-b941-9f4928627dc8</mbid>
735
- <url>http://www.last.fm/music/ABBA</url>
736
- </artist>
737
- <image size="small">http://userserve-ak.last.fm/serve/34s/8679591.jpg</image>
738
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8679591.jpg</image>
739
- <image size="large">http://userserve-ak.last.fm/serve/126/8679591.jpg</image>
740
- </album>
741
-
742
-
743
- <album rank="46">
744
- <name>Haddaway</name>
745
- <tagcount>6</tagcount>
746
- <mbid>08466547-b8ce-4649-9ce1-9e09cd3d0746</mbid>
747
- <url>http://www.last.fm/music/Haddaway/Haddaway</url>
748
- <artist>
749
- <name>Haddaway</name>
750
- <mbid>6508cf1d-4da2-4d71-81ec-0e072338991f</mbid>
751
- <url>http://www.last.fm/music/Haddaway</url>
752
- </artist>
753
- <image size="small">http://images.amazon.com/images/P/B000002VNW.01.MZZZZZZZ.jpg</image>
754
- <image size="medium">http://images.amazon.com/images/P/B000002VNW.01.MZZZZZZZ.jpg</image>
755
- <image size="large">http://images.amazon.com/images/P/B000002VNW.01.MZZZZZZZ.jpg</image>
756
- </album>
757
-
758
-
759
- <album rank="46">
760
- <name>From Here To Eternity</name>
761
- <tagcount>6</tagcount>
762
- <mbid>5467d5d1-9079-4531-9fff-b8a8e01aa9d3</mbid>
763
- <url>http://www.last.fm/music/Giorgio+Moroder/From+Here+To+Eternity</url>
764
- <artist>
765
- <name>Giorgio Moroder</name>
766
- <mbid>38dd6337-19ae-4793-ab4b-313eff523457</mbid>
767
- <url>http://www.last.fm/music/Giorgio+Moroder</url>
768
- </artist>
769
- <image size="small">http://images.amazon.com/images/P/B00000ILGL.01.MZZZZZZZ.jpg</image>
770
- <image size="medium">http://images.amazon.com/images/P/B00000ILGL.01.MZZZZZZZ.jpg</image>
771
- <image size="large">http://images.amazon.com/images/P/B00000ILGL.01.MZZZZZZZ.jpg</image>
772
- </album>
773
-
774
-
775
- <album rank="46">
776
- <name>The Final Album</name>
777
- <tagcount>6</tagcount>
778
- <mbid>3cc244bb-6281-4b27-8969-bce72aff7489</mbid>
779
- <url>http://www.last.fm/music/Modern+Talking/The+Final+Album</url>
780
- <artist>
781
- <name>Modern Talking</name>
782
- <mbid>98913495-8867-43b3-aa8d-db88ee4d4cdc</mbid>
783
- <url>http://www.last.fm/music/Modern+Talking</url>
784
- </artist>
785
- <image size="small">http://userserve-ak.last.fm/serve/34s/19864673.jpg</image>
786
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19864673.jpg</image>
787
- <image size="large">http://userserve-ak.last.fm/serve/126/19864673.jpg</image>
788
- </album>
789
-
790
-
791
- <album rank="46">
792
- <name>Nothing In This World</name>
793
- <tagcount>6</tagcount>
794
- <mbid></mbid>
795
- <url>http://www.last.fm/music/Paris+Hilton/Nothing+In+This+World</url>
796
- <artist>
797
- <name>Paris Hilton</name>
798
- <mbid>0d9ff9c7-394e-4228-93aa-c4afd4765324</mbid>
799
- <url>http://www.last.fm/music/Paris+Hilton</url>
800
- </artist>
801
- <image size="small">http://userserve-ak.last.fm/serve/34s/12644275.jpg</image>
802
- <image size="medium">http://userserve-ak.last.fm/serve/64s/12644275.jpg</image>
803
- <image size="large">http://userserve-ak.last.fm/serve/126/12644275.jpg</image>
804
- </album>
805
- </topalbums></lfm>