橫掃全球 不再寂寞 ★2015橫掃葛萊美獎、全英音樂獎等各大獎項 樂壇炙手可熱的最佳男歌手 ★全球熱銷超過900萬張 金氏世界紀錄認證 締造英國金榜TOP 10停留長達69週之最久紀錄 ★冠軍金曲: 一次收錄稱霸英美單曲榜冠軍"Stay With Me"、全英冠軍單曲“I'm Not The Only One"、"Money On My Mind"等排行金曲 ★加值加收: 2015全新單曲“Drowning Shadows”、靈魂歌姬Mary J. Blige "Stay With Me"經典合唱版本、重新詮釋Amy Winehouse暢銷曲"Love Is A Losing Game"、惠妮休斯頓經典作"How Will I Know"等九首BONUS TRACKS 來自英國劍橋郡的Sam Smith,從小在整天播放靈魂樂歌曲的家庭環境下長大,喜歡將內心的感受譜寫成歌詞並細細咀嚼歌詞的意境與情境,再透過情感強烈的靈魂樂唱腔,就這樣誕生出Sam Smith無可取代的歌唱魅力。2014年勇奪BBC年度新聲冠軍之後發行的首張專輯【In The Lonely Hour】引起樂壇熱烈迴響,一如預期的拿下英國金榜冠軍,更成功進軍美國拿下第二名的佳績並為告示牌排行榜採用SoundScan銷售統計系統23年以來,首週銷售最強大的英國男藝人!在今年的葛萊美獎典禮上,Sam Smith以單曲"Stay With Me"與專輯「In The Lonely Hour」榮獲年度唱片、年度歌曲、最佳新進藝人與最佳流行演唱專輯等4項大獎,不僅是今年葛萊美獎上的最大贏家,更成為當今樂壇最耀眼的一顆流行巨星。 這次推出的全新改版專輯【In The Lonely Hour : Drowning Shadows Edition】,除了收錄"Stay With Me"(美國流行單曲榜冠軍)、"I'm Not The Only One"(全美銷售四白金)、"Money On My Mind"、"La La La"四首英國金榜冠軍曲之外,CD 2更特別加收多達9首獨家曲目,包括:由Sam Smith與合寫過Adele全美熱門單曲榜冠軍曲" Set Fire To The Rain"的Fraser T. Smith及暢銷曲"Stay With Me"製作人Jimmy Napes傾力打造,交織著弦樂與鋼琴樂聲的心痛情歌"Drowning Shadows";以及與靈魂歌姬Mary J. Blige 共同獻技的"Stay With Me"經典合唱版本;以驚人的歌唱技巧詮釋絕響的英國懷舊靈魂樂女歌手Amy Winehouse暢銷曲"Love Is A Losing Game",以及傳奇天后Whitney Houston的1986年冠軍大作"How Will I Know"。此外,還有美國靈魂樂男歌手John Legend攜手為英國慈善機構Comic Relief發起的2015年電視募款活動Red Nose Day重新灌錄,進而登上英國金榜冠軍的暢銷曲"Lay Me Down"以及今年與Disclosure合作的“Omen”原音版等9首BONUS TRACKS。 【曲目】:內附原文歌詞 [CD 1]:1. Money On My Mind 我要的不是錢 UK #1 2. Good Thing 美好的事 3. Stay With Me陪在我身邊 UK #1/US Pop #1 4. Leave Your Lover離開你的情人 5. I'm Not The Only One descSectionTop) {
desc_sections.find("ul").css({"top": 0});
if (currentScrollPos > prevScrollPos && product_window.scrollTop() > descSectionTop + headerHeight) {
desc_sections
.stop()
.addClass("desc_sections_hold")
.css({"min-height": descSectionHeight})
.find("ul")
.css({"top": 0});
} else if (prevScrollPos > currentScrollPos) {
desc_sections
.stop()
.addClass("desc_sections_hold")
.css({"min-height": descSectionHeight})
.find("ul")
.css({"top": headerHeight});
} else {
prevScrollPos = 0;
} prevScrollPos = currentScrollPos;
if ($(window).width() < 768) {
$("body").css("padding-bottom", "68px");
}
} else {
prevScrollPos = 0;
desc_sections.stop().removeClass("desc_sections_hold")
if ($(window).width() < 768) {
$("body").css("padding-bottom", "68px");
}
}
// 點選產品說明滑動
$(".desc_sections a.scroll").bind("click", function(event) {
var targetScrollTop = parseInt($($(this).attr("href")).offset().top - descSectionHeight + 1);
if (targetScrollTop > window.scrollY + 1) {
$("html, body").stop().animate({
scrollTop: targetScrollTop
}, 300);
} else {
$("html, body").stop().animate({
scrollTop: targetScrollTop - headerHeight
}, 300);
}
});
// 顯示當前產品說明
if (currentScrollPos > prevScrollInformationPos) {
$.each(desc_section_list, function(index, desc_section) {
var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1
var desc_sectionHeight = $(desc_section).height()
var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']");
if (product_window.scrollTop() > desc_sectionTop || index === 0) {
current_desc_section
.stop()
.addClass('active')
.parent()
.siblings()
.find("a")
.removeClass('active');
} else {
current_desc_section.removeClass('active');
} prevScrollInformationPos = currentScrollPos;
});
} else {
$.each(desc_section_list, function(index, desc_section) {
var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1
var desc_sectionHeight = $(desc_section).height()
var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']");
if (product_window.scrollTop() + headerHeight > desc_sectionTop) {
current_desc_section
.stop()
.addClass('active')
.parent()
.siblings()
.find("a")
.removeClass('active');
} else {
current_desc_section.removeClass('active');
}
});
prevScrollInformationPos = currentScrollPos;
}
});
})
|