xhochy-scrobbler 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. data/History.txt +5 -0
  2. data/MIT-LICENSE +19 -0
  3. data/Manifest +65 -0
  4. data/README.rdoc +114 -0
  5. data/Rakefile +36 -0
  6. data/examples/album.rb +17 -0
  7. data/examples/artist.rb +13 -0
  8. data/examples/scrobble.rb +31 -0
  9. data/examples/tag.rb +11 -0
  10. data/examples/track.rb +6 -0
  11. data/examples/user.rb +14 -0
  12. data/lib/scrobbler.rb +22 -0
  13. data/lib/scrobbler/album.rb +140 -0
  14. data/lib/scrobbler/artist.rb +134 -0
  15. data/lib/scrobbler/base.rb +82 -0
  16. data/lib/scrobbler/chart.rb +31 -0
  17. data/lib/scrobbler/playing.rb +49 -0
  18. data/lib/scrobbler/rest.rb +47 -0
  19. data/lib/scrobbler/scrobble.rb +66 -0
  20. data/lib/scrobbler/search.rb +60 -0
  21. data/lib/scrobbler/simpleauth.rb +59 -0
  22. data/lib/scrobbler/tag.rb +93 -0
  23. data/lib/scrobbler/track.rb +89 -0
  24. data/lib/scrobbler/user.rb +173 -0
  25. data/lib/scrobbler/version.rb +3 -0
  26. data/scrobbler.gemspec +41 -0
  27. data/setup.rb +1585 -0
  28. data/test/fixtures/xml/album/info.xml +43 -0
  29. data/test/fixtures/xml/artist/fans.xml +52 -0
  30. data/test/fixtures/xml/artist/similar.xml +1004 -0
  31. data/test/fixtures/xml/artist/topalbums.xml +61 -0
  32. data/test/fixtures/xml/artist/toptags.xml +19 -0
  33. data/test/fixtures/xml/artist/toptracks.xml +62 -0
  34. data/test/fixtures/xml/search/album.xml +241 -0
  35. data/test/fixtures/xml/search/artist.xml +215 -0
  36. data/test/fixtures/xml/search/track.xml +209 -0
  37. data/test/fixtures/xml/tag/topalbums.xml +805 -0
  38. data/test/fixtures/xml/tag/topartists.xml +605 -0
  39. data/test/fixtures/xml/tag/toptags.xml +1254 -0
  40. data/test/fixtures/xml/tag/toptracks.xml +852 -0
  41. data/test/fixtures/xml/track/fans.xml +34 -0
  42. data/test/fixtures/xml/track/toptags.xml +33 -0
  43. data/test/fixtures/xml/user/friends.xml +30 -0
  44. data/test/fixtures/xml/user/neighbours.xml +23 -0
  45. data/test/fixtures/xml/user/profile.xml +12 -0
  46. data/test/fixtures/xml/user/recentbannedtracks.xml +24 -0
  47. data/test/fixtures/xml/user/recentlovedtracks.xml +24 -0
  48. data/test/fixtures/xml/user/recenttracks.xml +47 -0
  49. data/test/fixtures/xml/user/systemrecs.xml +18 -0
  50. data/test/fixtures/xml/user/topalbums.xml +61 -0
  51. data/test/fixtures/xml/user/topartists.xml +41 -0
  52. data/test/fixtures/xml/user/toptags.xml +44 -0
  53. data/test/fixtures/xml/user/toptracks.xml +65 -0
  54. data/test/mocks/rest.rb +102 -0
  55. data/test/test_helper.rb +20 -0
  56. data/test/unit/album_test.rb +73 -0
  57. data/test/unit/artist_test.rb +106 -0
  58. data/test/unit/chart_test.rb +34 -0
  59. data/test/unit/playing_test.rb +53 -0
  60. data/test/unit/scrobble_test.rb +69 -0
  61. data/test/unit/search_test.rb +55 -0
  62. data/test/unit/simpleauth_test.rb +45 -0
  63. data/test/unit/tag_test.rb +58 -0
  64. data/test/unit/track_test.rb +37 -0
  65. data/test/unit/user_test.rb +201 -0
  66. metadata +175 -0
