This file is indexed.

/usr/share/polygen/ita/allmusic.grm is in polygen-data 1.0.6.ds2-14build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
I ::=   "title:    Allmusic\n"
      ^ "author:   Alan aka ^anakin^ <alanzap@email.it>\n"
      ^ "status:   refinable\n"
      ^ "topic:    music\n"
      ^ "comment:  parodia (o sostituto) di allmusic.com\n"
      ^ "created:  26/05/2005";

S ::= "<table width=100% cellpadding=8><tr><td width=100% height=40 colspan=2 bgcolor=#23276C><font color=#FFFFFF><b>" (+Bands | BandsTrash) "</b></font></td></tr><tr>"

      "<td width=50% valign=top>"
      ClBlu "<b>Style</b></font><ul>"
      ClOro ((("<li>" Genere^["/"^Genere^]"</li>")+)+)+ Genere ^"</ul>"
      
      "</td><td width=50% valign=top>"
      ClBlu "<b>Similar Artists</b></font><ul>"
      ClOro (((Band)+)+)+ Band^"</ul>"

      ["<br>" ClBlu "<b>Followers</b></font><ul>"
      ClOro (((Band)+)+)+ Band^"</ul>"]

      "</td></tr></table>";

ClBlu := "<font color=#23276C>";
ClOro := "<font color=#6C6823>";

Band ::= "<li>"(+Bands | BandsTrash)"</li>";

Bands ::=
 "ABBA"
|"AC/DC"
|"The Band"
|"The Beach Boys"
|"The Beatles"
|"The Bee Gees"
|"Chuck Berry"
|"David Bowie"
|"Jackson Browne"
|"Buzzcocks"
|"The Byrds"
|"The Clash"
|"Eddie Cochran"
|"Elvis Costello"
|"Creedence Clearwater Revival"
|"Crosby, Stills & Nash"
|"Bo Diddley"
|"The Doors"
|"Bob Dylan"
|"The Eagles"
|"The Everly Brothers"
|"Faces"
|"Fleetwood Mac"
|"The Flying Burrito Brothers"
|"Genesis"
|"The Grateful Dead"
|"Jimi Hendrix"
|"The Hollies"
|"Buddy Holly"
|"Husker Du"
|"The Jam"
|"Billy Joel"
|"Elton John"
|"The Kinks"
|"Led Zeppelin"
|"Jerry Lee Lewis"
|"Little Richard"
|"Lynyrd Skynyrd"
|"Madonna"
|"Metallica"
|"Joni Mitchell"
|"The Monkees"
|"Van Morrison"
|"Nirvana"
|"Roy Orbison"
|"Gram Parsons"
|"Carl Perkins"
|"Tom Petty"
|"Pink Floyd"
|"Elvis Presley"
|"Prince"
|"Queen"
|"The Ramones"
|"R.E.M."
|"The Rolling Stones"
|"Simon & Garfunkel"
|"The Smiths"
|"Phil Spector"
|"Bruce Springsteen"
|"Steely Dan"
|"Rod Stewart"
|"U2"
|"The Velvet Underground"
|"The Who"
|"The Yardbirds"
|"Neil Young"
|"ABC"
|"Aerosmith"
|"The Allman Brothers Band"
|"The Animals"
|"Adam Ant"
|"Anthrax"
|"The B-52's"
|"Burt Bacharach"
|"Badfinger"
|"Bauhaus"
|"The Beau Brummels"
|"The Beautiful South"
|"Jeff Beck"
|"Beck"
|"Big Brother & the Holding Company"
|"Big Star"
|"Bjork"
|"Black Flag"
|"Black Sabbath"
|"Blondie"
|"Blood, Sweat & Tears"
|"Blue Oyster Cult"
|"Blur"
|"Boston"
|"The Box Tops"
|"Billy Bragg"
|"Bread"
|"Brinsley Schwarz"
|"Tim Buckley"
|"Buffalo Springfield (Revisited)"
|"Buffalo Springfield"
|"Jimmy Buffett"
|"Kate Bush"
|"Butthole Surfers"
|"John Cale"
|"Camper Van Beethoven"
|"Can"
|"Captain Beefheart"
|"The Carpenters"
|"The Cars"
|"Cheap Trick"
|"Chicago"
|"Eric Clapton"
|"The Dave Clark Five"
|"Petula Clark"
|"Cocteau Twins"
|"Leonard Cohen"
|"Phil Collins"
|"Ry Cooder"
|"Alice Cooper"
|"The Count Five"
|"Cowboy Junkies"
|"Cream"
|"The Creation"
|"Marshall Crenshaw"
|"Jim Croce"
|"Sheryl Crow"
|"Crowded House"
|"Culture Club"
|"The Cure"
|"Dick Dale"
|"The Damned"
|"Bobby Darin"
|"The Spencer Davis Group"
|"Dead Kennedys"
|"Deep Purple"
|"Def Leppard"
|"John Denver"
|"Depeche Mode"
|"Derek and the Dominos"
|"Jackie DeShannon"
|"Devo"
|"Dexys Midnight Runners"
|"Neil Diamond"
|"Ani DiFranco"
|"Dinosaur Jr."
|"Celine Dion"
|"Dion"
|"Dire Straits"
|"Dr. Feelgood"
|"Dr. John"
|"Thomas Dolby"
|"Donovan"
|"The Doobie Brothers"
|"Tool"
|"Smashing Pumpkins"
|"Isis"
|"Neurosis"
;

