lastfm 1.16.0 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -7,3 +7,4 @@ vendor/bundle
7
7
  .bundle
8
8
  Gemfile.lock
9
9
  bin
10
+ .rvmrc
@@ -110,6 +110,11 @@ It supports methods which require {authentication}[http://www.last.fm/api/authen
110
110
  === Chart
111
111
 
112
112
  * {chart.getHypedArtists}[http://www.lastfm.jp/api/show/chart.getHypedArtists]
113
+ * {chart.getHypedTracks}[http://www.lastfm.jp/api/show/chart.getHypedTracks]
114
+ * {chart.getLovedTracks}[http://www.lastfm.jp/api/show/chart.getLovedTracks]
115
+ * {chart.getTopArtists}[http://www.lastfm.jp/api/show/chart.getTopArtists]
116
+ * {chart.getTopTags}[http://www.lastfm.jp/api/show/chart.getTopTags]
117
+ * {chart.getTopTracks}[http://www.lastfm.jp/api/show/chart.getTopTracks]
113
118
 
114
119
  == Installation
115
120
 
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
12
12
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
13
13
  gem.name = %q{lastfm}
14
14
  gem.require_paths = ["lib"]
15
- gem.version = "1.16.0"
15
+ gem.version = "1.17.0"
16
16
 
17
17
  gem.add_dependency "xml-simple"
18
18
  gem.add_dependency "httparty"
@@ -4,6 +4,26 @@ class Lastfm
4
4
  regular_method :get_hyped_artists, [], [[:page, nil], [:limit, nil]] do |response|
5
5
  response.xml['artists']['artist']
6
6
  end
7
+
8
+ regular_method :get_hyped_tracks, [], [[:page, nil], [:limit, nil]] do |response|
9
+ response.xml['tracks']['track']
10
+ end
11
+
12
+ regular_method :get_loved_tracks, [], [[:page, nil], [:limit, nil]] do |response|
13
+ response.xml['tracks']['track']
14
+ end
15
+
16
+ regular_method :get_top_artists, [], [[:page, nil], [:limit, nil]] do |response|
17
+ response.xml['artists']['artist']
18
+ end
19
+
20
+ regular_method :get_top_tags, [], [[:page, nil], [:limit, nil]] do |response|
21
+ response.xml['tags']['tag']
22
+ end
23
+
24
+ regular_method :get_top_tracks, [], [[:page, nil], [:limit, nil]] do |response|
25
+ response.xml['tracks']['track']
26
+ end
7
27
  end
8
28
  end
9
29
  end
@@ -0,0 +1,171 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <tracks page="3" perPage="10" totalPages="50" total="500">
4
+ <track>
5
+ <name>Sazed</name>
6
+ <duration>204</duration>
7
+ <percentagechange>524</percentagechange>
8
+ <mbid>bdbcc9d6-8085-47bb-a62c-fe4ff732f203</mbid>
9
+ <url>http://www.last.fm/music/Starfucker/_/Sazed</url>
10
+ <streamable fulltrack="0">1</streamable>
11
+ <artist>
12
+ <name>Starfucker</name>
13
+ <mbid>0a19e3e4-7970-4adf-8439-90bdcc9c8661</mbid>
14
+ <url>http://www.last.fm/music/Starfucker</url>
15
+ </artist>
16
+ <image size="small">http://userserve-ak.last.fm/serve/34s/86651609.png</image>
17
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/86651609.png</image>
18
+ <image size="large">http://userserve-ak.last.fm/serve/126/86651609.png</image>
19
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/86651609.png</image>
20
+ </track>
21
+ <track>
22
+ <name>Kahlil Gibran</name>
23
+ <duration>239</duration>
24
+ <percentagechange>522</percentagechange>
25
+ <mbid>8852941e-68a6-4090-b49f-02d85906fb9c</mbid>
26
+ <url>http://www.last.fm/music/Starfucker/_/Kahlil+Gibran</url>
27
+ <streamable fulltrack="0">1</streamable>
28
+ <artist>
29
+ <name>Starfucker</name>
30
+ <mbid>0a19e3e4-7970-4adf-8439-90bdcc9c8661</mbid>
31
+ <url>http://www.last.fm/music/Starfucker</url>
32
+ </artist>
33
+ <image size="small">http://userserve-ak.last.fm/serve/34s/86651609.png</image>
34
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/86651609.png</image>
35
+ <image size="large">http://userserve-ak.last.fm/serve/126/86651609.png</image>
36
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/86651609.png</image>
37
+ </track>
38
+ <track>
39
+ <name>Isea</name>
40
+ <duration>52</duration>
41
+ <percentagechange>518</percentagechange>
42
+ <mbid>92a5bf48-07c7-4114-90c7-25b10d185359</mbid>
43
+ <url>http://www.last.fm/music/Starfucker/_/Isea</url>
44
+ <streamable fulltrack="0">1</streamable>
45
+ <artist>
46
+ <name>Starfucker</name>
47
+ <mbid>0a19e3e4-7970-4adf-8439-90bdcc9c8661</mbid>
48
+ <url>http://www.last.fm/music/Starfucker</url>
49
+ </artist>
50
+ <image size="small">http://userserve-ak.last.fm/serve/34s/86651609.png</image>
51
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/86651609.png</image>
52
+ <image size="large">http://userserve-ak.last.fm/serve/126/86651609.png</image>
53
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/86651609.png</image>
54
+ </track>
55
+ <track>
56
+ <name>Can't Hold Us (feat. Ray Dalton)</name>
57
+ <duration>265</duration>
58
+ <percentagechange>514</percentagechange>
59
+ <mbid/>
60
+ <url>http://www.last.fm/music/Macklemore+&amp;+Ryan+Lewis/_/Can%27t+Hold+Us+(feat.+Ray+Dalton)</url>
61
+ <streamable fulltrack="0">0</streamable>
62
+ <artist>
63
+ <name>Macklemore &amp; Ryan Lewis</name>
64
+ <mbid/>
65
+ <url>http://www.last.fm/music/Macklemore+&amp;+Ryan+Lewis</url>
66
+ </artist>
67
+ <image size="small">http://userserve-ak.last.fm/serve/34s/67797712.jpg</image>
68
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/67797712.jpg</image>
69
+ <image size="large">http://userserve-ak.last.fm/serve/126/67797712.jpg</image>
70
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/67797712.jpg</image>
71
+ </track>
72
+ <track>
73
+ <name>Beach Monster</name>
74
+ <duration>129</duration>
75
+ <percentagechange>505</percentagechange>
76
+ <mbid>a5947ed0-4071-4afd-a594-cc898e97bfa7</mbid>
77
+ <url>http://www.last.fm/music/Starfucker/_/Beach+Monster</url>
78
+ <streamable fulltrack="0">1</streamable>
79
+ <artist>
80
+ <name>Starfucker</name>
81
+ <mbid>0a19e3e4-7970-4adf-8439-90bdcc9c8661</mbid>
82
+ <url>http://www.last.fm/music/Starfucker</url>
83
+ </artist>
84
+ <image size="small">http://userserve-ak.last.fm/serve/34s/86651609.png</image>
85
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/86651609.png</image>
86
+ <image size="large">http://userserve-ak.last.fm/serve/126/86651609.png</image>
87
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/86651609.png</image>
88
+ </track>
89
+ <track>
90
+ <name>Thrift Shop (feat. Wanz)</name>
91
+ <duration>237</duration>
92
+ <percentagechange>502</percentagechange>
93
+ <mbid/>
94
+ <url>http://www.last.fm/music/Macklemore+&amp;+Ryan+Lewis/_/Thrift+Shop+(feat.+Wanz)</url>
95
+ <streamable fulltrack="0">0</streamable>
96
+ <artist>
97
+ <name>Macklemore &amp; Ryan Lewis</name>
98
+ <mbid/>
99
+ <url>http://www.last.fm/music/Macklemore+&amp;+Ryan+Lewis</url>
100
+ </artist>
101
+ </track>
102
+ <track>
103
+ <name>I Don't Want to See</name>
104
+ <duration>213</duration>
105
+ <percentagechange>494</percentagechange>
106
+ <mbid>1d909941-c774-4a1e-baea-7ee041c27ed1</mbid>
107
+ <url>http://www.last.fm/music/Starfucker/_/I+Don%27t+Want+to+See</url>
108
+ <streamable fulltrack="0">1</streamable>
109
+ <artist>
110
+ <name>Starfucker</name>
111
+ <mbid>0a19e3e4-7970-4adf-8439-90bdcc9c8661</mbid>
112
+ <url>http://www.last.fm/music/Starfucker</url>
113
+ </artist>
114
+ <image size="small">http://userserve-ak.last.fm/serve/34s/86651609.png</image>
115
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/86651609.png</image>
116
+ <image size="large">http://userserve-ak.last.fm/serve/126/86651609.png</image>
117
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/86651609.png</image>
118
+ </track>
119
+ <track>
120
+ <name>Fortune's Fool</name>
121
+ <duration>125</duration>
122
+ <percentagechange>478</percentagechange>
123
+ <mbid>95d172ec-1c96-40c6-b20a-aaf83d8897ee</mbid>
124
+ <url>http://www.last.fm/music/Starfucker/_/Fortune%27s+Fool</url>
125
+ <streamable fulltrack="0">1</streamable>
126
+ <artist>
127
+ <name>Starfucker</name>
128
+ <mbid>0a19e3e4-7970-4adf-8439-90bdcc9c8661</mbid>
129
+ <url>http://www.last.fm/music/Starfucker</url>
130
+ </artist>
131
+ <image size="small">http://userserve-ak.last.fm/serve/34s/86651609.png</image>
132
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/86651609.png</image>
133
+ <image size="large">http://userserve-ak.last.fm/serve/126/86651609.png</image>
134
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/86651609.png</image>
135
+ </track>
136
+ <track>
137
+ <name>Golden Light</name>
138
+ <duration>283</duration>
139
+ <percentagechange>475</percentagechange>
140
+ <mbid>74fb84ab-8781-4aaa-baf3-40683309350d</mbid>
141
+ <url>http://www.last.fm/music/Starfucker/_/Golden+Light</url>
142
+ <streamable fulltrack="0">1</streamable>
143
+ <artist>
144
+ <name>Starfucker</name>
145
+ <mbid>0a19e3e4-7970-4adf-8439-90bdcc9c8661</mbid>
146
+ <url>http://www.last.fm/music/Starfucker</url>
147
+ </artist>
148
+ <image size="small">http://userserve-ak.last.fm/serve/34s/86651609.png</image>
149
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/86651609.png</image>
150
+ <image size="large">http://userserve-ak.last.fm/serve/126/86651609.png</image>
151
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/86651609.png</image>
152
+ </track>
153
+ <track>
154
+ <name>Vapaus käteen jää</name>
155
+ <duration>242</duration>
156
+ <percentagechange>468</percentagechange>
157
+ <mbid/>
158
+ <url>http://www.last.fm/music/Haloo+Helsinki!/_/Vapaus+k%C3%A4teen+j%C3%A4%C3%A4</url>
159
+ <streamable fulltrack="0">1</streamable>
160
+ <artist>
161
+ <name>Haloo Helsinki!</name>
162
+ <mbid>e80bb0ef-c6bb-4769-8d35-4904617c5704</mbid>
163
+ <url>http://www.last.fm/music/Haloo+Helsinki!</url>
164
+ </artist>
165
+ <image size="small">http://userserve-ak.last.fm/serve/34s/86660563.jpg</image>
166
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/86660563.jpg</image>
167
+ <image size="large">http://userserve-ak.last.fm/serve/126/86660563.jpg</image>
168
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/86660563.jpg</image>
169
+ </track>
170
+ </tracks>
171
+ </lfm>
@@ -0,0 +1,167 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <tracks page="3" perPage="10" totalPages="50" total="500">
4
+ <track>
5
+ <name>Inhaler</name>
6
+ <duration>294</duration>
7
+ <loves>223</loves>
8
+ <mbid>bce7b9d3-c136-48c8-9170-2d64534d2d1b</mbid>
9
+ <url>http://www.last.fm/music/Foals/_/Inhaler</url>
10
+ <streamable fulltrack="0">0</streamable>
11
+ <artist>
12
+ <name>Foals</name>
13
+ <mbid>6a65d878-fcd0-42cf-aff9-ca1d636a8bcc</mbid>
14
+ <url>http://www.last.fm/music/Foals</url>
15
+ </artist>
16
+ <image size="small">http://userserve-ak.last.fm/serve/34s/86656233.png</image>
17
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/86656233.png</image>
18
+ <image size="large">http://userserve-ak.last.fm/serve/126/86656233.png</image>
19
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/86656233.png</image>
20
+ </track>
21
+ <track>
22
+ <name>Jubilee Street</name>
23
+ <duration>396</duration>
24
+ <loves>220</loves>
25
+ <mbid/>
26
+ <url>http://www.last.fm/music/Nick+Cave+and+the+Bad+Seeds/_/Jubilee+Street</url>
27
+ <streamable fulltrack="0">0</streamable>
28
+ <artist>
29
+ <name>Nick Cave and the Bad Seeds</name>
30
+ <mbid/>
31
+ <url>http://www.last.fm/music/Nick+Cave+and+the+Bad+Seeds</url>
32
+ </artist>
33
+ </track>
34
+ <track>
35
+ <name>Born to Die</name>
36
+ <duration>286</duration>
37
+ <loves>211</loves>
38
+ <mbid>498bdb1b-3123-49c6-a100-309c5d4e3e31</mbid>
39
+ <url>http://www.last.fm/music/Lana+Del+Rey/_/Born+to+Die</url>
40
+ <streamable fulltrack="0">1</streamable>
41
+ <artist>
42
+ <name>Lana Del Rey</name>
43
+ <mbid>b7539c32-53e7-4908-bda3-81449c367da6</mbid>
44
+ <url>http://www.last.fm/music/Lana+Del+Rey</url>
45
+ </artist>
46
+ <image size="small">http://userserve-ak.last.fm/serve/34s/86257403.png</image>
47
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/86257403.png</image>
48
+ <image size="large">http://userserve-ak.last.fm/serve/126/86257403.png</image>
49
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/86257403.png</image>
50
+ </track>
51
+ <track>
52
+ <name>Dropped</name>
53
+ <duration>299</duration>
54
+ <loves>208</loves>
55
+ <mbid>517f340d-26b0-4b7c-ab3f-415cd616bcba</mbid>
56
+ <url>http://www.last.fm/music/Atoms+for+Peace/_/Dropped</url>
57
+ <streamable fulltrack="0">0</streamable>
58
+ <artist>
59
+ <name>Atoms for Peace</name>
60
+ <mbid>9e299bee-d7e2-49f3-8cd7-d6b28ab204d1</mbid>
61
+ <url>http://www.last.fm/music/Atoms+for+Peace</url>
62
+ </artist>
63
+ <image size="small">http://userserve-ak.last.fm/serve/34s/87120973.png</image>
64
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/87120973.png</image>
65
+ <image size="large">http://userserve-ak.last.fm/serve/126/87120973.png</image>
66
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/87120973.png</image>
67
+ </track>
68
+ <track>
69
+ <name>Amok</name>
70
+ <duration>326</duration>
71
+ <loves>208</loves>
72
+ <mbid>4b251f9c-4fe3-4723-a84d-54bca30e525a</mbid>
73
+ <url>http://www.last.fm/music/Atoms+for+Peace/_/Amok</url>
74
+ <streamable fulltrack="0">0</streamable>
75
+ <artist>
76
+ <name>Atoms for Peace</name>
77
+ <mbid>9e299bee-d7e2-49f3-8cd7-d6b28ab204d1</mbid>
78
+ <url>http://www.last.fm/music/Atoms+for+Peace</url>
79
+ </artist>
80
+ <image size="small">http://userserve-ak.last.fm/serve/34s/87120973.png</image>
81
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/87120973.png</image>
82
+ <image size="large">http://userserve-ak.last.fm/serve/126/87120973.png</image>
83
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/87120973.png</image>
84
+ </track>
85
+ <track>
86
+ <name>Thrift Shop (feat. Wanz)</name>
87
+ <duration>237</duration>
88
+ <loves>208</loves>
89
+ <mbid/>
90
+ <url>http://www.last.fm/music/Macklemore+&amp;+Ryan+Lewis/_/Thrift+Shop+(feat.+Wanz)</url>
91
+ <streamable fulltrack="0">0</streamable>
92
+ <artist>
93
+ <name>Macklemore &amp; Ryan Lewis</name>
94
+ <mbid/>
95
+ <url>http://www.last.fm/music/Macklemore+&amp;+Ryan+Lewis</url>
96
+ </artist>
97
+ </track>
98
+ <track>
99
+ <name>One Way Or Another (Teenage Kicks)</name>
100
+ <duration>157</duration>
101
+ <loves>210</loves>
102
+ <mbid>13c26ad0-651f-4079-983d-0434c490543b</mbid>
103
+ <url>http://www.last.fm/music/One+Direction/_/One+Way+Or+Another+(Teenage+Kicks)</url>
104
+ <streamable fulltrack="0">1</streamable>
105
+ <artist>
106
+ <name>One Direction</name>
107
+ <mbid>1a425bbd-cca4-4b2c-aeb7-71cb176c828a</mbid>
108
+ <url>http://www.last.fm/music/One+Direction</url>
109
+ </artist>
110
+ <image size="small">http://userserve-ak.last.fm/serve/34s/87108431.png</image>
111
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/87108431.png</image>
112
+ <image size="large">http://userserve-ak.last.fm/serve/126/87108431.png</image>
113
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/87108431.png</image>
114
+ </track>
115
+ <track>
116
+ <name>Stairway to Heaven</name>
117
+ <duration>480</duration>
118
+ <loves>210</loves>
119
+ <mbid>31d0df7d-de64-4c85-b591-24d0c6bdc717</mbid>
120
+ <url>http://www.last.fm/music/Led+Zeppelin/_/Stairway+to+Heaven</url>
121
+ <streamable fulltrack="0">0</streamable>
122
+ <artist>
123
+ <name>Led Zeppelin</name>
124
+ <mbid>678d88b2-87b0-403b-b63d-5da7465aecc3</mbid>
125
+ <url>http://www.last.fm/music/Led+Zeppelin</url>
126
+ </artist>
127
+ <image size="small">http://userserve-ak.last.fm/serve/34s/78946605.png</image>
128
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/78946605.png</image>
129
+ <image size="large">http://userserve-ak.last.fm/serve/126/78946605.png</image>
130
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/78946605.png</image>
131
+ </track>
132
+ <track>
133
+ <name>Wonderwall</name>
134
+ <duration>286</duration>
135
+ <loves>209</loves>
136
+ <mbid>656e009d-4354-42b9-9de3-c358116b55b4</mbid>
137
+ <url>http://www.last.fm/music/Oasis/_/Wonderwall</url>
138
+ <streamable fulltrack="0">0</streamable>
139
+ <artist>
140
+ <name>Oasis</name>
141
+ <mbid>39ab1aed-75e0-4140-bd47-540276886b60</mbid>
142
+ <url>http://www.last.fm/music/Oasis</url>
143
+ </artist>
144
+ <image size="small">http://userserve-ak.last.fm/serve/34s/31381233.png</image>
145
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/31381233.png</image>
146
+ <image size="large">http://userserve-ak.last.fm/serve/126/31381233.png</image>
147
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/31381233.png</image>
148
+ </track>
149
+ <track>
150
+ <name>Locked Out of Heaven</name>
151
+ <duration>234</duration>
152
+ <loves>208</loves>
153
+ <mbid>97f3775a-4ed5-485d-82ea-b40c53dc7a66</mbid>
154
+ <url>http://www.last.fm/music/Bruno+Mars/_/Locked+Out+of+Heaven</url>
155
+ <streamable fulltrack="0">1</streamable>
156
+ <artist>
157
+ <name>Bruno Mars</name>
158
+ <mbid>afb680f2-b6eb-4cd7-a70b-a63b25c763d5</mbid>
159
+ <url>http://www.last.fm/music/Bruno+Mars</url>
160
+ </artist>
161
+ <image size="small">http://userserve-ak.last.fm/serve/34s/82499331.png</image>
162
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/82499331.png</image>
163
+ <image size="large">http://userserve-ak.last.fm/serve/126/82499331.png</image>
164
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/82499331.png</image>
165
+ </track>
166
+ </tracks>
167
+ </lfm>
@@ -0,0 +1,135 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <artists page="3" perPage="10" totalPages="100" total="1000">
4
+ <artist>
5
+ <name>Kanye West</name>
6
+ <playcount>275763</playcount>
7
+ <listeners>55568</listeners>
8
+ <mbid>164f0d73-1234-4e2c-8743-d77bf2191051</mbid>
9
+ <url>http://www.last.fm/music/Kanye+West</url>
10
+ <streamable>1</streamable>
11
+ <image size="small">http://userserve-ak.last.fm/serve/34/53929075.png</image>
12
+ <image size="medium">http://userserve-ak.last.fm/serve/64/53929075.png</image>
13
+ <image size="large">http://userserve-ak.last.fm/serve/126/53929075.png</image>
14
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/53929075.png</image>
15
+ <image size="mega">http://userserve-ak.last.fm/serve/_/53929075/Kanye+West+My+Beautiful+Dark+Twisted+Fant.png</image>
16
+ </artist>
17
+ <artist>
18
+ <name>Bruno Mars</name>
19
+ <playcount>255638</playcount>
20
+ <listeners>57817</listeners>
21
+ <mbid>afb680f2-b6eb-4cd7-a70b-a63b25c763d5</mbid>
22
+ <url>http://www.last.fm/music/Bruno+Mars</url>
23
+ <streamable>1</streamable>
24
+ <image size="small">http://userserve-ak.last.fm/serve/34/83154547.png</image>
25
+ <image size="medium">http://userserve-ak.last.fm/serve/64/83154547.png</image>
26
+ <image size="large">http://userserve-ak.last.fm/serve/126/83154547.png</image>
27
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/83154547.png</image>
28
+ <image size="mega">http://userserve-ak.last.fm/serve/_/83154547/Bruno+Mars++PNG.png</image>
29
+ </artist>
30
+ <artist>
31
+ <name>Foo Fighters</name>
32
+ <playcount>313885</playcount>
33
+ <listeners>54326</listeners>
34
+ <mbid>67f66c07-6e61-4026-ade5-7e782fad3a5d</mbid>
35
+ <url>http://www.last.fm/music/Foo+Fighters</url>
36
+ <streamable>1</streamable>
37
+ <image size="small">http://userserve-ak.last.fm/serve/34/213682.jpg</image>
38
+ <image size="medium">http://userserve-ak.last.fm/serve/64/213682.jpg</image>
39
+ <image size="large">http://userserve-ak.last.fm/serve/126/213682.jpg</image>
40
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/213682.jpg</image>
41
+ <image size="mega">http://userserve-ak.last.fm/serve/_/213682/Foo+Fighters.jpg</image>
42
+ </artist>
43
+ <artist>
44
+ <name>David Guetta</name>
45
+ <playcount>197031</playcount>
46
+ <listeners>56376</listeners>
47
+ <mbid>1bb1eec6-88c3-4028-8920-a985c4b9081a</mbid>
48
+ <url>http://www.last.fm/music/David+Guetta</url>
49
+ <streamable>1</streamable>
50
+ <image size="small">http://userserve-ak.last.fm/serve/34/45807247.png</image>
51
+ <image size="medium">http://userserve-ak.last.fm/serve/64/45807247.png</image>
52
+ <image size="large">http://userserve-ak.last.fm/serve/126/45807247.png</image>
53
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/45807247.png</image>
54
+ <image size="mega">http://userserve-ak.last.fm/serve/500/45807247/David+Guetta+png.png</image>
55
+ </artist>
56
+ <artist>
57
+ <name>Ellie Goulding</name>
58
+ <playcount>312349</playcount>
59
+ <listeners>55415</listeners>
60
+ <mbid>33ca19f4-18c8-4411-98df-ac23890ce9f5</mbid>
61
+ <url>http://www.last.fm/music/Ellie+Goulding</url>
62
+ <streamable>1</streamable>
63
+ <image size="small">http://userserve-ak.last.fm/serve/34/50346567.png</image>
64
+ <image size="medium">http://userserve-ak.last.fm/serve/64/50346567.png</image>
65
+ <image size="large">http://userserve-ak.last.fm/serve/126/50346567.png</image>
66
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/50346567.png</image>
67
+ <image size="mega">http://userserve-ak.last.fm/serve/_/50346567/Ellie+Goulding+ELLIEPNG.png</image>
68
+ </artist>
69
+ <artist>
70
+ <name>The Rolling Stones</name>
71
+ <playcount>297968</playcount>
72
+ <listeners>54618</listeners>
73
+ <mbid>b071f9fa-14b0-4217-8e97-eb41da73f598</mbid>
74
+ <url>http://www.last.fm/music/The+Rolling+Stones</url>
75
+ <streamable>1</streamable>
76
+ <image size="small">http://userserve-ak.last.fm/serve/34/3992023.jpg</image>
77
+ <image size="medium">http://userserve-ak.last.fm/serve/64/3992023.jpg</image>
78
+ <image size="large">http://userserve-ak.last.fm/serve/126/3992023.jpg</image>
79
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/3992023.jpg</image>
80
+ <image size="mega">http://userserve-ak.last.fm/serve/_/3992023/The+Rolling+Stones+stones.jpg</image>
81
+ </artist>
82
+ <artist>
83
+ <name>The Lumineers</name>
84
+ <playcount>282275</playcount>
85
+ <listeners>53615</listeners>
86
+ <mbid>bfcb6630-9b31-4e63-b11f-7b0363be72b5</mbid>
87
+ <url>http://www.last.fm/music/The+Lumineers</url>
88
+ <streamable>1</streamable>
89
+ <image size="small">http://userserve-ak.last.fm/serve/34/85176341.png</image>
90
+ <image size="medium">http://userserve-ak.last.fm/serve/64/85176341.png</image>
91
+ <image size="large">http://userserve-ak.last.fm/serve/126/85176341.png</image>
92
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/85176341.png</image>
93
+ <image size="mega">http://userserve-ak.last.fm/serve/500/85176341/The+Lumineers.png</image>
94
+ </artist>
95
+ <artist>
96
+ <name>Queen</name>
97
+ <playcount>323135</playcount>
98
+ <listeners>54560</listeners>
99
+ <mbid>0383dadf-2a4e-4d10-a46a-e9e041da8eb3</mbid>
100
+ <url>http://www.last.fm/music/Queen</url>
101
+ <streamable>1</streamable>
102
+ <image size="small">http://userserve-ak.last.fm/serve/34/45625545.png</image>
103
+ <image size="medium">http://userserve-ak.last.fm/serve/64/45625545.png</image>
104
+ <image size="large">http://userserve-ak.last.fm/serve/126/45625545.png</image>
105
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/45625545.png</image>
106
+ <image size="mega">http://userserve-ak.last.fm/serve/500/45625545/Queen+PNG.png</image>
107
+ </artist>
108
+ <artist>
109
+ <name>The Strokes</name>
110
+ <playcount>326678</playcount>
111
+ <listeners>50450</listeners>
112
+ <mbid>f181961b-20f7-459e-89de-920ef03c7ed0</mbid>
113
+ <url>http://www.last.fm/music/The+Strokes</url>
114
+ <streamable>1</streamable>
115
+ <image size="small">http://userserve-ak.last.fm/serve/34/1110.jpg</image>
116
+ <image size="medium">http://userserve-ak.last.fm/serve/64/1110.jpg</image>
117
+ <image size="large">http://userserve-ak.last.fm/serve/126/1110.jpg</image>
118
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/1110.jpg</image>
119
+ <image size="mega">http://userserve-ak.last.fm/serve/_/1110/The+Strokes.jpg</image>
120
+ </artist>
121
+ <artist>
122
+ <name>Metallica</name>
123
+ <playcount>395373</playcount>
124
+ <listeners>52913</listeners>
125
+ <mbid>65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab</mbid>
126
+ <url>http://www.last.fm/music/Metallica</url>
127
+ <streamable>0</streamable>
128
+ <image size="small">http://userserve-ak.last.fm/serve/34/2147116.jpg</image>
129
+ <image size="medium">http://userserve-ak.last.fm/serve/64/2147116.jpg</image>
130
+ <image size="large">http://userserve-ak.last.fm/serve/126/2147116.jpg</image>
131
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/2147116.jpg</image>
132
+ <image size="mega">http://userserve-ak.last.fm/serve/500/2147116/Metallica.jpg</image>
133
+ </artist>
134
+ </artists>
135
+ </lfm>
@@ -0,0 +1,209 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <tags page="3" perPage="10" totalPages="25" total="250">
4
+ <tag>
5
+ <name>80s</name>
6
+ <url>http://www.last.fm/tag/80s</url>
7
+ <reach>92908</reach>
8
+ <taggings>717351</taggings>
9
+ <streamable>1</streamable>
10
+ <wiki>
11
+ <published>Fri, 1 Apr 2011 15:29:15 +0000</published>
12
+ <summary><![CDATA[The 1980s was the decade spanning from 1 January 1980 to 31 December 1989.
13
+ This tag consists of music first released in this time frame. The decade began with a backlash against disco music in the United States, and a movement away from the orchestral arrangements that had characterized much of the music of the 1970s. Music in the 1980s was characterized by unheard of electronic sounds accomplished through the use of synthesizers and keyboards, along with drum machines. This made a dramatic change in music. ]]></summary>
14
+ <content><![CDATA[The 1980s was the decade spanning from 1 January 1980 to 31 December 1989.
15
+ This tag consists of music first released in this time frame.
16
+
17
+ The decade began with a backlash against disco music in the United States, and a movement away from the orchestral arrangements that had characterized much of the music of the 1970s. Music in the 1980s was characterized by unheard of electronic sounds accomplished through the use of synthesizers and keyboards, along with drum machines. This made a dramatic change in music.
18
+
19
+ In the United States, MTV was launched and music videos began to have a huge effect on the record industry. U.S. pop artists such as Madonna and Michael Jackson mastered the format and turned it into big business.
20
+
21
+ 'New wave' and 'synth-pop' were developed by many British and United States artists and became popular phenomena throughout the decade, especially in the early and mid eighties.
22
+
23
+ Hard rock, heavy metal, 'big hair' bands and glam metal, experienced extreme popularity in 1980s, becoming some of the most dominant music genres of the 1980s.
24
+
25
+ House and techno emerged both in Chicago and Detroit in early 80s and then become mainstream in 1990s.
26
+
27
+ --Live Aid concert in 1985 containing many artists promotes attention and action to send food aid to Ethiopia whose people were suffering from a major famine.
28
+
29
+ --The Hip hop scene evolved to become a powerful musical force.
30
+ ]]></content>
31
+ </wiki>
32
+ </tag>
33
+ <tag>
34
+ <name>dance</name>
35
+ <url>http://www.last.fm/tag/dance</url>
36
+ <reach>118456</reach>
37
+ <taggings>744899</taggings>
38
+ <streamable>1</streamable>
39
+ <wiki>
40
+ <published>Tue, 4 Dec 2012 20:55:26 +0000</published>
41
+ <summary><![CDATA[Dance music is music composed specifically to facilitate or accompany dancing. It can be either a whole musical piece or part of a larger musical arrangement. In terms of performance, the major categories are live dance music and recorded dance music. Dance music works often bear the name of the corresponding dance, e.g. waltzes, the tango, the bolero, the can-can, minuets, salsa, various kinds of jigs and the breakdown. Often it is difficult to know whether the name of the music came first or the name of the dance. ]]></summary>
42
+ <content><![CDATA[Dance music is music composed specifically to facilitate or accompany dancing. It can be either a whole musical piece or part of a larger musical arrangement. In terms of performance, the major categories are live dance music and recorded dance music.
43
+
44
+ Dance music works often bear the name of the corresponding dance, e.g. waltzes, the tango, the bolero, the can-can, minuets, salsa, various kinds of jigs and the breakdown. Often it is difficult to know whether the name of the music came first or the name of the dance.
45
+
46
+ Nowadays, The term &quot;dance music&quot; is often used for more commercial forms of electronic music. It is also associated as any form of music is danced to, spanning genres of pop, hip-hop, house, techno, disco, electro and so on.]]></content>
47
+ </wiki>
48
+ </tag>
49
+ <tag>
50
+ <name>hardcore</name>
51
+ <url>http://www.last.fm/tag/hardcore</url>
52
+ <reach>88872</reach>
53
+ <taggings>639634</taggings>
54
+ <streamable>1</streamable>
55
+ <wiki>
56
+ <published>Wed, 23 Jun 2010 10:44:16 +0000</published>
57
+ <summary><![CDATA[Hardcore can be used to describe a number of genres including: 1) The genre of <a href="http://www.last.fm/tag/hardcore%20punk" class="bbcode_tag" rel="tag">hardcore punk</a> as well as its various offshoots and derivatives. It can also be used as an adjective rather than a genre, often to describe a metalcore band that sounds heavier or more &quot;hardcore&quot; than other bands. 2) A genre of electronic music, with has some characteristics like being harder than the other electronic music genres and the songs having higher bpms, sometimes called <a href="http://www.last.fm/tag/hardcore%20techno" class="bbcode_tag" rel="tag">hardcore techno</a> or <a href="http://www.last.fm/tag/gabber" class="bbcode_tag" rel="tag">gabber</a>. ]]></summary>
58
+ <content><![CDATA[Hardcore can be used to describe a number of genres including:
59
+
60
+ 1) The genre of <a href="http://www.last.fm/tag/hardcore%20punk" class="bbcode_tag" rel="tag">hardcore punk</a> as well as its various offshoots and derivatives. It can also be used as an adjective rather than a genre, often to describe a metalcore band that sounds heavier or more &quot;hardcore&quot; than other bands.
61
+
62
+ 2) A genre of electronic music, with has some characteristics like being harder than the other electronic music genres and the songs having higher bpms, sometimes called <a href="http://www.last.fm/tag/hardcore%20techno" class="bbcode_tag" rel="tag">hardcore techno</a> or <a href="http://www.last.fm/tag/gabber" class="bbcode_tag" rel="tag">gabber</a>.
63
+
64
+ 3) The genre of <a href="http://www.last.fm/tag/hardcore%20rap" class="bbcode_tag" rel="tag">hardcore rap</a> or <a href="http://www.last.fm/tag/hardcore%20hip%20hop" class="bbcode_tag" rel="tag">hardcore hip hop</a>.]]></content>
65
+ </wiki>
66
+ </tag>
67
+ <tag>
68
+ <name>black metal</name>
69
+ <url>http://www.last.fm/tag/black%20metal</url>
70
+ <reach>54526</reach>
71
+ <taggings>750688</taggings>
72
+ <streamable>1</streamable>
73
+ <wiki>
74
+ <published>Tue, 15 Jan 2013 05:00:46 +0000</published>
75
+ <summary><![CDATA[Black metal is an extreme sub-genre of <a href="http://www.last.fm/tag/heavy%20metal" class="bbcode_tag" rel="tag">heavy metal</a> featuring harsh screams or evil voices at the vocal styles, fast electric guitars with tremolo picking and blast beat drumming and raw recording and extreme guitar distortion and a harsh guitar sound with satanic or haunting lyrics. Often played by bands wearing all black, long usually black hair, black corpse paint make-up, spikes and studs, blood theatrics, pentagrams, upside-down crosses, black leather and white face paint.]]></summary>
76
+ <content><![CDATA[Black metal is an extreme sub-genre of <a href="http://www.last.fm/tag/heavy%20metal" class="bbcode_tag" rel="tag">heavy metal</a> featuring harsh screams or evil voices at the vocal styles, fast electric guitars with tremolo picking and blast beat drumming and raw recording and extreme guitar distortion and a harsh guitar sound with satanic or haunting lyrics. Often played by bands wearing all black, long usually black hair, black corpse paint make-up, spikes and studs, blood theatrics, pentagrams, upside-down crosses, black leather and white face paint. Some forms of black metal put an emphasis on the nuances of ambient or atmospheric aspects which include the suicidal or depressive subgenres of black metal, while others focus more on melody or technicality.
77
+
78
+ The roots of black metal come from Venom's cartoon satanized and drunken take on <span title="Unknown tag" class="bbcode_unknown">Motörhead</span>. The band's <a title="Venom - Black Metal" href="http://www.last.fm/music/Venom/Black+Metal" class="bbcode_album">Black Metal</a> album has obviously been cited as a seminal influence on the genre. Venom is generally seen as one of the earliest examples of this style of music, being a major force of the 'first wave' of black metal, along with other bands such as <a href="http://www.last.fm/music/Bathory" class="bbcode_artist">Bathory</a>, <a href="http://www.last.fm/music/Hellhammer" class="bbcode_artist">Hellhammer</a>, <a href="http://www.last.fm/music/Celtic+Frost" class="bbcode_artist">Celtic Frost</a> and <a href="http://www.last.fm/music/Mercyful+Fate" class="bbcode_artist">Mercyful Fate</a>.
79
+
80
+ The 'second wave' of black metal began with Norwegian and Greek bands in the late 1980s and early 1990s, with artists such as <a href="http://www.last.fm/music/Burzum" class="bbcode_artist">Burzum</a>, <a href="http://www.last.fm/music/Darkthrone" class="bbcode_artist">Darkthrone</a>, <a href="http://www.last.fm/music/Mayhem" class="bbcode_artist">Mayhem</a>, <a href="http://www.last.fm/music/Rotting+Christ" class="bbcode_artist">Rotting Christ</a> and <a href="http://www.last.fm/music/Varathron" class="bbcode_artist">Varathron</a> playing a major role in the development of the genre. Black metal bands from the United States, such as <a href="http://www.last.fm/music/Profanatica" class="bbcode_artist">Profanatica</a> and <a href="http://www.last.fm/music/Von" class="bbcode_artist">Von</a>, also formed around this time. Most modern black metal has built upon the groundwork laid by bands during this time period. Furthermore, following a series of church burnings associated with black metal musicians and the murder of Euronymous of Mayhem by Burzum's Varg Vikernes, the Norwegian black metal scene received considerable attention from the mainstream media.
81
+
82
+ There is no well-defined 'third wave'&quot; of black metal, but many modern bands have explored territory outside of the traditional frameworks of the genre. Bands such as <a href="http://www.last.fm/music/Blut+aus+Nord" class="bbcode_artist">Blut aus Nord</a> and <a href="http://www.last.fm/music/Deathspell+Omega" class="bbcode_artist">Deathspell Omega</a> are particularly known for incorporating various unorthodox elements into their music. Other bands, such as <a href="http://www.last.fm/music/Cradle+of+Filth" class="bbcode_artist">Cradle of Filth</a> and <a href="http://www.last.fm/music/Dimmu+Borgir" class="bbcode_artist">Dimmu Borgir</a>, have become more popular by incorporating gothic sensibilities with a basic black metal framework, with both bands renowned for their use of prominent keyboards especially.
83
+
84
+ Iconoclastic ideology is typical of black metal bands. Aside from violent or anti-religious acts, an entire sub-genre of black metal bands are aligned with fascist ideology and National Socialism.
85
+
86
+ Although there are exceptions, modern black metal as a musical style tends to make use of high-pitched tremolo picking, shrieked or growled vocals, blast beats, unconventional song structures and an emphasis on atmosphere over technical playing styles. Black metal rarely features verse-chorus structures, generally favoring a more basic style that features extended musical sections and repetitive guitar riffs. Guitar solos are a rarity in black metal, although they are featured prominently in the music of some bands. Black metal often features very lo-fi, primitive recording quality reminiscent of the early days of the genre, but some bands have favored more professional recording techniques. While the harsh vocal style of black metal has become nearly universal, many bands still feature clean vocals, used either in conjunction with more extreme vocals or as the primary vocal style.
87
+
88
+ Some black metal bands have incorporated keyboards, <a href="http://www.last.fm/tag/folk" class="bbcode_tag" rel="tag">folk</a> instruments or other musical influences into their music. <a href="http://www.last.fm/music/Emperor" class="bbcode_artist">Emperor</a> was a key band in the development of <a href="http://www.last.fm/tag/symphonic%20black%20metal" class="bbcode_tag" rel="tag">symphonic black metal</a>, with many later bands adopting a similar, keyboard-heavy style. Bands such as <a href="http://www.last.fm/music/Ulver" class="bbcode_artist">Ulver</a> and <a href="http://www.last.fm/music/Nokturnal+Mortum" class="bbcode_artist">Nokturnal Mortum</a> incorporated influences from ethnic folk music. Other influences from music such as <a href="http://www.last.fm/tag/industrial" class="bbcode_tag" rel="tag">industrial</a> and <a href="http://www.last.fm/tag/dark%20ambient" class="bbcode_tag" rel="tag">dark ambient</a> are also common.
89
+
90
+ Although anti-religious themes are often favored in black metal, there are exceptions. Many bands have written about folklore, nature or a variety of other subjects. <a href="http://www.last.fm/music/Summoning" class="bbcode_artist">Summoning</a> primarily explores lyrical themes inspired by J.R.R. Tolkien's writings. Some black metal bands also feature themes tied to National Socialism or other strong political beliefs.
91
+
92
+ Unlike most other artists from other forms of music, many black metal bands do not play live. Many bands, such as <a href="http://www.last.fm/music/Burzum" class="bbcode_artist">Burzum</a> and <a href="http://www.last.fm/music/Xasthur" class="bbcode_artist">Xasthur</a>, are one/two-men studio projects, but many bands with full line-ups also prefer to avoid playing live. However, many black metal bands are also known for their theatrical live shows, with the shows of bands such as Mayhem, <a href="http://www.last.fm/music/Immortal" class="bbcode_artist">Immortal</a> and <a href="http://www.last.fm/music/Gorgoroth" class="bbcode_artist">Gorgoroth</a> being particularly notorious.
93
+
94
+ This tag may also refer to metal band's with black members in them.]]></content>
95
+ </wiki>
96
+ </tag>
97
+ <tag>
98
+ <name>chillout</name>
99
+ <url>http://www.last.fm/tag/chillout</url>
100
+ <reach>95758</reach>
101
+ <taggings>619862</taggings>
102
+ <streamable>1</streamable>
103
+ <wiki>
104
+ <published>Wed, 26 Oct 2011 01:06:17 +0000</published>
105
+ <summary><![CDATA[Chill out (sometimes also chillout, chill-out, or simply chill), a term derived from a slang injunction to relax, emerged in the early and mid-1990s as a catch-all term for various styles of relatively mellow, slow-tempo music made by contemporary producers in the electronic music scene; there exists a misconception on last.fm that all music that isn't relatively hard on the ears can be termed chill or chillout. Therefore, this tag is highly abused and has lost much of its meaning.]]></summary>
106
+ <content><![CDATA[Chill out (sometimes also chillout, chill-out, or simply chill), a term derived from a slang injunction to relax, emerged in the early and mid-1990s as a catch-all term for various styles of relatively mellow, slow-tempo music made by contemporary producers in the electronic music scene; there exists a misconception on last.fm that all music that isn't relatively hard on the ears can be termed chill or chillout. Therefore, this tag is highly abused and has lost much of its meaning. The term &quot;Chill out music&quot;, as well as the genre itself, originated in chill rooms that were set up by DJs off to the edge of club dance floors to give patrons a chance to take a break from the hectic dance vibe and chill out with this style of music. Chill out as a musical genre or descriptive is synonymous with the more recently popularized terms &quot;smooth electronica&quot; and &quot;soft techno&quot; and is a loose genre of music blurring into several other very distinct styles of electronic and lo-fi music.
107
+
108
+ Notable artists
109
+
110
+ Although chill out is an emerging - however loose - genre of music, it is quite robust and features many prolific artists. Throughout the 1990s and the current decade, there have been many artists who have made a significant impact on what has come to be known as &quot;chill out music&quot; today. Among the most notable of those artists and projects are (in no order of precedence): Air, Fila Brazillia, Kruder &amp; Dorfmeister, dZihan &amp; Kamien, Thievery Corporation, DJ Unwind, Sven Van Hees, Lemongrass, Tosca, Ganga, Monte La Rue, Nightmares on Wax, The Dining Rooms, Bluetech, Sounds from the Ground, Jens Buchert, A Man Called Adam, Electric Skychurch, Mystical Sun, Single Cell Orchestra, Alex Cortiz, Zero 7, Sia, Boards of Canada, Stidiek. William Orbit, Groove Armada, Leftfield, Lenny Ibizarre, Timonkey, Banco de Gaia, Alan Steward and Lemon Jelly.]]></content>
111
+ </wiki>
112
+ </tag>
113
+ <tag>
114
+ <name>progressive rock</name>
115
+ <url>http://www.last.fm/tag/progressive%20rock</url>
116
+ <reach>88470</reach>
117
+ <taggings>621791</taggings>
118
+ <streamable>1</streamable>
119
+ <wiki>
120
+ <published>Thu, 24 Mar 2011 23:18:58 +0000</published>
121
+ <summary><![CDATA[Progressive rock (often shortened to &quot;progressive&quot;, &quot;prog rock&quot; or &quot;prog&quot;, also sometimes called, although not synonymous with, &quot;art rock&quot;) is a form of rock music that evolved in the late-1960s and early 1970s as part of a &quot;mostly British attempt to elevate rock music to new levels of artistic credibility.&quot; Progressive rock bands pushed &quot;rock's technical and compositional boundaries&quot; by going beyond the standard rock or popular verse-chorus based song structures. Additionally, the arrangements often incorporate elements drawn from classical, jazz, and avant-garde music.]]></summary>
122
+ <content><![CDATA[Progressive rock (often shortened to &quot;progressive&quot;, &quot;prog rock&quot; or &quot;prog&quot;, also sometimes called, although not synonymous with, &quot;art rock&quot;) is a form of rock music that evolved in the late-1960s and early 1970s as part of a &quot;mostly British attempt to elevate rock music to new levels of artistic credibility.&quot;
123
+
124
+ Progressive rock bands pushed &quot;rock's technical and compositional boundaries&quot; by going beyond the standard rock or popular verse-chorus based song structures. Additionally, the arrangements often incorporate elements drawn from classical, jazz, and avant-garde music. Instrumental songs are more common, and songs with lyrics are sometimes conceptual, abstract, or based in fantasy. Progressive rock bands sometimes used &quot;concept albums that made unified statements, usually telling an epic story or tackling a grand overarching theme&quot;.
125
+
126
+ Progressive rock developed from late-1960s psychedelic rock and jazz fusion, as part of a wide-ranging tendency in rock music of this era to draw inspiration from ever more diverse influences. The term came into most widespread use around the mid-1970s. While progressive rock reached the peak of its popularity in the 1970s and early 1980s, neo-progressive bands have continued playing for faithful audiences in the subsequent decades. Progressive rock sharply declined in popularity for much of the 1980s, but returned to prominence in the early-to-mid 1990s.]]></content>
127
+ </wiki>
128
+ </tag>
129
+ <tag>
130
+ <name>death metal</name>
131
+ <url>http://www.last.fm/tag/death%20metal</url>
132
+ <reach>65761</reach>
133
+ <taggings>658662</taggings>
134
+ <streamable>1</streamable>
135
+ <wiki>
136
+ <published>Fri, 27 Apr 2012 22:03:25 +0000</published>
137
+ <summary><![CDATA[Death metal is a subgenre of <a href="http://www.last.fm/tag/metal" class="bbcode_tag" rel="tag">metal</a>, most easily identifiable by its utilization of bass-heavy guitar distortion, harsh, often growled or grunted vocals, and particular brand of compositional density. Better known death metal bands include <a href="http://www.last.fm/music/Morbid+Angel" class="bbcode_artist">Morbid Angel</a>, <a href="http://www.last.fm/music/Autopsy" class="bbcode_artist">Autopsy</a>, <a href="http://www.last.fm/music/Suffocation" class="bbcode_artist">Suffocation</a>, and <a href="http://www.last.fm/music/Entombed" class="bbcode_artist">Entombed</a>, all of which had in their earliest years contributed codifying releases to the subgenre. In the middle of the 1980s...]]></summary>
138
+ <content><![CDATA[Death metal is a subgenre of <a href="http://www.last.fm/tag/metal" class="bbcode_tag" rel="tag">metal</a>, most easily identifiable by its utilization of bass-heavy guitar distortion, harsh, often growled or grunted vocals, and particular brand of compositional density. Better known death metal bands include <a href="http://www.last.fm/music/Morbid+Angel" class="bbcode_artist">Morbid Angel</a>, <a href="http://www.last.fm/music/Autopsy" class="bbcode_artist">Autopsy</a>, <a href="http://www.last.fm/music/Suffocation" class="bbcode_artist">Suffocation</a>, and <a href="http://www.last.fm/music/Entombed" class="bbcode_artist">Entombed</a>, all of which had in their earliest years contributed codifying releases to the subgenre.
139
+
140
+ In the middle of the 1980s, the stylistic origins of death metal manifested; 1984 saw the release of a few EPs (<a href="http://www.last.fm/music/Slayer" class="bbcode_artist">Slayer</a> - <em><a title="Slayer - Haunting the Chapel" href="http://www.last.fm/music/Slayer/Haunting+the+Chapel" class="bbcode_album">Haunting the Chapel</a></em>; <a href="http://www.last.fm/music/Celtic+Frost" class="bbcode_artist">Celtic Frost</a> - <em><a title="Celtic Frost - Morbid Tales" href="http://www.last.fm/music/Celtic+Frost/Morbid+Tales" class="bbcode_album">Morbid Tales</a></em>) and several demos (<a href="http://www.last.fm/music/Necrophagia" class="bbcode_artist">Necrophagia</a> - <em>Death Is Fun</em>; <a href="http://www.last.fm/music/Possessed" class="bbcode_artist">Possessed</a> - <em>Death Metal</em>) from which the subgenre would initially draw its compositional and lyrical motifs. 1985 saw the first full-length death metal release in the well-known <em><a title="Possessed - Seven Churches" href="http://www.last.fm/music/Possessed/Seven+Churches" class="bbcode_album">Seven Churches</a></em>, the earliest identifiable distinction the subgenre made from other emergent forms of extreme metal.
141
+
142
+ By the end of the decade, death metal had developed regional specificities. Two particular regions of the United States yielded two particular sounds: California (<a href="http://www.last.fm/music/Sadus" class="bbcode_artist">Sadus</a>, <a href="http://www.last.fm/music/Terrorizer" class="bbcode_artist">Terrorizer</a>, <a href="http://www.last.fm/music/Autopsy" class="bbcode_artist">Autopsy</a>) and Florida (<a href="http://www.last.fm/music/Obituary" class="bbcode_artist">Obituary</a>, <a href="http://www.last.fm/music/Morbid+Angel" class="bbcode_artist">Morbid Angel</a>, <a href="http://www.last.fm/music/Death" class="bbcode_artist">Death</a>); meanwhile, Sweden had developed a <a href="http://www.last.fm/tag/swedish%20death%20metal">unified sound of its own</a> (<a href="http://www.last.fm/music/Merciless" class="bbcode_artist">Merciless</a>, <a href="http://www.last.fm/music/Grotesque" class="bbcode_artist">Grotesque</a>, <a href="http://www.last.fm/music/Carnage" class="bbcode_artist">Carnage</a>, <a href="http://www.last.fm/music/Nihilist" class="bbcode_artist">Nihilist</a>). Other regions of the world followed suit, to include Brazil (<a href="http://www.last.fm/music/Psychic+Possessor" class="bbcode_artist">Psychic Possessor</a>, <a href="http://www.last.fm/music/Mutilator" class="bbcode_artist">Mutilator</a>, <a href="http://www.last.fm/music/Sepultura" class="bbcode_artist">Sepultura</a>), Britain (<a href="http://www.last.fm/music/Cancer" class="bbcode_artist">Cancer</a>, <a href="http://www.last.fm/music/Benediction" class="bbcode_artist">Benediction</a>, <a href="http://www.last.fm/music/Bolt+Thrower" class="bbcode_artist">Bolt Thrower</a>), and Mainland Europe (<a href="http://www.last.fm/music/Necrodeath" class="bbcode_artist">Necrodeath</a>, <a href="http://www.last.fm/music/Messiah" class="bbcode_artist">Messiah</a>, <a href="http://www.last.fm/music/Sempiternal+Deathreign" class="bbcode_artist">Sempiternal Deathreign</a>, <a href="http://www.last.fm/music/Pestilence" class="bbcode_artist">Pestilence</a>).
143
+
144
+ 1990 saw a worldwide surge of activity in death metal. Further subgenres were founded by seminal releases in the following years, with <a href="http://www.last.fm/tag/technical%20death%20metal" class="bbcode_tag" rel="tag">technical death metal</a> (<a href="http://www.last.fm/music/Gorguts" class="bbcode_artist">Gorguts</a> - <em><a title="Gorguts - Considered Dead" href="http://www.last.fm/music/Gorguts/Considered+Dead" class="bbcode_album">Considered Dead</a></em>; <a href="http://www.last.fm/music/Suffocation" class="bbcode_artist">Suffocation</a> - <em><a title="Suffocation - Human Waste" href="http://www.last.fm/music/Suffocation/Human+Waste" class="bbcode_album">Human Waste</a></em>) appearing in 1991 and <a href="http://www.last.fm/tag/melodic%20death%20metal" class="bbcode_tag" rel="tag">melodic death metal</a> (<a href="http://www.last.fm/music/Amorphis" class="bbcode_artist">Amorphis</a> - <a title="Amorphis - The Karelian Isthmus" href="http://www.last.fm/music/Amorphis/The+Karelian+Isthmus" class="bbcode_album">The Karelian Isthmus</a>, <a href="http://www.last.fm/music/Eucharist" class="bbcode_artist">Eucharist</a> - <em><a title="Eucharist - A Velvet Creation" href="http://www.last.fm/music/Eucharist/A+Velvet+Creation" class="bbcode_album">A Velvet Creation</a></em>; <a href="http://www.last.fm/music/Carcass" class="bbcode_artist">Carcass</a> - <em><a title="Carcass - Heartwork" href="http://www.last.fm/music/Carcass/Heartwork" class="bbcode_album">Heartwork</a></em>) properly taking root in 1993. These stylistic schisms were the much more visible faces of death metal from the middle of the 1990s through to the middle of the 2000s.
145
+
146
+ After over a decade of scarcity characterized by <a href="http://www.last.fm/music/Bloodbath">throwback tribute efforts</a> and <a href="http://www.last.fm/music/Throneum">understated</a> <a href="http://www.last.fm/music/Funerus">misfires</a>, the emergence of a <a href="http://www.last.fm/tag/new%20wave%20of%20old%20school%20death%20metal">new, third wave of legitimate, genre-appropriate death metal</a> slowly became apparent. As early as 2006, the reception of <a href="http://www.last.fm/music/Repugnant" class="bbcode_artist">Repugnant</a> - <em><a title="Repugnant - Epitome of Darkness" href="http://www.last.fm/music/Repugnant/Epitome+of+Darkness" class="bbcode_album">Epitome of Darkness</a></em> signaled a change in the common conception of the death metal aesthetic held by newer bands; by 2008, several like-minded record labels (Razorback, Nuclear War Now!, Hells Headbangers) and critically exceptional releases (<a href="http://www.last.fm/music/Acid+Witch" class="bbcode_artist">Acid Witch</a> - <em><a title="Acid Witch - Witchtanic Hellucinations" href="http://www.last.fm/music/Acid+Witch/Witchtanic+Hellucinations" class="bbcode_album">Witchtanic Hellucinations</a></em>; <a href="http://www.last.fm/music/Dead+Congregation" class="bbcode_artist">Dead Congregation</a> - <em><a title="Dead Congregation - Graves Of The Archangels" href="http://www.last.fm/music/Dead+Congregation/Graves+Of+The+Archangels" class="bbcode_album">Graves Of The Archangels</a></em>) had cemented the movement's permanence.]]></content>
147
+ </wiki>
148
+ </tag>
149
+ <tag>
150
+ <name>instrumental</name>
151
+ <url>http://www.last.fm/tag/instrumental</url>
152
+ <reach>108836</reach>
153
+ <taggings>736168</taggings>
154
+ <streamable>1</streamable>
155
+ <wiki>
156
+ <published>Sun, 5 Apr 2009 02:06:02 +0000</published>
157
+ <summary><![CDATA[An instrumental is, in contrast to a song, a musical composition or recording without lyrics or any other sort of vocal music; all of the music is produced by musical instruments. Specifically, this term is used when referring to popular music; some musical genres make little use of the human voice, such as jazz, electronic music, and large amounts of European classical music (although in electronic music the voice can be sampled just like anything else). In commercial music, some tracks or songs on a compact disc include instrumental tracks.]]></summary>
158
+ <content><![CDATA[An instrumental is, in contrast to a song, a musical composition or recording without lyrics or any other sort of vocal music; all of the music is produced by musical instruments. Specifically, this term is used when referring to popular music; some musical genres make little use of the human voice, such as jazz, electronic music, and large amounts of European classical music (although in electronic music the voice can be sampled just like anything else). In commercial music, some tracks or songs on a compact disc include instrumental tracks. These tracks are often exact copies of the corresponding song, but do not have vocals.
159
+
160
+ Instrumental tracks that have reached #1 on the Billboard Hot 100 include
161
+
162
+ &quot;Theme from A Summer Place&quot; - Percy Faith (1960)
163
+ &quot;Telstar&quot; - Tornados (1962)
164
+ &quot;L'Amour Est Bleu (Love Is Blue)&quot; - Paul Mauriat (1968)
165
+ &quot;Grazing in the Grass&quot; - Hugh Masekela (1968)
166
+ &quot;Frankenstein&quot; - Edgar Winter Group (1973)
167
+ &quot;Love's Theme&quot; - Love Unlimited Orchestra (1974)
168
+ &quot;The Hustle&quot; - Van McCoy (1975)
169
+ &quot;Theme from 'S.W.A.T.'&quot; - Rhythm Heritage (1976)
170
+ &quot;Rise&quot; - Herb Alpert (1979)
171
+ &quot;Chariots of Fire&quot; - Vangelis (1982)
172
+ &quot;Miami Vice Theme&quot; - Jan Hammer (1985)
173
+ &quot;Sandstorm&quot; - Darude (2000)
174
+
175
+ Some artists who exemplify instrumental music are: Moby, Yann Tiersen, Apocalyptica, Explosions in the Sky, Mogwai, Godspeed You! Black Emperor, Stidiek and 65daysofstatic.
176
+
177
+ ]]></content>
178
+ </wiki>
179
+ </tag>
180
+ <tag>
181
+ <name>heavy metal</name>
182
+ <url>http://www.last.fm/tag/heavy%20metal</url>
183
+ <reach>83015</reach>
184
+ <taggings>619367</taggings>
185
+ <streamable>1</streamable>
186
+ <wiki>
187
+ <published>Thu, 27 Jan 2011 07:51:21 +0000</published>
188
+ <summary><![CDATA[Heavy metal (often referred to simply as metal) is a genre of rock music that developed in the late 1960s and early 1970s, largely in the United Kingdom and the United States. With roots in blues-rock and psychedelic rock, the bands that created heavy metal developed a thick, massive sound, characterized by highly amplified distortion, extended guitar solos, emphatic beats, and overall loudness. Heavy metal lyrics and performance styles are generally associated with masculinity and machismo. ]]></summary>
189
+ <content><![CDATA[Heavy metal (often referred to simply as metal) is a genre of rock music that developed in the late 1960s and early 1970s, largely in the United Kingdom and the United States. With roots in blues-rock and psychedelic rock, the bands that created heavy metal developed a thick, massive sound, characterized by highly amplified distortion, extended guitar solos, emphatic beats, and overall loudness. Heavy metal lyrics and performance styles are generally associated with masculinity and machismo.
190
+
191
+ The first heavy metal bands such as Led Zeppelin, Black Sabbath and Deep Purple attracted large audiences, though they were often critically reviled, a status common throughout the history of the genre. In the mid-1970s Judas Priest helped spur the genre’s evolution by discarding much of its blues influence; Motörhead introduced a punk rock sensibility and an increasing emphasis on speed. Bands in the New Wave of British Heavy Metal such as Iron Maiden followed in a similar vein. Before the end of the decade, heavy metal had attracted a worldwide following of fans known as “metalheads” or “headbangers”.
192
+
193
+ In the 1980s, glam metal became a major commercial force with groups like Mötley Crüe. Underground scenes produced an array of more extreme, aggressive styles: thrash metal broke into the mainstream with bands such as Metallica, while other styles like death metal and black metal remain subcultural phenomena. Since the mid-1990s, popular styles such as nu metal, which often incorporates elements of grunge and hip hop; and metalcore, which blends extreme metal with hardcore punk, have further expanded the definition of the genre. ]]></content>
194
+ </wiki>
195
+ </tag>
196
+ <tag>
197
+ <name>british</name>
198
+ <url>http://www.last.fm/tag/british</url>
199
+ <reach>86725</reach>
200
+ <taggings>632949</taggings>
201
+ <streamable>1</streamable>
202
+ <wiki>
203
+ <published>Sun, 22 Jul 2012 15:35:21 +0000</published>
204
+ <summary><![CDATA[Bands and artists that are from Great Britain.]]></summary>
205
+ <content><![CDATA[Bands and artists that are from Great Britain.]]></content>
206
+ </wiki>
207
+ </tag>
208
+ </tags>
209
+ </lfm>
@@ -0,0 +1,181 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <tracks page="3" perPage="10" totalPages="100" total="1000">
4
+ <track>
5
+ <name>Breezeblocks</name>
6
+ <duration>227</duration>
7
+ <playcount>49083</playcount>
8
+ <listeners>22356</listeners>
9
+ <mbid>0a4327d0-44c0-441a-a513-3da87b0f25c1</mbid>
10
+ <url>http://www.last.fm/music/Alt-J/_/Breezeblocks</url>
11
+ <streamable fulltrack="0">0</streamable>
12
+ <artist>
13
+ <name>Alt-J</name>
14
+ <mbid>fc7bbf00-fbaa-4736-986b-b3ac0266ca9b</mbid>
15
+ <url>http://www.last.fm/music/Alt-J</url>
16
+ </artist>
17
+ <image size="small">http://userserve-ak.last.fm/serve/34s/83901243.png</image>
18
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/83901243.png</image>
19
+ <image size="large">http://userserve-ak.last.fm/serve/126/83901243.png</image>
20
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/83901243.png</image>
21
+ </track>
22
+ <track>
23
+ <name>Pumped Up Kicks</name>
24
+ <duration>211</duration>
25
+ <playcount>37603</playcount>
26
+ <listeners>21018</listeners>
27
+ <mbid>6c1c2550-3adf-4513-9418-9aca4182f9cf</mbid>
28
+ <url>http://www.last.fm/music/Foster+the+People/_/Pumped+Up+Kicks</url>
29
+ <streamable fulltrack="1">1</streamable>
30
+ <artist>
31
+ <name>Foster the People</name>
32
+ <mbid>e0e1a584-dd0a-4bd1-88d1-c4c62895039d</mbid>
33
+ <url>http://www.last.fm/music/Foster+the+People</url>
34
+ </artist>
35
+ <image size="small">http://userserve-ak.last.fm/serve/34s/62306479.png</image>
36
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/62306479.png</image>
37
+ <image size="large">http://userserve-ak.last.fm/serve/126/62306479.png</image>
38
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/62306479.png</image>
39
+ </track>
40
+ <track>
41
+ <name>Die Young</name>
42
+ <duration>212</duration>
43
+ <playcount>41655</playcount>
44
+ <listeners>20793</listeners>
45
+ <mbid>2a924daa-b652-4296-8e37-c0353fc2c4f6</mbid>
46
+ <url>http://www.last.fm/music/Ke$ha/_/Die+Young</url>
47
+ <streamable fulltrack="0">0</streamable>
48
+ <artist>
49
+ <name>Ke$ha</name>
50
+ <mbid>d20c9b30-d59e-4426-b804-82a0e54dbe14</mbid>
51
+ <url>http://www.last.fm/music/Ke$ha</url>
52
+ </artist>
53
+ <image size="small">http://userserve-ak.last.fm/serve/34s/82333761.png</image>
54
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/82333761.png</image>
55
+ <image size="large">http://userserve-ak.last.fm/serve/126/82333761.png</image>
56
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/82333761.png</image>
57
+ </track>
58
+ <track>
59
+ <name>Intro</name>
60
+ <duration>125</duration>
61
+ <playcount>38564</playcount>
62
+ <listeners>20537</listeners>
63
+ <mbid>48e5992d-ada5-4377-a4b4-eb813956f407</mbid>
64
+ <url>http://www.last.fm/music/The+xx/_/Intro</url>
65
+ <streamable fulltrack="0">0</streamable>
66
+ <artist>
67
+ <name>The xx</name>
68
+ <mbid>c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6</mbid>
69
+ <url>http://www.last.fm/music/The+xx</url>
70
+ </artist>
71
+ <image size="small">http://userserve-ak.last.fm/serve/34s/39352661.png</image>
72
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/39352661.png</image>
73
+ <image size="large">http://userserve-ak.last.fm/serve/126/39352661.png</image>
74
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/39352661.png</image>
75
+ </track>
76
+ <track>
77
+ <name>We No Who U R</name>
78
+ <duration>244</duration>
79
+ <playcount>43934</playcount>
80
+ <listeners>20978</listeners>
81
+ <mbid/>
82
+ <url>http://www.last.fm/music/Nick+Cave+and+the+Bad+Seeds/_/We+No+Who+U+R</url>
83
+ <streamable fulltrack="0">0</streamable>
84
+ <artist>
85
+ <name>Nick Cave and the Bad Seeds</name>
86
+ <mbid/>
87
+ <url>http://www.last.fm/music/Nick+Cave+and+the+Bad+Seeds</url>
88
+ </artist>
89
+ </track>
90
+ <track>
91
+ <name>Blue Jeans</name>
92
+ <duration>209</duration>
93
+ <playcount>42923</playcount>
94
+ <listeners>20455</listeners>
95
+ <mbid>903f67e2-e210-4a3a-8f50-0bf3c1fc4d3c</mbid>
96
+ <url>http://www.last.fm/music/Lana+Del+Rey/_/Blue+Jeans</url>
97
+ <streamable fulltrack="0">1</streamable>
98
+ <artist>
99
+ <name>Lana Del Rey</name>
100
+ <mbid>b7539c32-53e7-4908-bda3-81449c367da6</mbid>
101
+ <url>http://www.last.fm/music/Lana+Del+Rey</url>
102
+ </artist>
103
+ <image size="small">http://userserve-ak.last.fm/serve/34s/74426316.png</image>
104
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/74426316.png</image>
105
+ <image size="large">http://userserve-ak.last.fm/serve/126/74426316.png</image>
106
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/74426316.png</image>
107
+ </track>
108
+ <track>
109
+ <name>Angels</name>
110
+ <duration>171</duration>
111
+ <playcount>36662</playcount>
112
+ <listeners>20279</listeners>
113
+ <mbid>fde95c39-ee51-48f6-a7f9-b5631c2ed156</mbid>
114
+ <url>http://www.last.fm/music/The+xx/_/Angels</url>
115
+ <streamable fulltrack="0">0</streamable>
116
+ <artist>
117
+ <name>The xx</name>
118
+ <mbid>c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6</mbid>
119
+ <url>http://www.last.fm/music/The+xx</url>
120
+ </artist>
121
+ <image size="small">http://userserve-ak.last.fm/serve/34s/80115459.png</image>
122
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/80115459.png</image>
123
+ <image size="large">http://userserve-ak.last.fm/serve/126/80115459.png</image>
124
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/80115459.png</image>
125
+ </track>
126
+ <track>
127
+ <name>Thinkin Bout You</name>
128
+ <duration>201</duration>
129
+ <playcount>37444</playcount>
130
+ <listeners>18675</listeners>
131
+ <mbid>3f23dd2a-a70a-4d6e-a5b1-ae3f22589dd7</mbid>
132
+ <url>http://www.last.fm/music/Frank+Ocean/_/Thinkin+Bout+You</url>
133
+ <streamable fulltrack="0">1</streamable>
134
+ <artist>
135
+ <name>Frank Ocean</name>
136
+ <mbid>e520459c-dff4-491d-a6e4-c97be35e0044</mbid>
137
+ <url>http://www.last.fm/music/Frank+Ocean</url>
138
+ </artist>
139
+ <image size="small">http://userserve-ak.last.fm/serve/34s/80449219.png</image>
140
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/80449219.png</image>
141
+ <image size="large">http://userserve-ak.last.fm/serve/126/80449219.png</image>
142
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/80449219.png</image>
143
+ </track>
144
+ <track>
145
+ <name>Sail</name>
146
+ <duration>259</duration>
147
+ <playcount>37311</playcount>
148
+ <listeners>19136</listeners>
149
+ <mbid>7cf75aac-e64d-4280-9817-80b45120c6ae</mbid>
150
+ <url>http://www.last.fm/music/AWOLNATION/_/Sail</url>
151
+ <streamable fulltrack="0">1</streamable>
152
+ <artist>
153
+ <name>AWOLNATION</name>
154
+ <mbid>77b29df2-056e-409e-a1b2-5e2bbfe421c4</mbid>
155
+ <url>http://www.last.fm/music/AWOLNATION</url>
156
+ </artist>
157
+ <image size="small">http://userserve-ak.last.fm/serve/34s/68205008.png</image>
158
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/68205008.png</image>
159
+ <image size="large">http://userserve-ak.last.fm/serve/126/68205008.png</image>
160
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/68205008.png</image>
161
+ </track>
162
+ <track>
163
+ <name>Call Me Maybe</name>
164
+ <duration>195</duration>
165
+ <playcount>36258</playcount>
166
+ <listeners>18134</listeners>
167
+ <mbid>9aa29eb0-2ec1-40e2-8665-85abe0af474b</mbid>
168
+ <url>http://www.last.fm/music/Carly+Rae+Jepsen/_/Call+Me+Maybe</url>
169
+ <streamable fulltrack="0">1</streamable>
170
+ <artist>
171
+ <name>Carly Rae Jepsen</name>
172
+ <mbid>09887aa7-226e-4ecc-9a0c-02d2ae5777e1</mbid>
173
+ <url>http://www.last.fm/music/Carly+Rae+Jepsen</url>
174
+ </artist>
175
+ <image size="small">http://userserve-ak.last.fm/serve/34s/75352964.png</image>
176
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/75352964.png</image>
177
+ <image size="large">http://userserve-ak.last.fm/serve/126/75352964.png</image>
178
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/75352964.png</image>
179
+ </track>
180
+ </tracks>
181
+ </lfm>
@@ -10,12 +10,72 @@ describe '#chart' do
10
10
  describe '#get_hyped_artists' do
11
11
  it 'should get hyped artists' do
12
12
  @lastfm.should_receive(:request).with('chart.getHypedArtists', {
13
- :limit => 10,
14
- :page => 3
13
+ :limit => 10,
14
+ :page => 3
15
15
  }).and_return(make_response('chart_get_hyped_artists'))
16
16
 
17
17
  hyped_artists = @lastfm.chart.get_hyped_artists(:limit => 10, :page => 3)
18
18
  hyped_artists.size.should > 1
19
19
  end
20
20
  end
21
+
22
+ describe '#get_hyped_tracks' do
23
+ it 'should get hyped tracks' do
24
+ @lastfm.should_receive(:request).with('chart.getHypedTracks', {
25
+ :limit => 10,
26
+ :page => 3
27
+ }).and_return(make_response('chart_get_hyped_tracks'))
28
+
29
+ hyped_tracks = @lastfm.chart.get_hyped_tracks(:limit => 10, :page => 3)
30
+ hyped_tracks.size.should > 1
31
+ end
32
+ end
33
+
34
+ describe '#get_loved_tracks' do
35
+ it 'should get loved tracks' do
36
+ @lastfm.should_receive(:request).with('chart.getLovedTracks', {
37
+ :limit => 10,
38
+ :page => 3
39
+ }).and_return(make_response('chart_get_loved_tracks'))
40
+
41
+ loved_tracks = @lastfm.chart.get_loved_tracks(:limit => 10, :page => 3)
42
+ loved_tracks.size.should > 1
43
+ end
44
+ end
45
+
46
+ describe '#get_top_artists' do
47
+ it 'should get top artists' do
48
+ @lastfm.should_receive(:request).with('chart.getTopArtists', {
49
+ :limit => 10,
50
+ :page => 3
51
+ }).and_return(make_response('chart_get_top_artists'))
52
+
53
+ top_artists = @lastfm.chart.get_top_artists(:limit => 10, :page => 3)
54
+ top_artists.size.should > 1
55
+ end
56
+ end
57
+
58
+ describe '#get_top_tags' do
59
+ it 'should get top tags' do
60
+ @lastfm.should_receive(:request).with('chart.getTopTags', {
61
+ :limit => 10,
62
+ :page => 3
63
+ }).and_return(make_response('chart_get_top_tags'))
64
+
65
+ top_tags = @lastfm.chart.get_top_tags(:limit => 10, :page => 3)
66
+ top_tags.size.should > 1
67
+ end
68
+ end
69
+
70
+ describe '#get_top_tracks' do
71
+ it 'should get top tracks' do
72
+ @lastfm.should_receive(:request).with('chart.getTopTracks', {
73
+ :limit => 10,
74
+ :page => 3
75
+ }).and_return(make_response('chart_get_top_tracks'))
76
+
77
+ top_tracks = @lastfm.chart.get_top_tracks(:limit => 10, :page => 3)
78
+ top_tracks.size.should > 1
79
+ end
80
+ end
21
81
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lastfm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-21 00:00:00.000000000 Z
12
+ date: 2013-02-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: xml-simple
@@ -135,6 +135,11 @@ files:
135
135
  - spec/fixtures/artist_get_top_tracks.xml
136
136
  - spec/fixtures/artist_search.xml
137
137
  - spec/fixtures/chart_get_hyped_artists.xml
138
+ - spec/fixtures/chart_get_hyped_tracks.xml
139
+ - spec/fixtures/chart_get_loved_tracks.xml
140
+ - spec/fixtures/chart_get_top_artists.xml
141
+ - spec/fixtures/chart_get_top_tags.xml
142
+ - spec/fixtures/chart_get_top_tracks.xml
138
143
  - spec/fixtures/event_get_info.xml
139
144
  - spec/fixtures/geo_get_events.xml
140
145
  - spec/fixtures/library_get_artists.xml
@@ -204,7 +209,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
204
209
  version: '0'
205
210
  segments:
206
211
  - 0
207
- hash: 1260931291668534361
212
+ hash: 3208565068622947004
208
213
  required_rubygems_version: !ruby/object:Gem::Requirement
209
214
  none: false
210
215
  requirements:
@@ -213,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
218
  version: '0'
214
219
  segments:
215
220
  - 0
216
- hash: 1260931291668534361
221
+ hash: 3208565068622947004
217
222
  requirements: []
218
223
  rubyforge_project:
219
224
  rubygems_version: 1.8.24
@@ -232,6 +237,11 @@ test_files:
232
237
  - spec/fixtures/artist_get_top_tracks.xml
233
238
  - spec/fixtures/artist_search.xml
234
239
  - spec/fixtures/chart_get_hyped_artists.xml
240
+ - spec/fixtures/chart_get_hyped_tracks.xml
241
+ - spec/fixtures/chart_get_loved_tracks.xml
242
+ - spec/fixtures/chart_get_top_artists.xml
243
+ - spec/fixtures/chart_get_top_tags.xml
244
+ - spec/fixtures/chart_get_top_tracks.xml
235
245
  - spec/fixtures/event_get_info.xml
236
246
  - spec/fixtures/geo_get_events.xml
237
247
  - spec/fixtures/library_get_artists.xml