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,762 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <lfm status="ok">
3
- <tracks user="xhochy" page="15" perPage="50" totalPages="34">
4
- <track>
5
- <name>Evil and a Heathen</name>
6
- <playcount>4</playcount>
7
- <tagcount></tagcount>
8
- <mbid></mbid>
9
- <url>http://www.last.fm/music/Franz+Ferdinand/_/Evil+and+a+Heathen</url>
10
- <streamable fulltrack="0">1</streamable>
11
- <artist>
12
- <name>Franz Ferdinand</name>
13
- <mbid>aa7a2827-f74b-473c-bd79-03d065835cf7</mbid>
14
- <url>http://www.last.fm/music/Franz+Ferdinand</url>
15
- </artist>
16
- <image size="small">http://userserve-ak.last.fm/serve/34s/19883723.jpg</image>
17
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19883723.jpg</image>
18
- <image size="large">http://userserve-ak.last.fm/serve/126/19883723.jpg</image>
19
- </track>
20
- <track>
21
- <name>How to Say Goodbye</name>
22
- <playcount>4</playcount>
23
- <tagcount></tagcount>
24
- <mbid></mbid>
25
- <url>http://www.last.fm/music/Paul+Tiernan/_/How+to+Say+Goodbye</url>
26
- <streamable fulltrack="1">1</streamable>
27
- <artist>
28
- <name>Paul Tiernan</name>
29
- <mbid>2bf8fb93-a9ed-4105-9706-2d7b9f4cfd74</mbid>
30
- <url>http://www.last.fm/music/Paul+Tiernan</url>
31
- </artist>
32
- <image size="small">http://userserve-ak.last.fm/serve/34s/8761801.jpg</image>
33
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8761801.jpg</image>
34
- <image size="large">http://userserve-ak.last.fm/serve/126/8761801.jpg</image>
35
- </track>
36
- <track>
37
- <name>Ich Steine, du Steine</name>
38
- <playcount>4</playcount>
39
- <tagcount></tagcount>
40
- <mbid></mbid>
41
- <url>http://www.last.fm/music/Peter+Fox/_/Ich+Steine%2C+du+Steine</url>
42
- <streamable fulltrack="0">0</streamable>
43
- <artist>
44
- <name>Peter Fox</name>
45
- <mbid></mbid>
46
- <url>http://www.last.fm/music/Peter+Fox</url>
47
- </artist>
48
- </track>
49
- <track>
50
- <name>Daylight</name>
51
- <playcount>4</playcount>
52
- <tagcount></tagcount>
53
- <mbid></mbid>
54
- <url>http://www.last.fm/music/Coldplay/_/Daylight</url>
55
- <streamable fulltrack="0">1</streamable>
56
- <artist>
57
- <name>Coldplay</name>
58
- <mbid>cc197bad-dc9c-440d-a5b5-d52ba2e14234</mbid>
59
- <url>http://www.last.fm/music/Coldplay</url>
60
- </artist>
61
- <image size="small">http://userserve-ak.last.fm/serve/34s/14245401.jpg</image>
62
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14245401.jpg</image>
63
- <image size="large">http://userserve-ak.last.fm/serve/126/14245401.jpg</image>
64
- </track>
65
- <track>
66
- <name>Heimatlied</name>
67
- <playcount>4</playcount>
68
- <tagcount></tagcount>
69
- <mbid></mbid>
70
- <url>http://www.last.fm/music/Sportfreunde+Stiller/_/Heimatlied</url>
71
- <streamable fulltrack="1">1</streamable>
72
- <artist>
73
- <name>Sportfreunde Stiller</name>
74
- <mbid>35581de7-591f-424f-9c64-7b22fd45605e</mbid>
75
- <url>http://www.last.fm/music/Sportfreunde+Stiller</url>
76
- </artist>
77
- <image size="small">http://userserve-ak.last.fm/serve/34s/8730555.jpg</image>
78
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8730555.jpg</image>
79
- <image size="large">http://userserve-ak.last.fm/serve/126/8730555.jpg</image>
80
- </track>
81
- <track>
82
- <name>Normal Days</name>
83
- <playcount>4</playcount>
84
- <tagcount></tagcount>
85
- <mbid></mbid>
86
- <url>http://www.last.fm/music/Denali/_/Normal+Days</url>
87
- <streamable fulltrack="1">1</streamable>
88
- <artist>
89
- <name>Denali</name>
90
- <mbid>6c6f5412-f01d-4cce-b1bb-b2349cd7f8f2</mbid>
91
- <url>http://www.last.fm/music/Denali</url>
92
- </artist>
93
- <image size="small">http://images.amazon.com/images/P/B0000DCXPD.01.THUMBZZZ.jpg</image>
94
- <image size="medium">http://images.amazon.com/images/P/B0000DCXPD.01.MZZZZZZZ.jpg</image>
95
- <image size="large">http://images.amazon.com/images/P/B0000DCXPD.01.LZZZZZZZ.jpg</image>
96
- </track>
97
- <track>
98
- <name>Titel 07</name>
99
- <playcount>4</playcount>
100
- <tagcount></tagcount>
101
- <mbid></mbid>
102
- <url>http://www.last.fm/music/Scooter/_/Titel+07</url>
103
- <streamable fulltrack="0">0</streamable>
104
- <artist>
105
- <name>Scooter</name>
106
- <mbid>83e59f23-3b0b-4304-834d-5bcafd5df6d2</mbid>
107
- <url>http://www.last.fm/music/Scooter</url>
108
- </artist>
109
- </track>
110
- <track>
111
- <name>Californication</name>
112
- <playcount>4</playcount>
113
- <tagcount></tagcount>
114
- <mbid></mbid>
115
- <url>http://www.last.fm/music/Red+Hot+Chili+Peppers/_/Californication</url>
116
- <streamable fulltrack="0">1</streamable>
117
- <artist>
118
- <name>Red Hot Chili Peppers</name>
119
- <mbid>8bfac288-ccc5-448d-9573-c33ea2aa5c30</mbid>
120
- <url>http://www.last.fm/music/Red+Hot+Chili+Peppers</url>
121
- </artist>
122
- <image size="small">http://userserve-ak.last.fm/serve/34s/8593509.jpg</image>
123
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8593509.jpg</image>
124
- <image size="large">http://userserve-ak.last.fm/serve/126/8593509.jpg</image>
125
- </track>
126
- <track>
127
- <name>Dick</name>
128
- <playcount>4</playcount>
129
- <tagcount></tagcount>
130
- <mbid></mbid>
131
- <url>http://www.last.fm/music/Guano+Apes/_/Dick</url>
132
- <streamable fulltrack="0">1</streamable>
133
- <artist>
134
- <name>Guano Apes</name>
135
- <mbid>66da25f9-1534-4dd1-b88c-718bc24e1ccd</mbid>
136
- <url>http://www.last.fm/music/Guano+Apes</url>
137
- </artist>
138
- <image size="small">http://userserve-ak.last.fm/serve/34s/22670585.jpg</image>
139
- <image size="medium">http://userserve-ak.last.fm/serve/64s/22670585.jpg</image>
140
- <image size="large">http://userserve-ak.last.fm/serve/126/22670585.jpg</image>
141
- </track>
142
- <track>
143
- <name>Schrei nach Liebe</name>
144
- <playcount>4</playcount>
145
- <tagcount></tagcount>
146
- <mbid></mbid>
147
- <url>http://www.last.fm/music/Die+%C3%84rzte/_/Schrei+nach+Liebe</url>
148
- <streamable fulltrack="0">0</streamable>
149
- <artist>
150
- <name>Die Ärzte</name>
151
- <mbid>f2fb0ff0-5679-42ec-a55c-15109ce6e320</mbid>
152
- <url>http://www.last.fm/music/Die+%C3%84rzte</url>
153
- </artist>
154
- <image size="small">http://images-eu.amazon.com/images/P/B00000AR9A.03.MZZZZZZZ.jpg</image>
155
- <image size="medium">http://images-eu.amazon.com/images/P/B00000AR9A.03.MZZZZZZZ.jpg</image>
156
- <image size="large">http://images-eu.amazon.com/images/P/B00000AR9A.03.MZZZZZZZ.jpg</image>
157
- </track>
158
- <track>
159
- <name>From the Inside</name>
160
- <playcount>4</playcount>
161
- <tagcount></tagcount>
162
- <mbid></mbid>
163
- <url>http://www.last.fm/music/Linkin+Park/_/From+the+Inside</url>
164
- <streamable fulltrack="0">1</streamable>
165
- <artist>
166
- <name>Linkin Park</name>
167
- <mbid>f59c5520-5f46-4d2c-b2c4-822eabf53419</mbid>
168
- <url>http://www.last.fm/music/Linkin+Park</url>
169
- </artist>
170
- <image size="small">http://userserve-ak.last.fm/serve/34s/8641895.jpg</image>
171
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8641895.jpg</image>
172
- <image size="large">http://userserve-ak.last.fm/serve/126/8641895.jpg</image>
173
- </track>
174
- <track>
175
- <name>Faint</name>
176
- <playcount>4</playcount>
177
- <tagcount></tagcount>
178
- <mbid></mbid>
179
- <url>http://www.last.fm/music/Linkin+Park/_/Faint</url>
180
- <streamable fulltrack="0">1</streamable>
181
- <artist>
182
- <name>Linkin Park</name>
183
- <mbid>f59c5520-5f46-4d2c-b2c4-822eabf53419</mbid>
184
- <url>http://www.last.fm/music/Linkin+Park</url>
185
- </artist>
186
- <image size="small">http://userserve-ak.last.fm/serve/34s/8641895.jpg</image>
187
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8641895.jpg</image>
188
- <image size="large">http://userserve-ak.last.fm/serve/126/8641895.jpg</image>
189
- </track>
190
- <track>
191
- <name>Amsterdam</name>
192
- <playcount>4</playcount>
193
- <tagcount></tagcount>
194
- <mbid></mbid>
195
- <url>http://www.last.fm/music/Coldplay/_/Amsterdam</url>
196
- <streamable fulltrack="0">1</streamable>
197
- <artist>
198
- <name>Coldplay</name>
199
- <mbid>cc197bad-dc9c-440d-a5b5-d52ba2e14234</mbid>
200
- <url>http://www.last.fm/music/Coldplay</url>
201
- </artist>
202
- <image size="small">http://userserve-ak.last.fm/serve/34s/14245401.jpg</image>
203
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14245401.jpg</image>
204
- <image size="large">http://userserve-ak.last.fm/serve/126/14245401.jpg</image>
205
- </track>
206
- <track>
207
- <name>Give It All</name>
208
- <playcount>4</playcount>
209
- <tagcount></tagcount>
210
- <mbid></mbid>
211
- <url>http://www.last.fm/music/Rise+Against/_/Give+It+All</url>
212
- <streamable fulltrack="1">1</streamable>
213
- <artist>
214
- <name>Rise Against</name>
215
- <mbid>606bf117-494f-4864-891f-09d63ff6aa4b</mbid>
216
- <url>http://www.last.fm/music/Rise+Against</url>
217
- </artist>
218
- <image size="small">http://userserve-ak.last.fm/serve/34s/27165629.jpg</image>
219
- <image size="medium">http://userserve-ak.last.fm/serve/64s/27165629.jpg</image>
220
- <image size="large">http://userserve-ak.last.fm/serve/126/27165629.jpg</image>
221
- </track>
222
- <track>
223
- <name>Omen (Reprise)</name>
224
- <playcount>3</playcount>
225
- <tagcount></tagcount>
226
- <mbid></mbid>
227
- <url>http://www.last.fm/music/The+Prodigy/_/Omen+%28Reprise%29</url>
228
- <streamable fulltrack="0">0</streamable>
229
- <artist>
230
- <name>The Prodigy</name>
231
- <mbid>4a4ee089-93b1-4470-af9a-6ff575d32704</mbid>
232
- <url>http://www.last.fm/music/The+Prodigy</url>
233
- </artist>
234
- </track>
235
- <track>
236
- <name>Breaking the Habit</name>
237
- <playcount>3</playcount>
238
- <tagcount></tagcount>
239
- <mbid></mbid>
240
- <url>http://www.last.fm/music/Linkin+Park/_/Breaking+the+Habit</url>
241
- <streamable fulltrack="0">1</streamable>
242
- <artist>
243
- <name>Linkin Park</name>
244
- <mbid>f59c5520-5f46-4d2c-b2c4-822eabf53419</mbid>
245
- <url>http://www.last.fm/music/Linkin+Park</url>
246
- </artist>
247
- <image size="small">http://userserve-ak.last.fm/serve/34s/8641895.jpg</image>
248
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8641895.jpg</image>
249
- <image size="large">http://userserve-ak.last.fm/serve/126/8641895.jpg</image>
250
- </track>
251
- <track>
252
- <name>Goodnight, Travel Well</name>
253
- <playcount>3</playcount>
254
- <tagcount></tagcount>
255
- <mbid></mbid>
256
- <url>http://www.last.fm/music/The+Killers/_/Goodnight%2C+Travel+Well</url>
257
- <streamable fulltrack="1">1</streamable>
258
- <artist>
259
- <name>The Killers</name>
260
- <mbid>95e1ead9-4d31-4808-a7ac-32c3614c116b</mbid>
261
- <url>http://www.last.fm/music/The+Killers</url>
262
- </artist>
263
- </track>
264
- <track>
265
- <name>Right On</name>
266
- <playcount>3</playcount>
267
- <tagcount></tagcount>
268
- <mbid></mbid>
269
- <url>http://www.last.fm/music/Anti-Flag/_/Right+On</url>
270
- <streamable fulltrack="0">0</streamable>
271
- <artist>
272
- <name>Anti-Flag</name>
273
- <mbid>b88f21a7-a1b9-48fd-bbc4-ae758026f17f</mbid>
274
- <url>http://www.last.fm/music/Anti-Flag</url>
275
- </artist>
276
- <image size="small">http://images.amazon.com/images/P/B00000IFUO.01.MZZZZZZZ.jpg</image>
277
- <image size="medium">http://images.amazon.com/images/P/B00000IFUO.01.MZZZZZZZ.jpg</image>
278
- <image size="large">http://images.amazon.com/images/P/B00000IFUO.01.MZZZZZZZ.jpg</image>
279
- </track>
280
- <track>
281
- <name>Neon Tiger</name>
282
- <playcount>3</playcount>
283
- <tagcount></tagcount>
284
- <mbid></mbid>
285
- <url>http://www.last.fm/music/The+Killers/_/Neon+Tiger</url>
286
- <streamable fulltrack="1">1</streamable>
287
- <artist>
288
- <name>The Killers</name>
289
- <mbid>95e1ead9-4d31-4808-a7ac-32c3614c116b</mbid>
290
- <url>http://www.last.fm/music/The+Killers</url>
291
- </artist>
292
- </track>
293
- <track>
294
- <name>The Damage in Your Heart</name>
295
- <playcount>3</playcount>
296
- <tagcount></tagcount>
297
- <mbid></mbid>
298
- <url>http://www.last.fm/music/Weezer/_/The+Damage+in+Your+Heart</url>
299
- <streamable fulltrack="1">1</streamable>
300
- <artist>
301
- <name>Weezer</name>
302
- <mbid>6fe07aa5-fec0-4eca-a456-f29bff451b04</mbid>
303
- <url>http://www.last.fm/music/Weezer</url>
304
- </artist>
305
- <image size="small">http://userserve-ak.last.fm/serve/34s/8673675.jpg</image>
306
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8673675.jpg</image>
307
- <image size="large">http://userserve-ak.last.fm/serve/126/8673675.jpg</image>
308
- </track>
309
- <track>
310
- <name>Spit at Stars</name>
311
- <playcount>3</playcount>
312
- <tagcount></tagcount>
313
- <mbid></mbid>
314
- <url>http://www.last.fm/music/Jack+Pe%C3%B1ate/_/Spit+at+Stars</url>
315
- <streamable fulltrack="0">0</streamable>
316
- <artist>
317
- <name>Jack Peñate</name>
318
- <mbid>9b64cf5d-1f4a-45b5-a84a-5109a88f178f</mbid>
319
- <url>http://www.last.fm/music/Jack+Pe%C3%B1ate</url>
320
- </artist>
321
- </track>
322
- <track>
323
- <name>Suavemente</name>
324
- <playcount>3</playcount>
325
- <tagcount></tagcount>
326
- <mbid></mbid>
327
- <url>http://www.last.fm/music/Scooter/_/Suavemente</url>
328
- <streamable fulltrack="0">0</streamable>
329
- <artist>
330
- <name>Scooter</name>
331
- <mbid>83e59f23-3b0b-4304-834d-5bcafd5df6d2</mbid>
332
- <url>http://www.last.fm/music/Scooter</url>
333
- </artist>
334
- <image size="small">http://images.amazon.com/images/P/B00062ICNO.01.MZZZZZZZ.jpg</image>
335
- <image size="medium">http://images.amazon.com/images/P/B00062ICNO.01.MZZZZZZZ.jpg</image>
336
- <image size="large">http://images.amazon.com/images/P/B00062ICNO.01.MZZZZZZZ.jpg</image>
337
- </track>
338
- <track>
339
- <name>Bitter Sweet Symphony</name>
340
- <playcount>3</playcount>
341
- <tagcount></tagcount>
342
- <mbid></mbid>
343
- <url>http://www.last.fm/music/The+Verve/_/Bitter+Sweet+Symphony</url>
344
- <streamable fulltrack="0">1</streamable>
345
- <artist>
346
- <name>The Verve</name>
347
- <mbid>d4d17620-fd97-4574-92a8-a2cb7e72ce42</mbid>
348
- <url>http://www.last.fm/music/The+Verve</url>
349
- </artist>
350
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
351
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
352
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
353
- </track>
354
- <track>
355
- <name>I'm Your Villain</name>
356
- <playcount>3</playcount>
357
- <tagcount></tagcount>
358
- <mbid></mbid>
359
- <url>http://www.last.fm/music/Franz+Ferdinand/_/I%27m+Your+Villain</url>
360
- <streamable fulltrack="0">0</streamable>
361
- <artist>
362
- <name>Franz Ferdinand</name>
363
- <mbid>aa7a2827-f74b-473c-bd79-03d065835cf7</mbid>
364
- <url>http://www.last.fm/music/Franz+Ferdinand</url>
365
- </artist>
366
- <image size="small">http://userserve-ak.last.fm/serve/34s/19883723.jpg</image>
367
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19883723.jpg</image>
368
- <image size="large">http://userserve-ak.last.fm/serve/126/19883723.jpg</image>
369
- </track>
370
- <track>
371
- <name>Meet My Maker</name>
372
- <playcount>3</playcount>
373
- <tagcount></tagcount>
374
- <mbid></mbid>
375
- <url>http://www.last.fm/music/Good+Charlotte/_/Meet+My+Maker</url>
376
- <streamable fulltrack="0">1</streamable>
377
- <artist>
378
- <name>Good Charlotte</name>
379
- <mbid>b267ca80-034e-4dc1-9ed4-ec45f1fed41d</mbid>
380
- <url>http://www.last.fm/music/Good+Charlotte</url>
381
- </artist>
382
- <image size="small">http://userserve-ak.last.fm/serve/34s/19445721.jpg</image>
383
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19445721.jpg</image>
384
- <image size="large">http://userserve-ak.last.fm/serve/126/19445721.jpg</image>
385
- </track>
386
- <track>
387
- <name>Smile Like You Mean It</name>
388
- <playcount>3</playcount>
389
- <tagcount></tagcount>
390
- <mbid></mbid>
391
- <url>http://www.last.fm/music/The+Killers/_/Smile+Like+You+Mean+It</url>
392
- <streamable fulltrack="1">1</streamable>
393
- <artist>
394
- <name>The Killers</name>
395
- <mbid>95e1ead9-4d31-4808-a7ac-32c3614c116b</mbid>
396
- <url>http://www.last.fm/music/The+Killers</url>
397
- </artist>
398
- <image size="small">http://userserve-ak.last.fm/serve/34s/8634917.jpg</image>
399
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8634917.jpg</image>
400
- <image size="large">http://userserve-ak.last.fm/serve/126/8634917.jpg</image>
401
- </track>
402
- <track>
403
- <name>Ich+Er</name>
404
- <playcount>3</playcount>
405
- <tagcount></tagcount>
406
- <mbid></mbid>
407
- <url>http://www.last.fm/music/ASD/_/Ich%252BEr</url>
408
- <streamable fulltrack="0">0</streamable>
409
- <artist>
410
- <name>ASD</name>
411
- <mbid>82ea804c-cbce-46c7-91d5-50ba8b8b32e9</mbid>
412
- <url>http://www.last.fm/music/ASD</url>
413
- </artist>
414
- </track>
415
- <track>
416
- <name>Einmal Mond und zurück</name>
417
- <playcount>3</playcount>
418
- <tagcount></tagcount>
419
- <mbid></mbid>
420
- <url>http://www.last.fm/music/Sportfreunde+Stiller/_/Einmal+Mond+und+zur%C3%BCck</url>
421
- <streamable fulltrack="0">0</streamable>
422
- <artist>
423
- <name>Sportfreunde Stiller</name>
424
- <mbid>35581de7-591f-424f-9c64-7b22fd45605e</mbid>
425
- <url>http://www.last.fm/music/Sportfreunde+Stiller</url>
426
- </artist>
427
- <image size="small">http://userserve-ak.last.fm/serve/34s/25215031.jpg</image>
428
- <image size="medium">http://userserve-ak.last.fm/serve/64s/25215031.jpg</image>
429
- <image size="large">http://userserve-ak.last.fm/serve/126/25215031.jpg</image>
430
- </track>
431
- <track>
432
- <name>Runaway</name>
433
- <playcount>3</playcount>
434
- <tagcount></tagcount>
435
- <mbid></mbid>
436
- <url>http://www.last.fm/music/Linkin+Park/_/Runaway</url>
437
- <streamable fulltrack="0">1</streamable>
438
- <artist>
439
- <name>Linkin Park</name>
440
- <mbid>f59c5520-5f46-4d2c-b2c4-822eabf53419</mbid>
441
- <url>http://www.last.fm/music/Linkin+Park</url>
442
- </artist>
443
- <image size="small">http://userserve-ak.last.fm/serve/34s/8591413.jpg</image>
444
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8591413.jpg</image>
445
- <image size="large">http://userserve-ak.last.fm/serve/126/8591413.jpg</image>
446
- </track>
447
- <track>
448
- <name>Next to Be Lowered</name>
449
- <playcount>3</playcount>
450
- <tagcount></tagcount>
451
- <mbid></mbid>
452
- <url>http://www.last.fm/music/Mando+Diao/_/Next+to+Be+Lowered</url>
453
- <streamable fulltrack="0">1</streamable>
454
- <artist>
455
- <name>Mando Diao</name>
456
- <mbid>ea854cc1-13fc-4fd0-86a5-d2c7dba06764</mbid>
457
- <url>http://www.last.fm/music/Mando+Diao</url>
458
- </artist>
459
- <image size="small">http://userserve-ak.last.fm/serve/34s/14519449.jpg</image>
460
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14519449.jpg</image>
461
- <image size="large">http://userserve-ak.last.fm/serve/126/14519449.jpg</image>
462
- </track>
463
- <track>
464
- <name>Happy End</name>
465
- <playcount>3</playcount>
466
- <tagcount></tagcount>
467
- <mbid></mbid>
468
- <url>http://www.last.fm/music/Sportfreunde+Stiller/_/Happy+End</url>
469
- <streamable fulltrack="1">1</streamable>
470
- <artist>
471
- <name>Sportfreunde Stiller</name>
472
- <mbid>35581de7-591f-424f-9c64-7b22fd45605e</mbid>
473
- <url>http://www.last.fm/music/Sportfreunde+Stiller</url>
474
- </artist>
475
- <image size="small">http://userserve-ak.last.fm/serve/34s/8767353.jpg</image>
476
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8767353.jpg</image>
477
- <image size="large">http://userserve-ak.last.fm/serve/126/8767353.jpg</image>
478
- </track>
479
- <track>
480
- <name>Der Butcher (Instrumental)</name>
481
- <playcount>3</playcount>
482
- <tagcount></tagcount>
483
- <mbid></mbid>
484
- <url>http://www.last.fm/music/Peter+Fox/_/Der+Butcher+%28Instrumental%29</url>
485
- <streamable fulltrack="0">0</streamable>
486
- <artist>
487
- <name>Peter Fox</name>
488
- <mbid></mbid>
489
- <url>http://www.last.fm/music/Peter+Fox</url>
490
- </artist>
491
- </track>
492
- <track>
493
- <name>The Chills</name>
494
- <playcount>3</playcount>
495
- <tagcount></tagcount>
496
- <mbid></mbid>
497
- <url>http://www.last.fm/music/Peter+Bjorn+and+John/_/The+Chills</url>
498
- <streamable fulltrack="0">1</streamable>
499
- <artist>
500
- <name>Peter Bjorn and John</name>
501
- <mbid>32a83250-7e26-422d-b9ac-f4564343e9ce</mbid>
502
- <url>http://www.last.fm/music/Peter+Bjorn+and+John</url>
503
- </artist>
504
- <image size="small">http://userserve-ak.last.fm/serve/34s/19754455.jpg</image>
505
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19754455.jpg</image>
506
- <image size="large">http://userserve-ak.last.fm/serve/126/19754455.jpg</image>
507
- </track>
508
- <track>
509
- <name>I Can't Stay</name>
510
- <playcount>3</playcount>
511
- <tagcount></tagcount>
512
- <mbid></mbid>
513
- <url>http://www.last.fm/music/The+Killers/_/I+Can%27t+Stay</url>
514
- <streamable fulltrack="1">1</streamable>
515
- <artist>
516
- <name>The Killers</name>
517
- <mbid>95e1ead9-4d31-4808-a7ac-32c3614c116b</mbid>
518
- <url>http://www.last.fm/music/The+Killers</url>
519
- </artist>
520
- </track>
521
- <track>
522
- <name>Forgotten</name>
523
- <playcount>3</playcount>
524
- <tagcount></tagcount>
525
- <mbid></mbid>
526
- <url>http://www.last.fm/music/Linkin+Park/_/Forgotten</url>
527
- <streamable fulltrack="0">1</streamable>
528
- <artist>
529
- <name>Linkin Park</name>
530
- <mbid>f59c5520-5f46-4d2c-b2c4-822eabf53419</mbid>
531
- <url>http://www.last.fm/music/Linkin+Park</url>
532
- </artist>
533
- <image size="small">http://userserve-ak.last.fm/serve/34s/8591413.jpg</image>
534
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8591413.jpg</image>
535
- <image size="large">http://userserve-ak.last.fm/serve/126/8591413.jpg</image>
536
- </track>
537
- <track>
538
- <name>Hold Me</name>
539
- <playcount>3</playcount>
540
- <tagcount></tagcount>
541
- <mbid></mbid>
542
- <url>http://www.last.fm/music/Weezer/_/Hold+Me</url>
543
- <streamable fulltrack="1">1</streamable>
544
- <artist>
545
- <name>Weezer</name>
546
- <mbid>6fe07aa5-fec0-4eca-a456-f29bff451b04</mbid>
547
- <url>http://www.last.fm/music/Weezer</url>
548
- </artist>
549
- <image size="small">http://userserve-ak.last.fm/serve/34s/8673675.jpg</image>
550
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8673675.jpg</image>
551
- <image size="large">http://userserve-ak.last.fm/serve/126/8673675.jpg</image>
552
- </track>
553
- <track>
554
- <name>New Noise</name>
555
- <playcount>3</playcount>
556
- <tagcount></tagcount>
557
- <mbid></mbid>
558
- <url>http://www.last.fm/music/Refused/_/New+Noise</url>
559
- <streamable fulltrack="0">1</streamable>
560
- <artist>
561
- <name>Refused</name>
562
- <mbid>42884e27-dfb8-453d-990f-2ffd90bc2d1a</mbid>
563
- <url>http://www.last.fm/music/Refused</url>
564
- </artist>
565
- <image size="small">http://userserve-ak.last.fm/serve/34s/12622239.jpg</image>
566
- <image size="medium">http://userserve-ak.last.fm/serve/64s/12622239.jpg</image>
567
- <image size="large">http://userserve-ak.last.fm/serve/126/12622239.jpg</image>
568
- </track>
569
- <track>
570
- <name>All That You Had</name>
571
- <playcount>3</playcount>
572
- <tagcount></tagcount>
573
- <mbid></mbid>
574
- <url>http://www.last.fm/music/Gentleman/_/All+That+You+Had</url>
575
- <streamable fulltrack="0">1</streamable>
576
- <artist>
577
- <name>Gentleman</name>
578
- <mbid>8de4a831-7c25-4d34-90cf-254de0c36e49</mbid>
579
- <url>http://www.last.fm/music/Gentleman</url>
580
- </artist>
581
- <image size="small">http://userserve-ak.last.fm/serve/34s/28019385.jpg</image>
582
- <image size="medium">http://userserve-ak.last.fm/serve/64s/28019385.jpg</image>
583
- <image size="large">http://userserve-ak.last.fm/serve/126/28019385.jpg</image>
584
- </track>
585
- <track>
586
- <name>Perfect Situation</name>
587
- <playcount>3</playcount>
588
- <tagcount></tagcount>
589
- <mbid></mbid>
590
- <url>http://www.last.fm/music/Weezer/_/Perfect+Situation</url>
591
- <streamable fulltrack="1">1</streamable>
592
- <artist>
593
- <name>Weezer</name>
594
- <mbid>6fe07aa5-fec0-4eca-a456-f29bff451b04</mbid>
595
- <url>http://www.last.fm/music/Weezer</url>
596
- </artist>
597
- <image size="small">http://userserve-ak.last.fm/serve/34s/8673675.jpg</image>
598
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8673675.jpg</image>
599
- <image size="large">http://userserve-ak.last.fm/serve/126/8673675.jpg</image>
600
- </track>
601
- <track>
602
- <name>Lovers in Japan / Reign of Love</name>
603
- <playcount>3</playcount>
604
- <tagcount></tagcount>
605
- <mbid></mbid>
606
- <url>http://www.last.fm/music/Coldplay/_/Lovers%2Bin%2BJapan%2B%252F%2BReign%2Bof%2BLove</url>
607
- <streamable fulltrack="0">0</streamable>
608
- <artist>
609
- <name>Coldplay</name>
610
- <mbid>cc197bad-dc9c-440d-a5b5-d52ba2e14234</mbid>
611
- <url>http://www.last.fm/music/Coldplay</url>
612
- </artist>
613
- </track>
614
- <track>
615
- <name>Titel 11</name>
616
- <playcount>3</playcount>
617
- <tagcount></tagcount>
618
- <mbid></mbid>
619
- <url>http://www.last.fm/music/Scooter/_/Titel+11</url>
620
- <streamable fulltrack="0">0</streamable>
621
- <artist>
622
- <name>Scooter</name>
623
- <mbid>83e59f23-3b0b-4304-834d-5bcafd5df6d2</mbid>
624
- <url>http://www.last.fm/music/Scooter</url>
625
- </artist>
626
- </track>
627
- <track>
628
- <name>Walk Away (Maybe)</name>
629
- <playcount>3</playcount>
630
- <tagcount></tagcount>
631
- <mbid></mbid>
632
- <url>http://www.last.fm/music/Good+Charlotte/_/Walk+Away+%28Maybe%29</url>
633
- <streamable fulltrack="0">1</streamable>
634
- <artist>
635
- <name>Good Charlotte</name>
636
- <mbid>b267ca80-034e-4dc1-9ed4-ec45f1fed41d</mbid>
637
- <url>http://www.last.fm/music/Good+Charlotte</url>
638
- </artist>
639
- <image size="small">http://userserve-ak.last.fm/serve/34s/19445721.jpg</image>
640
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19445721.jpg</image>
641
- <image size="large">http://userserve-ak.last.fm/serve/126/19445721.jpg</image>
642
- </track>
643
- <track>
644
- <name>Titel 01</name>
645
- <playcount>3</playcount>
646
- <tagcount></tagcount>
647
- <mbid></mbid>
648
- <url>http://www.last.fm/music/Scooter/_/Titel+01</url>
649
- <streamable fulltrack="0">0</streamable>
650
- <artist>
651
- <name>Scooter</name>
652
- <mbid>83e59f23-3b0b-4304-834d-5bcafd5df6d2</mbid>
653
- <url>http://www.last.fm/music/Scooter</url>
654
- </artist>
655
- </track>
656
- <track>
657
- <name>Santa Claus, Go Straight to the Ghetto</name>
658
- <playcount>3</playcount>
659
- <tagcount></tagcount>
660
- <mbid></mbid>
661
- <url>http://www.last.fm/music/Belle+and+Sebastian/_/Santa+Claus%2C+Go+Straight+to+the+Ghetto</url>
662
- <streamable fulltrack="0">0</streamable>
663
- <artist>
664
- <name>Belle and Sebastian</name>
665
- <mbid>e5c7b94f-e264-473c-bb0f-37c85d4d5c70</mbid>
666
- <url>http://www.last.fm/music/Belle+and+Sebastian</url>
667
- </artist>
668
- </track>
669
- <track>
670
- <name>Learning Lines</name>
671
- <playcount>3</playcount>
672
- <tagcount></tagcount>
673
- <mbid></mbid>
674
- <url>http://www.last.fm/music/Jack+Pe%C3%B1ate/_/Learning+Lines</url>
675
- <streamable fulltrack="0">0</streamable>
676
- <artist>
677
- <name>Jack Peñate</name>
678
- <mbid>9b64cf5d-1f4a-45b5-a84a-5109a88f178f</mbid>
679
- <url>http://www.last.fm/music/Jack+Pe%C3%B1ate</url>
680
- </artist>
681
- </track>
682
- <track>
683
- <name>Remmidemmi (Yippie Yippie Yeah)</name>
684
- <playcount>3</playcount>
685
- <tagcount></tagcount>
686
- <mbid></mbid>
687
- <url>http://www.last.fm/music/Deichkind/_/Remmidemmi+%28Yippie+Yippie+Yeah%29</url>
688
- <streamable fulltrack="0">0</streamable>
689
- <artist>
690
- <name>Deichkind</name>
691
- <mbid>5de80871-f721-4c7c-b0c5-4ad0d350c232</mbid>
692
- <url>http://www.last.fm/music/Deichkind</url>
693
- </artist>
694
- <image size="small">http://userserve-ak.last.fm/serve/34s/8879477.jpg</image>
695
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8879477.jpg</image>
696
- <image size="large">http://userserve-ak.last.fm/serve/126/8879477.jpg</image>
697
- </track>
698
- <track>
699
- <name>A Place for My Head (live, Docklands Arena, London)</name>
700
- <playcount>3</playcount>
701
- <tagcount></tagcount>
702
- <mbid></mbid>
703
- <url>http://www.last.fm/music/Linkin+Park/_/A+Place+for+My+Head+%28live%2C+Docklands+Arena%2C+London%29</url>
704
- <streamable fulltrack="0">0</streamable>
705
- <artist>
706
- <name>Linkin Park</name>
707
- <mbid>f59c5520-5f46-4d2c-b2c4-822eabf53419</mbid>
708
- <url>http://www.last.fm/music/Linkin+Park</url>
709
- </artist>
710
- <image size="small">http://images.amazon.com/images/P/B00005UDEM.01.MZZZZZZZ.jpg</image>
711
- <image size="medium">http://images.amazon.com/images/P/B00005UDEM.01.MZZZZZZZ.jpg</image>
712
- <image size="large">http://images.amazon.com/images/P/B00005UDEM.01.MZZZZZZZ.jpg</image>
713
- </track>
714
- <track>
715
- <name>Girls &amp; Boys</name>
716
- <playcount>3</playcount>
717
- <tagcount></tagcount>
718
- <mbid></mbid>
719
- <url>http://www.last.fm/music/Blur/_/Girls%2B%2526%2BBoys</url>
720
- <streamable fulltrack="0">1</streamable>
721
- <artist>
722
- <name>Blur</name>
723
- <mbid>ba853904-ae25-4ebb-89d6-c44cfbd71bd2</mbid>
724
- <url>http://www.last.fm/music/Blur</url>
725
- </artist>
726
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
727
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
728
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
729
- </track>
730
- <track>
731
- <name>Don't Let Go</name>
732
- <playcount>3</playcount>
733
- <tagcount></tagcount>
734
- <mbid></mbid>
735
- <url>http://www.last.fm/music/Weezer/_/Don%27t+Let+Go</url>
736
- <streamable fulltrack="1">1</streamable>
737
- <artist>
738
- <name>Weezer</name>
739
- <mbid>6fe07aa5-fec0-4eca-a456-f29bff451b04</mbid>
740
- <url>http://www.last.fm/music/Weezer</url>
741
- </artist>
742
- <image size="small">http://userserve-ak.last.fm/serve/34s/8593525.jpg</image>
743
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8593525.jpg</image>
744
- <image size="large">http://userserve-ak.last.fm/serve/126/8593525.jpg</image>
745
- </track>
746
- <track>
747
- <name>Haunt You Every Day</name>
748
- <playcount>3</playcount>
749
- <tagcount></tagcount>
750
- <mbid></mbid>
751
- <url>http://www.last.fm/music/Weezer/_/Haunt+You+Every+Day</url>
752
- <streamable fulltrack="1">1</streamable>
753
- <artist>
754
- <name>Weezer</name>
755
- <mbid>6fe07aa5-fec0-4eca-a456-f29bff451b04</mbid>
756
- <url>http://www.last.fm/music/Weezer</url>
757
- </artist>
758
- <image size="small">http://userserve-ak.last.fm/serve/34s/8673675.jpg</image>
759
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8673675.jpg</image>
760
- <image size="large">http://userserve-ak.last.fm/serve/126/8673675.jpg</image>
761
- </track>
762
- </tracks></lfm>