XMLROCS 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/LICENSE +28 -0
- data/README +207 -0
- data/TODO +15 -0
- data/lib/xmlrocs.rb +327 -0
- data/test/fixtures/album.xml +62 -0
- data/test/fixtures/friends.xml +73 -0
- data/test/fixtures/misc.xml +30 -0
- data/test/fixtures/tags.xml +288 -0
- data/test/fixtures/toptags.xml +252 -0
- data/test/fixtures/weeklyalbums.xml +363 -0
- data/test/fixtures/weeklyartists.xml +325 -0
- data/test/fixtures/weeklychartlist.xml +150 -0
- data/test/fixtures/weeklytracks.xml +531 -0
- data/test/test_helper.rb +13 -0
- data/test/test_xmlrocs.rb +300 -0
- metadata +59 -0
|
@@ -0,0 +1,531 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<weeklytrackchart user="RJ" from="1114965332" to="1115570132">
|
|
3
|
+
<track>
|
|
4
|
+
<artist mbid="f73b2b70-33d5-4118-923b-05ba8ad7e702">The Kleptones</artist>
|
|
5
|
+
<name>Question</name>
|
|
6
|
+
<mbid></mbid>
|
|
7
|
+
<chartposition>1</chartposition>
|
|
8
|
+
<playcount>3</playcount>
|
|
9
|
+
<url>http://www.last.fm/music/The+Kleptones/_/Question</url>
|
|
10
|
+
</track>
|
|
11
|
+
<track>
|
|
12
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
13
|
+
<name>All the Love in the World</name>
|
|
14
|
+
<mbid></mbid>
|
|
15
|
+
<chartposition>2</chartposition>
|
|
16
|
+
<playcount>2</playcount>
|
|
17
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/All+the+Love+in+the+World</url>
|
|
18
|
+
</track>
|
|
19
|
+
<track>
|
|
20
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
21
|
+
<name>You Know What You Are</name>
|
|
22
|
+
<mbid></mbid>
|
|
23
|
+
<chartposition>2</chartposition>
|
|
24
|
+
<playcount>2</playcount>
|
|
25
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/You+Know+What+You+Are</url>
|
|
26
|
+
</track>
|
|
27
|
+
<track>
|
|
28
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
29
|
+
<name>The Collector</name>
|
|
30
|
+
<mbid></mbid>
|
|
31
|
+
<chartposition>2</chartposition>
|
|
32
|
+
<playcount>2</playcount>
|
|
33
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/The+Collector</url>
|
|
34
|
+
</track>
|
|
35
|
+
<track>
|
|
36
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
37
|
+
<name>The Hand That Feeds</name>
|
|
38
|
+
<mbid></mbid>
|
|
39
|
+
<chartposition>2</chartposition>
|
|
40
|
+
<playcount>2</playcount>
|
|
41
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/The+Hand+That+Feeds</url>
|
|
42
|
+
</track>
|
|
43
|
+
<track>
|
|
44
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
45
|
+
<name>Love Is Not Enough</name>
|
|
46
|
+
<mbid></mbid>
|
|
47
|
+
<chartposition>2</chartposition>
|
|
48
|
+
<playcount>2</playcount>
|
|
49
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/Love+Is+Not+Enough</url>
|
|
50
|
+
</track>
|
|
51
|
+
<track>
|
|
52
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
53
|
+
<name>With Teeth</name>
|
|
54
|
+
<mbid></mbid>
|
|
55
|
+
<chartposition>2</chartposition>
|
|
56
|
+
<playcount>2</playcount>
|
|
57
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/With+Teeth</url>
|
|
58
|
+
</track>
|
|
59
|
+
<track>
|
|
60
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
61
|
+
<name>Only</name>
|
|
62
|
+
<mbid></mbid>
|
|
63
|
+
<chartposition>2</chartposition>
|
|
64
|
+
<playcount>2</playcount>
|
|
65
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/Only</url>
|
|
66
|
+
</track>
|
|
67
|
+
<track>
|
|
68
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
69
|
+
<name>Every Day Is Exactly the Same</name>
|
|
70
|
+
<mbid></mbid>
|
|
71
|
+
<chartposition>2</chartposition>
|
|
72
|
+
<playcount>2</playcount>
|
|
73
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/Every+Day+Is+Exactly+the+Same</url>
|
|
74
|
+
</track>
|
|
75
|
+
<track>
|
|
76
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
77
|
+
<name>Sunspots</name>
|
|
78
|
+
<mbid></mbid>
|
|
79
|
+
<chartposition>2</chartposition>
|
|
80
|
+
<playcount>2</playcount>
|
|
81
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/Sunspots</url>
|
|
82
|
+
</track>
|
|
83
|
+
<track>
|
|
84
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
85
|
+
<name>Getting Smaller</name>
|
|
86
|
+
<mbid></mbid>
|
|
87
|
+
<chartposition>2</chartposition>
|
|
88
|
+
<playcount>2</playcount>
|
|
89
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/Getting+Smaller</url>
|
|
90
|
+
</track>
|
|
91
|
+
<track>
|
|
92
|
+
<artist mbid="5b11f4ce-a62d-471e-81fc-a69a8278c7da">Nirvana</artist>
|
|
93
|
+
<name>Come as You Are</name>
|
|
94
|
+
<mbid></mbid>
|
|
95
|
+
<chartposition>12</chartposition>
|
|
96
|
+
<playcount>1</playcount>
|
|
97
|
+
<url>http://www.last.fm/music/Nirvana/_/Come+as+You+Are</url>
|
|
98
|
+
</track>
|
|
99
|
+
<track>
|
|
100
|
+
<artist mbid="9beb62b2-88db-4cea-801e-162cd344ee53">Beastie Boys</artist>
|
|
101
|
+
<name>The Negotiation Limerick File</name>
|
|
102
|
+
<mbid></mbid>
|
|
103
|
+
<chartposition>12</chartposition>
|
|
104
|
+
<playcount>1</playcount>
|
|
105
|
+
<url>http://www.last.fm/music/Beastie+Boys/_/The+Negotiation+Limerick+File</url>
|
|
106
|
+
</track>
|
|
107
|
+
<track>
|
|
108
|
+
<artist mbid="9efff43b-3b29-4082-824e-bc82f646f93d">The Doors</artist>
|
|
109
|
+
<name>Five to One</name>
|
|
110
|
+
<mbid></mbid>
|
|
111
|
+
<chartposition>12</chartposition>
|
|
112
|
+
<playcount>1</playcount>
|
|
113
|
+
<url>http://www.last.fm/music/The+Doors/_/Five+to+One</url>
|
|
114
|
+
</track>
|
|
115
|
+
<track>
|
|
116
|
+
<artist mbid="9efff43b-3b29-4082-824e-bc82f646f93d">The Doors</artist>
|
|
117
|
+
<name>Poontang Blues/Build Me A Woma</name>
|
|
118
|
+
<mbid></mbid>
|
|
119
|
+
<chartposition>12</chartposition>
|
|
120
|
+
<playcount>1</playcount>
|
|
121
|
+
<url>http://www.last.fm/music/The+Doors/_/Poontang%2BBlues%252FBuild%2BMe%2BA%2BWoma</url>
|
|
122
|
+
</track>
|
|
123
|
+
<track>
|
|
124
|
+
<artist mbid="9efff43b-3b29-4082-824e-bc82f646f93d">The Doors</artist>
|
|
125
|
+
<name>Queen of the Highway</name>
|
|
126
|
+
<mbid></mbid>
|
|
127
|
+
<chartposition>12</chartposition>
|
|
128
|
+
<playcount>1</playcount>
|
|
129
|
+
<url>http://www.last.fm/music/The+Doors/_/Queen+of+the+Highway</url>
|
|
130
|
+
</track>
|
|
131
|
+
<track>
|
|
132
|
+
<artist mbid="5b11f4ce-a62d-471e-81fc-a69a8278c7da">Nirvana</artist>
|
|
133
|
+
<name>The Man Who Sold the World</name>
|
|
134
|
+
<mbid></mbid>
|
|
135
|
+
<chartposition>12</chartposition>
|
|
136
|
+
<playcount>1</playcount>
|
|
137
|
+
<url>http://www.last.fm/music/Nirvana/_/The+Man+Who+Sold+the+World</url>
|
|
138
|
+
</track>
|
|
139
|
+
<track>
|
|
140
|
+
<artist mbid="eed5f159-4858-4464-93c3-fc2da3796446">Betty Wright</artist>
|
|
141
|
+
<name>Shoorah Shoorah</name>
|
|
142
|
+
<mbid></mbid>
|
|
143
|
+
<chartposition>12</chartposition>
|
|
144
|
+
<playcount>1</playcount>
|
|
145
|
+
<url>http://www.last.fm/music/Betty+Wright/_/Shoorah+Shoorah</url>
|
|
146
|
+
</track>
|
|
147
|
+
<track>
|
|
148
|
+
<artist mbid="9457a08d-a2d0-4f2d-9876-b8870612d54f">The Last Poets</artist>
|
|
149
|
+
<name>Spoken Intro - Oh My People</name>
|
|
150
|
+
<mbid></mbid>
|
|
151
|
+
<chartposition>12</chartposition>
|
|
152
|
+
<playcount>1</playcount>
|
|
153
|
+
<url>http://www.last.fm/music/The+Last+Poets/_/Spoken+Intro+-+Oh+My+People</url>
|
|
154
|
+
</track>
|
|
155
|
+
<track>
|
|
156
|
+
<artist mbid="618b6900-0618-4f1e-b835-bccb17f84294">Eric Clapton</artist>
|
|
157
|
+
<name>Badge</name>
|
|
158
|
+
<mbid></mbid>
|
|
159
|
+
<chartposition>12</chartposition>
|
|
160
|
+
<playcount>1</playcount>
|
|
161
|
+
<url>http://www.last.fm/music/Eric+Clapton/_/Badge</url>
|
|
162
|
+
</track>
|
|
163
|
+
<track>
|
|
164
|
+
<artist mbid="9aaeac38-9c12-4267-840a-05ae8586b194">Louisiana Red</artist>
|
|
165
|
+
<name>I'm Leaving</name>
|
|
166
|
+
<mbid></mbid>
|
|
167
|
+
<chartposition>12</chartposition>
|
|
168
|
+
<playcount>1</playcount>
|
|
169
|
+
<url>http://www.last.fm/music/Louisiana+Red/_/I%27m+Leaving</url>
|
|
170
|
+
</track>
|
|
171
|
+
<track>
|
|
172
|
+
<artist mbid="73b8dddb-ec29-4d11-b449-d97fde73f07b">Albert Collins</artist>
|
|
173
|
+
<name>Harris Country Line-Up</name>
|
|
174
|
+
<mbid></mbid>
|
|
175
|
+
<chartposition>12</chartposition>
|
|
176
|
+
<playcount>1</playcount>
|
|
177
|
+
<url>http://www.last.fm/music/Albert+Collins/_/Harris+Country+Line-Up</url>
|
|
178
|
+
</track>
|
|
179
|
+
<track>
|
|
180
|
+
<artist mbid="5a489040-3804-4d97-bcb0-26eef7834de8">Guy Barker</artist>
|
|
181
|
+
<name>Purr</name>
|
|
182
|
+
<mbid></mbid>
|
|
183
|
+
<chartposition>12</chartposition>
|
|
184
|
+
<playcount>1</playcount>
|
|
185
|
+
<url>http://www.last.fm/music/Guy+Barker/_/Purr</url>
|
|
186
|
+
</track>
|
|
187
|
+
<track>
|
|
188
|
+
<artist mbid="d2e06763-1035-4b1a-82c7-b7c08e06ba48">Omara Portuondo</artist>
|
|
189
|
+
<name>La Ultima Noche</name>
|
|
190
|
+
<mbid></mbid>
|
|
191
|
+
<chartposition>12</chartposition>
|
|
192
|
+
<playcount>1</playcount>
|
|
193
|
+
<url>http://www.last.fm/music/Omara+Portuondo/_/La+Ultima+Noche</url>
|
|
194
|
+
</track>
|
|
195
|
+
<track>
|
|
196
|
+
<artist mbid="1932f5b6-0b7b-4050-b1df-833ca89e5f44">Marillion</artist>
|
|
197
|
+
<name>Punch & Judy</name>
|
|
198
|
+
<mbid></mbid>
|
|
199
|
+
<chartposition>12</chartposition>
|
|
200
|
+
<playcount>1</playcount>
|
|
201
|
+
<url>http://www.last.fm/music/Marillion/_/Punch%2B%2526%2BJudy</url>
|
|
202
|
+
</track>
|
|
203
|
+
<track>
|
|
204
|
+
<artist mbid="319b1175-ced9-438f-986b-9239c3edd92d">Sonata Arctica</artist>
|
|
205
|
+
<name>Last Drop Falls</name>
|
|
206
|
+
<mbid></mbid>
|
|
207
|
+
<chartposition>12</chartposition>
|
|
208
|
+
<playcount>1</playcount>
|
|
209
|
+
<url>http://www.last.fm/music/Sonata+Arctica/_/Last+Drop+Falls</url>
|
|
210
|
+
</track>
|
|
211
|
+
<track>
|
|
212
|
+
<artist mbid="2449300a-6ca7-45da-8102-22789d256475">Kamelot</artist>
|
|
213
|
+
<name>Nights of Arabia</name>
|
|
214
|
+
<mbid></mbid>
|
|
215
|
+
<chartposition>12</chartposition>
|
|
216
|
+
<playcount>1</playcount>
|
|
217
|
+
<url>http://www.last.fm/music/Kamelot/_/Nights+of+Arabia</url>
|
|
218
|
+
</track>
|
|
219
|
+
<track>
|
|
220
|
+
<artist mbid="93e8c41e-8e4f-4d08-bbf5-bc1a903b2423">Devin Townsend</artist>
|
|
221
|
+
<name>Night</name>
|
|
222
|
+
<mbid></mbid>
|
|
223
|
+
<chartposition>12</chartposition>
|
|
224
|
+
<playcount>1</playcount>
|
|
225
|
+
<url>http://www.last.fm/music/Devin+Townsend/_/Night</url>
|
|
226
|
+
</track>
|
|
227
|
+
<track>
|
|
228
|
+
<artist mbid="39c2a93d-9afa-4a22-9bba-c087ab056e1c">Jefferson Airplane</artist>
|
|
229
|
+
<name>Lather</name>
|
|
230
|
+
<mbid></mbid>
|
|
231
|
+
<chartposition>12</chartposition>
|
|
232
|
+
<playcount>1</playcount>
|
|
233
|
+
<url>http://www.last.fm/music/Jefferson+Airplane/_/Lather</url>
|
|
234
|
+
</track>
|
|
235
|
+
<track>
|
|
236
|
+
<artist mbid="8300d0fa-d120-47f6-a84e-91f140c74767">Johnny Winter</artist>
|
|
237
|
+
<name>Mean Mistreater</name>
|
|
238
|
+
<mbid></mbid>
|
|
239
|
+
<chartposition>12</chartposition>
|
|
240
|
+
<playcount>1</playcount>
|
|
241
|
+
<url>http://www.last.fm/music/Johnny+Winter/_/Mean+Mistreater</url>
|
|
242
|
+
</track>
|
|
243
|
+
<track>
|
|
244
|
+
<artist mbid="29762c82-bb92-4acd-b1fb-09cc4da250d2">Joe Satriani</artist>
|
|
245
|
+
<name>Why</name>
|
|
246
|
+
<mbid></mbid>
|
|
247
|
+
<chartposition>12</chartposition>
|
|
248
|
+
<playcount>1</playcount>
|
|
249
|
+
<url>http://www.last.fm/music/Joe+Satriani/_/Why</url>
|
|
250
|
+
</track>
|
|
251
|
+
<track>
|
|
252
|
+
<artist mbid="6fbd2cfb-5f9c-497c-8e06-3c6668367681">Elmore James</artist>
|
|
253
|
+
<name>Dust My Broom</name>
|
|
254
|
+
<mbid></mbid>
|
|
255
|
+
<chartposition>12</chartposition>
|
|
256
|
+
<playcount>1</playcount>
|
|
257
|
+
<url>http://www.last.fm/music/Elmore+James/_/Dust+My+Broom</url>
|
|
258
|
+
</track>
|
|
259
|
+
<track>
|
|
260
|
+
<artist mbid="2ecbc483-dee4-442f-8ce7-f3ab31c73f87">Avantasia</artist>
|
|
261
|
+
<name>Avantasia</name>
|
|
262
|
+
<mbid></mbid>
|
|
263
|
+
<chartposition>12</chartposition>
|
|
264
|
+
<playcount>1</playcount>
|
|
265
|
+
<url>http://www.last.fm/music/Avantasia/_/Avantasia</url>
|
|
266
|
+
</track>
|
|
267
|
+
<track>
|
|
268
|
+
<artist mbid="ac15222f-fb8a-4d2b-b4da-bde1c19f0a9f">Savatage</artist>
|
|
269
|
+
<name>Hall of the Mountain King</name>
|
|
270
|
+
<mbid></mbid>
|
|
271
|
+
<chartposition>12</chartposition>
|
|
272
|
+
<playcount>1</playcount>
|
|
273
|
+
<url>http://www.last.fm/music/Savatage/_/Hall+of+the+Mountain+King</url>
|
|
274
|
+
</track>
|
|
275
|
+
<track>
|
|
276
|
+
<artist mbid="c6b0db5a-d750-4ed8-9caa-ddcfb75dcb0a">Therion</artist>
|
|
277
|
+
<name>Black Diamonds</name>
|
|
278
|
+
<mbid></mbid>
|
|
279
|
+
<chartposition>12</chartposition>
|
|
280
|
+
<playcount>1</playcount>
|
|
281
|
+
<url>http://www.last.fm/music/Therion/_/Black+Diamonds</url>
|
|
282
|
+
</track>
|
|
283
|
+
<track>
|
|
284
|
+
<artist mbid="534ee493-bfac-4575-a44a-0ae41e2c3fe4">Rush</artist>
|
|
285
|
+
<name>Time Stand Still</name>
|
|
286
|
+
<mbid></mbid>
|
|
287
|
+
<chartposition>12</chartposition>
|
|
288
|
+
<playcount>1</playcount>
|
|
289
|
+
<url>http://www.last.fm/music/Rush/_/Time+Stand+Still</url>
|
|
290
|
+
</track>
|
|
291
|
+
<track>
|
|
292
|
+
<artist mbid="04cd0cfd-bfd1-4c36-bc38-95c35e2c045f">Cream</artist>
|
|
293
|
+
<name>The Coffee Song</name>
|
|
294
|
+
<mbid></mbid>
|
|
295
|
+
<chartposition>12</chartposition>
|
|
296
|
+
<playcount>1</playcount>
|
|
297
|
+
<url>http://www.last.fm/music/Cream/_/The+Coffee+Song</url>
|
|
298
|
+
</track>
|
|
299
|
+
<track>
|
|
300
|
+
<artist mbid="5f526374-0e88-4508-a8d6-7f25c16cb2d8">Junior Wells</artist>
|
|
301
|
+
<name>Messin' With the Kid</name>
|
|
302
|
+
<mbid></mbid>
|
|
303
|
+
<chartposition>12</chartposition>
|
|
304
|
+
<playcount>1</playcount>
|
|
305
|
+
<url>http://www.last.fm/music/Junior+Wells/_/Messin%27+With+the+Kid</url>
|
|
306
|
+
</track>
|
|
307
|
+
<track>
|
|
308
|
+
<artist mbid="0743b15a-3c32-48c8-ad58-cb325350befa">Blink-182</artist>
|
|
309
|
+
<name>My Pet Sally</name>
|
|
310
|
+
<mbid></mbid>
|
|
311
|
+
<chartposition>12</chartposition>
|
|
312
|
+
<playcount>1</playcount>
|
|
313
|
+
<url>http://www.last.fm/music/Blink-182/_/My+Pet+Sally</url>
|
|
314
|
+
</track>
|
|
315
|
+
<track>
|
|
316
|
+
<artist mbid="00a9f935-ba93-4fc8-a33a-993abe9c936b">Nightwish</artist>
|
|
317
|
+
<name>Witchdrums</name>
|
|
318
|
+
<mbid></mbid>
|
|
319
|
+
<chartposition>12</chartposition>
|
|
320
|
+
<playcount>1</playcount>
|
|
321
|
+
<url>http://www.last.fm/music/Nightwish/_/Witchdrums</url>
|
|
322
|
+
</track>
|
|
323
|
+
<track>
|
|
324
|
+
<artist mbid="25a0dfe9-aca0-4089-81ec-d981e22fec71">Guy Davis</artist>
|
|
325
|
+
<name>Raining In My Soul</name>
|
|
326
|
+
<mbid></mbid>
|
|
327
|
+
<chartposition>12</chartposition>
|
|
328
|
+
<playcount>1</playcount>
|
|
329
|
+
<url>http://www.last.fm/music/Guy+Davis/_/Raining+In+My+Soul</url>
|
|
330
|
+
</track>
|
|
331
|
+
<track>
|
|
332
|
+
<artist mbid="ba0d6274-db14-4ef5-b28d-657ebde1a396">The Smashing Pumpkins</artist>
|
|
333
|
+
<name>The End is the Beginning is the End</name>
|
|
334
|
+
<mbid></mbid>
|
|
335
|
+
<chartposition>12</chartposition>
|
|
336
|
+
<playcount>1</playcount>
|
|
337
|
+
<url>http://www.last.fm/music/The+Smashing+Pumpkins/_/The+End+is+the+Beginning+is+the+End</url>
|
|
338
|
+
</track>
|
|
339
|
+
<track>
|
|
340
|
+
<artist mbid="28503ab7-8bf2-4666-a7bd-2644bfc7cb1d">Dream Theater</artist>
|
|
341
|
+
<name>Hollow Years</name>
|
|
342
|
+
<mbid></mbid>
|
|
343
|
+
<chartposition>12</chartposition>
|
|
344
|
+
<playcount>1</playcount>
|
|
345
|
+
<url>http://www.last.fm/music/Dream+Theater/_/Hollow+Years</url>
|
|
346
|
+
</track>
|
|
347
|
+
<track>
|
|
348
|
+
<artist mbid="8a8bbba6-72f7-4900-a306-c40b94f2631b">Robert Johnson</artist>
|
|
349
|
+
<name>Crossroads Blues</name>
|
|
350
|
+
<mbid></mbid>
|
|
351
|
+
<chartposition>12</chartposition>
|
|
352
|
+
<playcount>1</playcount>
|
|
353
|
+
<url>http://www.last.fm/music/Robert+Johnson/_/Crossroads+Blues</url>
|
|
354
|
+
</track>
|
|
355
|
+
<track>
|
|
356
|
+
<artist mbid="f0167ca4-f151-4194-813f-021bca2ecf7b">Savoy Brown</artist>
|
|
357
|
+
<name>Cold Blooded Woman</name>
|
|
358
|
+
<mbid></mbid>
|
|
359
|
+
<chartposition>12</chartposition>
|
|
360
|
+
<playcount>1</playcount>
|
|
361
|
+
<url>http://www.last.fm/music/Savoy+Brown/_/Cold+Blooded+Woman</url>
|
|
362
|
+
</track>
|
|
363
|
+
<track>
|
|
364
|
+
<artist mbid="ba0d6274-db14-4ef5-b28d-657ebde1a396">The Smashing Pumpkins</artist>
|
|
365
|
+
<name>The Beginning Is the End Is the Beginning</name>
|
|
366
|
+
<mbid></mbid>
|
|
367
|
+
<chartposition>12</chartposition>
|
|
368
|
+
<playcount>1</playcount>
|
|
369
|
+
<url>http://www.last.fm/music/The+Smashing+Pumpkins/_/The+Beginning+Is+the+End+Is+the+Beginning</url>
|
|
370
|
+
</track>
|
|
371
|
+
<track>
|
|
372
|
+
<artist mbid="47cd459b-06c1-462f-8fdd-27721a03ef68">Joe Lynn Turner</artist>
|
|
373
|
+
<name>Dance the Night Away</name>
|
|
374
|
+
<mbid></mbid>
|
|
375
|
+
<chartposition>12</chartposition>
|
|
376
|
+
<playcount>1</playcount>
|
|
377
|
+
<url>http://www.last.fm/music/Joe+Lynn+Turner/_/Dance+the+Night+Away</url>
|
|
378
|
+
</track>
|
|
379
|
+
<track>
|
|
380
|
+
<artist mbid="ea4dfa26-f633-4da6-a52a-f49ea4897b58">R.E.M.</artist>
|
|
381
|
+
<name>Binky the Doormat</name>
|
|
382
|
+
<mbid></mbid>
|
|
383
|
+
<chartposition>12</chartposition>
|
|
384
|
+
<playcount>1</playcount>
|
|
385
|
+
<url>http://www.last.fm/music/R.E.M./_/Binky+the+Doormat</url>
|
|
386
|
+
</track>
|
|
387
|
+
<track>
|
|
388
|
+
<artist mbid="ea4dfa26-f633-4da6-a52a-f49ea4897b58">R.E.M.</artist>
|
|
389
|
+
<name>Crush with Eyeliner</name>
|
|
390
|
+
<mbid></mbid>
|
|
391
|
+
<chartposition>12</chartposition>
|
|
392
|
+
<playcount>1</playcount>
|
|
393
|
+
<url>http://www.last.fm/music/R.E.M./_/Crush+with+Eyeliner</url>
|
|
394
|
+
</track>
|
|
395
|
+
<track>
|
|
396
|
+
<artist mbid="ea4dfa26-f633-4da6-a52a-f49ea4897b58">R.E.M.</artist>
|
|
397
|
+
<name>Sad Professor</name>
|
|
398
|
+
<mbid></mbid>
|
|
399
|
+
<chartposition>12</chartposition>
|
|
400
|
+
<playcount>1</playcount>
|
|
401
|
+
<url>http://www.last.fm/music/R.E.M./_/Sad+Professor</url>
|
|
402
|
+
</track>
|
|
403
|
+
<track>
|
|
404
|
+
<artist mbid="80c75300-9cf2-4daf-bb23-5fe15964e671">John Abercrombie</artist>
|
|
405
|
+
<name>Speak Easy</name>
|
|
406
|
+
<mbid></mbid>
|
|
407
|
+
<chartposition>12</chartposition>
|
|
408
|
+
<playcount>1</playcount>
|
|
409
|
+
<url>http://www.last.fm/music/John+Abercrombie/_/Speak+Easy</url>
|
|
410
|
+
</track>
|
|
411
|
+
<track>
|
|
412
|
+
<artist mbid="">Yngwie Malmsteen</artist>
|
|
413
|
+
<name>Voodoo Nights</name>
|
|
414
|
+
<mbid></mbid>
|
|
415
|
+
<chartposition>12</chartposition>
|
|
416
|
+
<playcount>1</playcount>
|
|
417
|
+
<url>http://www.last.fm/music/Yngwie+Malmsteen/_/Voodoo+Nights</url>
|
|
418
|
+
</track>
|
|
419
|
+
<track>
|
|
420
|
+
<artist mbid="40842674-a794-4580-a0f5-e43d5b600729">Evergrey</artist>
|
|
421
|
+
<name>Waking Up Blind</name>
|
|
422
|
+
<mbid></mbid>
|
|
423
|
+
<chartposition>12</chartposition>
|
|
424
|
+
<playcount>1</playcount>
|
|
425
|
+
<url>http://www.last.fm/music/Evergrey/_/Waking+Up+Blind</url>
|
|
426
|
+
</track>
|
|
427
|
+
<track>
|
|
428
|
+
<artist mbid="1a21878d-05b1-4983-a059-7cf3abee04b7">Leo Kottke</artist>
|
|
429
|
+
<name>Poor Boy</name>
|
|
430
|
+
<mbid></mbid>
|
|
431
|
+
<chartposition>12</chartposition>
|
|
432
|
+
<playcount>1</playcount>
|
|
433
|
+
<url>http://www.last.fm/music/Leo+Kottke/_/Poor+Boy</url>
|
|
434
|
+
</track>
|
|
435
|
+
<track>
|
|
436
|
+
<artist mbid="7bbfd77c-1102-4831-9ba8-246fb67460b3">Ayreon</artist>
|
|
437
|
+
<name>Day Sixteen: Loser</name>
|
|
438
|
+
<mbid></mbid>
|
|
439
|
+
<chartposition>12</chartposition>
|
|
440
|
+
<playcount>1</playcount>
|
|
441
|
+
<url>http://www.last.fm/music/Ayreon/_/Day+Sixteen%3A+Loser</url>
|
|
442
|
+
</track>
|
|
443
|
+
<track>
|
|
444
|
+
<artist mbid="e678db8b-e889-43d5-8ed4-51c931c5775e">Moskovskaya</artist>
|
|
445
|
+
<name>The Circus</name>
|
|
446
|
+
<mbid></mbid>
|
|
447
|
+
<chartposition>12</chartposition>
|
|
448
|
+
<playcount>1</playcount>
|
|
449
|
+
<url>http://www.last.fm/music/Moskovskaya/_/The+Circus</url>
|
|
450
|
+
</track>
|
|
451
|
+
<track>
|
|
452
|
+
<artist mbid="18c1e06b-fe76-4802-b070-53a2f6b707bd">John Mayall</artist>
|
|
453
|
+
<name>Ture's-Disappearing John-Mayall</name>
|
|
454
|
+
<mbid></mbid>
|
|
455
|
+
<chartposition>12</chartposition>
|
|
456
|
+
<playcount>1</playcount>
|
|
457
|
+
<url>http://www.last.fm/music/John+Mayall/_/Ture%27s-Disappearing+John-Mayall</url>
|
|
458
|
+
</track>
|
|
459
|
+
<track>
|
|
460
|
+
<artist mbid="73faa89a-ee00-4e40-b68e-80e4891dbc45">Ten Years After</artist>
|
|
461
|
+
<name>I Don't Know That You Don't Know My Name</name>
|
|
462
|
+
<mbid></mbid>
|
|
463
|
+
<chartposition>12</chartposition>
|
|
464
|
+
<playcount>1</playcount>
|
|
465
|
+
<url>http://www.last.fm/music/Ten+Years+After/_/I+Don%27t+Know+That+You+Don%27t+Know+My+Name</url>
|
|
466
|
+
</track>
|
|
467
|
+
<track>
|
|
468
|
+
<artist mbid="f7c65346-9631-4220-9188-5e90baae58d5">Pain of Salvation</artist>
|
|
469
|
+
<name>11. Falling</name>
|
|
470
|
+
<mbid></mbid>
|
|
471
|
+
<chartposition>12</chartposition>
|
|
472
|
+
<playcount>1</playcount>
|
|
473
|
+
<url>http://www.last.fm/music/Pain+of+Salvation/_/11.+Falling</url>
|
|
474
|
+
</track>
|
|
475
|
+
<track>
|
|
476
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
477
|
+
<name>The Line Begins to Blur</name>
|
|
478
|
+
<mbid></mbid>
|
|
479
|
+
<chartposition>12</chartposition>
|
|
480
|
+
<playcount>1</playcount>
|
|
481
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/The+Line+Begins+to+Blur</url>
|
|
482
|
+
</track>
|
|
483
|
+
<track>
|
|
484
|
+
<artist mbid="5b11f4ce-a62d-471e-81fc-a69a8278c7da">Nirvana</artist>
|
|
485
|
+
<name>Smells Like Teen Spirit (Big Beef's Absolute Limit)</name>
|
|
486
|
+
<mbid></mbid>
|
|
487
|
+
<chartposition>12</chartposition>
|
|
488
|
+
<playcount>1</playcount>
|
|
489
|
+
<url>http://www.last.fm/music/Nirvana/_/Smells+Like+Teen+Spirit+%28Big+Beef%27s+Absolute+Limit%29</url>
|
|
490
|
+
</track>
|
|
491
|
+
<track>
|
|
492
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
493
|
+
<name>Right Where It Belongs</name>
|
|
494
|
+
<mbid></mbid>
|
|
495
|
+
<chartposition>12</chartposition>
|
|
496
|
+
<playcount>1</playcount>
|
|
497
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/Right+Where+It+Belongs</url>
|
|
498
|
+
</track>
|
|
499
|
+
<track>
|
|
500
|
+
<artist mbid="b7ffd2af-418f-4be2-bdd1-22f8b48613da">Nine Inch Nails</artist>
|
|
501
|
+
<name>Beside You in Time</name>
|
|
502
|
+
<mbid></mbid>
|
|
503
|
+
<chartposition>12</chartposition>
|
|
504
|
+
<playcount>1</playcount>
|
|
505
|
+
<url>http://www.last.fm/music/Nine+Inch+Nails/_/Beside+You+in+Time</url>
|
|
506
|
+
</track>
|
|
507
|
+
<track>
|
|
508
|
+
<artist mbid="7699f64f-9a90-4291-902e-afeeed3e138f">Sue Foley</artist>
|
|
509
|
+
<name>Open Up Your Eyes</name>
|
|
510
|
+
<mbid></mbid>
|
|
511
|
+
<chartposition>12</chartposition>
|
|
512
|
+
<playcount>1</playcount>
|
|
513
|
+
<url>http://www.last.fm/music/Sue+Foley/_/Open+Up+Your+Eyes</url>
|
|
514
|
+
</track>
|
|
515
|
+
<track>
|
|
516
|
+
<artist mbid="">test artist 1</artist>
|
|
517
|
+
<name>test track 1</name>
|
|
518
|
+
<mbid></mbid>
|
|
519
|
+
<chartposition>12</chartposition>
|
|
520
|
+
<playcount>1</playcount>
|
|
521
|
+
<url>http://www.last.fm/music/test+artist+1/_/test+track+1</url>
|
|
522
|
+
</track>
|
|
523
|
+
<track>
|
|
524
|
+
<artist mbid="">test artist 1</artist>
|
|
525
|
+
<name>test track 1a</name>
|
|
526
|
+
<mbid></mbid>
|
|
527
|
+
<chartposition>12</chartposition>
|
|
528
|
+
<playcount>1</playcount>
|
|
529
|
+
<url>http://www.last.fm/music/test+artist+1/_/test+track+1a</url>
|
|
530
|
+
</track>
|
|
531
|
+
</weeklytrackchart>
|