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,77 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <lfm status="ok">
3
- <toptracks country="Germany">
4
- <track rank="1">
5
- <name>Use Somebody</name>
6
- <playcount>2819</playcount>
7
- <mbid>1234567abcde</mbid>
8
- <url>http://www.last.fm/music/Kings+of+Leon/_/Use+Somebody</url>
9
- <streamable fulltrack="1">1</streamable>
10
- <artist>
11
- <name>Kings of Leon</name>
12
- <mbid>6ffb8ea9-2370-44d8-b678-e9237bbd347b</mbid>
13
- <url>http://www.last.fm/music/Kings+of+Leon</url>
14
- </artist>
15
- </track>
16
- <track rank="2">
17
- <name>Schwarz zu Blau</name>
18
- <playcount>2663</playcount>
19
- <mbid></mbid>
20
- <url>http://www.last.fm/music/Peter+Fox/_/Schwarz+zu+Blau</url>
21
- <streamable fulltrack="0">1</streamable>
22
- <artist>
23
- <name>Peter Fox</name>
24
- <mbid></mbid>
25
- <url>http://www.last.fm/music/Peter+Fox</url>
26
- </artist>
27
- </track>
28
- <track rank="3">
29
- <name>Sex on Fire</name>
30
- <playcount>2628</playcount>
31
- <mbid></mbid>
32
- <url>http://www.last.fm/music/Kings+of+Leon/_/Sex+on+Fire</url>
33
- <streamable fulltrack="1">1</streamable>
34
- <artist>
35
- <name>Kings of Leon</name>
36
- <mbid>6ffb8ea9-2370-44d8-b678-e9237bbd347b</mbid>
37
- <url>http://www.last.fm/music/Kings+of+Leon</url>
38
- </artist>
39
- </track>
40
- <track rank="4">
41
- <name>Alles Neu</name>
42
- <playcount>2516</playcount>
43
- <mbid></mbid>
44
- <url>http://www.last.fm/music/Peter+Fox/_/Alles+Neu</url>
45
- <streamable fulltrack="0">1</streamable>
46
- <artist>
47
- <name>Peter Fox</name>
48
- <mbid></mbid>
49
- <url>http://www.last.fm/music/Peter+Fox</url>
50
- </artist>
51
- </track>
52
- <track rank="5">
53
- <name>Poker Face</name>
54
- <playcount>2490</playcount>
55
- <mbid></mbid>
56
- <url>http://www.last.fm/music/Lady+GaGa/_/Poker+Face</url>
57
- <streamable fulltrack="1">1</streamable>
58
- <artist>
59
- <name>Lady GaGa</name>
60
- <mbid></mbid>
61
- <url>http://www.last.fm/music/Lady+GaGa</url>
62
- </artist>
63
- </track>
64
- <track rank="6">
65
- <name>Ayo Technology</name>
66
- <playcount>2333</playcount>
67
- <mbid></mbid>
68
- <url>http://www.last.fm/music/Milow/_/Ayo+Technology</url>
69
- <streamable fulltrack="1">1</streamable>
70
- <artist>
71
- <name>Milow</name>
72
- <mbid>cf6e878f-4ad1-4b32-a105-f832c69a4f51</mbid>
73
- <url>http://www.last.fm/music/Milow</url>
74
- </artist>
75
- </track>
76
- </toptracks>
77
- </lfm>
@@ -1,454 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <lfm status="ok">
3
- <albums user="xhochy" page="1" perPage="30" totalPages="13">
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>Flux</name>
441
- <playcount>138</playcount>
442
- <tagcount></tagcount>
443
- <mbid></mbid>
444
- <url>http://www.last.fm/music/Bloc+Party/Flux</url>
445
- <artist>
446
- <name>Bloc Party</name>
447
- <mbid>8c538f11-c141-4588-8ecb-931083524186</mbid>
448
- <url>http://www.last.fm/music/Bloc+Party</url>
449
- </artist>
450
- <image size="small">http://userserve-ak.last.fm/serve/34s/10297389.jpg</image>
451
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10297389.jpg</image>
452
- <image size="large">http://userserve-ak.last.fm/serve/126/10297389.jpg</image>
453
- </album>
454
- </albums></lfm>