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,538 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <lfm status="ok">
3
- <tracks user="xhochy" page="34" perPage="50" totalPages="34">
4
- <track>
5
- <name>Rich Girl</name>
6
- <playcount>1</playcount>
7
- <tagcount></tagcount>
8
- <mbid></mbid>
9
- <url>http://www.last.fm/music/Gwen+Stefani/_/Rich+Girl</url>
10
- <streamable fulltrack="0">1</streamable>
11
- <artist>
12
- <name>Gwen Stefani</name>
13
- <mbid>2e41ae9c-afd2-4f20-8f1e-17281ce9b472</mbid>
14
- <url>http://www.last.fm/music/Gwen+Stefani</url>
15
- </artist>
16
- <image size="small">http://userserve-ak.last.fm/serve/34s/8795263.jpg</image>
17
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8795263.jpg</image>
18
- <image size="large">http://userserve-ak.last.fm/serve/126/8795263.jpg</image>
19
- </track>
20
- <track>
21
- <name>A Little Better</name>
22
- <playcount>1</playcount>
23
- <tagcount></tagcount>
24
- <mbid></mbid>
25
- <url>http://www.last.fm/music/Gnarls+Barkley/_/A+Little+Better</url>
26
- <streamable fulltrack="0">1</streamable>
27
- <artist>
28
- <name>Gnarls Barkley</name>
29
- <mbid>a47c3aa2-7d87-475c-a2c7-1e2047dafb09</mbid>
30
- <url>http://www.last.fm/music/Gnarls+Barkley</url>
31
- </artist>
32
- <image size="small">http://userserve-ak.last.fm/serve/34s/4912138.jpg</image>
33
- <image size="medium">http://userserve-ak.last.fm/serve/64s/4912138.jpg</image>
34
- <image size="large">http://userserve-ak.last.fm/serve/126/4912138.jpg</image>
35
- </track>
36
- <track>
37
- <name>Fame &lt; Infamy</name>
38
- <playcount>1</playcount>
39
- <tagcount></tagcount>
40
- <mbid></mbid>
41
- <url>http://www.last.fm/music/Fall+Out+Boy/_/Fame+%3C+Infamy</url>
42
- <streamable fulltrack="1">1</streamable>
43
- <artist>
44
- <name>Fall Out Boy</name>
45
- <mbid>516cef4d-0718-4007-9939-f9b38af3f784</mbid>
46
- <url>http://www.last.fm/music/Fall+Out+Boy</url>
47
- </artist>
48
- <image size="small">http://userserve-ak.last.fm/serve/34s/9104309.jpg</image>
49
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9104309.jpg</image>
50
- <image size="large">http://userserve-ak.last.fm/serve/126/9104309.jpg</image>
51
- </track>
52
- <track>
53
- <name>Bang Bang Rock &amp; Roll</name>
54
- <playcount>1</playcount>
55
- <tagcount></tagcount>
56
- <mbid></mbid>
57
- <url>http://www.last.fm/music/We+Are+Scientists/_/Bang%2BBang%2BRock%2B%2526%2BRoll</url>
58
- <streamable fulltrack="0">0</streamable>
59
- <artist>
60
- <name>We Are Scientists</name>
61
- <mbid>9386b36e-87f3-4716-a219-79a07a4e29cc</mbid>
62
- <url>http://www.last.fm/music/We+Are+Scientists</url>
63
- </artist>
64
- </track>
65
- <track>
66
- <name>Musik Monks (new single)</name>
67
- <playcount>1</playcount>
68
- <tagcount></tagcount>
69
- <mbid></mbid>
70
- <url>http://www.last.fm/music/Seeed/_/Musik+Monks+%28new+single%29</url>
71
- <streamable fulltrack="0">1</streamable>
72
- <artist>
73
- <name>Seeed</name>
74
- <mbid>49c43c49-328d-4b14-8a1d-be99cafaec14</mbid>
75
- <url>http://www.last.fm/music/Seeed</url>
76
- </artist>
77
- </track>
78
- <track>
79
- <name>Diadem</name>
80
- <playcount>1</playcount>
81
- <tagcount></tagcount>
82
- <mbid></mbid>
83
- <url>http://www.last.fm/music/Jennifer+Rostock/_/Diadem</url>
84
- <streamable fulltrack="0">1</streamable>
85
- <artist>
86
- <name>Jennifer Rostock</name>
87
- <mbid></mbid>
88
- <url>http://www.last.fm/music/Jennifer+Rostock</url>
89
- </artist>
90
- <image size="small">http://userserve-ak.last.fm/serve/34s/4393040.jpg</image>
91
- <image size="medium">http://userserve-ak.last.fm/serve/64s/4393040.jpg</image>
92
- <image size="large">http://userserve-ak.last.fm/serve/126/4393040.jpg</image>
93
- </track>
94
- <track>
95
- <name>Arbeit Macht Frei</name>
96
- <playcount>1</playcount>
97
- <tagcount></tagcount>
98
- <mbid></mbid>
99
- <url>http://www.last.fm/music/The+Libertines/_/Arbeit+Macht+Frei</url>
100
- <streamable fulltrack="0">0</streamable>
101
- <artist>
102
- <name>The Libertines</name>
103
- <mbid>82b304c0-7da4-45d3-896a-0767c7ae1141</mbid>
104
- <url>http://www.last.fm/music/The+Libertines</url>
105
- </artist>
106
- <image size="small">http://userserve-ak.last.fm/serve/34s/26416249.png</image>
107
- <image size="medium">http://userserve-ak.last.fm/serve/64s/26416249.png</image>
108
- <image size="large">http://userserve-ak.last.fm/serve/126/26416249.png</image>
109
- </track>
110
- <track>
111
- <name>Everyday</name>
112
- <playcount>1</playcount>
113
- <tagcount></tagcount>
114
- <mbid></mbid>
115
- <url>http://www.last.fm/music/Kaiser+Chiefs/_/Everyday</url>
116
- <streamable fulltrack="0">0</streamable>
117
- <artist>
118
- <name>Kaiser Chiefs</name>
119
- <mbid>90218af4-4d58-4821-8d41-2ee295ebbe21</mbid>
120
- <url>http://www.last.fm/music/Kaiser+Chiefs</url>
121
- </artist>
122
- </track>
123
- <track>
124
- <name>Doomsday Breach</name>
125
- <playcount>1</playcount>
126
- <tagcount></tagcount>
127
- <mbid></mbid>
128
- <url>http://www.last.fm/music/Only+Crime/_/Doomsday+Breach</url>
129
- <streamable fulltrack="0">1</streamable>
130
- <artist>
131
- <name>Only Crime</name>
132
- <mbid>a22b573a-7cd7-4580-afd1-a5fd890e17a4</mbid>
133
- <url>http://www.last.fm/music/Only+Crime</url>
134
- </artist>
135
- <image size="small">http://userserve-ak.last.fm/serve/34s/23071843.jpg</image>
136
- <image size="medium">http://userserve-ak.last.fm/serve/64s/23071843.jpg</image>
137
- <image size="large">http://userserve-ak.last.fm/serve/126/23071843.jpg</image>
138
- </track>
139
- <track>
140
- <name>Be Yourself (feat. Cocoa Tea)</name>
141
- <playcount>1</playcount>
142
- <tagcount></tagcount>
143
- <mbid></mbid>
144
- <url>http://www.last.fm/music/Gentleman/_/Be+Yourself+%28feat.+Cocoa+Tea%29</url>
145
- <streamable fulltrack="0">0</streamable>
146
- <artist>
147
- <name>Gentleman</name>
148
- <mbid>8de4a831-7c25-4d34-90cf-254de0c36e49</mbid>
149
- <url>http://www.last.fm/music/Gentleman</url>
150
- </artist>
151
- </track>
152
- <track>
153
- <name>She's So Lovely</name>
154
- <playcount>1</playcount>
155
- <tagcount></tagcount>
156
- <mbid></mbid>
157
- <url>http://www.last.fm/music/Scouting+for+Girls/_/She%27s+So+Lovely</url>
158
- <streamable fulltrack="0">1</streamable>
159
- <artist>
160
- <name>Scouting for Girls</name>
161
- <mbid></mbid>
162
- <url>http://www.last.fm/music/Scouting+for+Girls</url>
163
- </artist>
164
- <image size="small">http://userserve-ak.last.fm/serve/34s/23757539.jpg</image>
165
- <image size="medium">http://userserve-ak.last.fm/serve/64s/23757539.jpg</image>
166
- <image size="large">http://userserve-ak.last.fm/serve/126/23757539.jpg</image>
167
- </track>
168
- <track>
169
- <name>you should keep it to yourself</name>
170
- <playcount>1</playcount>
171
- <tagcount></tagcount>
172
- <mbid></mbid>
173
- <url>http://www.last.fm/music/Postal+Blue/_/you+should+keep+it+to+yourself</url>
174
- <streamable fulltrack="1">1</streamable>
175
- <artist>
176
- <name>Postal Blue</name>
177
- <mbid>fe617aa6-30f7-4f44-9f68-cef458e5e510</mbid>
178
- <url>http://www.last.fm/music/Postal+Blue</url>
179
- </artist>
180
- </track>
181
- <track>
182
- <name>Back to the Primitive</name>
183
- <playcount>1</playcount>
184
- <tagcount></tagcount>
185
- <mbid></mbid>
186
- <url>http://www.last.fm/music/Soulfly/_/Back+to+the+Primitive</url>
187
- <streamable fulltrack="0">1</streamable>
188
- <artist>
189
- <name>Soulfly</name>
190
- <mbid>832a43c7-aa7d-439b-a6b4-4f1afa671c24</mbid>
191
- <url>http://www.last.fm/music/Soulfly</url>
192
- </artist>
193
- <image size="small">http://userserve-ak.last.fm/serve/34s/8600543.jpg</image>
194
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8600543.jpg</image>
195
- <image size="large">http://userserve-ak.last.fm/serve/126/8600543.jpg</image>
196
- </track>
197
- <track>
198
- <name>Take Her Back</name>
199
- <playcount>1</playcount>
200
- <tagcount></tagcount>
201
- <mbid></mbid>
202
- <url>http://www.last.fm/music/The+Pigeon+Detectives/_/Take+Her+Back</url>
203
- <streamable fulltrack="0">1</streamable>
204
- <artist>
205
- <name>The Pigeon Detectives</name>
206
- <mbid>2e04a82f-9118-43b1-a918-bf84f122f7fc</mbid>
207
- <url>http://www.last.fm/music/The+Pigeon+Detectives</url>
208
- </artist>
209
- <image size="small">http://userserve-ak.last.fm/serve/34s/18160325.jpg</image>
210
- <image size="medium">http://userserve-ak.last.fm/serve/64s/18160325.jpg</image>
211
- <image size="large">http://userserve-ak.last.fm/serve/126/18160325.jpg</image>
212
- </track>
213
- <track>
214
- <name>Honorable Mention</name>
215
- <playcount>1</playcount>
216
- <tagcount></tagcount>
217
- <mbid></mbid>
218
- <url>http://www.last.fm/music/Fall+Out+Boy/_/Honorable+Mention</url>
219
- <streamable fulltrack="0">1</streamable>
220
- <artist>
221
- <name>Fall Out Boy</name>
222
- <mbid>516cef4d-0718-4007-9939-f9b38af3f784</mbid>
223
- <url>http://www.last.fm/music/Fall+Out+Boy</url>
224
- </artist>
225
- <image size="small">http://images.amazon.com/images/P/B00007KS91.01.MZZZZZZZ.jpg</image>
226
- <image size="medium">http://images.amazon.com/images/P/B00007KS91.01.MZZZZZZZ.jpg</image>
227
- <image size="large">http://images.amazon.com/images/P/B00007KS91.01.MZZZZZZZ.jpg</image>
228
- </track>
229
- <track>
230
- <name>Hey Now</name>
231
- <playcount>1</playcount>
232
- <tagcount></tagcount>
233
- <mbid></mbid>
234
- <url>http://www.last.fm/music/Xzibit/_/Hey+Now</url>
235
- <streamable fulltrack="0">0</streamable>
236
- <artist>
237
- <name>Xzibit</name>
238
- <mbid>9e839dc3-55f3-4492-ad0e-a1a2e84275e2</mbid>
239
- <url>http://www.last.fm/music/Xzibit</url>
240
- </artist>
241
- <image size="small">http://images-eu.amazon.com/images/P/B0006GRLN2.02.MZZZZZZZ.jpg</image>
242
- <image size="medium">http://images-eu.amazon.com/images/P/B0006GRLN2.02.MZZZZZZZ.jpg</image>
243
- <image size="large">http://images-eu.amazon.com/images/P/B0006GRLN2.02.MZZZZZZZ.jpg</image>
244
- </track>
245
- <track>
246
- <name>Dizzy</name>
247
- <playcount>1</playcount>
248
- <tagcount></tagcount>
249
- <mbid></mbid>
250
- <url>http://www.last.fm/music/Kilians/_/Dizzy</url>
251
- <streamable fulltrack="1">1</streamable>
252
- <artist>
253
- <name>Kilians</name>
254
- <mbid></mbid>
255
- <url>http://www.last.fm/music/Kilians</url>
256
- </artist>
257
- <image size="small">http://userserve-ak.last.fm/serve/34s/10005193.jpg</image>
258
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10005193.jpg</image>
259
- <image size="large">http://userserve-ak.last.fm/serve/126/10005193.jpg</image>
260
- </track>
261
- <track>
262
- <name>Don't You Know Who I Think I Am?</name>
263
- <playcount>1</playcount>
264
- <tagcount></tagcount>
265
- <mbid></mbid>
266
- <url>http://www.last.fm/music/Fall+Out+Boy/_/Don%27t+You+Know+Who+I+Think+I+Am%3F</url>
267
- <streamable fulltrack="1">1</streamable>
268
- <artist>
269
- <name>Fall Out Boy</name>
270
- <mbid>516cef4d-0718-4007-9939-f9b38af3f784</mbid>
271
- <url>http://www.last.fm/music/Fall+Out+Boy</url>
272
- </artist>
273
- <image size="small">http://userserve-ak.last.fm/serve/34s/9104309.jpg</image>
274
- <image size="medium">http://userserve-ak.last.fm/serve/64s/9104309.jpg</image>
275
- <image size="large">http://userserve-ak.last.fm/serve/126/9104309.jpg</image>
276
- </track>
277
- <track>
278
- <name>Time</name>
279
- <playcount>1</playcount>
280
- <tagcount></tagcount>
281
- <mbid></mbid>
282
- <url>http://www.last.fm/music/Dido/_/Time</url>
283
- <streamable fulltrack="0">0</streamable>
284
- <artist>
285
- <name>Dido</name>
286
- <mbid>d1353a0c-26fb-4318-a116-defde9c7c9ad</mbid>
287
- <url>http://www.last.fm/music/Dido</url>
288
- </artist>
289
- </track>
290
- <track>
291
- <name>Your Fractured Life</name>
292
- <playcount>1</playcount>
293
- <tagcount></tagcount>
294
- <mbid></mbid>
295
- <url>http://www.last.fm/music/Air+Traffic/_/Your+Fractured+Life</url>
296
- <streamable fulltrack="1">1</streamable>
297
- <artist>
298
- <name>Air Traffic</name>
299
- <mbid>c8fb45c8-b3da-422d-a6db-73ac2ee56f77</mbid>
300
- <url>http://www.last.fm/music/Air+Traffic</url>
301
- </artist>
302
- <image size="small">http://userserve-ak.last.fm/serve/34s/27824861.jpg</image>
303
- <image size="medium">http://userserve-ak.last.fm/serve/64s/27824861.jpg</image>
304
- <image size="large">http://userserve-ak.last.fm/serve/126/27824861.jpg</image>
305
- </track>
306
- <track>
307
- <name>Rescue</name>
308
- <playcount>1</playcount>
309
- <tagcount></tagcount>
310
- <mbid></mbid>
311
- <url>http://www.last.fm/music/Echo%2B%2526%2BThe%2BBunnymen/_/Rescue</url>
312
- <streamable fulltrack="1">1</streamable>
313
- <artist>
314
- <name>Echo &amp; The Bunnymen</name>
315
- <mbid>ccd4879c-5e88-4385-b131-bf65296bf245</mbid>
316
- <url>http://www.last.fm/music/Echo%2B%2526%2BThe%2BBunnymen</url>
317
- </artist>
318
- <image size="small">http://userserve-ak.last.fm/serve/34s/8640195.jpg</image>
319
- <image size="medium">http://userserve-ak.last.fm/serve/64s/8640195.jpg</image>
320
- <image size="large">http://userserve-ak.last.fm/serve/126/8640195.jpg</image>
321
- </track>
322
- <track>
323
- <name>Man A Rise (Live)</name>
324
- <playcount>1</playcount>
325
- <tagcount></tagcount>
326
- <mbid></mbid>
327
- <url>http://www.last.fm/music/Gentleman/_/Man+A+Rise+%28Live%29</url>
328
- <streamable fulltrack="0">0</streamable>
329
- <artist>
330
- <name>Gentleman</name>
331
- <mbid>8de4a831-7c25-4d34-90cf-254de0c36e49</mbid>
332
- <url>http://www.last.fm/music/Gentleman</url>
333
- </artist>
334
- </track>
335
- <track>
336
- <name>Titel 15</name>
337
- <playcount>1</playcount>
338
- <tagcount></tagcount>
339
- <mbid></mbid>
340
- <url>http://www.last.fm/music/Hardman/_/Titel+15</url>
341
- <streamable fulltrack="0">1</streamable>
342
- <artist>
343
- <name>Hardman</name>
344
- <mbid>266abaaf-88d9-4226-92cf-aea79d7672de</mbid>
345
- <url>http://www.last.fm/music/Hardman</url>
346
- </artist>
347
- </track>
348
- <track>
349
- <name>I Kissed a Girl</name>
350
- <playcount>1</playcount>
351
- <tagcount></tagcount>
352
- <mbid></mbid>
353
- <url>http://www.last.fm/music/Katy+Perry/_/I+Kissed+a+Girl</url>
354
- <streamable fulltrack="0">1</streamable>
355
- <artist>
356
- <name>Katy Perry</name>
357
- <mbid>122d63fc-8671-43e4-9752-34e846d62a9c</mbid>
358
- <url>http://www.last.fm/music/Katy+Perry</url>
359
- </artist>
360
- <image size="small">http://userserve-ak.last.fm/serve/34s/14017873.jpg</image>
361
- <image size="medium">http://userserve-ak.last.fm/serve/64s/14017873.jpg</image>
362
- <image size="large">http://userserve-ak.last.fm/serve/126/14017873.jpg</image>
363
- </track>
364
- <track>
365
- <name>Marigold</name>
366
- <playcount>1</playcount>
367
- <tagcount></tagcount>
368
- <mbid></mbid>
369
- <url>http://www.last.fm/music/Foo+Fighters/_/Marigold</url>
370
- <streamable fulltrack="0">1</streamable>
371
- <artist>
372
- <name>Foo Fighters</name>
373
- <mbid>67f66c07-6e61-4026-ade5-7e782fad3a5d</mbid>
374
- <url>http://www.last.fm/music/Foo+Fighters</url>
375
- </artist>
376
- <image size="small">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
377
- <image size="medium">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
378
- <image size="large">http://cdn.last.fm/depth/catalogue/noimage/cover_med.gif</image>
379
- </track>
380
- <track>
381
- <name>CD-Track_03</name>
382
- <playcount>1</playcount>
383
- <tagcount></tagcount>
384
- <mbid></mbid>
385
- <url>http://www.last.fm/music/BBC/_/CD-Track_03</url>
386
- <streamable fulltrack="0">0</streamable>
387
- <artist>
388
- <name>BBC</name>
389
- <mbid>b840bc2b-3b92-4ec0-9fef-2bd705810454</mbid>
390
- <url>http://www.last.fm/music/BBC</url>
391
- </artist>
392
- </track>
393
- <track>
394
- <name>Titel 16</name>
395
- <playcount>1</playcount>
396
- <tagcount></tagcount>
397
- <mbid></mbid>
398
- <url>http://www.last.fm/music/Hardman/_/Titel+16</url>
399
- <streamable fulltrack="0">1</streamable>
400
- <artist>
401
- <name>Hardman</name>
402
- <mbid>266abaaf-88d9-4226-92cf-aea79d7672de</mbid>
403
- <url>http://www.last.fm/music/Hardman</url>
404
- </artist>
405
- </track>
406
- <track>
407
- <name>Traack</name>
408
- <playcount>1</playcount>
409
- <tagcount></tagcount>
410
- <mbid></mbid>
411
- <url>http://www.last.fm/music/No+Angels/_/Traack</url>
412
- <streamable fulltrack="0">0</streamable>
413
- <artist>
414
- <name>No Angels</name>
415
- <mbid>dfae58d5-6b0e-4a4d-8d85-4f51b7e9e2fa</mbid>
416
- <url>http://www.last.fm/music/No+Angels</url>
417
- </artist>
418
- </track>
419
- <track>
420
- <name>Chi ga</name>
421
- <playcount>1</playcount>
422
- <tagcount></tagcount>
423
- <mbid></mbid>
424
- <url>http://www.last.fm/music/Mando+Diao+%28live%29/_/Chi+ga</url>
425
- <streamable fulltrack="0">0</streamable>
426
- <artist>
427
- <name>Mando Diao (live)</name>
428
- <mbid></mbid>
429
- <url>http://www.last.fm/music/Mando+Diao+%28live%29</url>
430
- </artist>
431
- </track>
432
- <track>
433
- <name>First Love</name>
434
- <playcount>1</playcount>
435
- <tagcount></tagcount>
436
- <mbid></mbid>
437
- <url>http://www.last.fm/music/The+Maccabees/_/First+Love</url>
438
- <streamable fulltrack="1">1</streamable>
439
- <artist>
440
- <name>The Maccabees</name>
441
- <mbid>83b86967-6b1a-4ca8-9cf0-c7cfe047ef3f</mbid>
442
- <url>http://www.last.fm/music/The+Maccabees</url>
443
- </artist>
444
- <image size="small">http://userserve-ak.last.fm/serve/34s/10284487.jpg</image>
445
- <image size="medium">http://userserve-ak.last.fm/serve/64s/10284487.jpg</image>
446
- <image size="large">http://userserve-ak.last.fm/serve/126/10284487.jpg</image>
447
- </track>
448
- <track>
449
- <name>Ich + Er</name>
450
- <playcount>1</playcount>
451
- <tagcount></tagcount>
452
- <mbid></mbid>
453
- <url>http://www.last.fm/music/ASD/_/Ich%2B%252B%2BEr</url>
454
- <streamable fulltrack="0">0</streamable>
455
- <artist>
456
- <name>ASD</name>
457
- <mbid>82ea804c-cbce-46c7-91d5-50ba8b8b32e9</mbid>
458
- <url>http://www.last.fm/music/ASD</url>
459
- </artist>
460
- <image size="small">http://images.amazon.com/images/P/B00008GQTU.03.MZZZZZZZ.jpg</image>
461
- <image size="medium">http://images.amazon.com/images/P/B00008GQTU.03.MZZZZZZZ.jpg</image>
462
- <image size="large">http://images.amazon.com/images/P/B00008GQTU.03.MZZZZZZZ.jpg</image>
463
- </track>
464
- <track>
465
- <name>Breaking the Hibbit</name>
466
- <playcount>1</playcount>
467
- <tagcount></tagcount>
468
- <mbid></mbid>
469
- <url>http://www.last.fm/music/Linkin+Park/_/Breaking+the+Hibbit</url>
470
- <streamable fulltrack="0">0</streamable>
471
- <artist>
472
- <name>Linkin Park</name>
473
- <mbid>f59c5520-5f46-4d2c-b2c4-822eabf53419</mbid>
474
- <url>http://www.last.fm/music/Linkin+Park</url>
475
- </artist>
476
- </track>
477
- <track>
478
- <name>Butcher Blues</name>
479
- <playcount>1</playcount>
480
- <tagcount></tagcount>
481
- <mbid></mbid>
482
- <url>http://www.last.fm/music/Kasabian/_/Butcher+Blues</url>
483
- <streamable fulltrack="0">1</streamable>
484
- <artist>
485
- <name>Kasabian</name>
486
- <mbid>69b39eab-6577-46a4-a9f5-817839092033</mbid>
487
- <url>http://www.last.fm/music/Kasabian</url>
488
- </artist>
489
- <image size="small">http://userserve-ak.last.fm/serve/34s/19746191.jpg</image>
490
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19746191.jpg</image>
491
- <image size="large">http://userserve-ak.last.fm/serve/126/19746191.jpg</image>
492
- </track>
493
- <track>
494
- <name>Mein Prinz</name>
495
- <playcount>1</playcount>
496
- <tagcount></tagcount>
497
- <mbid></mbid>
498
- <url>http://www.last.fm/music/Tocotronic/_/Mein+Prinz</url>
499
- <streamable fulltrack="0">0</streamable>
500
- <artist>
501
- <name>Tocotronic</name>
502
- <mbid>7717539b-33aa-45d5-b88d-9e627172db19</mbid>
503
- <url>http://www.last.fm/music/Tocotronic</url>
504
- </artist>
505
- </track>
506
- <track>
507
- <name>Leben zu zweit</name>
508
- <playcount>1</playcount>
509
- <tagcount></tagcount>
510
- <mbid></mbid>
511
- <url>http://www.last.fm/music/Die+Fantastischen+Vier/_/Leben+zu+zweit</url>
512
- <streamable fulltrack="0">1</streamable>
513
- <artist>
514
- <name>Die Fantastischen Vier</name>
515
- <mbid>7928481f-848e-4551-b658-472c0aaf0c85</mbid>
516
- <url>http://www.last.fm/music/Die+Fantastischen+Vier</url>
517
- </artist>
518
- <image size="small">http://userserve-ak.last.fm/serve/34s/19560765.jpg</image>
519
- <image size="medium">http://userserve-ak.last.fm/serve/64s/19560765.jpg</image>
520
- <image size="large">http://userserve-ak.last.fm/serve/126/19560765.jpg</image>
521
- </track>
522
- <track>
523
- <name>Noch einmal</name>
524
- <playcount>1</playcount>
525
- <tagcount></tagcount>
526
- <mbid></mbid>
527
- <url>http://www.last.fm/music/Farin+Urlaub/_/Noch+einmal</url>
528
- <streamable fulltrack="0">0</streamable>
529
- <artist>
530
- <name>Farin Urlaub</name>
531
- <mbid>23620454-4dca-45b7-8496-066e94d99826</mbid>
532
- <url>http://www.last.fm/music/Farin+Urlaub</url>
533
- </artist>
534
- <image size="small">http://images.amazon.com/images/P/B0007QCGFE.01.MZZZZZZZ.jpg</image>
535
- <image size="medium">http://images.amazon.com/images/P/B0007QCGFE.01.MZZZZZZZ.jpg</image>
536
- <image size="large">http://images.amazon.com/images/P/B0007QCGFE.01.MZZZZZZZ.jpg</image>
537
- </track>
538
- </tracks></lfm>