Time Is Not Much

Time Is Not Much is the debut album of Christchurch-born singer-songwriter/rapper Ladi6, released in November 2008.[1] It won Best Urban/Hip Hop Album and Ladi6 was nominated for Best Female Solo Artist at the 2009 New Zealand Music Awards.[2] In the same year Ladi6 won Best Pacific Female Artist at the 2009 Pacific Music Awards.[3]

Time Is Not Much was released independently in New Zealand and debuted at number 4 on the New Zealand Top 40 Album chart, staying in the top 40 albums for 10 weeks.[1] The album was mostly produced by Ladi6's partner Parks (aka Brent Park). It was released throughout Europe by London label BBE Records in July 2010.[4][5]

Track listing

  1. Give Me the Light
  2. Call You Out
  3. So Far
  4. Walk Right Up
  5. Down and Out
  6. Question?
  7. Time Is Not Much (Boogie's Interlude)
  8. Dark Brown
  9. Believe Me
  10. Jacknife
  11. More than Fake
  12. Danger (bonus track)
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.
gollark: Ah, but Lua is slightly sane.

See also

References

  1. "Time Is Not Much – Ladi6 – Top 40 Albums". Muzic.net.nz. Retrieved 15 November 2011.
  2. "2009 Winners". Vodafone New Zealand Music Awards. Archived from the original on 29 October 2013. Retrieved 16 November 2011.
  3. "Polynesian Blue Pacific Music Awards Finalists & Winners". Polynesian Blue Pacific Music Awards. 2009 Pacific Music Awards Event section. Archived from the original on 8 October 2011. Retrieved 16 November 2011.
  4. "Ladi6 – Time Is Not Much". London, UK: BBE. 19 July 2010. Archived from the original on 4 November 2011.
  5. Jenkin, Lydia (October–November 2010). "Ladi6 – Liberation and the Berlin Effect". NZ Musician. 15 (9). Retrieved 15 November 2011.


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