@@ -0,0 +1,61 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <topalbums artist="Metallica" >
4
+
5
+ <album rank="1">
6
+ <name>Master of Puppets</name>
7
+ <playcount>1165854</playcount>
8
+ <mbid>fed37cfc-2a6d-4569-9ac0-501a7c7598eb</mbid>
9
+ <url>http://www.last.fm/music/Metallica/Master+of+Puppets</url>
10
+ <artist>
11
+ <name>Metallica</name>
12
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
13
+ <url>http://www.last.fm/music/Metallica</url>
14
+ </artist>
15
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622967.jpg</image>
16
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622967.jpg</image>
17
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622967.jpg</image>
18
+ </album>
19
+ <album rank="2">
20
+ <name>Metallica</name>
21
+ <playcount>1165874</playcount>
22
+ <mbid>3750d9e2-59f5-471d-8916-463433069bd1</mbid>
23
+ <url>http://www.last.fm/music/Metallica/Metallica</url>
24
+ <artist>
25
+ <name>Metallica</name>
26
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
27
+ <url>http://www.last.fm/music/Metallica</url>
28
+ </artist>
29
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622943.jpg</image>
30
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622943.jpg</image>
31
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622943.jpg</image>
32
+ </album>
33
+ <album rank="3">
34
+ <name>Ride the Lightning</name>
35
+ <playcount>998390</playcount>
36
+ <mbid>456efd39-f0dc-4b4d-87c7-82bbc562d8f3</mbid>
37
+ <url>http://www.last.fm/music/Metallica/Ride+the+Lightning</url>
38
+ <artist>
39
+ <name>Metallica</name>
40
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
41
+ <url>http://www.last.fm/music/Metallica</url>
42
+ </artist>
43
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622973.jpg</image>
44
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622973.jpg</image>
45
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622973.jpg</image>
46
+ </album>
47
+ <album rank="4">
48
+ <name>Reload</name>
49
+ <playcount>858405</playcount>
50
+ <mbid>b05cf8e3-67ad-4d40-9dc1-3a697e3a1bf8</mbid>
51
+ <url>http://www.last.fm/music/Metallica/Reload</url>
52
+ <artist>
53
+ <name>Metallica</name>
54
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
55
+ <url>http://www.last.fm/music/Metallica</url>
56
+ </artist>
57
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8600317.jpg</image>
58
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8600317.jpg</image>
59
+ <image size="large">http://userserve-ak.last.fm/serve/126/8600317.jpg</image>
60
+ </album>
61
+ </topalbums></lfm>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <toptags artist="Metallica">
4
+ <tag>
5
+ <name>metal</name>
6
+ <count>100</count>
7
+ <url>http://www.last.fm/tag/metal</url>
8
+ </tag>
9
+ <tag>
10
+ <name>thrash metal</name>
11
+ <count>95</count>
12
+ <url>http://www.last.fm/tag/thrash%20metal</url>
13
+ </tag>
14
+ <tag>
15
+ <name>heavy metal</name>
16
+ <count>68</count>
17
+ <url>http://www.last.fm/tag/heavy%20metal</url>
18
+ </tag>
19
+ </toptags></lfm>
@@ -0,0 +1,62 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <toptracks artist="Metallica">
4
+
5
+ <track rank="1">
6
+ <name>Nothing Else Matters</name>
7
+ <playcount>537704</playcount>
8
+ <mbid></mbid>
9
+ <url>http://www.last.fm/music/Metallica/_/Nothing+Else+Matters</url>
10
+ <streamable fulltrack="0">1</streamable>
11
+ <artist>
12
+ <name>Metallica</name>
13
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
14
+ <url>http://www.last.fm/music/Metallica</url>
15
+ </artist>
16
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622943.jpg</image>
17
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622943.jpg</image>
18
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622943.jpg</image>
19
+ </track>
20
+ <track rank="2">
21
+ <name>Enter Sandman</name>
22
+ <playcount>450999</playcount>
23
+ <mbid></mbid>
24
+ <url>http://www.last.fm/music/Metallica/_/Enter+Sandman</url>
25
+ <streamable fulltrack="0">1</streamable>
26
+ <artist>
27
+ <name>Metallica</name>
28
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
29
+ <url>http://www.last.fm/music/Metallica</url>
30
+ </artist>
31
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622943.jpg</image>
32
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622943.jpg</image>
33
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622943.jpg</image>
34
+ </track>
35
+ <track rank="3">
36
+ <name>The Day That Never Comes</name>
37
+ <playcount>637879</playcount>
38
+ <mbid></mbid>
39
+ <url>http://www.last.fm/music/Metallica/_/The+Day+That+Never+Comes</url>
40
+ <streamable fulltrack="0">1</streamable>
41
+ <artist>
42
+ <name>Metallica</name>
43
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
44
+ <url>http://www.last.fm/music/Metallica</url>
45
+ </artist>
46
+ </track>
47
+ <track rank="4">
48
+ <name>One</name>
49
+ <playcount>434367</playcount>
50
+ <mbid></mbid>
51
+ <url>http://www.last.fm/music/Metallica/_/One</url>
52
+ <streamable fulltrack="0">1</streamable>
53
+ <artist>
54
+ <name>Metallica</name>
55
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
56
+ <url>http://www.last.fm/music/Metallica</url>
57
+ </artist>
58
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8622947.jpg</image>
59
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8622947.jpg</image>
60
+ <image size="large">http://userserve-ak.last.fm/serve/126/8622947.jpg</image>
61
+ </track>
62
+ </toptracks></lfm>
@@ -0,0 +1,241 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <results for="believe" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
4
+ <opensearch:Query role="request" searchTerms="believe" startPage="1" />
5
+ <opensearch:totalResults>3314</opensearch:totalResults>
6
+ <opensearch:startIndex>0</opensearch:startIndex>
7
+ <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
8
+ <albummatches>
9
+ <album>
10
+ <name>Make Believe</name>
11
+ <artist>Weezer</artist>
12
+
13
+ <id>2025180</id>
14
+ <url>http://www.last.fm/music/Weezer/Make+Believe</url>
15
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8673675.jpg</image>
16
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8673675.jpg</image>
17
+ <image size="large">http://userserve-ak.last.fm/serve/126/8673675.jpg</image>
18
+ <streamable>0</streamable>
19
+
20
+ </album>
21
+ <album>
22
+ <name>Believe</name>
23
+ <artist>Disturbed</artist>
24
+ <id>1418894</id>
25
+ <url>http://www.last.fm/music/Disturbed/Believe</url>
26
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8634625.jpg</image>
27
+
28
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8634625.jpg</image>
29
+ <image size="large">http://userserve-ak.last.fm/serve/126/8634625.jpg</image>
30
+ <streamable>0</streamable>
31
+ </album>
32
+ <album>
33
+ <name>Don't Believe the Truth</name>
34
+ <artist>Oasis</artist>
35
+
36
+ <id>2024297</id>
37
+ <url>http://www.last.fm/music/Oasis/Don%27t+Believe+the+Truth</url>
38
+ <image size="small">http://userserve-ak.last.fm/serve/34s/15172953.jpg</image>
39
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/15172953.jpg</image>
40
+ <image size="large">http://userserve-ak.last.fm/serve/126/15172953.jpg</image>
41
+ <streamable>0</streamable>
42
+
43
+ </album>
44
+ <album>
45
+ <name>Believe</name>
46
+ <artist>Cher</artist>
47
+ <id>2026126</id>
48
+ <url>http://www.last.fm/music/Cher/Believe</url>
49
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8674593.jpg</image>
50
+
51
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8674593.jpg</image>
52
+ <image size="large">http://userserve-ak.last.fm/serve/126/8674593.jpg</image>
53
+ <streamable>0</streamable>
54
+ </album>
55
+ <album>
56
+ <name>Dream to Make Believe</name>
57
+ <artist>Armor for Sleep</artist>
58
+
59
+ <id>2029327</id>
60
+ <url>http://www.last.fm/music/Armor+for+Sleep/Dream+to+Make+Believe</url>
61
+ <image size="small">http://userserve-ak.last.fm/serve/34s/19872927.jpg</image>
62
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/19872927.jpg</image>
63
+ <image size="large">http://userserve-ak.last.fm/serve/126/19872927.jpg</image>
64
+ <streamable>0</streamable>
65
+
66
+ </album>
67
+ <album>
68
+ <name>Believe</name>
69
+ <artist>4 Strings</artist>
70
+ <id>2031897</id>
71
+ <url>http://www.last.fm/music/4+Strings/Believe</url>
72
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8679517.jpg</image>
73
+
74
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8679517.jpg</image>
75
+ <image size="large">http://userserve-ak.last.fm/serve/126/8679517.jpg</image>
76
+ <streamable>0</streamable>
77
+ </album>
78
+ <album>
79
+ <name>If You Can Believe Your Eyes and Ears</name>
80
+ <artist>The Mamas &amp; The Papas</artist>
81
+
82
+ <id>2037402</id>
83
+ <url>http://www.last.fm/music/The%2BMamas%2B%2526%2BThe%2BPapas/If+You+Can+Believe+Your+Eyes+and+Ears</url>
84
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8683671.jpg</image>
85
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8683671.jpg</image>
86
+ <image size="large">http://userserve-ak.last.fm/serve/126/8683671.jpg</image>
87
+ <streamable>0</streamable>
88
+
89
+ </album>
90
+ <album>
91
+ <name>Believe</name>
92
+ <artist>Crematory</artist>
93
+ <id>2370614</id>
94
+ <url>http://www.last.fm/music/Crematory/Believe</url>
95
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8769997.jpg</image>
96
+
97
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8769997.jpg</image>
98
+ <image size="large">http://userserve-ak.last.fm/serve/126/8769997.jpg</image>
99
+ <streamable>0</streamable>
100
+ </album>
101
+ <album>
102
+ <name>Do You Believe in Magic</name>
103
+ <artist>The Lovin' Spoonful</artist>
104
+
105
+ <id>2127956</id>
106
+ <url>http://www.last.fm/music/The+Lovin%27+Spoonful/Do+You+Believe+in+Magic</url>
107
+ <image size="small">http://userserve-ak.last.fm/serve/34s/11787461.jpg</image>
108
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/11787461.jpg</image>
109
+ <image size="large">http://userserve-ak.last.fm/serve/126/11787461.jpg</image>
110
+ <streamable>0</streamable>
111
+
112
+ </album>
113
+ <album>
114
+ <name>Believe in Nothing</name>
115
+ <artist>Paradise Lost</artist>
116
+ <id>2194165</id>
117
+ <url>http://www.last.fm/music/Paradise+Lost/Believe+in+Nothing</url>
118
+ <image size="small">http://images.amazon.com/images/P/B0000521P5.02._SCMZZZZZZZ_.jpg</image>
119
+
120
+ <image size="medium">http://images.amazon.com/images/P/B0000521P5.02._SCMZZZZZZZ_.jpg</image>
121
+ <image size="large">http://images.amazon.com/images/P/B0000521P5.02._SCMZZZZZZZ_.jpg</image>
122
+ <streamable>0</streamable>
123
+ </album>
124
+ <album>
125
+ <name>Believe (disc 2)</name>
126
+ <artist>Airwave</artist>
127
+
128
+ <id>2271619</id>
129
+ <url>http://www.last.fm/music/Airwave/Believe+%28disc+2%29</url>
130
+ <image size="small"></image>
131
+ <image size="medium"></image>
132
+ <image size="large"></image>
133
+ <streamable>0</streamable>
134
+ </album>
135
+ <album>
136
+
137
+ <name>I Believe</name>
138
+ <artist>Lange</artist>
139
+ <id>2413318</id>
140
+ <url>http://www.last.fm/music/Lange/I+Believe</url>
141
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8785537.jpg</image>
142
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8785537.jpg</image>
143
+
144
+ <image size="large">http://userserve-ak.last.fm/serve/126/8785537.jpg</image>
145
+ <streamable>0</streamable>
146
+ </album>
147
+ <album>
148
+ <name>The Power to Believe</name>
149
+ <artist>King Crimson</artist>
150
+ <id>2329148</id>
151
+
152
+ <url>http://www.last.fm/music/King+Crimson/The+Power+to+Believe</url>
153
+ <image size="small">http://userserve-ak.last.fm/serve/34s/17703537.jpg</image>
154
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/17703537.jpg</image>
155
+ <image size="large">http://userserve-ak.last.fm/serve/126/17703537.jpg</image>
156
+ <streamable>0</streamable>
157
+ </album>
158
+ <album>
159
+
160
+ <name>Heart to Believe</name>
161
+ <artist>Itchy Poopzkid</artist>
162
+ <id>3076526</id>
163
+ <url>http://www.last.fm/music/Itchy+Poopzkid/Heart+to+Believe</url>
164
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23085611.jpg</image>
165
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23085611.jpg</image>
166
+
167
+ <image size="large">http://userserve-ak.last.fm/serve/126/23085611.jpg</image>
168
+ <streamable>0</streamable>
169
+ </album>
170
+ <album>
171
+ <name>Reason To Believe</name>
172
+ <artist>Pennywise</artist>
173
+ <id>3766885</id>
174
+
175
+ <url>http://www.last.fm/music/Pennywise/Reason+To+Believe</url>
176
+ <image size="small">http://userserve-ak.last.fm/serve/34s/5343882.jpg</image>
177
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/5343882.jpg</image>
178
+ <image size="large">http://userserve-ak.last.fm/serve/126/5343882.jpg</image>
179
+ <streamable>0</streamable>
180
+ </album>
181
+ <album>
182
+
183
+ <name>I Wouldn't Believe Your Radio</name>
184
+ <artist>Stereophonics</artist>
185
+ <id>2304877</id>
186
+ <url>http://www.last.fm/music/Stereophonics/I+Wouldn%27t+Believe+Your+Radio</url>
187
+ <image size="small">http://images.amazon.com/images/P/B00001ZU00.02._SCMZZZZZZZ_.jpg</image>
188
+ <image size="medium">http://images.amazon.com/images/P/B00001ZU00.02._SCMZZZZZZZ_.jpg</image>
189
+
190
+ <image size="large">http://images.amazon.com/images/P/B00001ZU00.02._SCMZZZZZZZ_.jpg</image>
191
+ <streamable>0</streamable>
192
+ </album>
193
+ <album>
194
+ <name>I Believe in a Thing Called Love</name>
195
+ <artist>The Darkness</artist>
196
+ <id>13492</id>
197
+
198
+ <url>http://www.last.fm/music/The+Darkness/I+Believe+in+a+Thing+Called+Love</url>
199
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8598177.jpg</image>
200
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8598177.jpg</image>
201
+ <image size="large">http://userserve-ak.last.fm/serve/126/8598177.jpg</image>
202
+ <streamable>0</streamable>
203
+ </album>
204
+ <album>
205
+
206
+ <name>Believe What We Tell You</name>
207
+ <artist>The Sleeping</artist>
208
+ <id>2211286</id>
209
+ <url>http://www.last.fm/music/The+Sleeping/Believe+What+We+Tell+You</url>
210
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8731465.jpg</image>
211
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8731465.jpg</image>
212
+
213
+ <image size="large">http://userserve-ak.last.fm/serve/126/8731465.jpg</image>
214
+ <streamable>0</streamable>
215
+ </album>
216
+ <album>
217
+ <name>I Believe</name>
218
+ <artist>Simian Mobile Disco</artist>
219
+ <id>3356018</id>
220
+
221
+ <url>http://www.last.fm/music/Simian+Mobile+Disco/I+Believe</url>
222
+ <image size="small">http://www.7digital.com/shops/assets/sleeveart/5055036271486_182.JPEG</image>
223
+ <image size="medium">http://www.7digital.com/shops/assets/sleeveart/5055036271486_182.JPEG</image>
224
+ <image size="large">http://www.7digital.com/shops/assets/sleeveart/5055036271486_182.JPEG</image>
225
+ <streamable>0</streamable>
226
+ </album>
227
+ <album>
228
+
229
+ <name>You Must Believe in Spring</name>
230
+ <artist>Bill Evans</artist>
231
+ <id>2385348</id>
232
+ <url>http://www.last.fm/music/Bill+Evans/You+Must+Believe+in+Spring</url>
233
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8773279.jpg</image>
234
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8773279.jpg</image>
235
+
236
+ <image size="large">http://userserve-ak.last.fm/serve/126/8773279.jpg</image>
237
+ <streamable>0</streamable>
238
+ </album>
239
+ </albummatches>
240
+ </results>
241
+ </lfm>
@@ -0,0 +1,215 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <results for="radiohead" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
4
+ <opensearch:Query role="request" searchTerms="radiohead" startPage="1" />
5
+ <opensearch:totalResults>1371</opensearch:totalResults>
6
+ <opensearch:startIndex>0</opensearch:startIndex>
7
+ <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
8
+ <artistmatches>
9
+ <artist>
10
+ <name>Radiohead</name>
11
+ <mbid>a74b1b7f-71a5-4011-9441-d0b5e4122711</mbid>
12
+
13
+ <url>www.last.fm/music/Radiohead</url>
14
+ <image size="small">http://userserve-ak.last.fm/serve/34/102639.jpg</image>
15
+ <image size="medium">http://userserve-ak.last.fm/serve/64/102639.jpg</image>
16
+ <image size="large">http://userserve-ak.last.fm/serve/126/102639.jpg</image>
17
+ <streamable>1</streamable>
18
+ </artist>
19
+ <artist>
20
+
21
+ <name>Radiohead &amp; Portishead</name>
22
+ <mbid></mbid>
23
+ <url>www.last.fm/music/Radiohead%2B%2526%2BPortishead</url>
24
+ <image size="small">http://userserve-ak.last.fm/serve/34/581429.jpg</image>
25
+ <image size="medium">http://userserve-ak.last.fm/serve/64/581429.jpg</image>
26
+ <image size="large">http://userserve-ak.last.fm/serve/126/581429.jpg</image>
27
+
28
+ <streamable>0</streamable>
29
+ </artist>
30
+ <artist>
31
+ <name>Radiohead &amp; The Pixies</name>
32
+ <mbid></mbid>
33
+ <url>www.last.fm/music/+noredirect/Radiohead%2B%2526%2BThe%2BPixies</url>
34
+ <image size="small"></image>
35
+
36
+ <image size="medium"></image>
37
+ <image size="large"></image>
38
+ <streamable>0</streamable>
39
+ </artist>
40
+ <artist>
41
+ <name>Portishead &amp; Radiohead</name>
42
+ <mbid></mbid>
43
+ <url>www.last.fm/music/+noredirect/Portishead%2B%2526%2BRadiohead</url>
44
+
45
+ <image size="small"></image>
46
+ <image size="medium"></image>
47
+ <image size="large"></image>
48
+ <streamable>0</streamable>
49
+ </artist>
50
+ <artist>
51
+ <name>El Lele de Los Van Van feat. Radiohead (samples)</name>
52
+ <mbid></mbid>
53
+ <url>www.last.fm/music/El+Lele+de+Los+Van+Van+feat.+Radiohead+%28samples%29</url>
54
+
55
+ <image size="small">http://userserve-ak.last.fm/serve/34/18048967.png</image>
56
+ <image size="medium">http://userserve-ak.last.fm/serve/64/18048967.png</image>
57
+ <image size="large">http://userserve-ak.last.fm/serve/126/18048967.png</image>
58
+ <streamable>0</streamable>
59
+ </artist>
60
+ <artist>
61
+ <name>Radiohead &amp; El Lele</name>
62
+
63
+ <mbid></mbid>
64
+ <url>www.last.fm/music/Radiohead%2B%2526%2BEl%2BLele</url>
65
+ <image size="small">http://userserve-ak.last.fm/serve/34/343487.png</image>
66
+ <image size="medium">http://userserve-ak.last.fm/serve/64/343487.png</image>
67
+ <image size="large">http://userserve-ak.last.fm/serve/126/343487.png</image>
68
+ <streamable>0</streamable>
69
+
70
+ </artist>
71
+ <artist>
72
+ <name>The Smashing Pumpkins, Radiohead &amp; Smashmouth</name>
73
+ <mbid></mbid>
74
+ <url>www.last.fm/music/The%2BSmashing%2BPumpkins%252C%2BRadiohead%2B%2526%2BSmashmouth</url>
75
+ <image size="small"></image>
76
+ <image size="medium"></image>
77
+ <image size="large"></image>
78
+
79
+ <streamable>0</streamable>
80
+ </artist>
81
+ <artist>
82
+ <name>Radiohead &amp; Pixies</name>
83
+ <mbid></mbid>
84
+ <url>www.last.fm/music/Radiohead%2B%2526%2BPixies</url>
85
+ <image size="small"></image>
86
+
87
+ <image size="medium"></image>
88
+ <image size="large"></image>
89
+ <streamable>0</streamable>
90
+ </artist>
91
+ <artist>
92
+ <name>El Lele De Los Van Van &amp; Radiohead</name>
93
+ <mbid></mbid>
94
+ <url>www.last.fm/music/El%2BLele%2BDe%2BLos%2BVan%2BVan%2B%2526%2BRadiohead</url>
95
+
96
+ <image size="small">http://userserve-ak.last.fm/serve/34/21349217.png</image>
97
+ <image size="medium">http://userserve-ak.last.fm/serve/64/21349217.png</image>
98
+ <image size="large">http://userserve-ak.last.fm/serve/126/21349217.png</image>
99
+ <streamable>0</streamable>
100
+ </artist>
101
+ <artist>
102
+ <name>Holy Fuck / Radiohead</name>
103
+
104
+ <mbid></mbid>
105
+ <url>www.last.fm/music/Holy%2BFuck%2B%252F%2BRadiohead</url>
106
+ <image size="small"></image>
107
+ <image size="medium"></image>
108
+ <image size="large"></image>
109
+ <streamable>0</streamable>
110
+ </artist>
111
+ <artist>
112
+ <name>Radiohead Tribute</name>
113
+
114
+ <mbid></mbid>
115
+ <url>www.last.fm/music/Radiohead+Tribute</url>
116
+ <image size="small"></image>
117
+ <image size="medium"></image>
118
+ <image size="large"></image>
119
+ <streamable>1</streamable>
120
+ </artist>
121
+ <artist>
122
+ <name>Amplive vs. Radiohead</name>
123
+
124
+ <mbid></mbid>
125
+ <url>www.last.fm/music/Amplive+vs.+Radiohead</url>
126
+ <image size="small"></image>
127
+ <image size="medium"></image>
128
+ <image size="large"></image>
129
+ <streamable>0</streamable>
130
+ </artist>
131
+ <artist>
132
+ <name>Radiohead with Portishead</name>
133
+
134
+ <mbid></mbid>
135
+ <url>www.last.fm/music/Radiohead+with+Portishead</url>
136
+ <image size="small"></image>
137
+ <image size="medium"></image>
138
+ <image size="large"></image>
139
+ <streamable>0</streamable>
140
+ </artist>
141
+ <artist>
142
+ <name>Radiohead and Sneaker Pimps</name>
143
+
144
+ <mbid></mbid>
145
+ <url>www.last.fm/music/Radiohead+and+Sneaker+Pimps</url>
146
+ <image size="small">http://userserve-ak.last.fm/serve/34/4515634.jpg</image>
147
+ <image size="medium">http://userserve-ak.last.fm/serve/64/4515634.jpg</image>
148
+ <image size="large">http://userserve-ak.last.fm/serve/126/4515634.jpg</image>
149
+ <streamable>0</streamable>
150
+
151
+ </artist>
152
+ <artist>
153
+ <name>Radiohead &amp; Sparklehorse</name>
154
+ <mbid></mbid>
155
+ <url>www.last.fm/music/+noredirect/Radiohead%2B%2526%2BSparklehorse</url>
156
+ <image size="small"></image>
157
+ <image size="medium"></image>
158
+ <image size="large"></image>
159
+
160
+ <streamable>0</streamable>
161
+ </artist>
162
+ <artist>
163
+ <name>Dub Tribute To Radiohead</name>
164
+ <mbid></mbid>
165
+ <url>www.last.fm/music/Dub+Tribute+To+Radiohead</url>
166
+ <image size="small">http://userserve-ak.last.fm/serve/34/797883.jpg</image>
167
+ <image size="medium">http://userserve-ak.last.fm/serve/64/797883.jpg</image>
168
+
169
+ <image size="large">http://userserve-ak.last.fm/serve/126/797883.jpg</image>
170
+ <streamable>0</streamable>
171
+ </artist>
172
+ <artist>
173
+ <name>Radiohead's Thom Yorke &amp; Jonny Greenwood</name>
174
+ <mbid></mbid>
175
+ <url>www.last.fm/music/+noredirect/Radiohead%2527s%2BThom%2BYorke%2B%2526%2BJonny%2BGreenwood</url>
176
+
177
+ <image size="small">http://userserve-ak.last.fm/serve/34/81422.jpg</image>
178
+ <image size="medium">http://userserve-ak.last.fm/serve/64/81422.jpg</image>
179
+ <image size="large">http://userserve-ak.last.fm/serve/126/81422.jpg</image>
180
+ <streamable>0</streamable>
181
+ </artist>
182
+ <artist>
183
+ <name>radiohead and sparklehorse</name>
184
+
185
+ <mbid></mbid>
186
+ <url>www.last.fm/music/+noredirect/radiohead+and+sparklehorse</url>
187
+ <image size="small"></image>
188
+ <image size="medium"></image>
189
+ <image size="large"></image>
190
+ <streamable>0</streamable>
191
+ </artist>
192
+ <artist>
193
+ <name>Bjork &amp; Radiohead</name>
194
+
195
+ <mbid></mbid>
196
+ <url>www.last.fm/music/+noredirect/Bjork%2B%2526%2BRadiohead</url>
197
+ <image size="small">http://userserve-ak.last.fm/serve/34/13993223.jpg</image>
198
+ <image size="medium">http://userserve-ak.last.fm/serve/64/13993223.jpg</image>
199
+ <image size="large">http://userserve-ak.last.fm/serve/126/13993223.jpg</image>
200
+ <streamable>0</streamable>
201
+
202
+ </artist>
203
+ <artist>
204
+ <name>Radiohead/Michael Stipe</name>
205
+ <mbid></mbid>
206
+ <url>www.last.fm/music/+noredirect/Radiohead%252FMichael%2BStipe</url>
207
+ <image size="small"></image>
208
+ <image size="medium"></image>
209
+ <image size="large"></image>
210
+ <streamable>0</streamable>
211
+
212
+ </artist>
213
+ </artistmatches>
214
+ </results>
215
+ </lfm>