faker 2.14.0 → 2.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +83 -0
  3. data/README.md +9 -0
  4. data/lib/faker.rb +37 -15
  5. data/lib/faker/blockchain/aeternity.rb +4 -4
  6. data/lib/faker/books/dune.rb +15 -2
  7. data/lib/faker/books/lovecraft.rb +8 -4
  8. data/lib/faker/default/address.rb +4 -4
  9. data/lib/faker/default/bank.rb +3 -5
  10. data/lib/faker/default/barcode.rb +11 -11
  11. data/lib/faker/default/beer.rb +3 -3
  12. data/lib/faker/default/camera.rb +46 -0
  13. data/lib/faker/default/chile_rut.rb +3 -2
  14. data/lib/faker/default/code.rb +2 -2
  15. data/lib/faker/default/commerce.rb +1 -1
  16. data/lib/faker/default/company.rb +40 -10
  17. data/lib/faker/default/driving_licence.rb +1 -1
  18. data/lib/faker/default/drone.rb +25 -25
  19. data/lib/faker/default/faker_adjective.rb +35 -0
  20. data/lib/faker/default/finance.rb +21 -0
  21. data/lib/faker/default/food.rb +1 -1
  22. data/lib/faker/default/hipster.rb +8 -5
  23. data/lib/faker/default/id_number.rb +2 -2
  24. data/lib/faker/default/internet.rb +5 -4
  25. data/lib/faker/default/invoice.rb +1 -1
  26. data/lib/faker/default/json.rb +4 -4
  27. data/lib/faker/default/lorem.rb +2 -2
  28. data/lib/faker/default/measurement.rb +3 -2
  29. data/lib/faker/default/military.rb +26 -0
  30. data/lib/faker/default/mountain.rb +33 -0
  31. data/lib/faker/default/number.rb +1 -1
  32. data/lib/faker/default/omniauth.rb +2 -0
  33. data/lib/faker/default/relationship.rb +1 -1
  34. data/lib/faker/default/space.rb +1 -1
  35. data/lib/faker/default/stripe.rb +3 -3
  36. data/lib/faker/default/vehicle.rb +1 -1
  37. data/lib/faker/fantasy/tolkien.rb +67 -0
  38. data/lib/faker/games/clash_of_clans.rb +48 -0
  39. data/lib/faker/games/control.rb +1 -1
  40. data/lib/faker/games/dnd.rb +6 -6
  41. data/lib/faker/games/elder_scrolls.rb +26 -0
  42. data/lib/faker/games/heroes.rb +13 -0
  43. data/lib/faker/games/minecraft.rb +65 -0
  44. data/lib/faker/games/street_fighter.rb +4 -4
  45. data/lib/faker/games/super_mario.rb +48 -0
  46. data/lib/faker/games/world_of_warcraft.rb +26 -1
  47. data/lib/faker/japanese_media/conan.rb +48 -0
  48. data/lib/faker/japanese_media/doraemon.rb +48 -0
  49. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  50. data/lib/faker/japanese_media/naruto.rb +61 -0
  51. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  52. data/lib/faker/movies/hobbit.rb +4 -4
  53. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  54. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  55. data/lib/faker/movies/room.rb +63 -0
  56. data/lib/faker/movies/star_wars.rb +2 -2
  57. data/lib/faker/music/hiphop.rb +48 -0
  58. data/lib/faker/music/opera.rb +237 -1
  59. data/lib/faker/quotes/quote.rb +26 -0
  60. data/lib/faker/sports/volleyball.rb +74 -0
  61. data/lib/faker/tv_shows/buffy.rb +17 -4
  62. data/lib/faker/tv_shows/final_space.rb +51 -0
  63. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  64. data/lib/faker/version.rb +1 -1
  65. data/lib/helpers/unique_generator.rb +3 -0
  66. data/lib/locales/en/adjective.yml +179 -0
  67. data/lib/locales/en/buffy.yml +1 -1
  68. data/lib/locales/en/camera.yml +611 -0
  69. data/lib/locales/en/clash_of_clan.yml +101 -0
  70. data/lib/locales/en/company.yml +2 -2
  71. data/lib/locales/en/conan.yml +171 -0
  72. data/lib/locales/en/demographic.yml +218 -5
  73. data/lib/locales/en/doraemon.yml +286 -0
  74. data/lib/locales/en/dota.yml +531 -63
  75. data/lib/locales/en/dragon_ball.yml +243 -1
  76. data/lib/locales/en/driving_license.yml +3 -0
  77. data/lib/locales/en/dune.yml +401 -131
  78. data/lib/locales/en/elder_scrolls.yml +583 -9
  79. data/lib/locales/en/fallout.yml +311 -133
  80. data/lib/locales/en/final_space.yml +37 -0
  81. data/lib/locales/en/finance.yml +53 -0
  82. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  83. data/lib/locales/en/half_life.yml +84 -3
  84. data/lib/locales/en/heroes.yml +408 -3
  85. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  86. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  87. data/lib/locales/en/jack_handey.yml +54 -0
  88. data/lib/locales/en/league_of_legends.yml +285 -6
  89. data/lib/locales/en/military.yml +179 -5
  90. data/lib/locales/en/minecraft.yml +273 -0
  91. data/lib/locales/en/mountain.yml +158 -0
  92. data/lib/locales/en/music.yml +451 -29
  93. data/lib/locales/en/myst.yml +87 -31
  94. data/lib/locales/en/naruto.yml +231 -0
  95. data/lib/locales/en/opera.yml +168 -0
  96. data/lib/locales/en/overwatch.yml +2650 -2622
  97. data/lib/locales/en/pokemon.yml +417 -4
  98. data/lib/locales/en/quote.yml +692 -163
  99. data/lib/locales/en/room.yml +68 -0
  100. data/lib/locales/en/source.yml +30 -0
  101. data/lib/locales/en/star_trek.yml +1 -1
  102. data/lib/locales/en/street_fighter.yml +4 -4
  103. data/lib/locales/en/studio_ghibli.yml +107 -0
  104. data/lib/locales/en/super_mario.yml +58 -0
  105. data/lib/locales/en/super_smash_bros.yml +16 -4
  106. data/lib/locales/en/tolkien.yml +2453 -0
  107. data/lib/locales/en/volleyball.yml +501 -0
  108. data/lib/locales/en/witcher.yml +389 -7
  109. data/lib/locales/en/world_of_warcraft.yml +122 -4
  110. data/lib/locales/en/zelda.yml +962 -4
  111. data/lib/locales/es.yml +56 -0
  112. data/lib/locales/ja.yml +5 -1
  113. data/lib/locales/pt-BR.yml +1 -1
  114. data/lib/locales/uk.yml +2 -0
  115. metadata +38 -10
  116. data/lib/locales/en/hobbit.yml +0 -19
  117. data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -0,0 +1,158 @@
