jonaustin-rockstar 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +7 -0
  2. data/.travis.yml +8 -0
  3. data/Gemfile +10 -0
  4. data/Gemfile.lock +62 -0
  5. data/History.txt +6 -0
  6. data/MIT-LICENSE +19 -0
  7. data/Manifest +72 -0
  8. data/README.md +173 -0
  9. data/Rakefile +32 -0
  10. data/VERSION +1 -0
  11. data/examples/.gitignore +1 -0
  12. data/examples/album.rb +16 -0
  13. data/examples/artist.rb +25 -0
  14. data/examples/geo.rb +60 -0
  15. data/examples/lastfm.yml_example +3 -0
  16. data/examples/scrobble.rb +45 -0
  17. data/examples/tag.rb +20 -0
  18. data/examples/track.rb +14 -0
  19. data/examples/user.rb +18 -0
  20. data/lib/rockstar.rb +46 -0
  21. data/lib/rockstar/album.rb +104 -0
  22. data/lib/rockstar/artist.rb +183 -0
  23. data/lib/rockstar/auth.rb +38 -0
  24. data/lib/rockstar/base.rb +48 -0
  25. data/lib/rockstar/chart.rb +31 -0
  26. data/lib/rockstar/event.rb +73 -0
  27. data/lib/rockstar/geo.rb +47 -0
  28. data/lib/rockstar/library.rb +13 -0
  29. data/lib/rockstar/metro.rb +26 -0
  30. data/lib/rockstar/rest.rb +66 -0
  31. data/lib/rockstar/session.rb +19 -0
  32. data/lib/rockstar/tag.rb +100 -0
  33. data/lib/rockstar/track.rb +265 -0
  34. data/lib/rockstar/user.rb +205 -0
  35. data/lib/rockstar/venue.rb +59 -0
  36. data/lib/rockstar/version.rb +3 -0
  37. data/rockstar.gemspec +176 -0
  38. data/test/fixtures/xml/album/getinfo_album_Radio_Retalation_artist_Thievery_Corporation.xml +21 -0
  39. data/test/fixtures/xml/album/getinfo_album_Some_Hearts_artist_Carrie_Underwood.xml +63 -0
  40. data/test/fixtures/xml/artist/getevents_artist_Metallica.xml +1064 -0
  41. data/test/fixtures/xml/artist/getimages_artist_Metallica_page_2.xml +1074 -0
  42. data/test/fixtures/xml/artist/getinfo_artist_Metallica.xml +115 -0
  43. data/test/fixtures/xml/artist/getinfo_mbid_65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab.xml +115 -0
  44. data/test/fixtures/xml/artist/getsimilar_artist_Metallica.xml +1203 -0
  45. data/test/fixtures/xml/artist/gettopalbums_artist_Metallica.xml +704 -0
  46. data/test/fixtures/xml/artist/gettopfans_artist_Metallica.xml +504 -0
  47. data/test/fixtures/xml/artist/gettoptags_artist_Metallica.xml +403 -0
  48. data/test/fixtures/xml/artist/gettoptracks_artist_Metallica.xml +800 -0
  49. data/test/fixtures/xml/geo/getevents_location_london.xml +531 -0
  50. data/test/fixtures/xml/geo/getmetros_country_germany.xml +44 -0
  51. data/test/fixtures/xml/geo/gettopartists_country_spain_limit_50_page_.xml +561 -0
  52. data/test/fixtures/xml/geo/gettoptracks_country_spain_limit_50_page_.xml +1004 -0
  53. data/test/fixtures/xml/library/getalbums_user_jnunemaker.xml +704 -0
  54. data/test/fixtures/xml/library/getartists_user_jnunemaker.xml +554 -0
  55. data/test/fixtures/xml/tag/gettopalbums_tag_rock.xml +654 -0
  56. data/test/fixtures/xml/tag/gettopartists_tag_rock.xml +504 -0
  57. data/test/fixtures/xml/tag/gettoptags.xml +1253 -0
  58. data/test/fixtures/xml/tag/gettoptracks_tag_rock.xml +704 -0
  59. data/test/fixtures/xml/track/getinfo_artist_Carrie_Underwood_track_Before_He_Cheats.xml +55 -0
  60. data/test/fixtures/xml/track/getinfo_artist_Karrie_Underwood_track_Before_He_Cheats.xml +55 -0
  61. data/test/fixtures/xml/track/getsimilar_artist_Carrie_Underwood_limit_10_track_Before_He_Cheats.xml +185 -0
  62. data/test/fixtures/xml/track/gettopfans_artist_Carrie_Underwood_track_Before_He_Cheats.xml +504 -0
  63. data/test/fixtures/xml/track/gettoptags_artist_Carrie_Underwood_track_Before_He_Cheats.xml +403 -0
  64. data/test/fixtures/xml/track/gettoptags_artist_Carrie_Underwood_track_Wasted.xml +405 -0
  65. data/test/fixtures/xml/track/love_artist_Carrie_Underwood_sk_tag_track_Before_He_Cheats.xml +2 -0
  66. data/test/fixtures/xml/track/updatenowplaying_artist_Carrie_Underwood_sk_tag_track_Before_He_Cheats.xml +10 -0
  67. data/test/fixtures/xml/user/getevents_sk_token_user_bodot.xml +513 -0
  68. data/test/fixtures/xml/user/getfriends_user_jnunemaker.xml +173 -0
  69. data/test/fixtures/xml/user/getinfo_user_jnunemaker.xml +22 -0
  70. data/test/fixtures/xml/user/getinfo_user_oaknd1.xml +22 -0
  71. data/test/fixtures/xml/user/getinfo_user_wharle.xml +22 -0
  72. data/test/fixtures/xml/user/getlovedtracks_user_jnunemaker.xml +775 -0
  73. data/test/fixtures/xml/user/getneighbours_user_jnunemaker.xml +503 -0
  74. data/test/fixtures/xml/user/getrecenttracks_user_jnunemaker.xml +133 -0
  75. data/test/fixtures/xml/user/getrecommendedartists_sk_token_user_jnunemaker.xml +553 -0
  76. data/test/fixtures/xml/user/gettopalbums_user_jnunemaker.xml +704 -0
  77. data/test/fixtures/xml/user/gettopartists_period_3month_user_jnunemaker.xml +710 -0
  78. data/test/fixtures/xml/user/gettopartists_period_overall_user_jnunemaker.xml +554 -0
  79. data/test/fixtures/xml/user/gettoptags_user_jnunemaker.xml +63 -0
  80. data/test/fixtures/xml/user/gettoptracks_user_jnunemaker.xml +750 -0
  81. data/test/fixtures/xml/user/getweeklyalbumchart_from_1138536002_to_1139140802_user_jnunemaker.xml +143 -0
  82. data/test/fixtures/xml/user/getweeklyalbumchart_from__to__user_jnunemaker.xml +31 -0
  83. data/test/fixtures/xml/user/getweeklyartistchart_from_1138536002_to_1139140802_user_jnunemaker.xml +201 -0
  84. data/test/fixtures/xml/user/getweeklyartistchart_from__to__user_jnunemaker.xml +21 -0
  85. data/test/fixtures/xml/user/getweeklychartlist_user_jnunemaker.xml +232 -0
  86. data/test/fixtures/xml/user/getweeklytrackchart_from_1138536002_to_1139140802_user_jnunemaker.xml +883 -0
  87. data/test/fixtures/xml/user/getweeklytrackchart_from__to__user_jnunemaker.xml +423 -0
  88. data/test/fixtures/xml/venue/getevents_venue_8807850.xml +280 -0
  89. data/test/fixtures/xml/venue/search_country__limit__page__venue_country_DE_venue_cotton.xml +72 -0
  90. data/test/mocks/rest.rb +50 -0
  91. data/test/test_helper.rb +18 -0
  92. data/test/unit/test_album.rb +76 -0
  93. data/test/unit/test_artist.rb +123 -0
  94. data/test/unit/test_chart.rb +35 -0
  95. data/test/unit/test_geo.rb +51 -0
  96. data/test/unit/test_library.rb +65 -0
  97. data/test/unit/test_rockstar.rb +15 -0
  98. data/test/unit/test_tag.rb +57 -0
  99. data/test/unit/test_track.rb +93 -0
  100. data/test/unit/test_user.rb +309 -0
  101. data/test/unit/test_venue.rb +20 -0
  102. metadata +243 -0
