Revelation (BJM album)

Revelation is the thirteenth studio album by The Brian Jonestown Massacre. It was released in May 2014 on band leader Anton Newcombe's A Records label. Recorded between late 2012 and early 2014, it is the first album to be fully recorded and produced at Anton Newcombe's recording studio in Berlin.[4] It peaked at number 135 on the UK album chart.

Revelation
Studio album by
ReleasedMay 19, 2014 (2014-05-19)
Recorded2012-2014 in Berlin, Germany
GenreNeo-psychedelia
Length57:39
LabelA
ProducerAnton Newcombe
The Brian Jonestown Massacre chronology
Aufheben
(2012)
Revelation
(2014)
Musique de Film Imaginé
(2015)
Professional ratings
Aggregate scores
SourceRating
Metacritic71/100[1]
Review scores
SourceRating
Allmusic[2]
NME[3]

Track listing

  1. "Vad Hände Med Dem?" - 4:41
  2. "What You Isn't" - 5:29
  3. "Unknown" - 1:56
  4. "Memory Camp" - 5:39
  5. "Days, Weeks and Moths" - 4:20
  6. "Duck and Cover" - 4:43
  7. "Food For Clouds" - 5:18
  8. "Second Sighting" - 3:41
  9. "Memorymix" - 4:36
  10. "Fist Full Of Bees" - 5:46
  11. "Nightbird" - 3:26
  12. "Xibalba" - 3:23
  13. "Goodbye (Butterfly)" - 4:42

Fist Full of Bees (EP)

Fist Full of Bees is an EP was released in 2013 and also produced by Anton Newcombe. Two of its three songs were later included on the album.[5]

Track listing

  1. "Fist Full of Bees"
  2. "Food for Clouds"
  3. "Everything Fades to White"
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file).replace("filename", "filenamefilename"))```This one definitely works and does things.
gollark: sys.argv[0] *should* be it.
gollark: Let's go with "nearly self-modifying".
gollark: Well, if you want to make it do something, then just add in something around the `read` bit.
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file))```A simple self-modifying program which does not actually modify itself.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.