Eventually, All at Once
Eventually, All at Once is the tenth full-length album by Joan of Arc, released in 2006 on Record Label Record Label. It was recorded at the home of Donna Kinsella in Buffalo Grove, IL.[1][2][3] It is, according to a 2018 interview,[4] Tim Kinsella's least favorite Joan of Arc album.
Eventually, All at Once | ||||
---|---|---|---|---|
Studio album by | ||||
Released | July 25, 2006 | |||
Genre | Indie rock | |||
Length | 36:47 | |||
Label | Record Label Record Label | |||
Producer | Bobby Burg | |||
Joan of Arc chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
Allmusic |
Track listing
- Eventually, All At Once - 3:19
- I'm Calling Off All Falls from Grace - 3:07
- Miss Cat Piss and Peppermint - 3:14
- You Can't Change Your Mind - 2:59
- Living Out in the Sea of Umbrellas - 3:46
- Many Times I've Mistaken - 3:57
- Words Have Cast Their Spells - 4:03
- If All These People Can Understand Money - 2:52
- Scratches a Pencil - 5:02
- Free Will and Testament - 3:41
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
gollark: *But* this is a bug in the JSON handling, which I should really fix *anyway*.
gollark: Ah, base64 should do it, yes.
References
- "Joan Of Arc Eventually, All at Once". exclaim.ca. Retrieved 2018-05-30.
- "Eventually, All At Once, by Joan of Arc". Record Label. Retrieved 2018-05-30.
- "Joan Of Arc - Eventually, All At Once". Discogs. Retrieved 2018-05-30.
- "Tim Kinsella Ranks (Most of) Joan of Arc's Big, Misunderstood Discography". Noisey. 2018-05-31. Retrieved 2018-06-03.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.