1
+ en:
2
+ faker:
3
+ mountain:
4
+ name:
5
+ - Abi Gamin
6
+ - Annapurna Dakshin
7
+ - Annapurna I
8
+ - Annapurna II
9
+ - Annapurna III
10
+ - Apsarasas Kangri
11
+ - Baintha Brakk
12
+ - Baltistan Peak
13
+ - Baltoro Kangri
14
+ - Batura Sar
15
+ - Broad Peak
16
+ - Chamlang
17
+ - Changtse
18
+ - Cho Oyu
19
+ - Chogolisa
20
+ - Chomo Lonzo
21
+ - Chongtar
22
+ - Churen Himal
23
+ - Dhaulagiri I
24
+ - Dhaulagiri II
25
+ - Dhaulagiri IV
26
+ - Dhaulagiri V
27
+ - Dhaulagiri VI
28
+ - Diran
29
+ - Distaghil Sar
30
+ - Gangapurna
31
+ - Gangkhar Puensum
32
+ - Gasherbrum I
33
+ - Gasherbrum II
34
+ - Gasherbrum III
35
+ - Gasherbrum IV
36
+ - Ghent Kangri
37
+ - Gimmigela
38
+ - Gongga Shan
39
+ - Gurla Mandhata
40
+ - Gyachung Kang
41
+ - Gyala Peri
42
+ - Haramosh Peak
43
+ - Himalchuli
44
+ - Ismoil Somoni Peak
45
+ - Istor-o-Nal
46
+ - Jengish Chokusu
47
+ - Pk Pobeda
48
+ - Jomolhari
49
+ - Jongsong Peak
50
+ - K12
51
+ - K2
52
+ - Kabru N
53
+ - Kamet
54
+ - Kangchenjunga
55
+ - Kangpenqing
56
+ - Kangphu Kang
57
+ - Kanjut Sar
58
+ - Karjiang
59
+ - Khartaphu
60
+ - Khunyang Chhish
61
+ - Kirat Chuli
62
+ - Kongur Tagh
63
+ - Kongur Tiube
64
+ - Kula Kangri
65
+ - Kumbhakarna
66
+ - Labuche Kang
67
+ - Labuche Kang III
68
+ - Langtang Lirung
69
+ - Langtang Ri
70
+ - Lhotse
71
+ - Lupghar Sar
72
+ - Makalu
73
+ - Malangutti Sar
74
+ - Malubiting
75
+ - Mamostong Kangri
76
+ - Mana Peak
77
+ - Manaslu
78
+ - Masherbrum
79
+ - Molamenqing
80
+ - Momhil Sar
81
+ - Mount Everest
82
+ - Mukut Parbat
83
+ - Muztagh Ata
84
+ - Muztagh Tower
85
+ - Namcha Barwa
86
+ - Nanda Devi
87
+ - Nanga Parbat
88
+ - Nangpai Gosum
89
+ - Ngadi Chuli
90
+ - Noijin Kangsang
91
+ - Noshaq
92
+ - Nuptse
93
+ - Passu Sar
94
+ - Porong Ri
95
+ - Pumari Chhish
96
+ - Putha Hiunchuli
97
+ - Rakaposhi
98
+ - Rimo I
99
+ - Rimo III
100
+ - Saltoro Kangri
101
+ - Saraghrar
102
+ - Saser Kangri I
103
+ - Saser Kangri II E
104
+ - Saser Kangri III
105
+ - Sherpi Kangri
106
+ - Shishapangma
107
+ - Shispare
108
+ - Sia Kangri
109
+ - Siguang Ri
110
+ - Singhi Kangri
111
+ - Skil Brum
112
+ - Skyang Kangri
113
+ - Sunanda Devi
114
+ - Teram Kangri I
115
+ - Teram Kangri III
116
+ - The Crown
117
+ - Tirich Mir
118
+ - Tongshanjiabu
119
+ - Trivor
120
+ - Ultar
121
+ - Ganesh I
122
+ - Yukshin Gardan Sar
123
+ - Yutmaru Sar
124
+ range:
125
+ - Annapurna Himalaya
126
+ - Assam Himalaya
127
+ - Baiku Himalaya
128
+ - Baltoro Karakoram
129
+ - Batura Karakoram
130
+ - Daxue Shan
131
+ - Dhaulagiri Himalaya
132
+ - Ganesh Himalaya
133
+ - Hindu Kush
134
+ - Hispar Karakoram
135
+ - Jomolhari Himalaya
136
+ - Jugal Himalaya
137
+ - Kangchenjunga Himalaya
138
+ - Kongur Shan
139
+ - Kula Kangri Himalaya
140
+ - Labuche Himalaya
141
+ - Langtang Himalaya
142
+ - Lunana Himalaya
143
+ - Mahalangur Himalaya
144
+ - Manaslu Himalaya
145
+ - Masherbrum Karakoram
146
+ - Muztagata
147
+ - Nagarze Himalaya
148
+ - Nalakankar Himalaya
149
+ - Nanga Parbat Himalaya
150
+ - Pamir
151
+ - Panmah Karakoram
152
+ - Rakaposhi-Haramosh Karakoram
153
+ - Rimo Karakoram
154
+ - Saltoro Karakoram
155
+ - Saser Karakoram
156
+ - Siachen Karakoram
157
+ - Tian Shan
158
+ - Yengisogat Karakoram
@@ -1,32 +1,454 @@
1
1
  en:
