-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.js
More file actions
201 lines (184 loc) · 5.76 KB
/
Copy pathcontent.js
File metadata and controls
201 lines (184 loc) · 5.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
const CONTENUTI = [
{
titolo: 'Power Up',
autore: 'AC DC',
immagine: 'powerup.jpg',
brani: ["Realize",
"Rejection",
"Shot In The Dark",
"Through The Mists Of Time",
"Kick You When You're Down",
"Witch's Spell",
"Demon Fire",
"Wild Reputation",
"No Man's Land",
"Systems Down",
"Money Shot",
"Code Red"]
},
{
titolo: 'Verità Supposte',
autore: 'Caparezza',
immagine: 'veritasupposte.jpeg',
brani: ["Il Secondo Secondo Me",
"Nessuna Razza",
"La Legge Dell'Ortica",
"Stango e Sbronzo",
"Limiti",
"Vengo Dalla Luna",
"Dagli All'Untore",
"Fuori Dal Tunnel",
"Giuda Me",
"Nel Paese Dei Balordi",
"L'Età Dei Figuranti",
"Follie Preferenziali",
"Dualismi",
"Jodellavitanonhocapitouncazzo"]
},
{
titolo: 'Back In Black',
autore: 'AC DC',
immagine: 'backinblack.jpg',
brani: ["Hells Bells",
"Shoot To Thrill",
"What Do You Do For Money Honey",
"Givin The Dog A Bone",
"Let Me Put My Love Into You",
"Back In Black",
"You Shook Me All Night Long",
"Have A Drink On Me",
"Shake A Leg",
"Rock And Roll Ain't Noise Pollution"]
},
{
titolo: "Scatman's World",
autore: 'Scatman John',
immagine: 'scatmansworld.jpg',
brani: ["Welcom To Scatland",
"Scatman's World",
"Only You",
"Quiet Desperation",
"Scatman (ski-ba-bop-ba-dop-bop)",
"Sing Now!",
"Popstar",
"Time (Take Your Time)",
"Mambo Jambo",
"Everything Changes",
"Song Of Scatland",
"Hi, Louis",
"Scatman (Game Over Jazz)"]
},
{
titolo: 'Appetite For Destruction',
autore: 'Guns N\' Roses',
immagine: 'appetitefordestruction.jpg',
brani: ["Welcome To The Jugle",
"It's So Easy",
"Nightrain",
"Out Ta Get Me",
"Mr. Brownstone",
"Paradise City",
"My Michelle",
"Think About You",
"Sweet Child O' Mine",
"You're Crazy",
"Anything Goes",
"Rocket Queen"]
},
{
titolo: 'American Idiot (Deluxe)',
autore: 'Green Day',
immagine: 'americanidiot.jpg',
brani: ["American Idiot",
"Jesus Of Suburbia",
"Holiday/Boulevard Of Broken Dreams",
"Are We Waiting/St. Jimmy",
"Give Me Novacaine/She's A Rebel",
"Extraordinary Girl/Letterbomb",
"Wake Me Up When September End",
"Homecoming",
"Whatsername",
"Too Much Too Soon",
"Shoplifter",
"Governator"]
},
{
titolo: 'Highway To Hell',
autore: 'AC DC',
immagine: 'highwaytohell.jpg',
brani: ["Highway To Hell",
"Girls Got Rythm",
"Walk All Over You",
"Touch Too Much",
"Beating Around The Bush",
"Shot Down In Flames",
"Get It Hot",
"If You Want Blood (You've Got It)",
"Love Hungry Man",
"Night Prowler"]
},
{
titolo: 'A Night At The Opera (2011 Remastered)',
autore: 'Queen',
immagine: 'nightattheopera.jpg',
brani: ["Death On Two Legs (Dedicated To...)",
"Lazing On A Sunday Afternoon",
"I'm In Love With My Car",
"You're My Best Friend",
"'39",
"Sweet Lady",
"Seaside Rendezvous",
"The Prophet's Song",
"Love Of My Life",
"Good Company",
"Bohemian Rhapsody",
"God Save The Queen"]
},
{
titolo: 'Stairway To Valhalla',
autore: 'Nanowar of Steel',
immagine: 'stairwaytovalhalla.jpg',
brani: ["Declination",
"Barbie, Milf Princess Of The Twilight",
"The Call Of Cthulhu",
"Heavy Metal Kibbles",
"Il Maestro Myiagi Di Pino",
"L'Opelatole Ecologico",
"Images And Swords",
"In The Sky",
"... And Then I Noticed She Was A Gargoyle",
"Tooth Fairy",
"Vegan Velociraptor",
"Another Drill In The Wall",
"Ironmonger (The Copier Of The Seven Keys)",
"Bum Voyage",
"Uranus",
"The Crown And The Onion Ring",
"The Quest For Carrefour",
"Hail To Liechtenstein"]
},
{
titolo: 'Live At River Plate',
autore: 'AC DC',
immagine: 'liveatriverplate.jpg',
brani: ["Rock N Roll Train",
"Hell Ain't A Bad Place To Be",
"Back In Black",
"Big Jack",
"Dirty Deeds Done Dirt Cheap",
"Shot Down In Flames",
"Thunderstruck",
"Black Ice",
"The Jack",
"Hells Bells",
"Shoot To Thrill",
"War Machine",
"Dog Eat Dog",
"You Shook Me All Night Long",
"T.N.T.",
"Whole Lotta Rosie",
"Let There Be Rock",
"Highway To Hell",
"For Those About To Rock (We Salute You)"]
}
]