@@ -0,0 +1,59 @@
1
+ module Rockstar
2
+ class Venue < Base
3
+
4
+ attr_accessor :vid, :name, :city, :country, :street, :postalcode, :lat, :long, :url,
5
+ :website, :phonenumber, :images, :events
6
+
7
+ class << self
8
+ def new_from_xml(xml, doc)
9
+ v = Venue.new(
10
+ (xml).at(:id).inner_html,
11
+ (xml).at(:name).inner_html
12
+ )
13
+
14
+ v.city = xml.search("/location/city").inner_html.strip
15
+ v.country = xml.search("/location/country").inner_html.strip
16
+ v.street = xml.search("/location/street").inner_html.strip
17
+ v.postalcode = xml.search("/location/postalcode").inner_html.strip
18
+ v.lat = xml.search("geo:lat").inner_html.strip
19
+ v.long = xml.search("geo:long").inner_html.strip
20
+ v.url = xml.search("/url").inner_html.strip
21
+ v.website = xml.search("/website").inner_html.strip
22
+ v.phonenumber= xml.search("/phonenumber").inner_html.strip
23
+
24
+ v.images = {}
25
+ xml.search('/image').each {|image|
26
+ v.images[image['size']] = image.inner_html if v.images[image['size']].nil?
27
+ }
28
+
29
+ v
30
+ end
31
+
32
+ def find(name, country = nil, limit = nil, page = nil)
33
+ get_instance("venue.search", :venues, :venue, {:venue => name, :country => country, :limit => limit, :page => page})
34
+ end
35
+ end
36
+
37
+ def initialize(id, name)
38
+ raise ArgumentError, "ID is required" if id.blank?
39
+ raise ArgumentError, "Name is required" if name.blank?
40
+ @vid = id
41
+ @name = name
42
+ end
43
+
44
+ def image(which=:medium)
45
+ which = which.to_s
46
+ raise ArgumentError unless ['small', 'medium', 'large', 'extralarge', 'mega'].include?(which)
47
+ if (self.images.nil?)
48
+ load_info
49
+ end
50
+ self.images[which]
51
+ end
52
+
53
+ def events
54
+ @events ||= get_instance("venue.getEvents", :events, :event, {:venue => vid})
55
+ end
56
+ end
57
+ end
58
+
59
+
@@ -0,0 +1,3 @@
1
+ module Rockstar
2
+ Version = File.open(File.join(File.dirname(__FILE__), "../../VERSION"), "r").read.strip
3
+ end
@@ -0,0 +1,176 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = "rockstar"
8
+ s.version = "0.7.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Bodo Tasche"]
12
+ s.date = "2013-02-19"
13
+ s.description = "This gem is an updated version of jnunemakers scrobbler gem. Rockstar uses v2.0 of the last.fm api."
14
+ s.email = "bodo@putpat.tv"
15
+ s.extra_rdoc_files = [
16
+ "README.md"
17
+ ]
18
+ s.files = [
19
+ ".travis.yml",
20
+ "Gemfile",
21
+ "Gemfile.lock",
22
+ "History.txt",
23
+ "MIT-LICENSE",
24
+ "Manifest",
25
+ "README.md",
26
+ "Rakefile",
27
+ "VERSION",
28
+ "examples/.gitignore",
29
+ "examples/album.rb",
30
+ "examples/artist.rb",
31
+ "examples/geo.rb",
32
+ "examples/lastfm.yml_example",
33
+ "examples/scrobble.rb",
34
+ "examples/tag.rb",
35
+ "examples/track.rb",
36
+ "examples/user.rb",
37
+ "lib/rockstar.rb",
38
+ "lib/rockstar/album.rb",
39
+ "lib/rockstar/artist.rb",
40
+ "lib/rockstar/auth.rb",
41
+ "lib/rockstar/base.rb",
42
+ "lib/rockstar/chart.rb",
43
+ "lib/rockstar/event.rb",
44
+ "lib/rockstar/geo.rb",
45
+ "lib/rockstar/library.rb",
46
+ "lib/rockstar/metro.rb",
47
+ "lib/rockstar/rest.rb",
48
+ "lib/rockstar/session.rb",
49
+ "lib/rockstar/tag.rb",
50
+ "lib/rockstar/track.rb",
51
+ "lib/rockstar/user.rb",
52
+ "lib/rockstar/venue.rb",
53
+ "lib/rockstar/version.rb",
54
+ "rockstar.gemspec",
55
+ "test/fixtures/xml/album/getinfo_album_Radio_Retalation_artist_Thievery_Corporation.xml",
56
+ "test/fixtures/xml/album/getinfo_album_Some_Hearts_artist_Carrie_Underwood.xml",
57
+ "test/fixtures/xml/artist/getevents_artist_Metallica.xml",
58
+ "test/fixtures/xml/artist/getimages_artist_Metallica_page_2.xml",
59
+ "test/fixtures/xml/artist/getinfo_artist_Metallica.xml",
60
+ "test/fixtures/xml/artist/getinfo_mbid_65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab.xml",
61
+ "test/fixtures/xml/artist/getsimilar_artist_Metallica.xml",
62
+ "test/fixtures/xml/artist/gettopalbums_artist_Metallica.xml",
63
+ "test/fixtures/xml/artist/gettopfans_artist_Metallica.xml",
64
+ "test/fixtures/xml/artist/gettoptags_artist_Metallica.xml",
65
+ "test/fixtures/xml/artist/gettoptracks_artist_Metallica.xml",
66
+ "test/fixtures/xml/geo/getevents_location_london.xml",
67
+ "test/fixtures/xml/geo/getmetros_country_germany.xml",
68
+ "test/fixtures/xml/geo/gettopartists_country_spain_limit_50_page_.xml",
69
+ "test/fixtures/xml/geo/gettoptracks_country_spain_limit_50_page_.xml",
70
+ "test/fixtures/xml/library/getalbums_user_jnunemaker.xml",
71
+ "test/fixtures/xml/library/getartists_user_jnunemaker.xml",
72
+ "test/fixtures/xml/tag/gettopalbums_tag_rock.xml",
73
+ "test/fixtures/xml/tag/gettopartists_tag_rock.xml",
74
+ "test/fixtures/xml/tag/gettoptags.xml",
75
+ "test/fixtures/xml/tag/gettoptracks_tag_rock.xml",
76
+ "test/fixtures/xml/track/getinfo_artist_Carrie_Underwood_track_Before_He_Cheats.xml",
77
+ "test/fixtures/xml/track/getinfo_artist_Karrie_Underwood_track_Before_He_Cheats.xml",
78
+ "test/fixtures/xml/track/getsimilar_artist_Carrie_Underwood_limit_10_track_Before_He_Cheats.xml",
79
+ "test/fixtures/xml/track/gettopfans_artist_Carrie_Underwood_track_Before_He_Cheats.xml",
80
+ "test/fixtures/xml/track/gettoptags_artist_Carrie_Underwood_track_Before_He_Cheats.xml",
81
+ "test/fixtures/xml/track/gettoptags_artist_Carrie_Underwood_track_Wasted.xml",
82
+ "test/fixtures/xml/track/love_artist_Carrie_Underwood_sk_tag_track_Before_He_Cheats.xml",
83
+ "test/fixtures/xml/track/updatenowplaying_artist_Carrie_Underwood_sk_tag_track_Before_He_Cheats.xml",
84
+ "test/fixtures/xml/user/getevents_sk_token_user_bodot.xml",
85
+ "test/fixtures/xml/user/getfriends_user_jnunemaker.xml",
86
+ "test/fixtures/xml/user/getinfo_user_jnunemaker.xml",
87
+ "test/fixtures/xml/user/getinfo_user_oaknd1.xml",
88
+ "test/fixtures/xml/user/getinfo_user_wharle.xml",
89
+ "test/fixtures/xml/user/getlovedtracks_user_jnunemaker.xml",
90
+ "test/fixtures/xml/user/getneighbours_user_jnunemaker.xml",
91
+ "test/fixtures/xml/user/getrecenttracks_user_jnunemaker.xml",
92
+ "test/fixtures/xml/user/getrecommendedartists_sk_token_user_jnunemaker.xml",
93
+ "test/fixtures/xml/user/gettopalbums_user_jnunemaker.xml",
94
+ "test/fixtures/xml/user/gettopartists_period_3month_user_jnunemaker.xml",
95
+ "test/fixtures/xml/user/gettopartists_period_overall_user_jnunemaker.xml",
96
+ "test/fixtures/xml/user/gettoptags_user_jnunemaker.xml",
97
+ "test/fixtures/xml/user/gettoptracks_user_jnunemaker.xml",
98
+ "test/fixtures/xml/user/getweeklyalbumchart_from_1138536002_to_1139140802_user_jnunemaker.xml",
99
+ "test/fixtures/xml/user/getweeklyalbumchart_from__to__user_jnunemaker.xml",
100
+ "test/fixtures/xml/user/getweeklyartistchart_from_1138536002_to_1139140802_user_jnunemaker.xml",
101
+ "test/fixtures/xml/user/getweeklyartistchart_from__to__user_jnunemaker.xml",
102
+ "test/fixtures/xml/user/getweeklychartlist_user_jnunemaker.xml",
103
+ "test/fixtures/xml/user/getweeklytrackchart_from_1138536002_to_1139140802_user_jnunemaker.xml",
104
+ "test/fixtures/xml/user/getweeklytrackchart_from__to__user_jnunemaker.xml",
105
+ "test/fixtures/xml/venue/getevents_venue_8807850.xml",
106
+ "test/fixtures/xml/venue/search_country__limit__page__venue_country_DE_venue_cotton.xml",
107
+ "test/mocks/rest.rb",
108
+ "test/test_helper.rb",
109
+ "test/unit/test_album.rb",
110
+ "test/unit/test_artist.rb",
111
+ "test/unit/test_chart.rb",
112
+ "test/unit/test_geo.rb",
113
+ "test/unit/test_library.rb",
114
+ "test/unit/test_rockstar.rb",
115
+ "test/unit/test_tag.rb",
116
+ "test/unit/test_track.rb",
117
+ "test/unit/test_user.rb",
118
+ "test/unit/test_venue.rb"
119
+ ]
120
+ s.homepage = "http://github.com/putpat/rockstar"
121
+ s.require_paths = ["lib"]
122
+ s.rubygems_version = "1.8.23"
123
+ s.summary = "wrapper for audioscrobbler (last.fm) web services"
124
+ s.test_files = [
125
+ "examples/album.rb",
126
+ "examples/artist.rb",
127
+ "examples/geo.rb",
128
+ "examples/scrobble.rb",
129
+ "examples/tag.rb",
130
+ "examples/track.rb",
131
+ "examples/user.rb",
132
+ "test/mocks/rest.rb",
133
+ "test/test_helper.rb",
134
+ "test/unit/test_album.rb",
135
+ "test/unit/test_artist.rb",
136
+ "test/unit/test_chart.rb",
137
+ "test/unit/test_geo.rb",
138
+ "test/unit/test_library.rb",
139
+ "test/unit/test_rockstar.rb",
140
+ "test/unit/test_tag.rb",
141
+ "test/unit/test_track.rb",
142
+ "test/unit/test_user.rb",
143
+ "test/unit/test_venue.rb"
144
+ ]
145
+
146
+ if s.respond_to? :specification_version then
147
+ s.specification_version = 3
148
+
149
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
150
+ s.add_runtime_dependency(%q<rake>, [">= 0"])
151
+ s.add_runtime_dependency(%q<hpricot>, [">= 0.4.86"])
152
+ s.add_runtime_dependency(%q<i18n>, [">= 0"])
153
+ s.add_runtime_dependency(%q<activesupport>, [">= 1.4.2"])
154
+ s.add_development_dependency(%q<jeweler>, [">= 0"])
155
+ s.add_runtime_dependency(%q<hpricot>, [">= 0.4.86"])
156
+ s.add_runtime_dependency(%q<activesupport>, [">= 1.4.2"])
157
+ else
158
+ s.add_dependency(%q<rake>, [">= 0"])
159
+ s.add_dependency(%q<hpricot>, [">= 0.4.86"])
160
+ s.add_dependency(%q<i18n>, [">= 0"])
161
+ s.add_dependency(%q<activesupport>, [">= 1.4.2"])
162
+ s.add_dependency(%q<jeweler>, [">= 0"])
163
+ s.add_dependency(%q<hpricot>, [">= 0.4.86"])
164
+ s.add_dependency(%q<activesupport>, [">= 1.4.2"])
165
+ end
166
+ else
167
+ s.add_dependency(%q<rake>, [">= 0"])
168
+ s.add_dependency(%q<hpricot>, [">= 0.4.86"])
169
+ s.add_dependency(%q<i18n>, [">= 0"])
170
+ s.add_dependency(%q<activesupport>, [">= 1.4.2"])
171
+ s.add_dependency(%q<jeweler>, [">= 0"])
172
+ s.add_dependency(%q<hpricot>, [">= 0.4.86"])
173
+ s.add_dependency(%q<activesupport>, [">= 1.4.2"])
174
+ end
175
+ end
176
+
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <album>
4
+ <name>Radio Retalation</name>
5
+ <artist>Thievery Corporation</artist>
6
+ <id>18206109</id>
7
+ <mbid></mbid>
8
+ <url>http://www.last.fm/music/Thievery+Corporation/Radio+Retalation</url>
9
+ <releasedate> </releasedate>
10
+ <image size="small"></image>
11
+ <image size="medium"></image>
12
+ <image size="large"></image>
13
+ <image size="extralarge"></image>
14
+ <image size="mega"></image>
15
+ <listeners>21</listeners>
16
+ <playcount>573</playcount>
17
+ <tracks>
18
+ </tracks>
19
+ <toptags>
20
+ </toptags>
21
+ </album></lfm>
@@ -0,0 +1,63 @@
1
+ <lfm status="ok">
2
+ <album>
3
+ <name>Some Hearts</name>
4
+ <artist>Carrie Underwood</artist>
5
+ <id>2317937</id>
6
+ <mbid>a33b9822-9f09-4e19-9d6e-e05af85c727b</mbid>
7
+ <url>http://www.last.fm/music/Carrie+Underwood/Some+Hearts</url>
8
+ <releasedate> 15 Nov 2005, 00:00</releasedate>
9
+ <image size="small">http://userserve-ak.last.fm/serve/34s/34894445.png</image>
10
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/34894445.png</image>
11
+ <image size="large">http://userserve-ak.last.fm/serve/174s/34894445.png</image>
12
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/34894445.png</image>
13
+ <listeners>228298</listeners>
14
+ <playcount>2959436</playcount>
15
+ <toptags>
16
+ <tag>
17
+ <name>country</name>
18
+ <url>http://www.last.fm/tag/country</url>
19
+ </tag>
20
+ <tag>
21
+ <name>albums i own</name>
22
+ <url>http://www.last.fm/tag/albums%20i%20own</url>
23
+ </tag>
24
+ <tag>
25
+ <name>female vocalists</name>
26
+ <url>http://www.last.fm/tag/female%20vocalists</url>
27
+ </tag>
28
+ <tag>
29
+ <name>pop</name>
30
+ <url>http://www.last.fm/tag/pop</url>
31
+ </tag>
32
+ <tag>
33
+ <name>country pop</name>
34
+ <url>http://www.last.fm/tag/country%20pop</url>
35
+ </tag>
36
+ </toptags>
37
+ <wiki>
38
+ <published>Thu, 8 Jan 2009 17:10:24 +0000</published>
39
+ <summary><![CDATA[Some Hearts is the debut album from fourth-season American Idol winner Carrie Underwood, released in the United States on November 15, 2005. It has been certified seven times platinum in the U.S. (RIAA) and three times platinum in Canada (CRIA). On December 4, 2006, Some Hearts was named the number-one selling album of the year in all genres at the Billboard Music Awards. It is also the best selling debut album by a solo female country music artist in history. ]]></summary>
40
+ <content><![CDATA[Some Hearts is the debut album from fourth-season American Idol winner Carrie Underwood, released in the United States on November 15, 2005. It has been certified seven times platinum in the U.S. (RIAA) and three times platinum in Canada (CRIA). On December 4, 2006, Some Hearts was named the number-one selling album of the year in all genres at the Billboard Music Awards. It is also the best selling debut album by a solo female country music artist in history.
41
+
42
+ As of July 3, 2008, the album is no longer present nor eligible to appear on the U.S. Billboard 200. It had a run of 136 weeks, the second-longest for any album released in 2005, behind Nickelback's All the Right Reasons. The following week, it dropped out of the Top Country Albums Chart, having had a 137 week run. It is currently active on the Pop Catalog Chart. It has sold 6,630,000 copies in the U.S. to date.
43
+ Some Hearts was the highest selling country album in the U.S. in both 2006 and 2007. The album now certified 7x Platinum and is the best-selling debut album for a female country artist.
44
+
45
+
46
+
47
+ Track listing
48
+ 1. &quot;Wasted&quot; (Troy Verges, Marv Green, Hillary Lindsey) – 4:34
49
+ 2. &quot;Don't Forget to Remember Me&quot; (Morgane Hayes, Kelley Lovelace, Ashley Gorley) – 4:00
50
+ 3. &quot;Some Hearts&quot; (Diane Warren) – 3:48
51
+ 4. &quot;Jesus, Take the Wheel&quot; (Brett James, Lindsey, Gordie Sampson) – 3:46
52
+ 5. &quot;The Night Before (Life Goes On)&quot; (Wendell Mobley, Neil Thrasher, Jimmy Olander) – 3:54
53
+ 6. &quot;Lessons Learned&quot; (Warren) – 4:09
54
+ 7. &quot;Before He Cheats&quot; (Chris Tompkins, Josh Kear) – 3:19
55
+ 8. &quot;Starts with Goodbye&quot; (Angelo, Lindsey) – 4:06
56
+ 9. &quot;I Just Can't Live a Lie&quot; (Steve Robson, Wayne Hector) – 3:59
57
+ 10. &quot;We're Young and Beautiful&quot; (Rivers Rutherford, Steve McEwan) – 3:53
58
+ 11. &quot;That's Where It Is&quot; (Melissa Peirce, Robson, Greg Becker) – 3:35
59
+ 12. &quot;Whenever You Remember&quot; (Warren) – 3:47
60
+ 13. &quot;I Ain't in Checotah Anymore&quot; (Carrie Underwood, Trey Bruce, Angelo) – 3:21
61
+ 14. &quot;Inside Your Heaven&quot; (Andreas Carlsson, Pelle Nyhlén, Savan Kotecha) – 3:45 (bonus track) ]]></content>
62
+ </wiki>
63
+ </album></lfm>
@@ -0,0 +1,1064 @@
1
+ <lfm status="ok">
2
+ <events artist="Metallica" festivalsonly="0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" page="1" perPage="50" totalPages="1" total="14">
3
+ <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
4
+ <id>1844518</id>
5
+ <title>The Big Four - Metallica, Slayer, Megadeth, Anthrax</title>
6
+ <artists>
7
+ <artist>Metallica</artist>
8
+ <artist>Megadeth</artist>
9
+ <artist>Slayer</artist>
10
+ <artist>Anthrax</artist>
11
+ <headliner>Metallica</headliner>
12
+ </artists>
13
+ <venue>
14
+ <id>8792848</id>
15
+ <name>Veltins-Arena</name>
16
+ <location>
17
+ <city>Gelsenkirchen</city>
18
+ <country>Germany</country>
19
+ <street>Kurt-Schumacher-Straße 284 a</street>
20
+ <postalcode>45891</postalcode>
21
+ <geo:point>
22
+ <geo:lat>51.55667</geo:lat>
23
+ <geo:long>7.061722</geo:long>
24
+ </geo:point>
25
+ </location>
26
+ <url>http://www.last.fm/venue/8792848+Veltins-Arena</url>
27
+ <website>http://www.veltins-arena.de/</website>
28
+ <phonenumber>01805 / 150810</phonenumber>
29
+ <image size="small">http://userserve-ak.last.fm/serve/34/37567207.jpg</image>
30
+ <image size="medium">http://userserve-ak.last.fm/serve/64/37567207.jpg</image>
31
+ <image size="large">http://userserve-ak.last.fm/serve/126/37567207.jpg</image>
32
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/37567207.jpg</image>
33
+ <image size="mega">http://userserve-ak.last.fm/serve/500/37567207/VeltinsArena+veltins+arena.jpg</image>
34
+ </venue> <startDate>Sat, 02 Jul 2011 14:16:01</startDate>
35
+ <description><![CDATA[<div class="bbcode"><a href="http://metallica.com/index.asp?item=603585" rel="nofollow">http://metallica.com/index.asp?item=603585</a></div>]]></description>
36
+ <image size="small">http://userserve-ak.last.fm/serve/34/13440.jpg</image>
37
+ <image size="medium">http://userserve-ak.last.fm/serve/64/13440.jpg</image>
38
+ <image size="large">http://userserve-ak.last.fm/serve/126/13440.jpg</image>
39
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/13440.jpg</image>
40
+ <attendance>485</attendance>
41
+ <reviews>0</reviews>
42
+ <tag>lastfm:event=1844518</tag>
43
+ <url>http://www.last.fm/event/1844518+The+Big+Four+-+Metallica%2C+Slayer%2C+Megadeth%2C+Anthrax</url>
44
+ <website></website>
45
+ <tickets>
46
+ </tickets>
47
+ <cancelled>0</cancelled>
48
+ <tags>
49
+ <tag>thrash metal</tag>
50
+ <tag>metal</tag>
51
+ <tag>heavy metal</tag>
52
+ </tags>
53
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
54
+ <id>1860640</id>
55
+ <title>The Big Four</title>
56
+ <artists>
57
+ <artist>Metallica</artist>
58
+ <artist>Megadeth</artist>
59
+ <artist>Slayer</artist>
60
+ <artist>Anthrax</artist>
61
+ <headliner>Metallica</headliner>
62
+ </artists>
63
+ <venue>
64
+ <id>8789770</id>
65
+ <name>Ullevi</name>
66
+ <location>
67
+ <city>Göteborg</city>
68
+ <country>Sweden</country>
69
+ <street>Skånegatan</street>
70
+ <postalcode>411 40</postalcode>
71
+ <geo:point>
72
+ <geo:lat>57.705437</geo:lat>
73
+ <geo:long>11.988639</geo:long>
74
+ </geo:point>
75
+ </location>
76
+ <url>http://www.last.fm/venue/8789770+Ullevi</url>
77
+ <website>http://www.ullevi.se/</website>
78
+ <phonenumber>+46(0)31611845</phonenumber>
79
+ <image size="small">http://userserve-ak.last.fm/serve/34/44280205.jpg</image>
80
+ <image size="medium">http://userserve-ak.last.fm/serve/64/44280205.jpg</image>
81
+ <image size="large">http://userserve-ak.last.fm/serve/126/44280205.jpg</image>
82
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/44280205.jpg</image>
83
+ <image size="mega">http://userserve-ak.last.fm/serve/500/44280205/Ullevi+venue.jpg</image>
84
+ </venue> <startDate>Sun, 03 Jul 2011 09:13:01</startDate>
85
+ <description><![CDATA[<div class="bbcode">The final announcement in our recent series of European adventures finds us in Gothenburg, Sweden on July 3, 2011. Of course Anthrax, Megadeth and Slayer will all be there for our first Big 4 show in Scandinavia!<br /><br />Tickets go on sale Monday, March 7 at 9:00 AM local time. Met Club members should check MetClub.com for more details about a special pre-sale this week.<br /><br /><br />Tickets: <a href="http://www.ticnet.se/event/METALLICATHEBIG4biljetter/UL10703?tm_link=tm_homeA_homeA_3_f1" rel="nofollow">http://www.ticnet.se/event/METALLICATHEBIG4biljetter/UL10703?tm_link=tm_homeA_homeA_3_f1</a></div>]]></description>
86
+ <image size="small">http://userserve-ak.last.fm/serve/34/13440.jpg</image>
87
+ <image size="medium">http://userserve-ak.last.fm/serve/64/13440.jpg</image>
88
+ <image size="large">http://userserve-ak.last.fm/serve/126/13440.jpg</image>
89
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/13440.jpg</image>
90
+ <attendance>236</attendance>
91
+ <reviews>0</reviews>
92
+ <tag>lastfm:event=1860640</tag>
93
+ <url>http://www.last.fm/event/1860640+The+Big+Four</url>
94
+ <website>http://www.metallica.com/index.asp?item=603600</website>
95
+ <tickets>
96
+ </tickets>
97
+ <cancelled>0</cancelled>
98
+ <tags>
99
+ <tag>thrash metal</tag>
100
+ <tag>metal</tag>
101
+ <tag>heavy metal</tag>
102
+ </tags>
103
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
104
+ <id>1850154</id>
105
+ <title>The Big Four</title>
106
+ <artists>
107
+ <artist>Metallica</artist>
108
+ <artist>Megadeth</artist>
109
+ <artist>Slayer</artist>
110
+ <artist>Anthrax</artist>
111
+ <artist>Andreas Kisser</artist>
112
+ <headliner>Metallica</headliner>
113
+ </artists>
114
+ <venue>
115
+ <id>9028160</id>
116
+ <name>Arena Concerti - Fiera Milano Rho</name>
117
+ <location>
118
+ <city>Rho</city>
119
+ <country>Italy</country>
120
+ <street></street>
121
+ <postalcode></postalcode>
122
+ <geo:point>
123
+ <geo:lat>45.5333333</geo:lat>
124
+ <geo:long>9.0333333</geo:long>
125
+ </geo:point>
126
+ </location>
127
+ <url>http://www.last.fm/venue/9028160+Arena+Concerti+-+Fiera+Milano+Rho</url>
128
+ <website></website>
129
+ <phonenumber></phonenumber>
130
+ <image size="small"></image>
131
+ <image size="medium"></image>
132
+ <image size="large"></image>
133
+ <image size="extralarge"></image>
134
+ <image size="mega"></image>
135
+ </venue> <startDate>Wed, 06 Jul 2011 08:47:01</startDate>
136
+ <description></description>
137
+ <image size="small">http://userserve-ak.last.fm/serve/34/13440.jpg</image>
138
+ <image size="medium">http://userserve-ak.last.fm/serve/64/13440.jpg</image>
139
+ <image size="large">http://userserve-ak.last.fm/serve/126/13440.jpg</image>
140
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/13440.jpg</image>
141
+ <attendance>160</attendance>
142
+ <reviews>0</reviews>
143
+ <tag>lastfm:event=1850154</tag>
144
+ <url>http://www.last.fm/event/1850154+The+Big+Four</url>
145
+ <website>http://www.liveinitaly.com</website>
146
+ <tickets>
147
+ </tickets>
148
+ <cancelled>0</cancelled>
149
+ <tags>
150
+ <tag>metal</tag>
151
+ <tag>thrash metal</tag>
152
+ <tag>heavy metal</tag>
153
+ </tags>
154
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
155
+ <id>1850522</id>
156
+ <title>Festival d'été de Québec</title>
157
+ <artists>
158
+ <artist>The Black Keys</artist>
159
+ <artist>Metallica</artist>
160
+ <artist>Elton John</artist>
161
+ <artist>Simple Plan</artist>
162
+ <artist>Yellowcard</artist>
163
+ <artist>Ben Harper</artist>
164
+ <artist>Cut Copy</artist>
165
+ <artist>Dropkick Murphys</artist>
166
+ <artist>Coheed and Cambria</artist>
167
+ <artist>M. Ward</artist>
168
+ <artist>Death from Above 1979</artist>
169
+ <artist>Hollywood Undead</artist>
170
+ <artist>Cage the Elephant</artist>
171
+ <artist>10 Years</artist>
172
+ <artist>Joe Satriani</artist>
173
+ <artist>Joseph Arthur</artist>
174
+ <artist>Girl Talk</artist>
175
+ <artist>Buddy Guy</artist>
176
+ <artist>Martha Wainwright</artist>
177
+ <artist>Marianne Faithfull</artist>
178
+ <artist>Annihilator</artist>
179
+ <artist>John Fogerty</artist>
180
+ <artist>Wavves</artist>
181
+ <artist>Auf der Maur</artist>
182
+ <artist>Stephen Marley</artist>
183
+ <artist>Wanda Jackson</artist>
184
+ <artist>Buck 65</artist>
185
+ <artist>The Low Anthem</artist>
186
+ <artist>Francis Cabrel</artist>
187
+ <artist>Designer Drugs</artist>
188
+ <artist>Coeur de Pirate</artist>
189
+ <artist>Malajube</artist>
190
+ <artist>Manu Dibango</artist>
191
+ <artist>Ours</artist>
192
+ <artist>Young Galaxy</artist>
193
+ <artist>An Horse</artist>
194
+ <artist>Thomas Fersen</artist>
195
+ <artist>Mexican Institute of Sound</artist>
196
+ <artist>Blue King Brown</artist>
197
+ <artist>Dawes</artist>
198
+ <artist>Booba</artist>
199
+ <artist>Shad</artist>
200
+ <artist>The Klezmatics</artist>
201
+ <artist>Nolwenn Leroy</artist>
202
+ <artist>Miracle Fortress</artist>
203
+ <artist>Grand Corps Malade</artist>
204
+ <artist>Hypnotic Brass Ensemble</artist>
205
+ <artist>Cheb Khaled</artist>
206
+ <artist>Suuns</artist>
207
+ <artist>Patrick Fiori</artist>
208
+ <artist>Novalima</artist>
209
+ <artist>Duchess Says</artist>
210
+ <artist>Freshlyground</artist>
211
+ <artist>Karkwa</artist>
212
+ <artist>Nicoletta</artist>
213
+ <artist>Jacques Greene</artist>
214
+ <artist>Emmanuel Jal</artist>
215
+ <artist>Gaëtan Roussel</artist>
216
+ <artist>Emilie-Claire Barlow</artist>
217
+ <artist>Dave Aju</artist>
218
+ <artist>Jonas</artist>
219
+ <artist>Hélène Segara</artist>
220
+ <artist>Marco Calliari</artist>
221
+ <artist>Omar Souleyman</artist>
222
+ <artist>Grupo Fantasma</artist>
223
+ <artist>Stefie Shock</artist>
224
+ <artist>Jean-Pierre Ferland</artist>
225
+ <artist>Afrocubism</artist>
226
+ <artist>Sword</artist>
227
+ <artist>Marie-Mai</artist>
228
+ <artist>Blitz the Ambassador</artist>
229
+ <artist>Afrodizz</artist>
230
+ <artist>Bombino</artist>
231
+ <artist>Madjo</artist>
232
+ <artist>Baloji</artist>
233
+ <artist>Aṣa</artist>
234
+ <artist>G Love &amp; Special Sauce</artist>
235
+ <artist>Matt Schofield</artist>
236
+ <artist>eric lapointe</artist>
237
+ <artist>David Gogo</artist>
238
+ <artist>Gregory Charles</artist>
239
+ <artist>Yeshe</artist>
240
+ <artist>Bloodshot Bill</artist>
241
+ <artist>Yaron Herman Trio</artist>
242
+ <artist>Florence K</artist>
243
+ <artist>Gatineau</artist>
244
+ <artist>Plants &amp; Animals</artist>
245
+ <artist>Daran</artist>
246
+ <artist>Lee Fields and The Expressions</artist>
247
+ <artist>The Campbell Brothers</artist>
248
+ <artist>Bleeker Ridge</artist>
249
+ <artist>Michel Pagliaro</artist>
250
+ <artist>Les Charbonniers de l'Enfer</artist>
251
+ <artist>Shawn Kellerman</artist>
252
+ <artist>Random Recipe</artist>
253
+ <artist>The Twisters</artist>
254
+ <artist>Manu Militari</artist>
255
+ <artist>Ian Kelly</artist>
256
+ <artist>Galaxie</artist>
257
+ <artist>Who Are You</artist>
258
+ <artist>Tim robbins &amp; the rogues gallery band</artist>
259
+ <artist>LAURENT</artist>
260
+ <artist>Alex Nevsky</artist>
261
+ <artist>Louise Forestier</artist>
262
+ <artist>Jimmy Hunt</artist>
263
+ <artist>Emilie Clepper</artist>
264
+ <artist>Mauvais sort</artist>
265
+ <artist>William Deslauriers</artist>
266
+ <artist>Les Espoirs de Coronthie</artist>
267
+ <artist>Buddy McNeil &amp; the Magic Mirrors</artist>
268
+ <artist>Oli Brown Band</artist>
269
+ <artist>Kim Churchill</artist>
270
+ <artist>Champion et ses g-strings</artist>
271
+ <artist>Dance Laury Dance</artist>
272
+ <artist>Red Baraat</artist>
273
+ <artist>Karim Ouellet</artist>
274
+ <artist>alaclair ensemble</artist>
275
+ <artist>Vincent Lemieux</artist>
276
+ <artist>Sam Sadigursky</artist>
277
+ <artist>I. No</artist>
278
+ <artist>Jamie McLean Band</artist>
279
+ <artist>Cécile Doo-Kingué</artist>
280
+ <artist>Élage Diouf</artist>
281
+ <artist>Nortec Collective Presents: Bostich &amp; Fussible</artist>
282
+ <artist>claass</artist>
283
+ <artist>Mat Fraser</artist>
284
+ <artist>Alejandra Ribera</artist>
285
+ <artist>Pablo Mayor</artist>
286
+ <artist>Face T</artist>
287
+ <artist>Lisa LeBlanc</artist>
288
+ <artist>Folklore Urbano</artist>
289
+ <artist>Isabeau et les Chercheurs D'or</artist>
290
+ <artist>Douze Hommes Rapaillés</artist>
291
+ <artist>The blue seed</artist>
292
+ <artist>Habana Café</artist>
293
+ <artist>NASTURICA</artist>
294
+ <artist>Karen Young &amp; Éric Auclair</artist>
295
+ <artist>Lionel Young Band</artist>
296
+ <artist>Ezeckiel</artist>
297
+ <artist>Adam Doubleyou</artist>
298
+ <artist>Mark Bérubé and The Patriotic Few</artist>
299
+ <artist>CHX Soundsystem</artist>
300
+ <artist>Rael da Rima &amp; Vox Sambou</artist>
301
+ <artist>Del Sonido</artist>
302
+ <artist>Fade Wizard</artist>
303
+ <artist>Daniela Lumbroso</artist>
304
+ <artist>Folklore Urbano Orchestra</artist>
305
+ <artist>Roberto Lòpez Afro-Colombian Jazz Orchestra</artist>
306
+ <artist>Donato-Bourassa-Lozano-Tanguay</artist>
307
+ <artist>Lagacé &amp; Jolicoeur Paulo Ramos</artist>
308
+ <artist>Miss V &amp; The Lonestars</artist>
309
+ <artist>Shrofel-Moore-Doxas Trio</artist>
310
+ <artist>Jean-Pierre Zanella Trio</artist>
311
+ <artist>Gabrielle Shonk Quartet</artist>
312
+ <artist>Michelle-Marie Nestor Trio</artist>
313
+ <artist>Sextet André Larue avec Mark Weinstein</artist>
314
+ <artist>Guy Bélanger Trio Acoustique</artist>
315
+ <artist>Smokin’ Joe Kubek &amp; B’Nois King</artist>
316
+ <artist>Craig Miller’s Blues Killers</artist>
317
+ <artist>Why Alex, Why ?</artist>
318
+ <artist>E1000 + This is Not Design</artist>
319
+ <artist>Nerdy by Nature</artist>
320
+ <artist>Jewish Deli</artist>
321
+ <artist>Zéphyr and Friends</artist>
322
+ <headliner>The Black Keys</headliner>
323
+ </artists>
324
+ <venue>
325
+ <id>8821952</id>
326
+ <name>Place d'Youville</name>
327
+ <location>
328
+ <city></city>
329
+ <country>Canada</country>
330
+ <street>Place d'Youville</street>
331
+ <postalcode>G1R</postalcode>
332
+ <geo:point>
333
+ <geo:lat>46.812407</geo:lat>
334
+ <geo:long>-71.214695</geo:long>
335
+ </geo:point>
336
+ </location>
337
+ <url>http://www.last.fm/venue/8821952+Place+d%27Youville</url>
338
+ <website></website>
339
+ <phonenumber></phonenumber>
340
+ <image size="small">http://userserve-ak.last.fm/serve/34/47989969.jpg</image>
341
+ <image size="medium">http://userserve-ak.last.fm/serve/64/47989969.jpg</image>
342
+ <image size="large">http://userserve-ak.last.fm/serve/126/47989969.jpg</image>
343
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/47989969.jpg</image>
344
+ <image size="mega">http://userserve-ak.last.fm/serve/_/47989969/Place+dYouville.jpg</image>
345
+ </venue> <startDate>Thu, 07 Jul 2011 13:43:01</startDate>
346
+ <endDate>Sun, 17 Jul 2011 13:43:01</endDate>
347
+ <description><![CDATA[<div class="bbcode">Imaginez une ville à la fois moderne et historique envahie par la musique et 1,5 million de festivaliers. Douze scènes intérieures et extérieures, lieux de découvertes ou de célébrations, sur lesquelles défilent pendant 11 jours au début du mois de juillet des vedettes internationales</div>]]></description>
348
+ <image size="small">http://userserve-ak.last.fm/serve/34/54380955.jpg</image>
349
+ <image size="medium">http://userserve-ak.last.fm/serve/64/54380955.jpg</image>
350
+ <image size="large">http://userserve-ak.last.fm/serve/126/54380955.jpg</image>
351
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/54380955.jpg</image>
352
+ <attendance>51</attendance>
353
+ <reviews>0</reviews>
354
+ <tag>lastfm:event=1850522</tag>
355
+ <url>http://www.last.fm/festival/1850522+Festival+d%27%C3%A9t%C3%A9+de+Qu%C3%A9bec</url>
356
+ <website>http://www.infofestival.com/</website>
357
+ <tickets>
358
+ </tickets>
359
+ <cancelled>0</cancelled>
360
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
361
+ <id>1681633</id>
362
+ <title>Sonisphere Festival France</title>
363
+ <artists>
364
+ <artist>Metallica</artist>
365
+ <artist>Papa Roach</artist>
366
+ <artist>Slipknot</artist>
367
+ <artist>Megadeth</artist>
368
+ <artist>Slayer</artist>
369
+ <artist>Dream Theater</artist>
370
+ <artist>Anthrax</artist>
371
+ <artist>Bring Me The Horizon</artist>
372
+ <artist>Mastodon</artist>
373
+ <artist>Volbeat</artist>
374
+ <artist>Tarja</artist>
375
+ <artist>Airbourne</artist>
376
+ <artist>Gojira</artist>
377
+ <artist>Diamond Head</artist>
378
+ <artist>Mass Hysteria</artist>
379
+ <artist>Rise To Remain</artist>
380
+ <artist>Loudblast</artist>
381
+ <artist>Symfonia</artist>
382
+ <headliner>Metallica</headliner>
383
+ </artists>
384
+ <venue>
385
+ <id>9148705</id>
386
+ <name>Amneville</name>
387
+ <location>
388
+ <city>Amneville</city>
389
+ <country>France</country>
390
+ <street></street>
391
+ <postalcode>57360</postalcode>
392
+ <geo:point>
393
+ <geo:lat>49.242644</geo:lat>
394
+ <geo:long>6.135201</geo:long>
395
+ </geo:point>
396
+ </location>
397
+ <url>http://www.last.fm/venue/9148705+Amneville</url>
398
+ <website></website>
399
+ <phonenumber></phonenumber>
400
+ <image size="small"></image>
401
+ <image size="medium"></image>
402
+ <image size="large"></image>
403
+ <image size="extralarge"></image>
404
+ <image size="mega"></image>
405
+ </venue> <startDate>Fri, 08 Jul 2011 20:18:01</startDate>
406
+ <endDate>Sat, 09 Jul 2011 20:18:01</endDate>
407
+ <description><![CDATA[<div class="bbcode">Officially confirmed (bands and venue TBA)<br /><br /><a href="http://fr.sonispherefestivals.com/" rel="nofollow">http://fr.sonispherefestivals.com/</a></div>]]></description>
408
+ <image size="small">http://userserve-ak.last.fm/serve/34/60513129.jpg</image>
409
+ <image size="medium">http://userserve-ak.last.fm/serve/64/60513129.jpg</image>
410
+ <image size="large">http://userserve-ak.last.fm/serve/126/60513129.jpg</image>
411
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/60513129.jpg</image>
412
+ <attendance>247</attendance>
413
+ <reviews>0</reviews>
414
+ <tag>lastfm:event=1681633</tag>
415
+ <url>http://www.last.fm/festival/1681633+Sonisphere+Festival+France</url>
416
+ <website>http://sonispherefestivals.com/</website>
417
+ <tickets>
418
+ </tickets>
419
+ <cancelled>0</cancelled>
420
+ <tags>
421
+ <tag>metal</tag>
422
+ </tags>
423
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
424
+ <id>1722428</id>
425
+ <title>Sonisphere Festival 2011</title>
426
+ <artists>
427
+ <artist>Weezer</artist>
428
+ <artist>Metallica</artist>
429
+ <artist>Slipknot</artist>
430
+ <artist>Limp Bizkit</artist>
431
+ <artist>Sum 41</artist>
432
+ <artist>Motörhead</artist>
433
+ <artist>Megadeth</artist>
434
+ <artist>Slayer</artist>
435
+ <artist>The Mars Volta</artist>
436
+ <artist>In Flames</artist>
437
+ <artist>Bad Religion</artist>
438
+ <artist>All Time Low</artist>
439
+ <artist>Anberlin</artist>
440
+ <artist>Anthrax</artist>
441
+ <artist>Opeth</artist>
442
+ <artist>Biffy Clyro</artist>
443
+ <artist>Arch Enemy</artist>
444
+ <artist>Mastodon</artist>
445
+ <artist>House of Pain</artist>
446
+ <artist>Blood Red Shoes</artist>
447
+ <artist>Parkway Drive</artist>
448
+ <artist>The Sisters of Mercy</artist>
449
+ <artist>Paradise Lost</artist>
450
+ <artist>Four Year Strong</artist>
451
+ <artist>Volbeat</artist>
452
+ <artist>You Me At Six</artist>
453
+ <artist>The Black Dahlia Murder</artist>
454
+ <artist>Killing Joke</artist>
455
+ <artist>Airbourne</artist>
456
+ <artist>Gojira</artist>
457
+ <artist>Protest The Hero</artist>
458
+ <artist>Architects</artist>
459
+ <artist>Gallows</artist>
460
+ <artist>Kids In Glass Houses</artist>
461
+ <artist>Alestorm</artist>
462
+ <artist>InMe</artist>
463
+ <artist>Diamond Head</artist>
464
+ <artist>Firewind</artist>
465
+ <artist>Cavalera Conspiracy</artist>
466
+ <artist>Orange Goblin</artist>
467
+ <artist>Black Tide</artist>
468
+ <artist>Innerpartysystem</artist>
469
+ <artist>Amplifier</artist>
470
+ <artist>Cancer Bats</artist>
471
+ <artist>Kylesa</artist>
472
+ <artist>Grinspoon</artist>
473
+ <artist>The Answer</artist>
474
+ <artist>Hayseed Dixie</artist>
475
+ <artist>Glamour Of The Kill</artist>
476
+ <artist>Watain</artist>
477
+ <artist>Sonic Boom Six</artist>
478
+ <artist>Title Fight</artist>
479
+ <artist>Fozzy</artist>
480
+ <artist>One Minute Silence</artist>
481
+ <artist>Pulled Apart By Horses</artist>
482
+ <artist>Me vs Hero</artist>
483
+ <artist>Sylosis</artist>
484
+ <artist>Rolo Tomassi</artist>
485
+ <artist>Tesseract</artist>
486
+ <artist>Periphery</artist>
487
+ <artist>Bill Bailey</artist>
488
+ <artist>Exit Ten</artist>
489
+ <artist>Anterior</artist>
490
+ <artist>My Passion</artist>
491
+ <artist>While She Sleeps</artist>
492
+ <artist>Jim Breuer</artist>
493
+ <artist>Black Breath</artist>
494
+ <artist>Lower Than Atlantis</artist>
495
+ <artist>Turbowolf</artist>
496
+ <artist>Richard Cheese &amp; Lounge Against The Machine</artist>
497
+ <artist>The Safety Fire</artist>
498
+ <artist>Black Spiders</artist>
499
+ <artist>Cerebral Ballzy</artist>
500
+ <artist>Steve-O</artist>
501
+ <artist>Rise To Remain</artist>
502
+ <artist>Panic Cell</artist>
503
+ <artist>Hammer of the Gods</artist>
504
+ <artist>Japanese Voyeurs</artist>
505
+ <artist>You And What Army</artist>
506
+ <artist>Young Legionnaire</artist>
507
+ <artist>Don Broco</artist>
508
+ <artist>The Defiled</artist>
509
+ <artist>Fletcher</artist>
510
+ <artist>Rival Sons</artist>
511
+ <artist>Tek One</artist>
512
+ <artist>The Treatment</artist>
513
+ <artist>Mojo Fury</artist>
514
+ <artist>The Crave</artist>
515
+ <artist>Flats</artist>
516
+ <artist>Saint Jude</artist>
517
+ <artist>Decade</artist>
518
+ <artist>Hounds</artist>
519
+ <artist>Revoker</artist>
520
+ <artist>Arcane Roots</artist>
521
+ <artist>Turbogeist</artist>
522
+ <artist>No Americana</artist>
523
+ <artist>Jetblack</artist>
524
+ <artist>The Virgin Marys</artist>
525
+ <artist>Demonic Ressurection</artist>
526
+ <artist>Cherri Bomb</artist>
527
+ <artist>Cavelera Conspiracy</artist>
528
+ <artist>Jason John Whitehead</artist>
529
+ <artist>Andrew O'Neill</artist>
530
+ <artist>Slam Cartel</artist>
531
+ <artist>Sons of Icarus</artist>
532
+ <artist>Bob Slayer</artist>
533
+ <artist>Jarred Christmas</artist>
534
+ <artist>six hour sundown</artist>
535
+ <headliner>Weezer</headliner>
536
+ </artists>
537
+ <venue>
538
+ <id>8825807</id>
539
+ <name>Knebworth Park</name>
540
+ <location>
541
+ <city>Knebworth, Hertfordshire</city>
542
+ <country>United Kingdom</country>
543
+ <street></street>
544
+ <postalcode>SG3 6PY</postalcode>
545
+ <geo:point>
546
+ <geo:lat>51.872235</geo:lat>
547
+ <geo:long>-0.211709</geo:long>
548
+ </geo:point>
549
+ </location>
550
+ <url>http://www.last.fm/venue/8825807+Knebworth+Park</url>
551
+ <website>http://KnebworthHouse.com</website>
552
+ <phonenumber>014 3881 2661</phonenumber>
553
+ <image size="small">http://userserve-ak.last.fm/serve/34/44956253.png</image>
554
+ <image size="medium">http://userserve-ak.last.fm/serve/64/44956253.png</image>
555
+ <image size="large">http://userserve-ak.last.fm/serve/126/44956253.png</image>
556
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/44956253.png</image>
557
+ <image size="mega">http://userserve-ak.last.fm/serve/_/44956253/Knebworth+Park+KnebworthParkhousepinklong445x.png</image>
558
+ </venue> <startDate>Fri, 08 Jul 2011 21:42:01</startDate>
559
+ <endDate>Sun, 10 Jul 2011 21:42:01</endDate>
560
+ <description><![CDATA[<div class="bbcode">The first of the headliners can already be revealed. Iowa’s favourite sons, Slipknot will perform this summer at Sonisphere, including an exclusive UK performance at Knebworth.<br /><br />Yes, it’s really true. SONISPHERE will be bringing together METALLICA, SLAYER, MEGADETH and ANTHRAX in the UK for the first time in history to exclusively headline the Friday night at Knebworth.</div>]]></description>
561
+ <image size="small">http://userserve-ak.last.fm/serve/34/62917881.jpg</image>
562
+ <image size="medium">http://userserve-ak.last.fm/serve/64/62917881.jpg</image>
563
+ <image size="large">http://userserve-ak.last.fm/serve/126/62917881.jpg</image>
564
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/62917881.jpg</image>
565
+ <attendance>1203</attendance>
566
+ <reviews>1</reviews>
567
+ <tag>lastfm:event=1722428</tag>
568
+ <url>http://www.last.fm/festival/1722428+Sonisphere+Festival+2011</url>
569
+ <website>http://uk.sonispherefestivals.com</website>
570
+ <tickets>
571
+ </tickets>
572
+ <cancelled>0</cancelled>
573
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
574
+ <id>1935176</id>
575
+ <title>Rock the Hill</title>
576
+ <artists>
577
+ <artist>Metallica</artist>
578
+ <artist>Seether</artist>
579
+ <artist>Coheed and Cambria</artist>
580
+ <artist>Protest The Hero</artist>
581
+ <artist>Matt Mays</artist>
582
+ <headliner>Metallica</headliner>
583
+ </artists>
584
+ <venue>
585
+ <id>8939167</id>
586
+ <name>Garrison Grounds at Citadel Hill</name>
587
+ <location>
588
+ <city>Halifax, NS</city>
589
+ <country>Canada</country>
590
+ <street></street>
591
+ <postalcode></postalcode>
592
+ <geo:point>
593
+ <geo:lat>44.643162</geo:lat>
594
+ <geo:long>-63.622727</geo:long>
595
+ </geo:point>
596
+ </location>
597
+ <url>http://www.last.fm/venue/8939167+Garrison+Grounds+at+Citadel+Hill</url>
598
+ <website></website>
599
+ <phonenumber></phonenumber>
600
+ <image size="small"></image>
601
+ <image size="medium"></image>
602
+ <image size="large"></image>
603
+ <image size="extralarge"></image>
604
+ <image size="mega"></image>
605
+ </venue> <startDate>Thu, 14 Jul 2011 13:41:01</startDate>
606
+ <description></description>
607
+ <image size="small">http://userserve-ak.last.fm/serve/34/13440.jpg</image>
608
+ <image size="medium">http://userserve-ak.last.fm/serve/64/13440.jpg</image>
609
+ <image size="large">http://userserve-ak.last.fm/serve/126/13440.jpg</image>
610
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/13440.jpg</image>
611
+ <attendance>14</attendance>
612
+ <reviews>0</reviews>
613
+ <tag>lastfm:event=1935176</tag>
614
+ <url>http://www.last.fm/event/1935176+Rock+the+Hill</url>
615
+ <website>http://www.rockthehill.ca/</website>
616
+ <tickets>
617
+ </tickets>
618
+ <cancelled>0</cancelled>
619
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
620
+ <id>1915710</id>
621
+ <title>Metallica</title>
622
+ <artists>
623
+ <artist>Metallica</artist>
624
+ <artist>Joe Satriani</artist>
625
+ <artist>Dance Laury Dance</artist>
626
+ <headliner>Metallica</headliner>
627
+ </artists>
628
+ <venue>
629
+ <id>9038182</id>
630
+ <name>Scène Bell</name>
631
+ <location>
632
+ <city>Québec</city>
633
+ <country>Canada</country>
634
+ <street>Plaines d'Abraham</street>
635
+ <postalcode>G1R 2L7</postalcode>
636
+ <geo:point>
637
+ <geo:lat>46.81318</geo:lat>
638
+ <geo:long>-71.227945</geo:long>
639
+ </geo:point>
640
+ </location>
641
+ <url>http://www.last.fm/venue/9038182+Sc%C3%A8ne+Bell</url>
642
+ <website></website>
643
+ <phonenumber></phonenumber>
644
+ <image size="small"></image>
645
+ <image size="medium"></image>
646
+ <image size="large"></image>
647
+ <image size="extralarge"></image>
648
+ <image size="mega"></image>
649
+ </venue> <startDate>Sat, 16 Jul 2011 15:07:01</startDate>
650
+ <description></description>
651
+ <image size="small">http://userserve-ak.last.fm/serve/34/13440.jpg</image>
652
+ <image size="medium">http://userserve-ak.last.fm/serve/64/13440.jpg</image>
653
+ <image size="large">http://userserve-ak.last.fm/serve/126/13440.jpg</image>
654
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/13440.jpg</image>
655
+ <attendance>19</attendance>
656
+ <reviews>0</reviews>
657
+ <tag>lastfm:event=1915710</tag>
658
+ <url>http://www.last.fm/event/1915710+Metallica+at+Sc%C3%A8ne+Bell+on+16+July+2011</url>
659
+ <website></website>
660
+ <tickets>
661
+ </tickets>
662
+ <cancelled>0</cancelled>
663
+ <tags>
664
+ <tag>rock</tag>
665
+ </tags>
666
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
667
+ <id>1909054</id>
668
+ <title>Festival d'été de Québec</title>
669
+ <artists>
670
+ <artist>Metallica</artist>
671
+ <artist>Elton John</artist>
672
+ <artist>The Black Keys</artist>
673
+ <artist>Cage the Elephant</artist>
674
+ <artist>Joe Satriani</artist>
675
+ <artist>Girl Talk</artist>
676
+ <artist>Thomas Fersen</artist>
677
+ <artist>Dance Laury Dance</artist>
678
+ <headliner>Metallica</headliner>
679
+ </artists>
680
+ <venue>
681
+ <id>9184592</id>
682
+ <name>Plein d'abraham</name>
683
+ <location>
684
+ <city>Québec</city>
685
+ <country>Canada</country>
686
+ <street></street>
687
+ <postalcode></postalcode>
688
+ <geo:point>
689
+ <geo:lat></geo:lat>
690
+ <geo:long></geo:long>
691
+ </geo:point>
692
+ </location>
693
+ <url>http://www.last.fm/venue/9184592+Plein+d%27abraham</url>
694
+ <website></website>
695
+ <phonenumber></phonenumber>
696
+ <image size="small"></image>
697
+ <image size="medium"></image>
698
+ <image size="large"></image>
699
+ <image size="extralarge"></image>
700
+ <image size="mega"></image>
701
+ </venue> <startDate>Sat, 16 Jul 2011 19:00:00</startDate>
702
+ <description></description>
703
+ <image size="small">http://userserve-ak.last.fm/serve/34/13440.jpg</image>
704
+ <image size="medium">http://userserve-ak.last.fm/serve/64/13440.jpg</image>
705
+ <image size="large">http://userserve-ak.last.fm/serve/126/13440.jpg</image>
706
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/13440.jpg</image>
707
+ <attendance>7</attendance>
708
+ <reviews>0</reviews>
709
+ <tag>lastfm:event=1909054</tag>
710
+ <url>http://www.last.fm/festival/1909054+Festival+d%27%C3%A9t%C3%A9+de+Qu%C3%A9bec</url>
711
+ <website></website>
712
+ <tickets>
713
+ </tickets>
714
+ <cancelled>0</cancelled>
715
+ <tags>
716
+ <tag>rock</tag>
717
+ </tags>
718
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
719
+ <id>1925062</id>
720
+ <title>The Big 4</title>
721
+ <artists>
722
+ <artist>Metallica</artist>
723
+ <artist>Megadeth</artist>
724
+ <artist>Slayer</artist>
725
+ <artist>Anthrax</artist>
726
+ <headliner>Metallica</headliner>
727
+ </artists>
728
+ <venue>
729
+ <id>8793374</id>
730
+ <name>Yankee Stadium</name>
731
+ <location>
732
+ <city>New York</city>
733
+ <country>United States</country>
734
+ <street>1 East 161st Street</street>
735
+ <postalcode>10451</postalcode>
736
+ <geo:point>
737
+ <geo:lat>40.82697</geo:lat>
738
+ <geo:long>-73.92786</geo:long>
739
+ </geo:point>
740
+ </location>
741
+ <url>http://www.last.fm/venue/8793374+Yankee+Stadium</url>
742
+ <website></website>
743
+ <phonenumber></phonenumber>
744
+ <image size="small">http://userserve-ak.last.fm/serve/34/12031045.jpg</image>
745
+ <image size="medium">http://userserve-ak.last.fm/serve/64/12031045.jpg</image>
746
+ <image size="large">http://userserve-ak.last.fm/serve/126/12031045.jpg</image>
747
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/12031045.jpg</image>
748
+ <image size="mega">http://userserve-ak.last.fm/serve/_/12031045/Yankee+Stadium+yankeepic.jpg</image>
749
+ </venue> <startDate>Wed, 14 Sep 2011 16:00:00</startDate>
750
+ <description><![CDATA[<div class="bbcode">Tickets on sale May 6, 2011 at 10am<br /><br />Ticket prices are as follows:<br />Front G.A. floor: $225<br />Back G.A. floor: $175<br />Reserved lower level seats: $119<br />Upper deck reserved seats: $90<br /><br />Additional Ticketmaster and facility fees will be applied.<br /><br />Check back shortly for hotel packages and shuttle bus/ferry travel packages. There will not be a VIP ticket package now that the entire floor is G.A.</div>]]></description>
751
+ <image size="small">http://userserve-ak.last.fm/serve/34/13440.jpg</image>
752
+ <image size="medium">http://userserve-ak.last.fm/serve/64/13440.jpg</image>
753
+ <image size="large">http://userserve-ak.last.fm/serve/126/13440.jpg</image>
754
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/13440.jpg</image>
755
+ <attendance>77</attendance>
756
+ <reviews>0</reviews>
757
+ <tag>lastfm:event=1925062</tag>
758
+ <url>http://www.last.fm/event/1925062+The+Big+4</url>
759
+ <website>http://www.ticketmaster.com/event/1D0046A216C14A88</website>
760
+ <tickets>
761
+ </tickets>
762
+ <cancelled>0</cancelled>
763
+ <tags>
764
+ <tag>thrash metal</tag>
765
+ <tag>metal</tag>
766
+ <tag>heavy metal</tag>
767
+ </tags>
768
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
769
+ <id>1737875</id>
770
+ <title>Rock in Rio 2011</title>
771
+ <artists>
772
+ <artist>Metallica</artist>
773
+ <artist>Coldplay</artist>
774
+ <artist>Red Hot Chili Peppers</artist>
775
+ <artist>Rihanna</artist>
776
+ <artist>System of a Down</artist>
777
+ <artist>Guns N' Roses</artist>
778
+ <artist>Snow Patrol</artist>
779
+ <artist>Katy Perry</artist>
780
+ <artist>Jay-Z</artist>
781
+ <artist>Evanescence</artist>
782
+ <artist>Slipknot</artist>
783
+ <artist>Elton John</artist>
784
+ <artist>Shakira</artist>
785
+ <artist>Lenny Kravitz</artist>
786
+ <artist>Motörhead</artist>
787
+ <artist>Stone Sour</artist>
788
+ <artist>Sepultura</artist>
789
+ <artist>Coheed and Cambria</artist>
790
+ <artist>Boys Noize</artist>
791
+ <artist>Ferry Corsten</artist>
792
+ <artist>Bebel Gilberto</artist>
793
+ <artist>Above &amp; Beyond</artist>
794
+ <artist>Maná</artist>
795
+ <artist>Os Mutantes</artist>
796
+ <artist>Angra</artist>
797
+ <artist>Gui Boratto</artist>
798
+ <artist>Dimitri from Paris</artist>
799
+ <artist>Tarja Turunen</artist>
800
+ <artist>Macaco</artist>
801
+ <artist>Pitty</artist>
802
+ <artist>Skank</artist>
803
+ <artist>Cibelle</artist>
804
+ <artist>CéU</artist>
805
+ <artist>Zeca Baleiro</artist>
806
+ <artist>The Asteroids Galaxy Tour</artist>
807
+ <artist>Milton Nascimento</artist>
808
+ <artist>Capital Inicial</artist>
809
+ <artist>Tom Zé</artist>
810
+ <artist>Os Paralamas do Sucesso</artist>
811
+ <artist>Steve Aoki</artist>
812
+ <artist>Ivete Sangalo</artist>
813
+ <artist>Jorge Drexler</artist>
814
+ <artist>Jota Quest</artist>
815
+ <artist>Titãs</artist>
816
+ <artist>Arnaldo Antunes</artist>
817
+ <artist>Buraka Som Sistema</artist>
818
+ <artist>Marcelo D2</artist>
819
+ <artist>Móveis Coloniais de Acaju</artist>
820
+ <artist>NX Zero</artist>
821
+ <artist>Esperanza Spalding</artist>
822
+ <artist>João Donato</artist>
823
+ <artist>Mariana Aydar</artist>
824
+ <artist>Cidade Negra</artist>
825
+ <artist>Guy Gerber</artist>
826
+ <artist>Matanza</artist>
827
+ <artist>The Twelves</artist>
828
+ <artist>Hercules &amp; Love Affair</artist>
829
+ <artist>Detonautas Roque Clube</artist>
830
+ <artist>Martinho da Vila</artist>
831
+ <artist>Ed Motta</artist>
832
+ <artist>Danny Tenaglia</artist>
833
+ <artist>Nação Zumbi</artist>
834
+ <artist>Frejat</artist>
835
+ <artist>Gloria</artist>
836
+ <artist>Concha Buika</artist>
837
+ <artist>Erasmo Carlos</artist>
838
+ <artist>Claudia Leitte</artist>
839
+ <artist>David Fonseca</artist>
840
+ <artist>Marcelo Camelo</artist>
841
+ <artist>Rui Veloso</artist>
842
+ <artist>Mondo Cane</artist>
843
+ <artist>Xutos &amp; Pontapés</artist>
844
+ <artist>Cidadão Instigado</artist>
845
+ <artist>Tiê</artist>
846
+ <artist>Sandra de Sá</artist>
847
+ <artist>Mixhell</artist>
848
+ <artist>BOSS in drama</artist>
849
+ <artist>EMICIDA</artist>
850
+ <artist>Monobloco</artist>
851
+ <artist>Tulipa Ruiz</artist>
852
+ <artist>BNegão</artist>
853
+ <artist>Korzus</artist>
854
+ <artist>Karina Buhr</artist>
855
+ <artist>DJ Vibe</artist>
856
+ <artist>Nicole Moudaber</artist>
857
+ <artist>Body and Soul</artist>
858
+ <artist>Jupiter Maçã</artist>
859
+ <artist>DJ Harvey</artist>
860
+ <artist>The Monomes</artist>
861
+ <artist>Killer On The Dancefloor</artist>
862
+ <artist>Flow &amp; Zeo</artist>
863
+ <artist>Tambours Du Bronx</artist>
864
+ <artist>Life is a Loop</artist>
865
+ <artist>DJ Ingrid</artist>
866
+ <artist>DJ Luciano</artist>
867
+ <artist>Mary Zander</artist>
868
+ <artist>Leo Janeiro</artist>
869
+ <artist>Nalaya Brown</artist>
870
+ <artist>DJ DRI.K</artist>
871
+ <artist>Memê</artist>
872
+ <artist>Orkestra Rumpilezz</artist>
873
+ <artist>Marcelo Yuka</artist>
874
+ <artist>Rodrigo Penna</artist>
875
+ <artist>Amora Pêra</artist>
876
+ <artist>Orquestra Sinfônica de Heliópolis</artist>
877
+ <headliner>Metallica</headliner>
878
+ </artists>
879
+ <venue>
880
+ <id>8803325</id>
881
+ <name>Cidade do Rock</name>
882
+ <location>
883
+ <city>Rio de Janeiro</city>
884
+ <country>Brazil</country>
885
+ <street></street>
886
+ <postalcode></postalcode>
887
+ <geo:point>
888
+ <geo:lat>-22.9</geo:lat>
889
+ <geo:long>-43.2333333</geo:long>
890
+ </geo:point>
891
+ </location>
892
+ <url>http://www.last.fm/venue/8803325+Cidade+do+Rock</url>
893
+ <website></website>
894
+ <phonenumber></phonenumber>
895
+ <image size="small">http://userserve-ak.last.fm/serve/34/52307243.jpg</image>
896
+ <image size="medium">http://userserve-ak.last.fm/serve/64/52307243.jpg</image>
897
+ <image size="large">http://userserve-ak.last.fm/serve/126/52307243.jpg</image>
898
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/52307243.jpg</image>
899
+ <image size="mega">http://userserve-ak.last.fm/serve/500/52307243/Cidade+do+Rock+Nova++2011.jpg</image>
900
+ </venue> <startDate>Fri, 23 Sep 2011 15:40:01</startDate>
901
+ <endDate>Sun, 02 Oct 2011 15:40:01</endDate>
902
+ <description><![CDATA[<div class="bbcode">● <a href="http://www.rockinrio.com.br/pt/lineup/" rel="nofollow">LINE-UP OFICIAL</a> ● <a href="http://www.youtube.com/watch?v=zRIN9y7Aqws&amp;feature=related" rel="nofollow">ROCK IN RIO - POR UM MUNDO MELHOR</a><br />» O Rock in Rio é o maior festival de música e entretenimento do mundo. Sempre zelando pela qualidade das atrações, o conforto do público e uma infraestrura impecável, é um evento feito para todas as tribos que movimenta a indústria fonográfica, o turismo e a economia.A ideia vem do empresário brasileiro Roberto Medina, que realizou no mês de janeiro de 1985 sua primeira edição, em plena transição da ditadura para a democracia: <a href="http://www.youtube.com/watch?v=DavEeOihwRI&amp;feature=related" rel="nofollow">O Rock in Rio convidou o Brasil a comemorar a liberdade. Em suas nove edições, sendo três no Brasil (1985, 1991 e 2001), quatro em Portugal (2004, 2006, 2008 e 2010) e duas na Espanha (2008 e 2010), o Rock in Rio reuniu mais de 5 milhões de pessoas, que aplaudiram ao vivo 656 bandas. Foram mais de 780 horas de música com transmissão para mais de 1 bilhão de telespectadores em 80 países. Com o mote Por um Mundo Melhor, o Rock in Rio sempre buscou o pioneirismo em seu modelo de negócios, visando uma atuação sustentável e socialmente responsável. Essa atitude vai desde a compensação das emissões de carbono até a escolha de parceiros com atuação socioambiental. O festival procura, além disso, o apoio direto a diversos projetos de sustentabilidade - ao longo dos últimos 10 anos, foram 4.803.357,00</a> de euros destinados a ações de educação e conscientização ambiental.Porém, mais importante que essa atuação direta, é a mensagem que o festival busca espalhar: a ideia da união de todos através da música - estamos juntos e nossas pequenas atitudes no dia a dia têm grande impacto sobre o futuro do planeta.<br />● <a href="http://www.rockinrio.com.br/pt/rock-in-rio/historia/" rel="nofollow">HISTÓRIA</a> | <a href="http://www.rockinrio.com.br/pt/rock-in-rio/numeros/" rel="nofollow">NÚMEROS</a> | <a href="http://www.rockinrio.com.br/pt/imprensa/" rel="nofollow">IMPRENSA</a> | <a href="http://www.rockinrio.com.br/pt/cidade-do-rock/tour-virtual/" rel="nofollow">CIDADE DO ROCK</a> | <a href="http://www.rockinrio.com.br/pt/cidade-do-rock/mapa/" rel="nofollow">MAPA</a><br />● <a href="http://www.rockinrio.com.br/pt/ingressos/" rel="nofollow">INGRESSOS</a> | <a href="http://www.rockinrio.com.br/pt/blog/" rel="nofollow">BLOG</a> | <a href="http://www.rockinrio.com.br/pt/tv-rock-in-rio/" rel="nofollow">TV ROCK IN RIO</a> | <a href="http://www.rockinrio.com.br/pt/tire-suas-duvidas/" rel="nofollow">TIRE SUAS DÚVIDAS</a><br />● <a href="http://www.rockinrio.com.br/pt/porummundomelhor/" rel="nofollow">POR UM MUNDO MELHOR</a> | <a href="http://www.rockinrio.com.br/pt/cidade-do-rock/localizacao/" rel="nofollow">COMO CHEGAR</a> | <a href="http://www.rockinrio.com.br/pt/multimidia/" rel="nofollow">MULTIMÍDIA</a><br />● <a href="http://www.rockinrio.com.br/rock-in-rio-abre-inscricoes-para-voluntarios-em-parceria-com-a-universidade-estacio-de-sa/" rel="nofollow">VOLUNTARIADO</a> | <a href="http://www.rockinrio.com.br/pt/rock-in-rio/patrocinadores/" rel="nofollow">PATROCINADORES</a><br /><br />● <a href="http://www.facebook.com/pages/Rock-in-Rio/142258389139112/" rel="nofollow">Facebook</a> | ● <a href="http://twitter.com/rockinrio" rel="nofollow">Twitter</a> | ● <a href="http://www.orkut.com.br/Main#Community?cmm=105368448" rel="nofollow">Orkut</a> | ● <a href="http://www.flickr.com/photos/rockinrio" rel="nofollow">Flickr</a> | ● <a href="http://www.youtube.com/rockinrioeuvou" rel="nofollow">Youtube</a> | ● <a href="http://www.formspring.me/rockinrioficial" rel="nofollow">Formspring</a><br />● <a href="http://www.rockinrio.com.br/pt/lineup/" rel="nofollow">Line-up Oficial:</a><br /><br />● Sexta - 23/09<br /><a href="http://www.last.fm/music/Os+Paralamas+do+Sucesso" class="bbcode_artist">Os Paralamas do Sucesso</a> + <a href="http://www.last.fm/music/Tit%C3%A3s" class="bbcode_artist">Tit&atilde;s</a> | <a href="http://www.last.fm/music/Milton+Nascimento" class="bbcode_artist">Milton Nascimento</a> | <a href="http://www.last.fm/music/Maria+Gad%C3%BA" class="bbcode_artist">Maria Gad&uacute;</a><br /><a href="http://www.last.fm/music/Claudia+Leitte" class="bbcode_artist">Claudia Leitte</a> | <a href="http://www.last.fm/music/Katy+Perry" class="bbcode_artist">Katy Perry</a> | <a href="http://www.last.fm/music/Rihanna" class="bbcode_artist">Rihanna</a> | <a href="http://www.last.fm/music/Elton+John" class="bbcode_artist">Elton John</a> | <br /><a href="http://www.last.fm/music/M%C3%B3veis+Coloniais+de+Acaju" class="bbcode_artist">M&oacute;veis Coloniais de Acaju</a> + <a href="http://www.last.fm/music/Letieres%2BLeite%2B%2526%2BOrkestra%2BRumpilezz" class="bbcode_artist">Letieres Leite &amp; Orkestra Rumpilezz</a> +<br /><a href="http://www.last.fm/music/Mariana+Aydar" class="bbcode_artist">Mariana Aydar</a> | <a href="http://www.last.fm/music/Ed+Motta" class="bbcode_artist">Ed Motta</a> + <a href="http://www.last.fm/music/Rui+Veloso" class="bbcode_artist">Rui Veloso</a> + convidado<br /><a href="http://www.last.fm/music/Bebel+Gilberto" class="bbcode_artist">Bebel Gilberto</a> + <a href="http://www.last.fm/music/Sandra+de+S%C3%A1" class="bbcode_artist">Sandra de S&aacute;</a> | <a href="http://www.last.fm/music/The+Asteroids+Galaxy+Tour" class="bbcode_artist">The Asteroids Galaxy Tour</a> + convidado<br /><a href="http://www.last.fm/music/DJ+DRI.K" class="bbcode_artist">DJ DRI.K</a> | <a href="http://www.last.fm/music/Leo+Janeiro" class="bbcode_artist">Leo Janeiro</a> | <a href="http://www.last.fm/music/Life+is+a+Loop" class="bbcode_artist">Life is a Loop</a> | <a href="http://www.last.fm/music/Above%2B%2526%2BBeyond" class="bbcode_artist">Above &amp; Beyond</a> | <a href="http://www.last.fm/music/Ferry+Corsten" class="bbcode_artist">Ferry Corsten</a><br /><a href="http://www.last.fm/music/Seeley%2B%2526%2BBaldori" class="bbcode_artist">Seeley &amp; Baldori</a> | <a href="http://www.last.fm/music/Guto+Goffi" class="bbcode_artist">Guto Goffi</a> | <a href="http://www.last.fm/music/Cecelo+Frony" class="bbcode_artist">Cecelo Frony</a> | <a href="http://www.last.fm/music/Orleans+Street+Jazz+Band" class="bbcode_artist">Orleans Street Jazz Band</a><br /><a href="http://www.last.fm/music/Go+east+orkestar" class="bbcode_artist">Go east orkestar</a><br /><br />● Sábado - 24/09<br /><a href="http://www.last.fm/music/Stone+Sour" class="bbcode_artist">Stone Sour</a> | <a href="http://www.last.fm/music/Capital+Inicial" class="bbcode_artist">Capital Inicial</a> | <a href="http://www.last.fm/music/Snow+Patrol" class="bbcode_artist">Snow Patrol</a> | <a href="http://www.last.fm/music/Red+Hot+Chili+Peppers" class="bbcode_artist">Red Hot Chili Peppers</a><br /><a href="http://www.last.fm/music/NX+Zero" class="bbcode_artist">NX Zero</a> | <a href="http://www.last.fm/music/Marcelo+Yuka" class="bbcode_artist">Marcelo Yuka</a> + <a href="http://www.last.fm/music/Cibelle" class="bbcode_artist">Cibelle</a> + <a href="http://www.last.fm/music/Karina+Buhr" class="bbcode_artist">Karina Buhr</a> + <a href="http://www.last.fm/music/Amora+P%C3%AAra" class="bbcode_artist">Amora P&ecirc;ra</a><br /><a href="http://www.last.fm/music/Tulipa+Ruiz" class="bbcode_artist">Tulipa Ruiz</a> + <a href="http://www.last.fm/music/Na%C3%A7%C3%A3o+Zumbi" class="bbcode_artist">Na&ccedil;&atilde;o Zumbi</a> | <a href="http://www.last.fm/music/Milton+Nascimento" class="bbcode_artist">Milton Nascimento</a> | <a href="http://www.last.fm/music/Esperanza+Spalding" class="bbcode_artist">Esperanza Spalding</a><br /><a href="http://www.last.fm/music/Mike+Patton" class="bbcode_artist">Mike Patton</a> + Orquestra | <a href="http://www.last.fm/music/Flow%2B%2526%2BZeo" class="bbcode_artist">Flow &amp; Zeo</a> | <a href="http://www.last.fm/music/Mary+Zander" class="bbcode_artist">Mary Zander</a> | <span title="Unknown artist" class="bbcode_unknown">Nicole Moudeber</span><br /><a href="http://www.last.fm/music/DJ+Vibe" class="bbcode_artist">DJ Vibe</a> | <a href="http://www.last.fm/music/Danny+Tenaglia" class="bbcode_artist">Danny Tenaglia</a> | <a href="http://www.last.fm/music/Seeley%2B%2526%2BBaldori" class="bbcode_artist">Seeley &amp; Baldori</a> | <a href="http://www.last.fm/music/The+Fabulous+Tab" class="bbcode_artist">The Fabulous Tab</a><br /><a href="http://www.last.fm/music/reverendo+franklin" class="bbcode_artist">reverendo franklin</a> | <a href="http://www.last.fm/music/Orleans+Street+Jazz+Band" class="bbcode_artist">Orleans Street Jazz Band</a> | <a href="http://www.last.fm/music/Steve+Harper" class="bbcode_artist">Steve Harper</a><br /><br />● Domingo - 25/09<br /><a href="http://www.last.fm/music/Gloria" class="bbcode_artist">Gloria</a> | <a href="http://www.last.fm/music/Coheed+and+Cambria" class="bbcode_artist">Coheed and Cambria</a> | <a href="http://www.last.fm/music/Mot%C3%B6rhead" class="bbcode_artist">Mot&ouml;rhead</a>| <a href="http://www.last.fm/music/Slipknot" class="bbcode_artist">Slipknot</a> | <a href="http://www.last.fm/music/Metallica" class="bbcode_artist">Metallica</a><br /><a href="http://www.last.fm/music/Matanza" class="bbcode_artist">Matanza</a> + <a href="http://www.last.fm/music/BNeg%C3%A3o" class="bbcode_artist">BNeg&atilde;o</a> | <a href="http://www.last.fm/music/Korzus" class="bbcode_artist">Korzus</a> + <span title="Unknown artist" class="bbcode_unknown">The Punk Metal Allstars</span><br /><a href="http://www.last.fm/music/Angra" class="bbcode_artist">Angra</a> + <a href="http://www.last.fm/music/Tarja" class="bbcode_artist">Tarja</a> | <a href="http://www.last.fm/music/Sepultura" class="bbcode_artist">Sepultura</a> + <a href="http://www.last.fm/music/Les+Tambours+du+Bronx" class="bbcode_artist">Les Tambours du Bronx</a><br /><a href="http://www.last.fm/music/Killer+On+The+Dancefloor" class="bbcode_artist">Killer On The Dancefloor</a> | <a href="http://www.last.fm/music/The+Twelves" class="bbcode_artist">The Twelves</a> | <a href="http://www.last.fm/music/Steve+Aoki" class="bbcode_artist">Steve Aoki</a> | <a href="http://www.last.fm/music/Boys+Noize" class="bbcode_artist">Boys Noize</a><br /><a href="http://www.last.fm/music/Seeley%2B%2526%2BBaldori" class="bbcode_artist">Seeley &amp; Baldori</a> | <a href="http://www.last.fm/music/Victor+Biglione" class="bbcode_artist">Victor Biglione</a> | <a href="http://www.last.fm/music/Rodrigo+Santos" class="bbcode_artist">Rodrigo Santos</a><br /><a href="http://www.last.fm/music/Orleans+Street+Jazz+Band" class="bbcode_artist">Orleans Street Jazz Band</a> | <a href="http://www.last.fm/music/Steven+Harper" class="bbcode_artist">Steven Harper</a><br /><br />● Sexta - 30/09<br /><a href="http://www.last.fm/music/Marcelo+D2" class="bbcode_artist">Marcelo D2</a> | <a href="http://www.last.fm/music/Jota+Quest" class="bbcode_artist">Jota Quest</a> | <a href="http://www.last.fm/music/Ivete+Sangalo" class="bbcode_artist">Ivete Sangalo</a> | <a href="http://www.last.fm/music/Lenny+Kravitz" class="bbcode_artist">Lenny Kravitz</a> | <a href="http://www.last.fm/music/Shakira" class="bbcode_artist">Shakira</a><br /><a href="http://www.last.fm/music/Buraka+Som+Sistema" class="bbcode_artist">Buraka Som Sistema</a> + <a href="http://www.last.fm/music/Mixhell" class="bbcode_artist">Mixhell</a> | <a href="http://www.last.fm/music/C%C3%A9U" class="bbcode_artist">C&eacute;U</a> + <a href="http://www.last.fm/music/Jo%C3%A3o+Donato" class="bbcode_artist">Jo&atilde;o Donato</a><br /><a href="http://www.last.fm/music/Cidade+Negra" class="bbcode_artist">Cidade Negra</a> + <a href="http://www.last.fm/music/Martinho+da+Vila" class="bbcode_artist">Martinho da Vila</a> + <a href="http://www.last.fm/music/EMICIDA" class="bbcode_artist">EMICIDA</a> | <a href="http://www.last.fm/music/Monobloco" class="bbcode_artist">Monobloco</a> + <a href="http://www.last.fm/music/Macaco" class="bbcode_artist">Macaco</a><br /><a href="http://www.last.fm/music/In-Grid" class="bbcode_artist">In-Grid</a> | <a href="http://www.last.fm/music/Renato+Ratier" class="bbcode_artist">Renato Ratier</a> | <a href="http://www.last.fm/music/Gui+Boratto" class="bbcode_artist">Gui Boratto</a> | <a href="http://www.last.fm/music/Guy+Gerber" class="bbcode_artist">Guy Gerber</a> | <a href="http://www.last.fm/music/Luciano" class="bbcode_artist">Luciano</a><br /><span title="Unknown artist" class="bbcode_unknown">Roncadores</span> | <a href="http://www.last.fm/music/Bruce+Henri+Quarteto" class="bbcode_artist">Bruce Henri Quarteto</a> | <a href="http://www.last.fm/music/Go+east+orkestar" class="bbcode_artist">Go east orkestar</a><br /><a href="http://www.last.fm/music/Saxophonia" class="bbcode_artist">Saxophonia</a> | <a href="http://www.last.fm/music/Paul+Carlon" class="bbcode_artist">Paul Carlon</a> &amp; <a href="http://www.last.fm/music/Max+Pollack" class="bbcode_artist">Max Pollack</a><br /><br />● Sábado - 01/10<br /><a href="http://www.last.fm/music/Frejat" class="bbcode_artist">Frejat</a> | <a href="http://www.last.fm/music/Skank" class="bbcode_artist">Skank</a> | <a href="http://www.last.fm/music/Man%C3%A1" class="bbcode_artist">Man&aacute;</a> | <a href="http://www.last.fm/music/Jay-Z" class="bbcode_artist">Jay-Z</a> | <a href="http://www.last.fm/music/Coldplay" class="bbcode_artist">Coldplay</a><br /><a href="http://www.last.fm/music/Cidad%C3%A3o+Instigado" class="bbcode_artist">Cidad&atilde;o Instigado</a> + <a href="http://www.last.fm/music/J%C3%BApiter+Ma%C3%A7%C3%A3" class="bbcode_artist">J&uacute;piter Ma&ccedil;&atilde;</a> | <a href="http://www.last.fm/music/Ti%C3%AA" class="bbcode_artist">Ti&ecirc;</a> + <a href="http://www.last.fm/music/Jorge+Drexler" class="bbcode_artist">Jorge Drexler</a><br /><a href="http://www.last.fm/music/Zeca+Baleiro" class="bbcode_artist">Zeca Baleiro</a> + convidado | <a href="http://www.last.fm/music/Erasmo+Carlos" class="bbcode_artist">Erasmo Carlos</a> + <a href="http://www.last.fm/music/Arnaldo+Antunes" class="bbcode_artist">Arnaldo Antunes</a><br />15h Years of Body &amp; Soul With: <a href="http://www.last.fm/music/Fran%C3%A7ois+K" class="bbcode_artist">Fran&ccedil;ois K</a>, <a href="http://www.last.fm/music/Danny+Krivit" class="bbcode_artist">Danny Krivit</a>, <a href="http://www.last.fm/music/Joe+Claussell" class="bbcode_artist">Joe Claussell</a><br /><a href="http://www.last.fm/music/DJ+Harvey" class="bbcode_artist">DJ Harvey</a> | <a href="http://www.last.fm/music/Paul+Carlon" class="bbcode_artist">Paul Carlon</a> &amp; <a href="http://www.last.fm/music/Max+Pollack" class="bbcode_artist">Max Pollack</a> | <a href="http://www.last.fm/music/Leo+Gandelman" class="bbcode_artist">Leo Gandelman</a><br /><a href="http://www.last.fm/music/Paraphernalia" class="bbcode_artist">Paraphernalia</a> | <a href="http://www.last.fm/music/Baia" class="bbcode_artist">Baia</a> | <a href="http://www.last.fm/music/Saxophonia" class="bbcode_artist">Saxophonia</a><br /><br />● Domingo - 02/10<br /><a href="http://www.last.fm/music/Detonautas+Roque+Clube" class="bbcode_artist">Detonautas Roque Clube</a> | <a href="http://www.last.fm/music/Pitty" class="bbcode_artist">Pitty</a> | <a href="http://www.last.fm/music/Evanescence" class="bbcode_artist">Evanescence</a> | <a href="http://www.last.fm/music/System+of+a+Down" class="bbcode_artist">System of a Down</a><br /><a href="http://www.last.fm/music/Guns+N%27+Roses" class="bbcode_artist">Guns N' Roses</a> | <a href="http://www.last.fm/music/Os+Mutantes" class="bbcode_artist">Os Mutantes</a> + <a href="http://www.last.fm/music/Tom+Z%C3%A9" class="bbcode_artist">Tom Z&eacute;</a> | <a href="http://www.last.fm/music/The+Monomes" class="bbcode_artist">The Monomes</a> +<br /><a href="http://www.last.fm/music/David+Fonseca" class="bbcode_artist">David Fonseca</a> | <a href="http://www.last.fm/music/Tit%C3%A3s" class="bbcode_artist">Tit&atilde;s</a> + <a href="http://www.last.fm/music/Xutos%2B%2526%2BPontap%25C3%25A9s" class="bbcode_artist">Xutos &amp; Pontap&eacute;s</a> | <a href="http://www.last.fm/music/Marcelo+Camelo" class="bbcode_artist">Marcelo Camelo</a><br /><a href="http://www.last.fm/music/Nalaya+Brown" class="bbcode_artist">Nalaya Brown</a> | <a href="http://www.last.fm/music/BOSS+in+drama" class="bbcode_artist">BOSS in drama</a> | <a href="http://www.last.fm/music/Rodrigo+Penna" class="bbcode_artist">Rodrigo Penna</a> | <a href="http://www.last.fm/music/Mem%C3%AA" class="bbcode_artist">Mem&ecirc;</a><br /><a href="http://www.last.fm/music/Hercules" class="bbcode_artist">Hercules</a> &amp; <a href="http://www.last.fm/music/Love+Affair" class="bbcode_artist">Love Affair</a> | <a href="http://www.last.fm/music/Dimitri+from+Paris" class="bbcode_artist">Dimitri from Paris</a> | <span title="Unknown artist" class="bbcode_unknown">All Star Blues Band</span><br /><a href="http://www.last.fm/music/Taryn+Szpilman" class="bbcode_artist">Taryn Szpilman</a> | <span title="Unknown artist" class="bbcode_unknown">Rock Street Jazz Jam</span> | <a href="http://www.last.fm/music/Saxophonia" class="bbcode_artist">Saxophonia</a><br /><a href="http://www.last.fm/music/Paul+Carlon" class="bbcode_artist">Paul Carlon</a> &amp; <a href="http://www.last.fm/music/Max+Pollack" class="bbcode_artist">Max Pollack</a></div>]]></description>
903
+ <image size="small">http://userserve-ak.last.fm/serve/34/62807041.jpg</image>
904
+ <image size="medium">http://userserve-ak.last.fm/serve/64/62807041.jpg</image>
905
+ <image size="large">http://userserve-ak.last.fm/serve/126/62807041.jpg</image>
906
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/62807041.jpg</image>
907
+ <attendance>2482</attendance>
908
+ <reviews>3</reviews>
909
+ <tag>lastfm:event=1737875</tag>
910
+ <url>http://www.last.fm/festival/1737875+Rock+in+Rio+2011</url>
911
+ <website>http://www.rockinrio.com.br/</website>
912
+ <tickets>
913
+ </tickets>
914
+ <cancelled>0</cancelled>
915
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
916
+ <id>1764555</id>
917
+ <title>Rock in Rio 2011</title>
918
+ <artists>
919
+ <artist>Metallica</artist>
920
+ <artist>Motörhead</artist>
921
+ <headliner>Metallica</headliner>
922
+ </artists>
923
+ <venue>
924
+ <id>9159007</id>
925
+ <name>Av. Salvador Allende, s/nº</name>
926
+ <location>
927
+ <city>Rio de Janeiro</city>
928
+ <country>Brazil</country>
929
+ <street></street>
930
+ <postalcode></postalcode>
931
+ <geo:point>
932
+ <geo:lat></geo:lat>
933
+ <geo:long></geo:long>
934
+ </geo:point>
935
+ </location>
936
+ <url>http://www.last.fm/venue/9159007+Av.+Salvador+Allende%2C+s%252Fn%C2%BA</url>
937
+ <website></website>
938
+ <phonenumber></phonenumber>
939
+ <image size="small"></image>
940
+ <image size="medium"></image>
941
+ <image size="large"></image>
942
+ <image size="extralarge"></image>
943
+ <image size="mega"></image>
944
+ </venue> <startDate>Sun, 25 Sep 2011 21:42:01</startDate>
945
+ <endDate>Wed, 12 Mar 2014 21:42:01</endDate>
946
+ <description><![CDATA[<div class="bbcode">Esse é pra quem vai no Rock in Rio principalmente no Metal Day!!! E Principalmente por MetallicA e Motorhead!!!<br /><br />Metal Up Your ASSES!!</div>]]></description>
947
+ <image size="small">http://userserve-ak.last.fm/serve/34/55286129.jpg</image>
948
+ <image size="medium">http://userserve-ak.last.fm/serve/64/55286129.jpg</image>
949
+ <image size="large">http://userserve-ak.last.fm/serve/126/55286129.jpg</image>
950
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/55286129.jpg</image>
951
+ <attendance>72</attendance>
952
+ <reviews>0</reviews>
953
+ <tag>lastfm:event=1764555</tag>
954
+ <url>http://www.last.fm/festival/1764555+Rock+in+Rio+2011</url>
955
+ <website>http://www.rockinrio.com.br/</website>
956
+ <tickets>
957
+ </tickets>
958
+ <cancelled>0</cancelled>
959
+ <tags>
960
+ <tag>metal</tag>
961
+ <tag>heavy metal</tag>
962
+ <tag>hard rock</tag>
963
+ <tag>metallica</tag>
964
+ <tag>thrash metal</tag>
965
+ </tags>
966
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
967
+ <id>1926661</id>
968
+ <title>F1 Rocks</title>
969
+ <artists>
970
+ <artist>Metallica</artist>
971
+ <headliner>Metallica</headliner>
972
+ </artists>
973
+ <venue>
974
+ <id>9188182</id>
975
+ <name>Leisure Valley, Sector 29</name>
976
+ <location>
977
+ <city>Gurgaon</city>
978
+ <country>India</country>
979
+ <street></street>
980
+ <postalcode></postalcode>
981
+ <geo:point>
982
+ <geo:lat></geo:lat>
983
+ <geo:long></geo:long>
984
+ </geo:point>
985
+ </location>
986
+ <url>http://www.last.fm/venue/9188182+Leisure+Valley%2C+Sector+29</url>
987
+ <website></website>
988
+ <phonenumber></phonenumber>
989
+ <image size="small"></image>
990
+ <image size="medium"></image>
991
+ <image size="large"></image>
992
+ <image size="extralarge"></image>
993
+ <image size="mega"></image>
994
+ </venue> <startDate>Fri, 28 Oct 2011 12:10:01</startDate>
995
+ <description><![CDATA[<div class="bbcode">Up first will be Delhi on October 28, 2011 at F1 Rocks, held in Leisure Valley, Sector 29, Gurgaon as we help to celebrate the first Grand Prix race ever held in India.</div>]]></description>
996
+ <image size="small">http://userserve-ak.last.fm/serve/34/13440.jpg</image>
997
+ <image size="medium">http://userserve-ak.last.fm/serve/64/13440.jpg</image>
998
+ <image size="large">http://userserve-ak.last.fm/serve/126/13440.jpg</image>
999
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/13440.jpg</image>
1000
+ <attendance>10</attendance>
1001
+ <reviews>0</reviews>
1002
+ <tag>lastfm:event=1926661</tag>
1003
+ <url>http://www.last.fm/event/1926661+F1+Rocks</url>
1004
+ <website>http://www.metallica.com/page.asp?ps_key=333678F72238418A8FED6CFFD2754891&amp;utm_source=twitterfeed&amp;utm_medium=twitter</website>
1005
+ <tickets>
1006
+ </tickets>
1007
+ <cancelled>0</cancelled>
1008
+ <tags>
1009
+ <tag>thrash metal</tag>
1010
+ <tag>metal</tag>
1011
+ <tag>metallica</tag>
1012
+ <tag>heavy metal</tag>
1013
+ </tags>
1014
+ </event> <event xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
1015
+ <id>1926920</id>
1016
+ <title>Sonisphere Festival India</title>
1017
+ <artists>
1018
+ <artist>Metallica</artist>
1019
+ <headliner>Metallica</headliner>
1020
+ </artists>
1021
+ <venue>
1022
+ <id>8807822</id>
1023
+ <name>Palace Grounds</name>
1024
+ <location>
1025
+ <city>Bangalore</city>
1026
+ <country>India</country>
1027
+ <street>Palace Cricket Ground, Armane Nagar</street>
1028
+ <postalcode>560080</postalcode>
1029
+ <geo:point>
1030
+ <geo:lat>13.004076</geo:lat>
1031
+ <geo:long>77.590249</geo:long>
1032
+ </geo:point>
1033
+ </location>
1034
+ <url>http://www.last.fm/venue/8807822+Palace+Grounds</url>
1035
+ <website></website>
1036
+ <phonenumber></phonenumber>
1037
+ <image size="small">http://userserve-ak.last.fm/serve/34/50898841.jpg</image>
1038
+ <image size="medium">http://userserve-ak.last.fm/serve/64/50898841.jpg</image>
1039
+ <image size="large">http://userserve-ak.last.fm/serve/126/50898841.jpg</image>
1040
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/50898841.jpg</image>
1041
+ <image size="mega">http://userserve-ak.last.fm/serve/_/50898841/Palace+Grounds+jbl_rockethos.jpg</image>
1042
+ </venue> <startDate>Sun, 30 Oct 2011 16:05:01</startDate>
1043
+ <description><![CDATA[<div class="bbcode">Unchartered Territory<br />May 1, 2011<br /><br />At this stage in the game, there are very few places in the world that we have not dragged our gear and crew to, so that makes this show announcement extra special . . . for the first time ever, we will be visiting India for two shows! It’s about time, wouldn’t you say?!?!<br /><br />Up first will be Delhi on October 28, 2011 at F1 Rocks, held in Leisure Valley, Sector 29, Gurgaon as we help to celebrate the first Grand Prix race ever held in India. Night number two will find us at the Bangalore Palace Ground, Main Palace, Bangalore, on October 30 as part of the Sonisphere Festival.<br /><br />All tickets are general admission and will go sale on <a href="http://www.ticketgenie.in" rel="nofollow">www.ticketgenie.in</a> and <a href="http://www.dnanetworks.com" rel="nofollow">www.dnanetworks.com</a> on May 4 at a time still to be announced.<br /><br />And for those of you who like to travel, you might want to keep watching this site . . .</div>]]></description>
1044
+ <image size="small">http://userserve-ak.last.fm/serve/34/13440.jpg</image>
1045
+ <image size="medium">http://userserve-ak.last.fm/serve/64/13440.jpg</image>
1046
+ <image size="large">http://userserve-ak.last.fm/serve/126/13440.jpg</image>
1047
+ <image size="extralarge">http://userserve-ak.last.fm/serve/252/13440.jpg</image>
1048
+ <attendance>65</attendance>
1049
+ <reviews>0</reviews>
1050
+ <tag>lastfm:event=1926920</tag>
1051
+ <url>http://www.last.fm/festival/1926920+Sonisphere+Festival+India</url>
1052
+ <website></website>
1053
+ <tickets>
1054
+ </tickets>
1055
+ <cancelled>0</cancelled>
1056
+ <tags>
1057
+ <tag>thrash metal</tag>
1058
+ <tag>metal</tag>
1059
+ <tag>metallica</tag>
1060
+ <tag>heavy metal</tag>
1061
+ </tags>
1062
+ </event>
1063
+ </events>
1064
+ </lfm>