2
2
  faker:
3
3
  music:
4
- instruments: ['Electric Guitar', 'Acoustic Guitar', 'Flute', 'Trumpet', 'Clarinet', 'Cello', 'Harp', 'Xylophone', 'Harmonica', 'Accordion', 'Organ', 'Piano', 'Ukelele', 'Saxophone', 'Drums', 'Violin', 'Bass Guitar', 'Oboe']
5
- bands: ["AC/DC", "Adam and the Ants", "Afrika Bambaataa", "Al Foster", "Alan Parsons", "Alex Chilton", "Amy Winehouse", "Annie Lennox", "Arctic Monkeys", "B.B. King",
6
- "Bauhaus", "The Beatles", "Beck", "Billy Idol", "The Birthday Party", "Björk", "Blinker The Star", "Blondie", "Blur", "Bob Dylan", "Bob Marley (and the Wailers)",
7
- "Brian Wilson", "Bruce Springsteen", "Buzzcocks", "Captain Beefheart", "Carlos Santana", "Cat Anderson", "Cat Stevens", "Catherine Wheel", "Chic", "Chris Isaak",
8
- "Chrissie Hynde", "Chuck Berry", "The Clash", "Cliff Richard (and the Shadows)", "Coldplay", "Cootie Williams", "Cortinas", " The", "The Cramps", "The Cranberries",
9
- "Cream", "The Cure", "David Bowie", "David Gilmour", "Deepest Blue", "Devo", "Dizzy Gillespie", "Dr Feelgood", "Duke Ellington", "Ed Sheeran", "Ella Fitzgerald",
10
- "Elton John", "Elvis Costello", "Elvis Presley", "Eric Clapton", "The Faces", "Fats Domino", "Flaming Lips", "Florence and the Machine", "Foo Fighters", "Frank Sinatra",
11
- "Frank Zappa", "Frightened Rabbit", "George Michael", "Grace Jones", "Green Day", "Guns N' Roses", "Herbie Hancock", "Horace Silver", "Hugh Masekela", "Ian Dury", "Iggy Pop",
12
- "The Jam", "James Brown", "Jeff Beck", "Jeff Buckley", "Jimi Hendrix", "John Coltrane", "John Lydon", "Johnny Borrell", "Johnny Cash", "Johnny Marr", "Joni Mitchell", "Joy Division",
13
- "K.D Lang", "Kasabian", "Kate Bush", "Keith Moon", "Keith Richards", "The Kinks", "Kiss", "The La's", "Led Zeppelin", "Lenny Kravitz", "Leonard Cohen", "Liam Gallagher",
14
- "The Libertines", "Madness", "Madonna", "Manic Street Preachers", "Marc Bolan", "Marianne Faithfull", "Marilyn Manson", "Maroon 5", "The Mars Volta", "Max Roach", "Michael Jackson",
15
- "Miles Davis", "Morrissey", "Muddy Waters", "Mumford and Sons", "Muse", "Neil Young", "New Order", "Nick Cave", "Nigel Kennedy", "Nina Simone", "Nirvana", "Noel Gallagher",
16
- "O.A.R.", "Oasis", "Offspring", "Ozzy Osbourne", "Paramore", "Pat Metheny", "Patti Smith", "Paul Weller", "Pearl Jam", "Pete Townshend", "Phil Collins", "Phish", "Pink Floyd", "PJ Harvey",
17
- "The Police", "The Pretenders", "Primal Scream", "Prince", "Program The Dead", "Pulp", "Queen", "Radiohead", "The Ramones", "Red Hot Chili Peppers", "R.E.M.", "Rick Wright",
18
- "Rod Stewart", "The Rolling Stones", "Rory Gallagher", "Roxy Music", "Roy Hargrove", "Rufus Wainwright", "Run-D.M.C.", "Ryan Adams", "Sex Pistols", "Simply Red",
19
- "Sinead O'connor", "Siouxsie and The Banshees", "The Slits", "The Smiths", "Sonic Youth", "The Specials", "Squeeze", "Status Quo", "Stereophonics", "Stone Roses",
20
- "Syd Barrett", "Thelonius Monk", "Thin Lizzy", "Thornley", "Tina Turner", "Tom Jones", "Tom Robinson", "Tom Waits", "U2", "The Undertones", "Van Morrison", "Velvet Revolver",
21
- "White Stripes", "The Who", "The Yardbirds", "Yumi Matsutoya"]
22
- albums: ["Thriller", "Back in Black", "The Dark Side of the Moon", "Bat Out of Hell", "The Bodyguard", "Their Greatest Hits (1971–1975)", "Saturday Night Fever", "Rumours",
23
- "Grease: The Original Soundtrack from the Motion Picture", "Led Zeppelin IV", "Bad", "Jagged Little Pill", "Come On Over", "Falling into You", "Sgt. Pepper's Lonely Hearts Club Band",
24
- "Hotel California", "Dirty Dancing", "21", "Let's Talk About Love", "1", "Gold: Greatest Hits", "Dangerous", "The Immaculate Collection", "Abbey Road", "Born in the U.S.A.",
25
- "Brothers in Arms", "Titanic: Music from the Motion Picture", "Metallica", "Nevermind", "The Wall", "Supernatural", "Appetite for Destruction", "Slippery When Wet", "Music Box",
26
- "The Eminem Show", "Hybrid Theory", "Come Away with Me", "Unplugged", "True Blue", "Legend: The Best of Bob Marley & The Wailers", "Tapestry", "No Jacket Required", "Greatest Hits",
27
- "Bridge over Troubled Water", "The Joshua Tree", "...Baby One More Time", "Backstreet's Back", "Backstreet Boys", "Millennium", "Spice", "Happy Nation", "The Sign", "Whitney Houston",
28
- "(What's the Story) Morning Glory?", "The Marshall Mathers LP", "Like a Virgin", "Cross Road", "25", "Boston", "Oops!... I Did It Again", "The Colour of My Love", "Hysteria", "Faith",
29
- "Dookie", "Can't Slow Down", "Daydream", "HIStory: Past, Present and Future, Book I", "Off the Wall", "The Woman in Me", "Breakfast in America", "Tracy Chapman",
30
- "Flashdance: Original Soundtrack from the Motion Picture", "Whitney", "Confessions", "X&Y", "High School Musical", "High School Musical 2", "Viva la Vida or Death and All His Friends",
31
- "I Dreamed a Dream", "Recovery", "Midnight Memories", "Frozen", "Lemonade", "Brand New Eyes", "All We Know Is Falling", "Riot!", "Songs About Jane", "Hands All Over"]
32
- genres: ["Rock", "Pop", "Electronic", "Folk", "World", "Country", "Jazz", "Funk", "Soul", "Hip Hop", "Classical", "Latin", "Reggae", "Stage And Screen", "Blues", "Non Music", "Rap"]
4
+ instruments:
5
+ - Electric Guitar
6
+ - Acoustic Guitar
7
+ - Flute
8
+ - Trumpet
9
+ - Clarinet
10
+ - Cello
11
+ - Harp
12
+ - Xylophone
13
+ - Harmonica
14
+ - Accordion
15
+ - Organ
16
+ - Piano
17
+ - Ukelele
18
+ - Saxophone
19
+ - Drums
20
+ - Violin
21
+ - Bass Guitar
22
+ - Oboe
23
+ bands:
24
+ - AC/DC
25
+ - Adam and the Ants
26
+ - Afrika Bambaataa
27
+ - Al Foster
28
+ - Alan Parsons
29
+ - Alex Chilton
30
+ - Amy Winehouse
31
+ - Annie Lennox
32
+ - Arctic Monkeys
33
+ - B.B. King
34
+ - Bauhaus
35
+ - The Beatles
36
+ - Beck
37
+ - Billy Idol
38
+ - The Birthday Party
39
+ - Björk
40
+ - Blinker The Star
41
+ - Blondie
42
+ - Blur
43
+ - Bob Dylan
44
+ - Bob Marley (and the Wailers)
45
+ - Brian Wilson
46
+ - Bruce Springsteen
47
+ - Buzzcocks
48
+ - Captain Beefheart
49
+ - Carlos Santana
50
+ - Cat Anderson
51
+ - Cat Stevens
52
+ - Catherine Wheel
53
+ - Chic
54
+ - Chris Isaak
55
+ - Chrissie Hynde
56
+ - Chuck Berry
57
+ - The Clash
58
+ - Cliff Richard (and the Shadows)
59
+ - Coldplay
60
+ - Cootie Williams
61
+ - Cortinas
62
+ - " The"
63
+ - The Cramps
64
+ - The Cranberries
65
+ - Cream
66
+ - The Cure
67
+ - David Bowie
68
+ - David Gilmour
69
+ - Deepest Blue
70
+ - Devo
71
+ - Dizzy Gillespie
72
+ - Dr Feelgood
73
+ - Duke Ellington
74
+ - Ed Sheeran
75
+ - Ella Fitzgerald
76
+ - Elton John
77
+ - Elvis Costello
78
+ - Elvis Presley
79
+ - Eric Clapton
80
+ - The Faces
81
+ - Fats Domino
82
+ - Flaming Lips
83
+ - Florence and the Machine
84
+ - Foo Fighters
85
+ - Frank Sinatra
86
+ - Frank Zappa
87
+ - Frightened Rabbit
88
+ - George Michael
89
+ - Grace Jones
90
+ - Green Day
91
+ - Guns N' Roses
92
+ - Herbie Hancock
93
+ - Horace Silver
94
+ - Hugh Masekela
95
+ - Ian Dury
96
+ - Iggy Pop
97
+ - The Jam
98
+ - James Brown
99
+ - Jeff Beck
100
+ - Jeff Buckley
101
+ - Jimi Hendrix
102
+ - John Coltrane
103
+ - John Lydon
104
+ - Johnny Borrell
105
+ - Johnny Cash
106
+ - Johnny Marr
107
+ - Joni Mitchell
108
+ - Joy Division
109
+ - K.D Lang
110
+ - Kasabian
111
+ - Kate Bush
112
+ - Keith Moon
113
+ - Keith Richards
114
+ - The Kinks
115
+ - Kiss
116
+ - The La's
117
+ - Led Zeppelin
118
+ - Lenny Kravitz
119
+ - Leonard Cohen
120
+ - Liam Gallagher
121
+ - The Libertines
122
+ - Madness
123
+ - Madonna
124
+ - Manic Street Preachers
125
+ - Marc Bolan
126
+ - Marianne Faithfull
127
+ - Marilyn Manson
128
+ - Maroon 5
129
+ - The Mars Volta
130
+ - Max Roach
131
+ - Michael Jackson
132
+ - Miles Davis
133
+ - Morrissey
134
+ - Muddy Waters
135
+ - Mumford and Sons
136
+ - Muse
137
+ - Neil Young
138
+ - New Order
139
+ - Nick Cave
140
+ - Nigel Kennedy
141
+ - Nina Simone
142
+ - Nirvana
143
+ - Noel Gallagher
144
+ - O.A.R.
145
+ - Oasis
146
+ - Offspring
147
+ - Ozzy Osbourne
148
+ - Paramore
149
+ - Pat Metheny
150
+ - Patti Smith
151
+ - Paul Weller
152
+ - Pearl Jam
153
+ - Pete Townshend
154
+ - Phil Collins
155
+ - Phish
156
+ - Pink Floyd
157
+ - PJ Harvey
158
+ - The Police
159
+ - The Pretenders
160
+ - Primal Scream
161
+ - Prince
162
+ - Program The Dead
163
+ - Pulp
164
+ - Queen
165
+ - Radiohead
166
+ - The Ramones
167
+ - Red Hot Chili Peppers
168
+ - R.E.M.
169
+ - Rick Wright
170
+ - Rod Stewart
171
+ - The Rolling Stones
172
+ - Rory Gallagher
173
+ - Roxy Music
174
+ - Roy Hargrove
175
+ - Rufus Wainwright
176
+ - Run-D.M.C.
177
+ - Ryan Adams
178
+ - Sex Pistols
179
+ - Simply Red
180
+ - Sinead O'connor
181
+ - Siouxsie and The Banshees
182
+ - The Slits
183
+ - The Smiths
184
+ - Sonic Youth
185
+ - The Specials
186
+ - Squeeze
187
+ - Status Quo
188
+ - Stereophonics
189
+ - Stone Roses
190
+ - Syd Barrett
191
+ - Thelonius Monk
192
+ - Thin Lizzy
193
+ - Thornley
194
+ - Tina Turner
195
+ - Tom Jones
196
+ - Tom Robinson
197
+ - Tom Waits
198
+ - U2
199
+ - The Undertones
200
+ - Van Morrison
201
+ - Velvet Revolver
202
+ - White Stripes
203
+ - The Who
204
+ - The Yardbirds
205
+ - Yumi Matsutoya
206
+ albums:
207
+ - Thriller
208
+ - Back in Black
209
+ - The Dark Side of the Moon
210
+ - Bat Out of Hell
211
+ - The Bodyguard
212
+ - Their Greatest Hits (1971–1975)
213
+ - Saturday Night Fever
214
+ - Rumours
215
+ - 'Grease: The Original Soundtrack from the Motion Picture'
216
+ - Led Zeppelin IV
217
+ - Bad
218
+ - Jagged Little Pill
219
+ - Come On Over
220
+ - Falling into You
221
+ - Sgt. Pepper's Lonely Hearts Club Band
222
+ - Hotel California
223
+ - Dirty Dancing
224
+ - '21'
225
+ - Let's Talk About Love
226
+ - '1'
227
+ - 'Gold: Greatest Hits'
228
+ - Dangerous
229
+ - The Immaculate Collection
230
+ - Abbey Road
231
+ - Born in the U.S.A.
232
+ - Brothers in Arms
233
+ - 'Titanic: Music from the Motion Picture'
234
+ - Metallica
235
+ - Nevermind
236
+ - The Wall
237
+ - Supernatural
238
+ - Appetite for Destruction
239
+ - Slippery When Wet
240
+ - Music Box
241
+ - The Eminem Show
242
+ - Hybrid Theory
243
+ - Come Away with Me
244
+ - Unplugged
245
+ - True Blue
246
+ - 'Legend: The Best of Bob Marley & The Wailers'
247
+ - Tapestry
248
+ - No Jacket Required
249
+ - Greatest Hits
250
+ - Bridge over Troubled Water
251
+ - The Joshua Tree
252
+ - "...Baby One More Time"
253
+ - Backstreet's Back
254
+ - Backstreet Boys
255
+ - Millennium
256
+ - Spice
257
+ - Happy Nation
258
+ - The Sign
259
+ - Whitney Houston
260
+ - "(What's the Story) Morning Glory?"
261
+ - The Marshall Mathers LP
262
+ - Like a Virgin
263
+ - Cross Road
264
+ - '25'
265
+ - Boston
266
+ - Oops!... I Did It Again
267
+ - The Colour of My Love
268
+ - Hysteria
269
+ - Faith
270
+ - Dookie
271
+ - Can't Slow Down
272
+ - Daydream
273
+ - 'HIStory: Past, Present and Future, Book I'
274
+ - Off the Wall
275
+ - The Woman in Me
276
+ - Breakfast in America
277
+ - Tracy Chapman
278
+ - 'Flashdance: Original Soundtrack from the Motion Picture'
279
+ - Whitney
280
+ - Confessions
281
+ - X&Y
282
+ - High School Musical
283
+ - High School Musical 2
284
+ - Viva la Vida or Death and All His Friends
285
+ - I Dreamed a Dream
286
+ - Recovery
287
+ - Midnight Memories
288
+ - Frozen
289
+ - Lemonade
290
+ - Brand New Eyes
291
+ - All We Know Is Falling
292
+ - Riot!
293
+ - Songs About Jane
294
+ - Hands All Over
295
+ genres:
296
+ - Rock
297
+ - Pop
298
+ - Electronic
299
+ - Folk
300
+ - World
301
+ - Country
302
+ - Jazz
303
+ - Funk
304
+ - Soul
305
+ - Hip Hop
306
+ - Classical
307
+ - Latin
308
+ - Reggae
309
+ - Stage And Screen
310
+ - Blues
311
+ - Non Music
312
+ - Rap
313
+ hiphop:
314
+ subgenres:
315
+ - Low Fi
316
+ - Grime
317
+ - Drill
318
+ - Alternative
319
+ - Country
320
+ - Undeground
321
+ - West Coast
322
+ - East Coast
323
+ - Conscious
324
+ - Christian
325
+ - Gangsta
326
+ - Old School
327
+ - Southern
328
+ - Mid West
329
+ - Trap
330
+ - Boom Bap
331
+ - Melodic
332
+ groups:
333
+ - Outcast
334
+ - Griselda
335
+ - Wu-Tang Clan
336
+ - YMCMB
337
+ - Maybach Music
338
+ - Bad Boyz
339
+ - Rock Nation
340
+ - Jack Boys
341
+ - OVO
342
+ - Tribe Call Quest
343
+ - Cypress Hill
344
+ - Digital Undeground
345
+ - Naughty By Nature
346
+ - EPMD
347
+ - Run D.M.C
348
+ - N.W.A
349
+ - Salt & Pepa
350
+ - TLC
351
+ - G Unit
352
+ - Bone Thugs & Harmony
353
+ - Destiny's Child
354
+ - Public Enemy
355
+ - Mobb Deep
356
+ - Eric B. & Rakim
357
+ - Fugees
358
+ - The Sugarhill Gang
359
+ - D12
360
+ - Three 6 Mafia
361
+ - Migos
362
+ - Clipse
363
+ - Odd Future
364
+ - 2 Live Crew
365
+ - The Lox
366
+ - Dipset
367
+ artist:
368
+ - Drake
369
+ - Jay-Z
370
+ - Lil Wayne
371
+ - Travis Scott
372
+ - Ice Cube
373
+ - Wutang Clan
374
+ - Tribe Called Quest
375
+ - Nas
376
+ - Foxy Brown
377
+ - TI
378
+ - TPain
379
+ - Big Krit
380
+ - Joey BadA$$
381
+ - A$AP Rocky
382
+ - Tyler The Creator
383
+ - Frank Ocean
384
+ - 50 Cent
385
+ - Snoop Dogg
386
+ - Wiz Khalifa
387
+ - Tupac
388
+ - The Notorious B.I.G
389
+ - Missy Elliot
390
+ - DMX
391
+ - Eminem
392
+ - Method Man
393
+ - Red Man
394
+ - Kanye West
395
+ - Gucci Mane
396
+ - Baby Keem
397
+ - Roddy Ricch
398
+ - Nipsey Hussle
399
+ - Queen Latifah
400
+ - Pusha T
401
+ - Chief Keef
402
+ - Lil Reese
403
+ - Lil Peep
404
+ - Lil Snupe
405
+ - Meek Mill
406
+ - Wale
407
+ - Busta Rhymes
408
+ - Ludacris
409
+ - Ashanti
410
+ - Shy Glizzy
411
+ - Fredo Santana
412
+ - Fat Joe
413
+ - Don Toliver
414
+ - Sheck Wes
415
+ - Bobby Smurda
416
+ - Dave East
417
+ - J Holiday
418
+ - Chris Brown
419
+ - Omarion
420
+ - Fabulous
421
+ - Jadakiss
422
+ - Nicki Minaj
423
+ - Meg The Stallion
424
+ - Saweetie
425
+ - Larry June
426
+ - Quavo
427
+ - Offset
428
+ - Takeoff
429
+ - Stormzy
430
+ - xxxTentacion
431
+ - Juice Wrld
432
+ - Juicy J
433
+ - P Diddy
434
+ - Young Thug
435
+ - Gunna
436
+ - Lil Tecca
437
+ - Da Baby
438
+ - Lil Baby
439
+ - Lil Uzi
440
+ - 21 Savage
441
+ - 2 Chainz
442
+ - Craig Mac
443
+ - Cardi B
444
+ - Chance The Rapper
445
+ - Mac Miller
446
+ - The Game
447
+ - Styles P
448
+ - Paul Wall
449
+ - Cam'ron
450
+ - Jeezy
451
+ - Dr. Dre
452
+ - Nate Dogg
453
+ - Kurupt
454
+ - Twista