It's Over Love
"It's Over Love" is 1997 song by Todd Terry Feat. Shannon from his album Ready For A New Day.[1] It topped the Billboard Dance Chart in the USA in April 1998[2][3] and reached number 16 in the UK making it Todd Terry's third highest charting single there.[4]
"It's Over Love" | ||||
---|---|---|---|---|
Single by Todd Terry feat. Shannon | ||||
from the album Ready For A New Day | ||||
Released | 1997 | |||
Genre | ||||
Length | 4:53 | |||
Label |
| |||
Songwriter(s) |
| |||
Producer(s) | Todd Terry | |||
Todd Terry feat. Shannon singles chronology | ||||
|
Billboard wrote that Todd Terry "reminds club-land of his ability to construct catchy ditties that offer no apologies for their straightforward pop feel." They described the track as a "appealing single (...) bolstered by a seductively breathy vocal by disco-era diva Shannon". They also complimented its "pleasantly repetitive hook".[5]
Track listing
No. | Title | Length |
---|---|---|
1. | "It's Over Love (Radio Edit)" | 3:47 |
2. | "It's Over Love (Funky Green Dogs Miami Mix)" | 6:00 |
3. | "It's Over Love (Tee's Club Mix)" | 5:50 |
4. | "It's Over Love (Loop Da Loop Mix)" | 5:37 |
5. | "It's Over Love (Blak N Spanish Full Vocal Mix)" | 7:50 |
6. | "It's Over Love (Dillon & Dickins Divine Mix)" | 6:55 |
Charts
Chart (1997) | Peak position |
---|---|
Europe (Eurochart Hot 100)[6] | 45 |
Scotland (Official Charts Company)[7] | 37 |
UK Singles (Official Charts Company) | 16 |
UK Dance (Official Charts Company)[8] | 2 |
US Billboard Hot Dance Club Play | 1 |
gollark: Should I make the random code thinger random instead?
gollark: My code is `O(lots)`.
gollark: Even gets around the evil Global Interpreter Lock for maximum performance.
gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```
References
- Taylor, Chuck (1998). "With a hot single and philosophical outlook, '80s diva Shannon lets the music play again". Billboard. Google Books. Retrieved 28 August 2017.
- Whitburn, Joel (1999). Joel Whitburn's 1998 Billboard Music Yearbook. Record Research. p. 233.
- "Dance Club Songs - 1998 Archive". Billboard. Retrieved 28 August 2017.
- "Todd Terry". Official Charts (UK). Retrieved 28 August 2017.
- "Single Reviews" (PDF). Billboard magazine. 13 December 1997. p. 45. Retrieved 6 February 2020.
- "Eurochart Hot 100 Singles" (PDF). Music & Media. Retrieved 22 June 2018.
- "Official Scottish Singles Sales Chart Top 100". Official Charts Company.
- "Official Dance Singles Chart Top 40". officialcharts.com.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.