Letters Home (The Soldiers album)
Letters Home is the second album by The Soldiers. The album was released on 25 October 2010. According to Midweek Charts the album was set to enter at number 12 on the UK Albums Chart, although it eventually charted at #10.
Letters Home | ||||
---|---|---|---|---|
Studio album by | ||||
Released | 25 October 2010 | |||
Recorded | 2010 | |||
Genre | Pop music | |||
Label | Rhino | |||
The Soldiers chronology | ||||
| ||||
Singles from Letters Home | ||||
|
Singles
- "Letters Home" was the first single released from the album, released on 15 October 2010. It is dedicated to Tony Downes - a guardsman killed whilst in active service.[1]
Track listing
- CD single
- I Will Carry You - 3:56
- Have I Told You Lately? - 3:43
- You're In My Heart - 4:01
- Wonderful Tonight - 3:39
- When A Man Loves A Woman - 3:39
- Yesterday - 3:02
- Great British Hero - 4:42
- Your Song - 3:52
- Everlasting Love - 3:17
- You Are So Beautiful - 3:07
- The Air That I Breathe - 4:00
- True - 4:04
- Reqiuem For A Soldier - 3:42
- you raise me up - 3:51
- Missing You - 3:26
- Every Time We Say Goodbye - 3:16
- Letters Home - 3:05
Chart performance
Letters Home entered the UK Albums Chart on 31 October 2010 at number 10, making it their second Top 10 album.
Chart (2010) | Peak position |
---|---|
European Top 100 Albums [2] | 36 |
UK Albums Chart | 10 |
Release history
Region | Date | Format | Label |
---|---|---|---|
United Kingdom | 22 October 2010 | Digital Download[3] | Rhino Records |
25 October 2010 | CD[4] |
gollark: Unrelated: slowly, my reactor efficiency goes up... soon, it shall reach a slightly higher percentage.
gollark: It simulates injuries to individual bodyparts.
gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
References
- "The latest news from the Soldiers - news, Facebook and Twitter". the Soldiers. Retrieved 28 February 2012.
- Archived 11 November 2010 at the Wayback Machine
- "iTunes - Music - Letters Home by The Soldiers". Itunes.apple.com. 22 October 2010. Retrieved 28 February 2012.
- "Letters Home: The Soldiers: Amazon.co.uk: Music". Amazon.co.uk. Retrieved 28 February 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.