Phil Collins - (Love Is Like A) Heatwave SongChartsTracksAuf folgenden Tontrgern verfgbarPhil Collins Discographie / Fan werden Reviews
var mouseX = 0;
var mouseY = 0;
$(document).ready(function()
$('#layLogin').css('left', $('#trLogin').position().left+4);
$('#trCountries').mousedown(function()
$('#layCountries').stop(true,true).slideDown(500);
);
$('#layCountries').mouseleave(function()
$("#layCountries").delay(200).slideUp(200);
);
$('#layCountries').mouseenter(function()
$('#layCountries').stop(true,true).show();
);
$('#trLogin').mouseenter(function()
$('#layLogin').stop(true,true).slideDown(500);
if ($('#lbextern').length!=0)
$('#lbextern').hide();
;
);
//$('#layLogin').mouseleave(function()
// $("#layLogin").delay(200).slideUp(200);
//);
$('#layLogin').mouseenter(function()
$('#layLogin').stop(true,true).show();
);
$("body").mousemove(function(e)
mouseX = e.pageX;
mouseY = e.pageY;
if (e.pageY>$('#logoheader').position().top+200)
$('#layLogin').slideUp(200);
$('#lbextern').show();
hideTop();
if (activeNavB!='') $('#'+activeNavB).show();
if (activeNavB!='') document.getElementById(activeNavB).style.display='';
if (e.pageY>400)
$('#layCountries').slideUp(200);
if (e.pageX>120)
$('#layCountries').slideUp(200);
);
);
function submitSearch()
switch ($('#trSearch').val())
case "Songs":
cat='s';
break;
case "Alben":
cat='a';
break;
case "Comp.":
cat='c';
break;
case "Musik-DVD":
cat='d';
break;
case "Interpret":
cat='i';
break;
case "EAN":
cat='ean';
break;
case "Edelmetall":
cat='e';
break;
case "Komp./Prod.":
cat='p';
break;
case "Filme":
cat='m';
break;
case "B�cher":
cat='b';
break;
case "Games":
cat='g';
break;
case "Events":
cat='ev';
break;
case "Forum":
cat='f';
break;
case "Fundgrube":
cat='fg';
break;
case "Member":
cat='members';
break;
document.location='/search.asp?search='+escape($('#searchField').val()).replace(/+/g,"%2B")+"&cat="+cat;
CD-Single
Atlantic 7567889989
Cover
$(document).ready(function()
$('#coverswrapperinside').width($('.coverssingle').length*210);
if ($('#coversmore .moveup').length>0) $('#coversmore').prepend($('.coverssingle')[0]);$('#coverswrapperinside').prepend($('#coversmore .moveup')[0]);
)
<!--
function playBack(mediumId)
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().removeClass('active');
iPlay = iPlay - 1;
if (iPlay<0) iPlay=0;
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
function playForward(mediumId)
iPlay = iPlay + 1;
if (iPlay<$('.speak'+mediumId).length)
$('.speak'+mediumId+':eq('+(iPlay-1)+')').parent().parent().parent().removeClass('active');
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
else
iPlay = iPlay -1;
function playMedium(mediumId)
iPlay = 0;
$('#mediumbuttons'+mediumId).show();
$('.speak'+mediumId).parent().parent().parent().removeClass('active');
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).setup(
height: 26,
width: 400,
autostart: true,
file: "https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq(0)').attr('data-aid'))+".mp3",
events:onComplete: function ()
$('#mediumlistenrow'+mediumId).show();
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().removeClass('active');
iPlay = iPlay + 1
if (iPlay<$('.speak'+mediumId).length)
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
else
$('#mediumlistenrow'+mediumId).html('');
$('#mediumlistenrow'+mediumId).hide();
);
function getPath(audioId)
if(audioId.substr(0,1)=='n')
audioId = "n/" + audioId.substr(1,3) + "0000/" + audioId;
else
audioId = audioId.substr(0,3) + "0000/" + audioId;
return audioId;
function writeDateTime(tDate) {
utcDate = tDate - tDate.getTimezoneOffset() * 60000;
newDate = new Date(utcDate);
newYear = newDate.getYear();
if (newYear
function showDetails(mediaId)
$.get('/ajax_getpersons.asp?id='+mediaId, function(data)
dataArr = data.split("n");
for (i=0; i<dataArr.length-1; i++)
lineArr = dataArr[i].split("t");
if (lineArr[2]=="Komponist")
idprefix = "m";
jobText = "Musik/Text";
else
idprefix = "p";
jobText = "Produzent";
;
elementId = idprefix + mediaId + "cd" + lineArr[0] + "t" + lineArr[1];
if (document.getElementById(elementId).innerHTML != '')
document.getElementById(elementId).innerHTML = document.getElementById(elementId).innerHTML + ', ' + lineArr[3]+'';
else
document.getElementById(elementId).innerHTML = jobText+': ' + lineArr[3]+'';
);
$.get('/ajax_getreviewscovers.asp?id='+mediaId, function(data)
dataArr = data.split("n");
for (i=0; i<dataArr.length-1; i++)
lineArr = dataArr[i].split("t");
if (lineArr[2]!="" && lineArr[2]!="0")
if (lineArr[7]!="")
myPoints = ' / Meine Bewertung: ' + lineArr[7];
else
myPoints = '';
stars = '
';
stars = stars + '
document.getElementById("r" + mediaId + "cd" + lineArr[0] + "t" + lineArr[1]).innerHTML = stars;
;
if (lineArr[4]!="")
document.getElementById("c" + mediaId + "cd" + lineArr[0] + "t" + lineArr[1]).innerHTML = 'Coverversion von: '+lineArr[4] + ' - ' + lineArr[5]+'';
);
function switchBside(mediaId) {
tracknum = $('#m'+mediaId+' .tracknum');
if ($(tracknum[0]).html() == $(tracknum[0]).attr('data-tr1'))
datatr = 'data-tr2';
else
datatr = 'data-tr1';
for (i=0;i
Phil Collins Discographie / Fan werden
activeTab0 = "charts0"
document.getElementById('charts0').style.backgroundColor='#6699CC';
document.getElementById('charts0').style.color='#FFFFFF';
function clickTab0(tab)
// console.log('div'+activeTab0);
document.getElementById('div'+activeTab0).style.display='none';
document.getElementById(activeTab0).style.backgroundColor='#DDDDDD';
document.getElementById(activeTab0).style.color='#000000';
activeTab0 = tab;
document.getElementById(tab).style.backgroundColor='#6699CC';
document.getElementById(tab).style.color='#FFFFFF';
document.getElementById('div'+tab).style.display='';
function loadReviews0(sCat)
document.getElementById('divreviews0').innerHTML='';
var xmlHttp = null;
try
// Mozilla, Opera, Safari sowie Internet Explorer (ab v7)
xmlHttp = new XMLHttpRequest ();
catch(e)
try
// MS Internet Explorer (ab v6)
xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
catch(e)
try
// MS Internet Explorer (ab v5)
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
catch(e)
xmlHttp = null;
if (xmlHttp)
xmlHttp.open('GET', '/ajax_getbestrated.asp?artist=Phil+Collins&field=0&cat='+sCat, true);
xmlHttp.onreadystatechange = function ()
if (xmlHttp.readyState == 4)
resultText = xmlHttp.responseText;
document.getElementById('divreviews0').innerHTML=resultText;
;
xmlHttp.send(null);
r6=0;r5=0;r4=0;r3=0;r2=0;r1=0;
Durchschnittliche Bewertung: 4.09
(Reviews: 46)
Kommentar hinzufgen und bewerten
rtotal = r1+r2+r3+r4+r5+r6;rohtml = '';rohtml = rohtml + '
var mouseY = 0;
$(document).ready(function()
$('#layLogin').css('left', $('#trLogin').position().left+4);
$('#trCountries').mousedown(function()
$('#layCountries').stop(true,true).slideDown(500);
);
$('#layCountries').mouseleave(function()
$("#layCountries").delay(200).slideUp(200);
);
$('#layCountries').mouseenter(function()
$('#layCountries').stop(true,true).show();
);
$('#trLogin').mouseenter(function()
$('#layLogin').stop(true,true).slideDown(500);
if ($('#lbextern').length!=0)
$('#lbextern').hide();
;
);
//$('#layLogin').mouseleave(function()
// $("#layLogin").delay(200).slideUp(200);
//);
$('#layLogin').mouseenter(function()
$('#layLogin').stop(true,true).show();
);
$("body").mousemove(function(e)
mouseX = e.pageX;
mouseY = e.pageY;
if (e.pageY>$('#logoheader').position().top+200)
$('#layLogin').slideUp(200);
$('#lbextern').show();
hideTop();
if (activeNavB!='') $('#'+activeNavB).show();
if (activeNavB!='') document.getElementById(activeNavB).style.display='';
if (e.pageY>400)
$('#layCountries').slideUp(200);
if (e.pageX>120)
$('#layCountries').slideUp(200);
);
);
Kontakt
Impressum
Registrieren
Login
sterreich
erweiterte Suche
SUCHE
function submitSearch()
switch ($('#trSearch').val())
case "Songs":
cat='s';
break;
case "Alben":
cat='a';
break;
case "Comp.":
cat='c';
break;
case "Musik-DVD":
cat='d';
break;
case "Interpret":
cat='i';
break;
case "EAN":
cat='ean';
break;
case "Edelmetall":
cat='e';
break;
case "Komp./Prod.":
cat='p';
break;
case "Filme":
cat='m';
break;
case "B�cher":
cat='b';
break;
case "Games":
cat='g';
break;
case "Events":
cat='ev';
break;
case "Forum":
cat='f';
break;
case "Fundgrube":
cat='fg';
break;
case "Member":
cat='members';
break;
document.location='/search.asp?search='+escape($('#searchField').val()).replace(/+/g,"%2B")+"&cat="+cat;
Phil Collins - (Love Is Like A) Heatwave
CD-Single
Atlantic 7567889989
Cover
$(document).ready(function()
$('#coverswrapperinside').width($('.coverssingle').length*210);
if ($('#coversmore .moveup').length>0) $('#coversmore').prepend($('.coverssingle')[0]);$('#coverswrapperinside').prepend($('#coversmore .moveup')[0]);
)
Song
Jahr: | 2010 |
Musik/Text: | Lamont Dozier Brian Holland Edward Holland Jr. |
Produzent: | Phil Collins |
Coverversion von: | Martha & The Vandellas - Heat Wave |
Persnliche Charts: | In persnliche Hitparade hinzufgen |
Charts
Einstieg: | 10.09.2010 (Rang 52) | ||||||||||
Zuletzt: | 10.09.2010 (Rang 52) | ||||||||||
Hchstposition: | 52 (1 Woche) | ||||||||||
Chartsverlauf: | |||||||||||
Anzahl Wochen: | 1 | ||||||||||
Rang auf ewiger Bestenliste: | 9795 (24 Punkte) | ||||||||||
Weltweit: |
|
10.09.2010: | N 52. |
<!--
function playBack(mediumId)
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().removeClass('active');
iPlay = iPlay - 1;
if (iPlay<0) iPlay=0;
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
function playForward(mediumId)
iPlay = iPlay + 1;
if (iPlay<$('.speak'+mediumId).length)
$('.speak'+mediumId+':eq('+(iPlay-1)+')').parent().parent().parent().removeClass('active');
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
else
iPlay = iPlay -1;
function playMedium(mediumId)
iPlay = 0;
$('#mediumbuttons'+mediumId).show();
$('.speak'+mediumId).parent().parent().parent().removeClass('active');
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).setup(
height: 26,
width: 400,
autostart: true,
file: "https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq(0)').attr('data-aid'))+".mp3",
events:onComplete: function ()
$('#mediumlistenrow'+mediumId).show();
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().removeClass('active');
iPlay = iPlay + 1
if (iPlay<$('.speak'+mediumId).length)
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
else
$('#mediumlistenrow'+mediumId).html('');
$('#mediumlistenrow'+mediumId).hide();
);
function getPath(audioId)
if(audioId.substr(0,1)=='n')
audioId = "n/" + audioId.substr(1,3) + "0000/" + audioId;
else
audioId = audioId.substr(0,3) + "0000/" + audioId;
return audioId;
function writeDateTime(tDate) {
utcDate = tDate - tDate.getTimezoneOffset() * 60000;
newDate = new Date(utcDate);
newYear = newDate.getYear();
if (newYear
Tracks | |||||||||
27.08.2010 CD-Single Atlantic 7567889989 (Warner) / EAN 0075678899898 | |||||||||
Details anzeigen | Alles anhren | ||||||||
hasAudio = false; | |||||||||
1. | (Love Is Like A) Heatwave | 2:53 | |||||||
2. | Never Dreamed You'd Leave In Summer | 3:00 | |||||||
function showDetails(mediaId)
$.get('/ajax_getpersons.asp?id='+mediaId, function(data)
dataArr = data.split("n");
for (i=0; i<dataArr.length-1; i++)
lineArr = dataArr[i].split("t");
if (lineArr[2]=="Komponist")
idprefix = "m";
jobText = "Musik/Text";
else
idprefix = "p";
jobText = "Produzent";
;
elementId = idprefix + mediaId + "cd" + lineArr[0] + "t" + lineArr[1];
if (document.getElementById(elementId).innerHTML != '')
document.getElementById(elementId).innerHTML = document.getElementById(elementId).innerHTML + ', ' + lineArr[3]+'';
else
document.getElementById(elementId).innerHTML = jobText+': ' + lineArr[3]+'';
);
$.get('/ajax_getreviewscovers.asp?id='+mediaId, function(data)
dataArr = data.split("n");
for (i=0; i<dataArr.length-1; i++)
lineArr = dataArr[i].split("t");
if (lineArr[2]!="" && lineArr[2]!="0")
if (lineArr[7]!="")
myPoints = ' / Meine Bewertung: ' + lineArr[7];
else
myPoints = '';
stars = '
stars = stars + '
Durchschnittliche Bewertung: '+Math.round(lineArr[3]*100)/100+' / Reviews: '+lineArr[2]+myPoints+'
';document.getElementById("r" + mediaId + "cd" + lineArr[0] + "t" + lineArr[1]).innerHTML = stars;
;
if (lineArr[4]!="")
document.getElementById("c" + mediaId + "cd" + lineArr[0] + "t" + lineArr[1]).innerHTML = 'Coverversion von: '+lineArr[4] + ' - ' + lineArr[5]+'';
);
function switchBside(mediaId) {
tracknum = $('#m'+mediaId+' .tracknum');
if ($(tracknum[0]).html() == $(tracknum[0]).attr('data-tr1'))
datatr = 'data-tr2';
else
datatr = 'data-tr1';
for (i=0;i
Auf folgenden Tontrgern verfgbar
Version | Lnge | Titel | Label Nummer | Format Medium | Datum |
---|---|---|---|---|---|
2:53 | (Love Is Like A) Heatwave | Atlantic 7567889989 | Single CD-Single | 27.08.2010 | |
3:03 | Going Back | Atlantic 7567892428 | Album LP | 10.09.2010 | |
2:53 | Going Back | Atlantic 7567892448 | Album CD | 10.09.2010 | |
3:03 | Going Back [The Ultimate Edition] | Atlantic 7567890599 | Album CD | 10.09.2010 | |
3:03 | Going Back Single Box Set | Atlantic 7567890588 | Single 7" Single | 01.10.2010 | |
2:53 | Going Back + Testify [2 CD Originals] | Warner 5310533442 | Album CD | 31.08.2012 | |
2:53 | Classic 21 - 10 ans | Universal 5350722 | Compilation CD | 31.03.2014 | |
2:53 | The Essential Going Back | Atlantic 081227946470 | Album CD | 10.06.2016 | |
Live | 3:20 | The Essential Going Back | Atlantic 081227946470 | Album CD | 10.06.2016 |
2:54 | The Singles | Atlantic / Rhino 081227945886 | Album CD | 14.10.2016 | |
2016 Remastered | 2:52 | The Singles [Deluxe Edition] | Atlantic / Rhino 8122794591 | Album CD | 14.10.2016 |
»» alles anzeigen |
Phil Collins Discographie / Fan werden
- CHARTS
- SONGS
- ALBEN
- DVDs
- BESTENLISTE
activeTab0 = "charts0"
document.getElementById('charts0').style.backgroundColor='#6699CC';
document.getElementById('charts0').style.color='#FFFFFF';
function clickTab0(tab)
// console.log('div'+activeTab0);
document.getElementById('div'+activeTab0).style.display='none';
document.getElementById(activeTab0).style.backgroundColor='#DDDDDD';
document.getElementById(activeTab0).style.color='#000000';
activeTab0 = tab;
document.getElementById(tab).style.backgroundColor='#6699CC';
document.getElementById(tab).style.color='#FFFFFF';
document.getElementById('div'+tab).style.display='';
function loadReviews0(sCat)
document.getElementById('divreviews0').innerHTML='';
var xmlHttp = null;
try
// Mozilla, Opera, Safari sowie Internet Explorer (ab v7)
xmlHttp = new XMLHttpRequest ();
catch(e)
try
// MS Internet Explorer (ab v6)
xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
catch(e)
try
// MS Internet Explorer (ab v5)
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
catch(e)
xmlHttp = null;
if (xmlHttp)
xmlHttp.open('GET', '/ajax_getbestrated.asp?artist=Phil+Collins&field=0&cat='+sCat, true);
xmlHttp.onreadystatechange = function ()
if (xmlHttp.readyState == 4)
resultText = xmlHttp.responseText;
document.getElementById('divreviews0').innerHTML=resultText;
;
xmlHttp.send(null);
Singles - Austria Top 40 | Titel | Eintritt | Peak | Wochen |
---|---|---|---|
In The Air Tonight | 01.04.1981 | 1 | 14 |
You Can't Hurry Love | 01.02.1983 | 3 | 16 |
Against All Odds (Take A Look At Me Now) | 01.07.1984 | 13 | 6 |
Easy Lover (Philip Bailey with Phil Collins) | 15.03.1985 | 21 | 10 |
One More Night | 15.05.1985 | 6 | 12 |
A Groovy Kind Of Love | 01.11.1988 | 6 | 16 |
Two Hearts | 15.01.1989 | 14 | 14 |
In The Air Tonight ('88 Remix) | 15.02.1989 | 4 | 20 |
Another Day In Paradise | 01.12.1989 | 2 | 20 |
I Wish It Would Rain Down | 01.04.1990 | 26 | 3 |
Both Sides Of The Story | 14.11.1993 | 22 | 9 |
Dance Into The Light | 20.10.1996 | 31 | 8 |
True Colors | 04.10.1998 | 20 | 8 |
You'll Be In My Heart | 04.07.1999 | 30 | 9 |
Strangers Like Me | 28.11.1999 | 28 | 8 |
In The Air Tonite (Lil' Kim feat. Phil Collins) | 29.07.2001 | 8 | 16 |
Can't Stop Loving You | 10.11.2002 | 23 | 15 |
(Love Is Like A) Heatwave | 10.09.2010 | 52 | 1 |
Going Back | 17.12.2010 | 45 | 6 |
Alben - Austria Top 40 | Titel | Eintritt | Peak | Wochen |
Face Value | 01.04.1981 | 3 | 19 |
No Jacket Required | 01.04.1985 | 11 | 17 |
...But Seriously | 15.12.1989 | 1 | 44 |
Serious Hits... Live! | 25.11.1990 | 2 | 23 |
Both Sides | 21.11.1993 | 1 | 18 |
Dance Into The Light | 27.10.1996 | 2 | 18 |
...Hits | 18.10.1998 | 2 | 19 |
Tarzan (Soundtrack / Phil Collins) | 06.06.1999 | 9 | 19 |
Testify | 24.11.2002 | 5 | 17 |
Brother Bear (Soundtrack / Phil Collins) | 04.04.2004 | 7 | 11 |
Brother Bear (English Version) (Soundtrack / Phil Collins) | 18.04.2004 | 61 | 1 |
Love Songs - A Compilation... Old And New | 10.10.2004 | 4 | 17 |
Going Back | 24.09.2010 | 3 | 23 |
Take A Look At Me Now... | 12.02.2016 | 65 | 1 |
Hello, I Must Be Going! | 11.03.2016 | 52 | 1 |
The Singles | 28.10.2016 | 43 | 2 |
(Love Is Like A) Heatwave A Groovy Kind Of Love Against All Odds (Take A Look At Me Now) (Straight No Chaser feat. Phil Collins) Against All Odds (Take A Look At Me Now) Ain't That Peculiar Ain't Too Proud To Beg Al di fuori di me All Of My Life And So To F Another Day In Paradise Another Time Around The World In 80 Presets Behind The Lines Big Noise Blame It On The Sun Both Sides Of The Story Burn Down The Mission (Phil Collins & The Serious Band) Burn Down The Mission (Phil Collins & Eva Mattes) Can't Find My Way Can't Stop Loving You Can't Turn Back The Years Colours Come With Me Crystal Clear Dance Into The Light Dancing In The Street Deep Green Dir gehrt mein Herz (Phil Collins & Eva Mattes) Do I Love You Do Nothin' Till You Hear From Me Do You Know, Do You Care Do You Remember? Do You Remember? (Live) Doesn't Anybody Stay Together Anymore Don't Call Me Ashley Don't Get Me Started Don't Let Him Steal Your Heart Away Don't Look Back Don't Lose My Number Driving Me Crazy Droned Easy Lover (Philip Bailey with Phil Collins) En chemin En mi corazn estars (Phil Collins & Merche Macaria) Enfant de l'homme Entre deux mondes Everyday Everything That I Am Father To Son Find A Way To My Heart For A Friend Fremde wie ich Girl (Why You Wanna Make Me Blue) Going Back Going Back Single Box Set Going To A Go-Go Great Spirits Hand In Hand Hang In Long Enough Heat On The Street Here We'll Stay (Frida with Phil Collins) Hero (David Crosby & Phil Collins) Hero Hey, Now Sunshine High Flying Angel Home (Bone Thugs-N-Harmony feat. Phil Collins) Homeless I Cannot Believe It's True I Don't Care Anymore I Don't Wanna Know I Don't Want To Go I Like The Way I Missed Again I Wish It Would Rain Down Ich bin unterwegs If Leaving Me Is Easy I'm Not Moving In My Lonely Room In The Air Tonight In The Air Tonight ('88 Remix) In The Air Tonight (Live) In The Air Tonite (Lil' Kim feat. Phil Collins) In tuo figlio Inside Out It Don't Matter To Me It's In Your Eyes It's Not Too Late It's Over I've Been Trying I've Forgotten Everything Je veux savoir Jimmy Mack Just Another Story Kein Weg zurck Krach im Lager (Heike Makatsch, Phil Collins and Cast) Like China | Long Long Way To Go Look Through My Eyes Lorenzo Love Is Here And Now You're Gone Love Police Loving You Is Sweeter Than Ever Medley Mega Mix: Sussudio / Don't Lose My Number / You Can't Hurry Love Medley: Reach Out - I'll Be There / I Can't Help Myself / It's The Same Old Song (Phil Collins & Paul Young) Never Dreamed You'd Leave In Summer No Matter Who... No Way Out Nowhere To Run On My Way One More Night Only You Know And I Know Oughta Know By Now Papa Was A Rolling Stone Please Come Out Tonight Rad Dudeski Regarde dans mes yeux River So Wide Saturday Night And Sunday Morning Se vuoi Sei dentro me (Phil Collins & Marisa Luc) Separate Lives (Phil Collins And Marilyn Martin) So ein Mann Some Of Your Lovin' Something About You Something Happened On The Way To Heaven Somewhere Son Of Man Standing In The Shadows Of Love Stop That! (Peter Banks feat. Phil Collins) Strangers Like Me Survivors Sussudio Swing Low Take Me Down Take Me Home Take Me In Your Arms (Rock Me For A Little While) Take Me With You Talkin About My Baby Tearing And Breaking Tearing And Breaking [2011] Tears Of A Clown Testify That's Just The Way It Is That's What You Said The Least You Can Do The Man With The Horn The Roof Is Leaking The Same Moon The Times They Are A-Changin' The West Side There's A Place For Us This Love This Heart This Must Be Love Thru My Eyes Thru' These Walls Thunder And Lightning Tomorrow Never Knows Too Busy Thinking About My Baby (The Manhattan Transfer with Phil Collins) Too Busy Thinking About My Baby Too Many Fish In The Sea Toujours dans mon cur (Phil Collins & Frdrique Tirmont) Transformation Trashin' The Camp (Phil Collins & 'N Sync) True Colors TV Story Two Hearts Two Worlds Uptight (Everything's Alright) Wake Up Call We Fly So Close We Said Hello Goodbye We Wait And We Wonder Wear My Hat Welcome Welcome (The Blind Boys Of Alabama and Phil Collins with Oren Waters) We're Sons Of Our Fathers Who Said I Would Who Said I Would [Live] Why Can't It Wait 'Til Morning Willkommen (Phil Collins, Matthias Monka, Uwe Adams, Peter Risavy und Marc Schmolling) You Can't Hurry Love You Keep Me Hangin' On You Know What I Mean You Really Got A Hold On Me You Touch My Heart You'll Be In My Heart You'll Be In My Heart (Phil Collins & Glenn Close) You've Been Cheatin' You've Been In Love (That Little Bit Too Long) You've Lost That Lovin' Feelin' (Phil Collins & Paul Young) Zwei Welten |
Song hinzufgen
...But Seriously ...But Seriously - Deluxe Edition ...Hits 12"ers Amnesty International Presents The Secret Policeman's Concert (Jeff Beck / Eric Clapton / Sting / Phil Collins / Bob Geldof / Donovan) Both Sides Both Sides - Deluxe Edition Brother Bear (Soundtrack / Phil Collins) Brother Bear (English Version) (Soundtrack / Phil Collins) Brother Bear / Tarzan (Soundtrack / Phil Collins) Dance Into The Light Dance Into The Light - Deluxe Edition Face Value Face Value - Deluxe Edition Far Side... Of The World Going Back Going Back + Testify | Hello, I Must Be Going! Hello, I Must Be Going! - Deluxe Edition Hits Live 1990-1997 Love Songs - A Compilation... Old And New No Jacket Required No Jacket Required - Deluxe Edition Phil Collins Plays Well With Others Serious Hits... Live! Take A Look At Me Now... Tarzan (Soundtrack / Phil Collins) Testify Testify - Deluxe Edition Testify + Serious Hits... Live! The Essential Going Back The Platinum Collection The Singles |
Album hinzufgen
A Life Less Ordinary All Live! At Fukuoka Dome Face Value Finally... The First Farewell Tour | Going Back - Live At Roseland Ballroom, NYC / Live At Montreux 2004 Going Back - Live At Roseland Ballroom, NYC Live And Loose In Paris Live At Montreux 2004 Serious Hits ...Live! |
r6=0;r5=0;r4=0;r3=0;r2=0;r1=0;
Reviews
Durchschnittliche Bewertung: 4.09
(Reviews: 46)
r6++;Eben zum ersten mal gehört, hat mich bereits sehr überzeugt! Ganz im Stille von Two Hearts. | |
r5++;Der alte Sack hatte schon vor 30 Jahren mit Motown & YOU CAN'T HURRY LOVE Riesenerfolg - das Original von Martha and the Vandellas - die Instrumentierung hat er auch gleich mit übernommen - und das schlimmste ist ... es gefällt mir! | |
r6++;Gefällt mir wunderbar, die Liveversion ist noch besser. Mich hats in Montreux fast ausm Stuhl gehauen!!!!!!!!!!!!!! | |
r4++;Wat krijgen we nou? Ik had weer een mierzoete liefdesballade verwacht, maar Phil Collins komt terug met een klassiek klinkende swinger. Sceptisch bij de eerste tonen, maar ik eindig toch echt met een glimlach op m'n gezicht. Dat mag best een hit worden. | |
r4++;▒ Leuke jaren '60 plaat van de 59 jarige Britse popmuzikant "Philip David Charles (Phil) Collins" uit juli 2010 !!! Na méér dan 2 jaar stilte, eindelijk weer wat nieuws van hem ☺!!! | |
r2++;tegenvaller, snel terug naar je oude repetoire | |
r4++;Ja das ist ein nettes Remake, erinnert an die 80er Erfolge von ihm. | |
r3++;Ik vind hier ook niet zoveel aan, maar ik heb dan ook helemaal niets met die oude zangers uit de jaren '70 en '80. Voor mij hoeft dit niet. | |
r4++;locker-flockiger Popsong für den Sommer 4* | |
r6++;wunderbar.. | |
r6++;Thanks Phil! This is great. Back to the sixties when music was fun! | |
r3++;Gefällt mir nicht. | |
r3++;Ik rol niet van mijn stoel bij het horen van deze plaat. Het is natuurlijk niet slecht, maar als het binnenkort te verschijnen albums neer meer te bieden heeft, dan zal ik het niet aanschaffen. | |
r1++;Fällt dem alten Mann nichts mehr ein? Oder warum covert der jetzt nur noch? Gaaanz schlecht!! | |
r5++;Dem alten Mann muß ja auch nichts neues mehr einfallen. Jetzt kann er das machen worauf er gerade Bock hat. Ich find's cool. Locker flockige Mucke. | |
r5++;Sehr guter Song, kommt frisch daher, endlich wieder neues Material! | |
r6++;Immer noch unglaublich schmissig - und erwacht dank Collins' Gespür zu neuem Leben. Fantastic! Looking' forward to "Going back"... | |
r3++;Weiß noch nicht so richtig | |
r5++;gute Nummer | |
r4++;Netter, beschwingter Popsong, aber ohne das ganz große Etwas. Knappe 4. | |
r4++;Nette neue Single von Mr. Collins. | |
r5++;gefällt mir ziemlich gut für ne phil collins nummer!! ich mag halt den 50er/60er stil generell! eine seiner lieblingsbands sind die supremes... genau so hört's sich auch an! | |
r5++;wat krijgen we nu ? phil collins met een nieuwe plaat:o wel een zeer leuke wat mij betreft. mag wel een hitje worden | |
r4++;Netter Song. | |
r3++;schwach | |
r4++;...gut... | |
r4++;Neues von Herrn Collins. Wäre anno dazumal sehr passend gewesen, heute leider etwas verstaubt. | |
r3++;Wirklich notwendig war's nicht wirklich - aber wenn es schon da ist, kann man es auch lassen. | |
r4++;Routiniert gecovert, Mr. Collins. | |
r4++;1e single van "Going back", stond in juli en oktober beide 1 weekje genoteerd. Ik vind dit wel een lekker, swingend nummer van Phil. Is wel eens een verademing tussen alle rotzooi die tegenwoordig wordt uitgebracht!!! | |
r2++;Poor! | |
r3++;Tof, vrolijk, ik kan zeker leven met dit nummer. | |
r4++;Der titel sagt mir weniger zu, Motown ist eh nicht mein Ding. | |
r5++;Obwohl ich diese Coverversion gut finde, muss ich sagen, dass sie auch etwas unnötig war. Vielleicht sogar gerade deswegen, weil sie eigentlich fast 1:1 wie das Original klingt. | |
r4++;4 minus ... Hitzewallungen kommen hier nicht auf. | |
r4++;Irgendwie überzeugt mich dies nicht so ganz. Da hat er schon besser gecoveret... | |
r5++;Gefällt mir sehr gut. | |
r3++;... gefällt mir nicht besonders ... | |
r4++;Alt und gut. | |
r2++;Da klingt das Original frischer als diese Version | |
r6++;Topwerk van ome Phil | |
r5++;das bärenstarke Intro hat einen irren Drive, nachher verflacht mir der Song aber zu sehr... das Original kam 1963 von Martha & The Vandellas raus, die meiner Meinung nach beste Version stammt aber von "The Who", die den Song 1966 auf ihrem Album 'A Quick One' veröffentlichten, aber auch die Phil Collins-Version ist mir 4.75 Punkte wert! | |
r4++;Flotte ordentliche Nummer. | |
r5++; Sehr gutes Cover. | |
r3++;Eigentlich entbehrlich. 3+ | |
r4++;Flott umgesetzt, solide vier. |
Kommentar hinzufgen und bewerten
rtotal = r1+r2+r3+r4+r5+r6;rohtml = '
('+r6+') | ';rohtml = rohtml + '||
('+r5+') | ||
('+r4+') | ||
('+r3+') | ||
('+r2+') | ||
('+r1+') |