Let My Pride Be What's Left Behind
Let My Pride Be What's Left Behind is the third EP released by Manchester Orchestra in 2008. It was released via Favorite Gentlemen/ Canvasback Recordings on October 7, 2008.
Let My Pride Be What's Left Behind | ||||
---|---|---|---|---|
![]() | ||||
EP by | ||||
Released | October 7, 2008 | |||
Recorded | 2008 | |||
Genre | Indie rock | |||
Length | 21:50 | |||
Label | Favorite Gentlemen Canvasback | |||
Producer | Dan Hannon | |||
Manchester Orchestra chronology | ||||
|
Track listing
No. | Title | Length |
---|---|---|
1. | "I Can Feel a Hot One" | 4:19 |
2. | "I Was a Lid" | 4:51 |
3. | "Wolves at Night" (WBRU FM) | 5:22 |
4. | "Badges and Badges" (Live from Daytrotter) | 2:49 |
5. | "Sleeper 1972" (Live from The Loft/Atlanta, GA) | 4:32 |
Notes
The song "I Can Feel A Hot One" was featured on the television show Gossip Girl in September 2008.
gollark: al
gollark: ™
gollark: al
gollark: The world does not, in fact, make sense.
gollark: ```python#!/usr/bin/env python3import randomimport fileinput# https://github.com/LyricLy/Esobot/blob/bcc9e548c84ea9b23fc832d0b0aaa8288de64886/cogs/general.pylyrictable_raw = { "a": "а", "c": "с", "e": "е", "s": "ѕ", "i": "і", "j": "ј", "o": "о", "p": "р", "y": "у", "x": "х" }lyrictable = str.maketrans({v: k for k, v in lyrictable_raw.items()})for line in fileinput.input(): line = line.replace("\n", "") print(line.translate(lyrictable).replace("\u200b", ""))```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.