BandsTrash ::=
 "Forese"
|"MOG"
|"Elio e le storie tese"
|"Locanda della mela"
|"Vibrazioni"
|"San Culamo"
|"Britney Spears"
|"Carlo Sarra"
|"Califano"
|"Jo Squillo"
|"Loretta Goggi"
|"Nino D'Angelo"
|"Rita Pavone"
|"Gianni Morandi"
|"Bobby Solo"
|"Little Tony"
|"Lando Fiorini"
|"Gigi D'Alessio"
|"Marcella Bella"
|"Prophilax"
|"Soerba"
|"Jalisse"
|"Drupi"
|"Pupo"
|"Pooh"
|"Mango"
|"Peppino di Capri"
;

Genere ::=
 "Industrial"
|"Alternative Pop/Rock"
|"Goth Rock"
|"Lo-Fi"
|"Grunge"
|"Shoegaze"
|"Britpop"
|"Post-Rock/Experimental"
|"Funk Metal"
|"Indie Rock"
|"Paisley Underground"
|"Jangle Pop"
|"Punk Revival"
|"Post-Grunge"
|"Third Wave Ska Revival"
|"Neo-Psychedelia"
|"Riot Grrrl"
|"Space Rock"
|"Adult Alternative Pop/Rock"
|"Alternative Dance"
|"Cocktail"
|"Dream Pop"
|"Punk-Pop"
|"British Trad Rock"
|"Industrial Dance"
|"Madchester"
|"Psychobilly"
|"Ska-Punk"
|"Cowpunk"
|"New Zealand Rock"
|"Chamber Pop"
|"Twee Pop"
|"Emo"
|"Slowcore"
|"Ambient Pop"
|"C-86"
|"Indie Pop"
|"Noise Pop"
|"Math Rock"
|"Queercore"
|"Sadcore"
|"Shibuya-Kei"
|"Skatepunk"
|"Garage Punk"
|"Alternative Folk"
|"Neo-Glam"
|"College Rock"
|"Pop Underground"
|"American Underground"
|"Prog-Rock/Art Rock"
|"Experimental"
|"Kraut Rock"
|"Noise-Rock"
|"Neo-Prog"
|"Experimental Rock"
|"Canterbury Scene"
|"Country-Rock"
|"Singer/Songwriter"
|"Folk-Rock"
|"British Folk-Rock"
|"Blues-Rock"
|"Hard Rock"
|"Southern Rock"
|"Thrash"
|"Death Metal/Black Metal"
|"Glam Rock"
|"Grindcore"
|"Heavy Metal"
|"Speed Metal"
|"Hair Metal"
|"Arena Rock"
|"Alternative Metal"
|"British Metal"
|"Boogie Rock"
|"Industrial Metal"
|"Rap-Metal"
|"Guitar Virtuoso"
|"Progressive Metal"
|"Neo-Classical Metal"
|"Album Rock"
|"Aussie Rock"
|"Pop-Metal"
|"Rap-Rock"
|"New Wave of British Heavy Metal"
|"Detroit Rock"
|"Glitter"
|"Punk Metal"
|"Stoner Metal"
|"Scandinavian Metal"
|"Goth Metal"
|"Doom Metal"
|"Symphonic Black Metal"
|"Sludge Metal"
|"Power Metal"
|"Pop"
|"Pop/Rock"
|"Girl Group"
|"Bubblegum"
|"Teen Idol"
|"Brill Building Pop"
|"Comedy Rock"
|"Baroque Pop"
|"Sunshine Pop"
|"AM Pop"
|"Celebrity"
|"Synth Pop"
|"Punk"
|"Alternative Pop/Rock"
|"Hardcore Punk"
|"New Wave"
|"Power Pop"
|"Ska Revival"
|"Mod Revival"
|"Post-Punk"
|"New Romantic"
|"No Wave"
|"Proto-Punk"
|"Rockabilly Revival"
|"Oi!"
|"Garage Rock Revival"
|"British Punk"
|"New York Punk"
|"L.A. Punk"
|"American Punk"
|"Straight-Edge"
|"Anarchist Punk"
|"Sophisti-Pop"
|"College Rock"
|"Rock & Roll"
|"Tex-Mex"
|"Instrumental Rock"
|"Rockabilly"
|"Roots Rock"
|"Surf"
|"Pub Rock"
|"Hot Rod"
|"Surf Revival"
|"American Trad Rock"
|"Jam Bands"
|"Heartland Rock"
|"Frat Rock"
|"Hot Rod Revival"
|"Retro-Rock"
|"Latin Rock"
|"Bar Band"
|"Singer/Songwriter"
|"Adult Contemporary"
|"Soft Rock"
|"Pop/Rock"
|"Psychedelic"
|"Garage Rock"
|"Acid Rock"
|"Psychedelic Pop"
|"British Psychedelia"
|"Obscuro"
|"Euro-Pop"
|"Euro-Rock"
|"Swedish Pop/Rock"
|"Rock en Espanol"
|"French Pop"
|"Foreign Language Rock"
|"Italian Pop"
|"Asian Pop"
|"Japanese Pop"
|"Japanese Rock"
|"Hong Kong Pop"
|"French Rock"
|"British Invasion"
|"Psychedelic"
|"Merseybeat"
|"British Blues"
|"Mod"
|"British Psychedelia"
|"Freakbeat"
|"Early British Pop"
;