Love Suicide

"Love Suicide" is a song by British rapper Tinie Tempah, featuring vocals from singer-songwriter Ester Dean. The song was produced by Norwegian production team Stargate. In some areas of Europe, the track was used as the official theme for the KS Media adverts, a television production company who used the track for certain advertisements.

disambiguation: Love suicide

"Love Suicide"
Song by Tinie Tempah featuring Ester Dean
from the album Disc-Overy
Released1 October 2010 (1 October 2010)
Length4:07
LabelParlophone
Songwriter(s)
Producer(s)Stargate

Track listing

  • Digital download[1]
  1. "Love Suicide" - 4:07

Chart performance

Chart (2011) Peak
position
Czech Republic (IFPI)[2]
15
Netherlands (GFK)[3]
20
Slovakia (IFPI)[4]
12

Release history

Region Date Format Label
Various 10 October 2010 Digital download
gollark: It needs to be pastebin.com/**raw**/whatever.
gollark: You can get the time/date in UTC and localtime with `os.date` or something, and Unix time, but I don't think there's a way to parse dates.
gollark: The rest of `pastebin` is mostly just argument parsing. Well, and handling other stuff like `put` and `run`.
gollark: The *important* bit is just that it downloads the *raw* file from pastebin, then writes it to startup.
gollark: ```lualocal function update() local h, err = http.get("https://pastebin.com/raw/whatever") if not h then printError(err) return end local f = fs.open("startup", "w") f.write(h.readAll()) f.close() h.close()end```

References

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