The Looks

The Looks is the debut album by MSTRKRFT, released on 18 July 2006. All songs were written by Jesse F. Keeler and Al-P.

The Looks
Studio album by
Released18 July 2006 (2006-07-18)
GenreElectronic house
Length46:51
LabelLast Gang Records
ProducerMSTRKRFT
MSTRKRFT chronology
The Looks
(2006)
Fist of God
(2009)
Singles from The Looks
  1. "Easy Love"
    Released: 31 January 2006
  2. "Work on You"
    Released: 6 July 2006
  3. "Street Justice"
    Released: 18 January 2007

History

In the 15–21 June 2006 edition of The Stranger, Keeler explains the origin of the album's title: "My girlfriend and I were watching American Idol, and judge Randy critiqued this one girl as having 'the looks' but not the talent. So we laughed at this intangible thing 'the looks' that can be good or bad, and later it became [our] album title. Because if you think about it, it doesn't mean anything, especially in terms of our album."

The earliest version of the track "Paris" was composed on a laptop, on a plane taking Keeler and Al-P back home after a trip in Paris, France. "Easy Love" and "Paris" were made available on the band's MySpace account before the album's release.

The cover art was designed by Seripop and won the Juno award for Best CD/DVD Cover Design of the Year in 2007.

Track listing

Professional ratings
Aggregate scores
SourceRating
Metacritic62/100[1]
Review scores
SourceRating
NME[2]
Pitchfork Media(5.9/10)[3]

All tracks are written by Jesse F. Keeler and Al-P.

No.TitleLength
1."Work on You"6:02
2."Easy Love"5:32
3."She's Good for Business"5:04
4."Paris"5:47
5."The Looks"4:56
6."Street Justice"6:52
7."Bodywork"5:52
8."Neon Knights"5:46
gollark: No, I have that stuff done.
gollark: I want a *different* set of "OPERATIONS ON RELEVANT NODE THING" and no HTML generation at the end, and it would be bees to just copy-paste the function here.
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.
gollark: Hmm. Gibson, you use nim, yes? How can I nicely™ abstract this C library?

References

  1. "The Looks Reviews, Ratings, Credits, and More at Metacritic". Metacritic. Retrieved 10 October 2018.
  2. "MSTRKRFT: The Looks". NME. 23 February 2007. Retrieved 10 October 2018.
  3. Mitchum, Rob (27 July 2006). "MSTRKRFT: The Looks Album Review". Pitchfork Media. Retrieved 10 October 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.