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,756 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <lfm status="ok">
3
- <tracks user="xhochy" page="18" perPage="50" totalPages="34">
4
- <track>
5
- <name>Hash Pipe</name>
6
- <playcount>2</playcount>
7
- <tagcount></tagcount>
8
- <mbid></mbid>
9
- <url>http://www.last.fm/music/Weezer/_/Hash+Pipe</url>
10
- <streamable fulltrack="1">1</streamable>
11
- <artist>
12
- <name>Weezer</name>
13
- <mbid>6fe07aa5-fec0-4eca-a456-f29bff451b04</mbid>
14
- <url>http://www.last.fm/music/Weezer</url>
15
- </artist>
16
- <image size="small">http://userserve-ak.last.fm/serve/34s/8593525.jpg</image>
17
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8593525.jpg</image>
18
- <image size="large">http://userserve-ak.last.fm/serve/126/8593525.jpg</image>
19
- </track>
20
- <track>
21
- <name>End of a Century</name>
22
- <playcount>2</playcount>
23
- <tagcount></tagcount>
24
- <mbid></mbid>
25
- <url>http://www.last.fm/music/Blur/_/End+of+a+Century</url>
26
- <streamable fulltrack="0">1</streamable>
27
- <artist>
28
- <name>Blur</name>
29
- <mbid>ba853904-ae25-4ebb-89d6-c44cfbd71bd2</mbid>
30
- <url>http://www.last.fm/music/Blur</url>
31
- </artist>
32
- <image size="small">http://userserve-ak.last.fm/serve/34s/14257389.jpg</image>
33
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14257389.jpg</image>
34
- <image size="large">http://userserve-ak.last.fm/serve/126/14257389.jpg</image>
35
- </track>
36
- <track>
37
- <name>Tick Tick Boom</name>
38
- <playcount>2</playcount>
39
- <tagcount></tagcount>
40
- <mbid></mbid>
41
- <url>http://www.last.fm/music/The+Hives/_/Tick+Tick+Boom</url>
42
- <streamable fulltrack="1">1</streamable>
43
- <artist>
44
- <name>The Hives</name>
45
- <mbid>487bfd74-71bf-46dd-b89c-80b7a0f06f2f</mbid>
46
- <url>http://www.last.fm/music/The+Hives</url>
47
- </artist>
48
- <image size="small">http://userserve-ak.last.fm/serve/34s/9788079.jpg</image>
49
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9788079.jpg</image>
50
- <image size="large">http://userserve-ak.last.fm/serve/126/9788079.jpg</image>
51
- </track>
52
- <track>
53
- <name>Cheer Up, Boys (Your Make Up Is Running)</name>
54
- <playcount>2</playcount>
55
- <tagcount></tagcount>
56
- <mbid></mbid>
57
- <url>http://www.last.fm/music/Foo+Fighters/_/Cheer+Up%2C+Boys+%28Your+Make+Up+Is+Running%29</url>
58
- <streamable fulltrack="0">1</streamable>
59
- <artist>
60
- <name>Foo Fighters</name>
61
- <mbid>67f66c07-6e61-4026-ade5-7e782fad3a5d</mbid>
62
- <url>http://www.last.fm/music/Foo+Fighters</url>
63
- </artist>
64
- <image size="small">http://userserve-ak.last.fm/serve/34s/23313761.jpg</image>
65
- <image size="medium">http://userserve-ak.last.fm/serve/64s/23313761.jpg</image>
66
- <image size="large">http://userserve-ak.last.fm/serve/126/23313761.jpg</image>
67
- </track>
68
- <track>
69
- <name>By Myself</name>
70
- <playcount>2</playcount>
71
- <tagcount></tagcount>
72
- <mbid></mbid>
73
- <url>http://www.last.fm/music/Linkin+Park/_/By+Myself</url>
74
- <streamable fulltrack="0">1</streamable>
75
- <artist>
76
- <name>Linkin Park</name>
77
- <mbid>f59c5520-5f46-4d2c-b2c4-822eabf53419</mbid>
78
- <url>http://www.last.fm/music/Linkin+Park</url>
79
- </artist>
80
- <image size="small">http://userserve-ak.last.fm/serve/34s/8591413.jpg</image>
81
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8591413.jpg</image>
82
- <image size="large">http://userserve-ak.last.fm/serve/126/8591413.jpg</image>
83
- </track>
84
- <track>
85
- <name>Antigone</name>
86
- <playcount>2</playcount>
87
- <tagcount></tagcount>
88
- <mbid></mbid>
89
- <url>http://www.last.fm/music/Sportfreunde+Stiller/_/Antigone</url>
90
- <streamable fulltrack="1">1</streamable>
91
- <artist>
92
- <name>Sportfreunde Stiller</name>
93
- <mbid>35581de7-591f-424f-9c64-7b22fd45605e</mbid>
94
- <url>http://www.last.fm/music/Sportfreunde+Stiller</url>
95
- </artist>
96
- <image size="small">http://userserve-ak.last.fm/serve/34s/8767353.jpg</image>
97
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8767353.jpg</image>
98
- <image size="large">http://userserve-ak.last.fm/serve/126/8767353.jpg</image>
99
- </track>
100
- <track>
101
- <name>Stereotypes</name>
102
- <playcount>2</playcount>
103
- <tagcount></tagcount>
104
- <mbid></mbid>
105
- <url>http://www.last.fm/music/Blur/_/Stereotypes</url>
106
- <streamable fulltrack="0">1</streamable>
107
- <artist>
108
- <name>Blur</name>
109
- <mbid>ba853904-ae25-4ebb-89d6-c44cfbd71bd2</mbid>
110
- <url>http://www.last.fm/music/Blur</url>
111
- </artist>
112
- <image size="small">http://userserve-ak.last.fm/serve/34s/14401319.jpg</image>
113
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14401319.jpg</image>
114
- <image size="large">http://userserve-ak.last.fm/serve/126/14401319.jpg</image>
115
- </track>
116
- <track>
117
- <name>27</name>
118
- <playcount>2</playcount>
119
- <tagcount></tagcount>
120
- <mbid></mbid>
121
- <url>http://www.last.fm/music/Fall+Out+Boy/_/27</url>
122
- <streamable fulltrack="1">1</streamable>
123
- <artist>
124
- <name>Fall Out Boy</name>
125
- <mbid>516cef4d-0718-4007-9939-f9b38af3f784</mbid>
126
- <url>http://www.last.fm/music/Fall+Out+Boy</url>
127
- </artist>
128
- </track>
129
- <track>
130
- <name>Immer noch</name>
131
- <playcount>2</playcount>
132
- <tagcount></tagcount>
133
- <mbid></mbid>
134
- <url>http://www.last.fm/music/Farin+Urlaub/_/Immer+noch</url>
135
- <streamable fulltrack="0">0</streamable>
136
- <artist>
137
- <name>Farin Urlaub</name>
138
- <mbid>23620454-4dca-45b7-8496-066e94d99826</mbid>
139
- <url>http://www.last.fm/music/Farin+Urlaub</url>
140
- </artist>
141
- <image size="small">http://images.amazon.com/images/P/B0007QCGFE.01.MZZZZZZZ.jpg</image>
142
- <image size="medium">http://images.amazon.com/images/P/B0007QCGFE.01.MZZZZZZZ.jpg</image>
143
- <image size="large">http://images.amazon.com/images/P/B0007QCGFE.01.MZZZZZZZ.jpg</image>
144
- </track>
145
- <track>
146
- <name>Good Days Bad Days</name>
147
- <playcount>2</playcount>
148
- <tagcount></tagcount>
149
- <mbid></mbid>
150
- <url>http://www.last.fm/music/Kaiser+Chiefs/_/Good+Days+Bad+Days</url>
151
- <streamable fulltrack="1">1</streamable>
152
- <artist>
153
- <name>Kaiser Chiefs</name>
154
- <mbid>90218af4-4d58-4821-8d41-2ee295ebbe21</mbid>
155
- <url>http://www.last.fm/music/Kaiser+Chiefs</url>
156
- </artist>
157
- </track>
158
- <track>
159
- <name>Geht auseinander</name>
160
- <playcount>2</playcount>
161
- <tagcount></tagcount>
162
- <mbid></mbid>
163
- <url>http://www.last.fm/music/Wir+sind+Helden/_/Geht+auseinander</url>
164
- <streamable fulltrack="0">1</streamable>
165
- <artist>
166
- <name>Wir sind Helden</name>
167
- <mbid>908fedf4-548a-430f-b806-38fca9507dc4</mbid>
168
- <url>http://www.last.fm/music/Wir+sind+Helden</url>
169
- </artist>
170
- <image size="small">http://userserve-ak.last.fm/serve/34s/14689581.jpg</image>
171
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14689581.jpg</image>
172
- <image size="large">http://userserve-ak.last.fm/serve/126/14689581.jpg</image>
173
- </track>
174
- <track>
175
- <name>I'm Like A Lawyer with the Way I'm Always Trying to Get You Off (Me + You)</name>
176
- <playcount>2</playcount>
177
- <tagcount></tagcount>
178
- <mbid></mbid>
179
- <url>http://www.last.fm/music/Fall+Out+Boy/_/I%2527m%2BLike%2BA%2BLawyer%2Bwith%2Bthe%2BWay%2BI%2527m%2BAlways%2BTrying%2Bto%2BGet%2BYou%2BOff%2B%2528Me%2B%252B%2BYou%2529</url>
180
- <streamable fulltrack="0">0</streamable>
181
- <artist>
182
- <name>Fall Out Boy</name>
183
- <mbid>516cef4d-0718-4007-9939-f9b38af3f784</mbid>
184
- <url>http://www.last.fm/music/Fall+Out+Boy</url>
185
- </artist>
186
- </track>
187
- <track>
188
- <name>Freak Me Out</name>
189
- <playcount>2</playcount>
190
- <tagcount></tagcount>
191
- <mbid></mbid>
192
- <url>http://www.last.fm/music/Weezer/_/Freak+Me+Out</url>
193
- <streamable fulltrack="1">1</streamable>
194
- <artist>
195
- <name>Weezer</name>
196
- <mbid>6fe07aa5-fec0-4eca-a456-f29bff451b04</mbid>
197
- <url>http://www.last.fm/music/Weezer</url>
198
- </artist>
199
- <image size="small">http://userserve-ak.last.fm/serve/34s/8673675.jpg</image>
200
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8673675.jpg</image>
201
- <image size="large">http://userserve-ak.last.fm/serve/126/8673675.jpg</image>
202
- </track>
203
- <track>
204
- <name>Hurra</name>
205
- <playcount>2</playcount>
206
- <tagcount></tagcount>
207
- <mbid></mbid>
208
- <url>http://www.last.fm/music/Die+%C3%84rzte/_/Hurra</url>
209
- <streamable fulltrack="0">0</streamable>
210
- <artist>
211
- <name>Die Ärzte</name>
212
- <mbid>f2fb0ff0-5679-42ec-a55c-15109ce6e320</mbid>
213
- <url>http://www.last.fm/music/Die+%C3%84rzte</url>
214
- </artist>
215
- <image size="small">http://userserve-ak.last.fm/serve/34s/4541352.jpg</image>
216
- <image size="medium">http://userserve-ak.last.fm/serve/64s/4541352.jpg</image>
217
- <image size="large">http://userserve-ak.last.fm/serve/126/4541352.jpg</image>
218
- </track>
219
- <track>
220
- <name>Monster</name>
221
- <playcount>2</playcount>
222
- <tagcount></tagcount>
223
- <mbid></mbid>
224
- <url>http://www.last.fm/music/Wir+sind+Helden/_/Monster</url>
225
- <streamable fulltrack="0">1</streamable>
226
- <artist>
227
- <name>Wir sind Helden</name>
228
- <mbid>908fedf4-548a-430f-b806-38fca9507dc4</mbid>
229
- <url>http://www.last.fm/music/Wir+sind+Helden</url>
230
- </artist>
231
- <image size="small">http://userserve-ak.last.fm/serve/34s/15183527.jpg</image>
232
- <image size="medium">http://userserve-ak.last.fm/serve/64s/15183527.jpg</image>
233
- <image size="large">http://userserve-ak.last.fm/serve/126/15183527.jpg</image>
234
- </track>
235
- <track>
236
- <name>Time and Space</name>
237
- <playcount>2</playcount>
238
- <tagcount></tagcount>
239
- <mbid></mbid>
240
- <url>http://www.last.fm/music/Scooter/_/Time+and+Space</url>
241
- <streamable fulltrack="0">1</streamable>
242
- <artist>
243
- <name>Scooter</name>
244
- <mbid>83e59f23-3b0b-4304-834d-5bcafd5df6d2</mbid>
245
- <url>http://www.last.fm/music/Scooter</url>
246
- </artist>
247
- <image size="small">http://userserve-ak.last.fm/serve/34s/8698075.jpg</image>
248
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8698075.jpg</image>
249
- <image size="large">http://userserve-ak.last.fm/serve/126/8698075.jpg</image>
250
- </track>
251
- <track>
252
- <name>Best of You</name>
253
- <playcount>2</playcount>
254
- <tagcount></tagcount>
255
- <mbid></mbid>
256
- <url>http://www.last.fm/music/Foo+Fighters/_/Best+of+You</url>
257
- <streamable fulltrack="0">1</streamable>
258
- <artist>
259
- <name>Foo Fighters</name>
260
- <mbid>67f66c07-6e61-4026-ade5-7e782fad3a5d</mbid>
261
- <url>http://www.last.fm/music/Foo+Fighters</url>
262
- </artist>
263
- <image size="small">http://userserve-ak.last.fm/serve/34s/23752293.jpg</image>
264
- <image size="medium">http://userserve-ak.last.fm/serve/64s/23752293.jpg</image>
265
- <image size="large">http://userserve-ak.last.fm/serve/126/23752293.jpg</image>
266
- </track>
267
- <track>
268
- <name>Moses</name>
269
- <playcount>2</playcount>
270
- <tagcount></tagcount>
271
- <mbid></mbid>
272
- <url>http://www.last.fm/music/Coldplay/_/Moses</url>
273
- <streamable fulltrack="0">0</streamable>
274
- <artist>
275
- <name>Coldplay</name>
276
- <mbid>cc197bad-dc9c-440d-a5b5-d52ba2e14234</mbid>
277
- <url>http://www.last.fm/music/Coldplay</url>
278
- </artist>
279
- <image size="small">http://userserve-ak.last.fm/serve/34s/3804495.jpg</image>
280
- <image size="medium">http://userserve-ak.last.fm/serve/64s/3804495.jpg</image>
281
- <image size="large">http://userserve-ak.last.fm/serve/126/3804495.jpg</image>
282
- </track>
283
- <track>
284
- <name>Scheißtyp</name>
285
- <playcount>2</playcount>
286
- <tagcount></tagcount>
287
- <mbid></mbid>
288
- <url>http://www.last.fm/music/Die+%C3%84rzte/_/Schei%C3%9Ftyp</url>
289
- <streamable fulltrack="0">0</streamable>
290
- <artist>
291
- <name>Die Ärzte</name>
292
- <mbid>f2fb0ff0-5679-42ec-a55c-15109ce6e320</mbid>
293
- <url>http://www.last.fm/music/Die+%C3%84rzte</url>
294
- </artist>
295
- <image size="small">http://images-eu.amazon.com/images/P/B000BDIWU6.03.MZZZZZZZ.jpg</image>
296
- <image size="medium">http://images-eu.amazon.com/images/P/B000BDIWU6.03.MZZZZZZZ.jpg</image>
297
- <image size="large">http://images-eu.amazon.com/images/P/B000BDIWU6.03.MZZZZZZZ.jpg</image>
298
- </track>
299
- <track>
300
- <name>Las Vegas</name>
301
- <playcount>2</playcount>
302
- <tagcount></tagcount>
303
- <mbid></mbid>
304
- <url>http://www.last.fm/music/Die+%C3%84rzte/_/Las+Vegas</url>
305
- <streamable fulltrack="0">0</streamable>
306
- <artist>
307
- <name>Die Ärzte</name>
308
- <mbid>f2fb0ff0-5679-42ec-a55c-15109ce6e320</mbid>
309
- <url>http://www.last.fm/music/Die+%C3%84rzte</url>
310
- </artist>
311
- <image size="small">http://images-eu.amazon.com/images/P/B00004ZC4S.03.MZZZZZZZ.jpg</image>
312
- <image size="medium">http://images-eu.amazon.com/images/P/B00004ZC4S.03.MZZZZZZZ.jpg</image>
313
- <image size="large">http://images-eu.amazon.com/images/P/B00004ZC4S.03.MZZZZZZZ.jpg</image>
314
- </track>
315
- <track>
316
- <name>Well, Well, Well</name>
317
- <playcount>2</playcount>
318
- <tagcount></tagcount>
319
- <mbid></mbid>
320
- <url>http://www.last.fm/music/The+Hives/_/Well%2C+Well%2C+Well</url>
321
- <streamable fulltrack="0">1</streamable>
322
- <artist>
323
- <name>The Hives</name>
324
- <mbid>487bfd74-71bf-46dd-b89c-80b7a0f06f2f</mbid>
325
- <url>http://www.last.fm/music/The+Hives</url>
326
- </artist>
327
- <image size="small">http://userserve-ak.last.fm/serve/34s/26502921.png</image>
328
- <image size="medium">http://userserve-ak.last.fm/serve/64s/26502921.png</image>
329
- <image size="large">http://userserve-ak.last.fm/serve/126/26502921.png</image>
330
- </track>
331
- <track>
332
- <name>She's a Rebel</name>
333
- <playcount>2</playcount>
334
- <tagcount></tagcount>
335
- <mbid></mbid>
336
- <url>http://www.last.fm/music/Green+Day/_/She%27s+a+Rebel</url>
337
- <streamable fulltrack="0">1</streamable>
338
- <artist>
339
- <name>Green Day</name>
340
- <mbid>084308bd-1654-436f-ba03-df6697104e19</mbid>
341
- <url>http://www.last.fm/music/Green+Day</url>
342
- </artist>
343
- <image size="small">http://userserve-ak.last.fm/serve/34s/23659275.jpg</image>
344
- <image size="medium">http://userserve-ak.last.fm/serve/64s/23659275.jpg</image>
345
- <image size="large">http://userserve-ak.last.fm/serve/126/23659275.jpg</image>
346
- </track>
347
- <track>
348
- <name>Start to Melt</name>
349
- <playcount>2</playcount>
350
- <tagcount></tagcount>
351
- <mbid></mbid>
352
- <url>http://www.last.fm/music/Peter+Bjorn+and+John/_/Start+to+Melt</url>
353
- <streamable fulltrack="0">1</streamable>
354
- <artist>
355
- <name>Peter Bjorn and John</name>
356
- <mbid>32a83250-7e26-422d-b9ac-f4564343e9ce</mbid>
357
- <url>http://www.last.fm/music/Peter+Bjorn+and+John</url>
358
- </artist>
359
- <image size="small">http://userserve-ak.last.fm/serve/34s/19754455.jpg</image>
360
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19754455.jpg</image>
361
- <image size="large">http://userserve-ak.last.fm/serve/126/19754455.jpg</image>
362
- </track>
363
- <track>
364
- <name>Wulli away</name>
365
- <playcount>2</playcount>
366
- <tagcount></tagcount>
367
- <mbid></mbid>
368
- <url>http://www.last.fm/music/Good+Charlotte/_/Wulli+away</url>
369
- <streamable fulltrack="0">0</streamable>
370
- <artist>
371
- <name>Good Charlotte</name>
372
- <mbid>b267ca80-034e-4dc1-9ed4-ec45f1fed41d</mbid>
373
- <url>http://www.last.fm/music/Good+Charlotte</url>
374
- </artist>
375
- </track>
376
- <track>
377
- <name>Pushing Me Away</name>
378
- <playcount>2</playcount>
379
- <tagcount></tagcount>
380
- <mbid></mbid>
381
- <url>http://www.last.fm/music/Linkin+Park/_/Pushing+Me+Away</url>
382
- <streamable fulltrack="0">1</streamable>
383
- <artist>
384
- <name>Linkin Park</name>
385
- <mbid>f59c5520-5f46-4d2c-b2c4-822eabf53419</mbid>
386
- <url>http://www.last.fm/music/Linkin+Park</url>
387
- </artist>
388
- <image size="small">http://userserve-ak.last.fm/serve/34s/8591413.jpg</image>
389
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8591413.jpg</image>
390
- <image size="large">http://userserve-ak.last.fm/serve/126/8591413.jpg</image>
391
- </track>
392
- <track>
393
- <name>Something in the Way / Endless, Nameless</name>
394
- <playcount>2</playcount>
395
- <tagcount></tagcount>
396
- <mbid></mbid>
397
- <url>http://www.last.fm/music/Nirvana/_/Something%2Bin%2Bthe%2BWay%2B%252F%2BEndless%252C%2BNameless</url>
398
- <streamable fulltrack="0">0</streamable>
399
- <artist>
400
- <name>Nirvana</name>
401
- <mbid>5b11f4ce-a62d-471e-81fc-a69a8278c7da</mbid>
402
- <url>http://www.last.fm/music/Nirvana</url>
403
- </artist>
404
- </track>
405
- <track>
406
- <name>Silberfische in meinem Bett</name>
407
- <playcount>2</playcount>
408
- <tagcount></tagcount>
409
- <mbid></mbid>
410
- <url>http://www.last.fm/music/Fettes+Brot/_/Silberfische+in+meinem+Bett</url>
411
- <streamable fulltrack="0">1</streamable>
412
- <artist>
413
- <name>Fettes Brot</name>
414
- <mbid>733e7372-5400-4c79-9059-33e2b2262d01</mbid>
415
- <url>http://www.last.fm/music/Fettes+Brot</url>
416
- </artist>
417
- <image size="small">http://userserve-ak.last.fm/serve/34s/12621867.jpg</image>
418
- <image size="medium">http://userserve-ak.last.fm/serve/64s/12621867.jpg</image>
419
- <image size="large">http://userserve-ak.last.fm/serve/126/12621867.jpg</image>
420
- </track>
421
- <track>
422
- <name>Somewhere I Belong (Live)</name>
423
- <playcount>2</playcount>
424
- <tagcount></tagcount>
425
- <mbid></mbid>
426
- <url>http://www.last.fm/music/Linkin+Park/_/Somewhere+I+Belong+%28Live%29</url>
427
- <streamable fulltrack="0">0</streamable>
428
- <artist>
429
- <name>Linkin Park</name>
430
- <mbid>f59c5520-5f46-4d2c-b2c4-822eabf53419</mbid>
431
- <url>http://www.last.fm/music/Linkin+Park</url>
432
- </artist>
433
- </track>
434
- <track>
435
- <name>Going On</name>
436
- <playcount>2</playcount>
437
- <tagcount></tagcount>
438
- <mbid></mbid>
439
- <url>http://www.last.fm/music/Gnarls+Barkley/_/Going+On</url>
440
- <streamable fulltrack="0">1</streamable>
441
- <artist>
442
- <name>Gnarls Barkley</name>
443
- <mbid>a47c3aa2-7d87-475c-a2c7-1e2047dafb09</mbid>
444
- <url>http://www.last.fm/music/Gnarls+Barkley</url>
445
- </artist>
446
- <image size="small">http://userserve-ak.last.fm/serve/34s/4912138.jpg</image>
447
- <image size="medium">http://userserve-ak.last.fm/serve/64s/4912138.jpg</image>
448
- <image size="large">http://userserve-ak.last.fm/serve/126/4912138.jpg</image>
449
- </track>
450
- <track>
451
- <name>Losing Touch</name>
452
- <playcount>2</playcount>
453
- <tagcount></tagcount>
454
- <mbid></mbid>
455
- <url>http://www.last.fm/music/The+Killers/_/Losing+Touch</url>
456
- <streamable fulltrack="1">1</streamable>
457
- <artist>
458
- <name>The Killers</name>
459
- <mbid>95e1ead9-4d31-4808-a7ac-32c3614c116b</mbid>
460
- <url>http://www.last.fm/music/The+Killers</url>
461
- </artist>
462
- </track>
463
- <track>
464
- <name>Können diese Augen lügen</name>
465
- <playcount>2</playcount>
466
- <tagcount></tagcount>
467
- <mbid></mbid>
468
- <url>http://www.last.fm/music/Fettes+Brot/_/K%C3%B6nnen+diese+Augen+l%C3%BCgen</url>
469
- <streamable fulltrack="0">1</streamable>
470
- <artist>
471
- <name>Fettes Brot</name>
472
- <mbid>733e7372-5400-4c79-9059-33e2b2262d01</mbid>
473
- <url>http://www.last.fm/music/Fettes+Brot</url>
474
- </artist>
475
- <image size="small">http://userserve-ak.last.fm/serve/34s/4309021.jpg</image>
476
- <image size="medium">http://userserve-ak.last.fm/serve/64s/4309021.jpg</image>
477
- <image size="large">http://userserve-ak.last.fm/serve/126/4309021.jpg</image>
478
- </track>
479
- <track>
480
- <name>El Manana</name>
481
- <playcount>2</playcount>
482
- <tagcount></tagcount>
483
- <mbid></mbid>
484
- <url>http://www.last.fm/music/Gorillaz/_/El+Manana</url>
485
- <streamable fulltrack="0">1</streamable>
486
- <artist>
487
- <name>Gorillaz</name>
488
- <mbid>e21857d5-3256-4547-afb3-4b6ded592596</mbid>
489
- <url>http://www.last.fm/music/Gorillaz</url>
490
- </artist>
491
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
492
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
493
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
494
- </track>
495
- <track>
496
- <name>Once Upon a time the buttler of life and death</name>
497
- <playcount>2</playcount>
498
- <tagcount></tagcount>
499
- <mbid></mbid>
500
- <url>http://www.last.fm/music/Good+Charlotte/_/Once+Upon+a+time+the+buttler+of+life+and+death</url>
501
- <streamable fulltrack="0">0</streamable>
502
- <artist>
503
- <name>Good Charlotte</name>
504
- <mbid>b267ca80-034e-4dc1-9ed4-ec45f1fed41d</mbid>
505
- <url>http://www.last.fm/music/Good+Charlotte</url>
506
- </artist>
507
- </track>
508
- <track>
509
- <name>N 48.3</name>
510
- <playcount>2</playcount>
511
- <tagcount></tagcount>
512
- <mbid></mbid>
513
- <url>http://www.last.fm/music/Die+%C3%84rzte/_/N+48.3</url>
514
- <streamable fulltrack="0">0</streamable>
515
- <artist>
516
- <name>Die Ärzte</name>
517
- <mbid>f2fb0ff0-5679-42ec-a55c-15109ce6e320</mbid>
518
- <url>http://www.last.fm/music/Die+%C3%84rzte</url>
519
- </artist>
520
- <image size="small">http://images-eu.amazon.com/images/P/B00004ZC4S.03.MZZZZZZZ.jpg</image>
521
- <image size="medium">http://images-eu.amazon.com/images/P/B00004ZC4S.03.MZZZZZZZ.jpg</image>
522
- <image size="large">http://images-eu.amazon.com/images/P/B00004ZC4S.03.MZZZZZZZ.jpg</image>
523
- </track>
524
- <track>
525
- <name>Lemon Tree</name>
526
- <playcount>2</playcount>
527
- <tagcount></tagcount>
528
- <mbid></mbid>
529
- <url>http://www.last.fm/music/Fool%27s+Garden/_/Lemon+Tree</url>
530
- <streamable fulltrack="0">1</streamable>
531
- <artist>
532
- <name>Fool's Garden</name>
533
- <mbid>80c38d4f-7419-4ae9-8d4c-cf899df0d5cc</mbid>
534
- <url>http://www.last.fm/music/Fool%27s+Garden</url>
535
- </artist>
536
- <image size="small">http://images.amazon.com/images/P/B000006YRK.01.MZZZZZZZ.jpg</image>
537
- <image size="medium">http://images.amazon.com/images/P/B000006YRK.01.MZZZZZZZ.jpg</image>
538
- <image size="large">http://images.amazon.com/images/P/B000006YRK.01.MZZZZZZZ.jpg</image>
539
- </track>
540
- <track>
541
- <name>Acrobat</name>
542
- <playcount>2</playcount>
543
- <tagcount></tagcount>
544
- <mbid></mbid>
545
- <url>http://www.last.fm/music/Max%C3%AFmo+Park/_/Acrobat</url>
546
- <streamable fulltrack="0">1</streamable>
547
- <artist>
548
- <name>Maxïmo Park</name>
549
- <mbid>92e634a7-6023-4be8-be15-ebba822f5b34</mbid>
550
- <url>http://www.last.fm/music/Max%C3%AFmo+Park</url>
551
- </artist>
552
- <image size="small">http://images.amazon.com/images/P/B00094OBX4.01.MZZZZZZZ.jpg</image>
553
- <image size="medium">http://images.amazon.com/images/P/B00094OBX4.01.MZZZZZZZ.jpg</image>
554
- <image size="large">http://images.amazon.com/images/P/B00094OBX4.01.MZZZZZZZ.jpg</image>
555
- </track>
556
- <track>
557
- <name>Ruf mich an</name>
558
- <playcount>2</playcount>
559
- <tagcount></tagcount>
560
- <mbid></mbid>
561
- <url>http://www.last.fm/music/Fettes+Brot/_/Ruf+mich+an</url>
562
- <streamable fulltrack="0">0</streamable>
563
- <artist>
564
- <name>Fettes Brot</name>
565
- <mbid>733e7372-5400-4c79-9059-33e2b2262d01</mbid>
566
- <url>http://www.last.fm/music/Fettes+Brot</url>
567
- </artist>
568
- </track>
569
- <track>
570
- <name>Lieblingslied</name>
571
- <playcount>2</playcount>
572
- <tagcount></tagcount>
573
- <mbid></mbid>
574
- <url>http://www.last.fm/music/Fettes+Brot/_/Lieblingslied</url>
575
- <streamable fulltrack="0">1</streamable>
576
- <artist>
577
- <name>Fettes Brot</name>
578
- <mbid>733e7372-5400-4c79-9059-33e2b2262d01</mbid>
579
- <url>http://www.last.fm/music/Fettes+Brot</url>
580
- </artist>
581
- <image size="small">http://userserve-ak.last.fm/serve/34s/12621867.jpg</image>
582
- <image size="medium">http://userserve-ak.last.fm/serve/64s/12621867.jpg</image>
583
- <image size="large">http://userserve-ak.last.fm/serve/126/12621867.jpg</image>
584
- </track>
585
- <track>
586
- <name>What Did I Ever Give You?</name>
587
- <playcount>2</playcount>
588
- <tagcount></tagcount>
589
- <mbid></mbid>
590
- <url>http://www.last.fm/music/Kaiser+Chiefs/_/What+Did+I+Ever+Give+You%3F</url>
591
- <streamable fulltrack="0">1</streamable>
592
- <artist>
593
- <name>Kaiser Chiefs</name>
594
- <mbid>90218af4-4d58-4821-8d41-2ee295ebbe21</mbid>
595
- <url>http://www.last.fm/music/Kaiser+Chiefs</url>
596
- </artist>
597
- </track>
598
- <track>
599
- <name>Surprise</name>
600
- <playcount>2</playcount>
601
- <tagcount></tagcount>
602
- <mbid></mbid>
603
- <url>http://www.last.fm/music/We+Are+Scientists/_/Surprise</url>
604
- <streamable fulltrack="0">0</streamable>
605
- <artist>
606
- <name>We Are Scientists</name>
607
- <mbid>9386b36e-87f3-4716-a219-79a07a4e29cc</mbid>
608
- <url>http://www.last.fm/music/We+Are+Scientists</url>
609
- </artist>
610
- </track>
611
- <track>
612
- <name>The Roof Is On Fire</name>
613
- <playcount>2</playcount>
614
- <tagcount></tagcount>
615
- <mbid></mbid>
616
- <url>http://www.last.fm/music/Bloodhout+Gang/_/The+Roof+Is+On+Fire</url>
617
- <streamable fulltrack="0">0</streamable>
618
- <artist>
619
- <name>Bloodhout Gang</name>
620
- <mbid></mbid>
621
- <url>http://www.last.fm/music/Bloodhout+Gang</url>
622
- </artist>
623
- </track>
624
- <track>
625
- <name>Welcome to Heartlight</name>
626
- <playcount>2</playcount>
627
- <tagcount></tagcount>
628
- <mbid></mbid>
629
- <url>http://www.last.fm/music/Kenny+Loggins/_/Welcome+to+Heartlight</url>
630
- <streamable fulltrack="0">0</streamable>
631
- <artist>
632
- <name>Kenny Loggins</name>
633
- <mbid>15042d2b-2d4c-4451-a96a-6f547642de13</mbid>
634
- <url>http://www.last.fm/music/Kenny+Loggins</url>
635
- </artist>
636
- <image size="small">http://userserve-ak.last.fm/serve/34s/17699757.jpg</image>
637
- <image size="medium">http://userserve-ak.last.fm/serve/64s/17699757.jpg</image>
638
- <image size="large">http://userserve-ak.last.fm/serve/126/17699757.jpg</image>
639
- </track>
640
- <track>
641
- <name>Sodom</name>
642
- <playcount>2</playcount>
643
- <tagcount></tagcount>
644
- <mbid></mbid>
645
- <url>http://www.last.fm/music/Sportfreunde+Stiller/_/Sodom</url>
646
- <streamable fulltrack="1">1</streamable>
647
- <artist>
648
- <name>Sportfreunde Stiller</name>
649
- <mbid>35581de7-591f-424f-9c64-7b22fd45605e</mbid>
650
- <url>http://www.last.fm/music/Sportfreunde+Stiller</url>
651
- </artist>
652
- <image size="small">http://userserve-ak.last.fm/serve/34s/10054959.jpg</image>
653
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10054959.jpg</image>
654
- <image size="large">http://userserve-ak.last.fm/serve/126/10054959.jpg</image>
655
- </track>
656
- <track>
657
- <name>Self Esteem</name>
658
- <playcount>2</playcount>
659
- <tagcount></tagcount>
660
- <mbid></mbid>
661
- <url>http://www.last.fm/music/The+Offspring/_/Self+Esteem</url>
662
- <streamable fulltrack="0">1</streamable>
663
- <artist>
664
- <name>The Offspring</name>
665
- <mbid>23a03e33-a603-404e-bcbf-2c00159d7067</mbid>
666
- <url>http://www.last.fm/music/The+Offspring</url>
667
- </artist>
668
- <image size="small">http://userserve-ak.last.fm/serve/34s/8675575.jpg</image>
669
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8675575.jpg</image>
670
- <image size="large">http://userserve-ak.last.fm/serve/126/8675575.jpg</image>
671
- </track>
672
- <track>
673
- <name>Never Be the Same Again (MTV)</name>
674
- <playcount>2</playcount>
675
- <tagcount></tagcount>
676
- <mbid></mbid>
677
- <url>http://www.last.fm/music/Melanie+C/_/Never+Be+the+Same+Again+%28MTV%29</url>
678
- <streamable fulltrack="0">0</streamable>
679
- <artist>
680
- <name>Melanie C</name>
681
- <mbid>25b509ef-48ad-461b-a0bc-94cdddb8c919</mbid>
682
- <url>http://www.last.fm/music/Melanie+C</url>
683
- </artist>
684
- </track>
685
- <track>
686
- <name>Ich ess Blumen</name>
687
- <playcount>2</playcount>
688
- <tagcount></tagcount>
689
- <mbid></mbid>
690
- <url>http://www.last.fm/music/Die+%C3%84rzte/_/Ich+ess+Blumen</url>
691
- <streamable fulltrack="0">0</streamable>
692
- <artist>
693
- <name>Die Ärzte</name>
694
- <mbid>f2fb0ff0-5679-42ec-a55c-15109ce6e320</mbid>
695
- <url>http://www.last.fm/music/Die+%C3%84rzte</url>
696
- </artist>
697
- <image size="small">http://images-eu.amazon.com/images/P/B00006ZY7R.03.MZZZZZZZ.jpg</image>
698
- <image size="medium">http://images-eu.amazon.com/images/P/B00006ZY7R.03.MZZZZZZZ.jpg</image>
699
- <image size="large">http://images-eu.amazon.com/images/P/B00006ZY7R.03.MZZZZZZZ.jpg</image>
700
- </track>
701
- <track>
702
- <name>¡Paranoia! Cha-Cha-Cha</name>
703
- <playcount>2</playcount>
704
- <tagcount></tagcount>
705
- <mbid></mbid>
706
- <url>http://www.last.fm/music/The+Soviettes/_/%C2%A1Paranoia%21+Cha-Cha-Cha</url>
707
- <streamable fulltrack="0">0</streamable>
708
- <artist>
709
- <name>The Soviettes</name>
710
- <mbid>e500d79e-b0b4-4189-84b4-9379f1dc531e</mbid>
711
- <url>http://www.last.fm/music/The+Soviettes</url>
712
- </artist>
713
- </track>
714
- <track>
715
- <name>America</name>
716
- <playcount>2</playcount>
717
- <tagcount></tagcount>
718
- <mbid></mbid>
719
- <url>http://www.last.fm/music/Razorlight/_/America</url>
720
- <streamable fulltrack="0">1</streamable>
721
- <artist>
722
- <name>Razorlight</name>
723
- <mbid>f2cb0435-d643-4fab-9587-fdb0279330a7</mbid>
724
- <url>http://www.last.fm/music/Razorlight</url>
725
- </artist>
726
- <image size="small">http://userserve-ak.last.fm/serve/34s/8846369.jpg</image>
727
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8846369.jpg</image>
728
- <image size="large">http://userserve-ak.last.fm/serve/126/8846369.jpg</image>
729
- </track>
730
- <track>
731
- <name>The World is Black (live from Sessions@AOL)</name>
732
- <playcount>2</playcount>
733
- <tagcount></tagcount>
734
- <mbid></mbid>
735
- <url>http://www.last.fm/music/Good+Charlotte/_/The+World+is+Black+%28live+from+Sessions%40AOL%29</url>
736
- <streamable fulltrack="0">0</streamable>
737
- <artist>
738
- <name>Good Charlotte</name>
739
- <mbid>b267ca80-034e-4dc1-9ed4-ec45f1fed41d</mbid>
740
- <url>http://www.last.fm/music/Good+Charlotte</url>
741
- </artist>
742
- </track>
743
- <track>
744
- <name>Hurricane Jane (The Twelves Remix)</name>
745
- <playcount>2</playcount>
746
- <tagcount></tagcount>
747
- <mbid></mbid>
748
- <url>http://www.last.fm/music/Black+Kids/_/Hurricane+Jane+%28The+Twelves+Remix%29</url>
749
- <streamable fulltrack="0">1</streamable>
750
- <artist>
751
- <name>Black Kids</name>
752
- <mbid></mbid>
753
- <url>http://www.last.fm/music/Black+Kids</url>
754
- </artist>
755
- </track>
756
- </tracks></lfm>