Into the Lime

Into the Lime is the first full-length album by indie pop band The New Mendicants. It was released in 2014.

Professional ratings
Aggregate scores
SourceRating
Metacritic76/100[1]
Review scores
SourceRating
Allmusic[2]
The Guardian[3]
PopMatters7/10 [4]
Into the Lime
Studio album by
Released28 January 2014
GenreIndie pop, Pop rock
Length31:49
LabelXPT Records
ProducerNorman Blake, Joe Pernice, Mike Belitsky
The New Mendicants chronology
Australia 2013 EP
(2013)
Into the Lime
(2014)

Track listing

All tracks written by Joe Pernice, Norman Blake and Mike Belitsky except *Sandy Denny.

  1. Sarasota
  2. A Very Sorry Christmas
  3. Cruel Annette
  4. Follow You Down
  5. Shouting Match
  6. If You Only Knew Her
  7. High on the Skyline
  8. By the Time It Gets Dark*
  9. Out of the Lime
  10. Lifelike Hair
gollark: Basicallyscore = views + unique views * 6 + clicks * 12if hatchling, optimal score is 13000 at 4d and 5000 at 7d (between the two extremes, it's averaged)if egg, optimal score is 5000 at 4d and 0 at 7d (averaged again)it's safeish if the score is less than 1.5x the optimal score.
gollark: ```javascriptfunction getScore(dragon) { return dragon.views + (dragon.uniqueViews * 6) + (dragon.clicks * 12);}const nextStageAge = 72;const maxTime = 168;function getOptimalScore(dragon) { const time = dragon.hoursRemaining; const age = maxTime - time; if (dragon.type == "hatchling") { return 5000 + (8000 * (age / nextStageAge)); } else { return 5000 * (age / nextStageAge); }}function getScoreRatio(dragon) { return getScore(dragon) / getOptimalScore(dragon);}function isSafe(dragon) { return getScoreRatio(dragon) < 1.5;}```
gollark: I guess that since I'm banned anyway I might as well show my modified EATW formula...
gollark: I mean, it'd be hard to viewbomb something that old.
gollark: It's basically politics in a dictatorship.

References

  1. "Into the Lime". Metacritic. Retrieved 2014-08-20.
  2. Monger, Timothy. The New Mendicants: Into the Lime > Review at AllMusic. Retrieved 20 AUgust 2014.
  3. Hann, Michael (16 January 2014). "New Mendicants: Into the Lime – review". The Guardian. Retrieved 20 August 2014.
  4. Fiander, Matthew (4 February 2014). "The New Mendicants: Into the Lime". PopMatters. Retrieved 20 August 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.