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 | |
Released | 1 October 2010 |
Length | 4:07 |
Label | Parlophone |
Songwriter(s) |
|
Producer(s) | Stargate |
Chart performance
Chart (2011) | Peak position |
---|---|
Czech Republic (IFPI)[2] | |
Netherlands (GFK)[3] | |
Slovakia (IFPI)[4] |
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
- http://www.spanishcharts.com/showitem.asp?interpret=Tinie+Tempah+feat%2E+Ester+Dean&titel=Love+Suicide&cat=s
- http://www.ifpicr.cz/hitparada/index.php?a=titul&hitparada=2&titul=149495&sec=568ca481117926bcd13b5fd8c3e340ad
- http://dutchcharts.nl/showitem.asp?interpret=Tinie+Tempah+feat%2E+Ester+Dean&titel=Love+Suicide&cat=s
- http://www.ifpicr.cz/hitparadask/index.php?a=titul&hitparada=18&titul=146632&sec=e81a9dce701e36c252c974ad510c84b1
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.