★三屆葛萊美獎得主,名列滾石雜誌Rolling Stone史上最佳音樂雙人組Top 6之林,The White Stripes白線條樂團首張精選,進口雙黑膠版
★來自美國底特律的搖滾兄妹檔Jack與Meg White,融合了車庫搖滾garage rock與藍調,至今推出的六張專輯中,便有三張奪下了葛萊美獎「年度最佳另類搖滾專輯」大獎,專輯也入選滾石雜誌“史上最偉大的500張專輯”之列,在另類搖滾世代中,佔有一席不可抹滅之地位。
★2021年推出首張生涯紀錄精選輯,共收錄26首The White Stripes最膾炙人口的精彩作品,包括“Seven Nation Army,” “Fell In Love With A Girl,” “Hotel Yorba,” “Dead Leaves And The Dirty Ground,” “Hello Operator,” “Icky Thump,” “Apple Blossom”等
曲目:
| DISC 1 - LP - Side A | |||||
| 1 | Let's Shake Hands |
| |||
| 2 | The Big Three Killed My Baby |
| |||
| 3 | Fell In Love With a Girl |
| |||
| 4 | Hello Operator |
| |||
| 5 | I'm Slowly Turning Into You |
| |||
| 6 | The Hardest Button to Button |
| |||
| 7 | The Nurse |
| |||
|
| |||||
| DISC 1 - LP - Side B | |||||
| 1 | Screwdriver |
| |||
| 2 | Dead Leaves and the Dirty Ground |
| |||
| 3 | Death Letter |
| |||
| 4 | We're Going to Be Friends |
| |||
| 5 | The Denial Twist |
| |||
| 6 | I Just Don't Know What to Do With Myself |
| |||
| 7 | Astro |
| |||
DISC 2 - LP - Side A |
| |||||
1 | Conquest |
| ||||
2 | Jolene |
| ||||
3 | Hotel Yorba |
| ||||
4 | Apple Blossom |
| ||||
5 | Blue Orchid |
| ||||
6 | Ball and Biscuit |
| ||||
|
| |||||
DISC 2 - LP - Side B |
| |||||
1 | I Fought Piranhas 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;
}
});
})
|