Mamaleek

Mamaleek is an experimental metal group from San Francisco, founded in 2008[1] by two anonymous brothers.[2] The name supposedly derives from Arabic, and is the plural of mamluk, or "slave".[3]

In 2011 the band was signed with Enemies List; that year, their album Kurdaitcha topped Leor Galil's "Best Free Albums of 2011" list.[4] As of 2015 the band have released five albums, and are signed with the San Francisco-based alternative label The Flenser.[3]

Regarding the band's style and genre, Noisey wrote: "It's black metal, but then again, it isn't; there are massive electronic, jazz, and psychedelic influences, as well as pronounced Middle Eastern inclinations in melody and aesthetic".[3] According to Stereoboard, they "are a band like no other....Portishead playing lo-fi metal might be somewhere vaguely near the mark".[2] Galil said they "mix Middle Eastern song structures and samples, atonal experimental and avant-garde accents, guttural metal howls, accessible electronic breakbeats, sludgy doom metal guitar-work, nimble piano interludes, and plenty of pop panache to create an unrelenting, moving sound".[5]

Discography

  • Fever Dream (2008)
  • Mamaleek (2008)
  • Kurdaitcha (2011)
  • He Never Said a Mumbling Word (The Flenser, 2014)[6]
  • Via Dolorosa (The Flenser, 2015)[2]
  • Out of Time (2018)[7]
  • Come & See (2020)
gollark: Okay, I fixed some bracket handling, great.
gollark: OH NOSEGMENTATION VIOLATIONDEPLOY BEES
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.

References

  1. "Mamaleek". Encyclopaedia Metallum. Retrieved 3 December 2015.
  2. Bland, Ben (24 June 2015). "Noise Not Music #11: False, Abyssal, Pale Chalice And More". Stereoboard. Retrieved 3 December 2015.
  3. "Premiere: Black Metal Oddballs Mamaleek Score a Winner with Nothing But Loss". Noisey. Retrieved 3 December 2015.
  4. Galil, Leor (30 May 2013). "Cheap Tunes: Frustrator's 'Anther'". Forbes. Retrieved 3 December 2015.
  5. Galil, Leor (13 December 2011). "The Best Free Albums of 2011". Forbes. Retrieved 3 December 2015.
  6. Krasman, Brian (24 July 2014). "Experimentalists Mamaleek poke black metal's boundaries with mysterious He Never Spokeā€¦". Meat Mead Metal. Retrieved 3 December 2015.
  7. "Out of Time, by Mamaleek". Mamaleek. Retrieved 2018-08-31.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.