Travels (Defeater album)

Travels is the debut studio album by American melodic hardcore band Defeater. The album was released on September 16, 2008 through Topshelf Records and re-released by Bridge 9 Records on February 24, 2009. It depicts the story of a young man born at the end of the Second World War to a struggling family living on the Jersey shores.

Travels
Studio album by
ReleasedSeptember 16, 2008 (2008-09-16)
Recorded2008
GenreMelodic hardcore, post-hardcore
Length32:09
LabelTopshelf, Bridge 9 (BR9144)
Defeater chronology
Travels
(2008)
Lost Ground
(2009)
Professional ratings
Review scores
SourceRating
Sputnikmusic[1]
AbsolutePunk(84%)[2]

Track listing

All tracks are written by Defeater.

No.TitleLength
1."Blessed Burden"3:04
2."Everything Went Quiet"2:41
3."Nameless Streets"3:05
4."Forgiver Forgetter"2:33
5."The City by Dawn"2:29
6."Prophet in Plain Clothes" (featuring Sean Murphy of Verse)4:07
7."Carrying Weight"2:25
8."Moon Shine"2:11
9."The Blues"0:57
10."Debts"2:26
11."Cowardice"6:19

Personnel

  • Derek Archambault – vocals
  • Jason Maas – guitars
  • Max Barror – bass
  • Andy Reitz – drums
  • Gus Pesce – guitars
gollark: Okay, I fixed some bracket handling, great.
gollark: OH NOSEGMENTATION VIOLATIONDEPLOY BEES
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.

References

  1. Craig, Richard (August 11, 2009). "Defeater - Travels". Sputnikmusic. Retrieved 25 December 2011.
  2. Guarino, Chad. "Travels". AbsolutePunk. Retrieved 25 December 2011.


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