★全球超過一億張銷售、列為美國有史以來擁有「最多白金」專輯歌手、葛萊美獎終身成就獎、搖滾名人堂等至高榮耀傳奇唱作人,慶祝出道50周年全新進口紀念九黑膠套裝
★收錄鋼琴詩人生涯前六張專輯(Cold Spring Harbor, Piano Man, Streetlife Serenade, Turnstiles, The Stranger, 52nd Street)以及第一張LIVE專輯”Songs in the Attic”以及”Live at The Great American Music Hall – 1975”LIVE EP
★黑膠母帶全部皆由知名錄音室Sterling Sound從原始母帶全新後製製作,附贈超過50頁Billy Joel生涯精彩照片& Billy Joel親自解說創作創作歷程
曲目:
DISC 1 - LP - Side A | ||
1 | She's Got a Way |
|
2 | You Can Make Me Free |
|
3 | Everybody Loves You Now |
|
4 | Why Judy Why |
|
5 | Falling of the Rain |
|
| ||
DISC 1 - LP - Side B | ||
1 | Turn Around |
|
2 | You Look So Good to Me |
|
3 | Tomorrow Is Today |
|
4 | Nocturne |
|
5 | Got to Begin Again |
|
| ||
DISC 2 - LP - Side A | ||
1 | Travelin' Prayer |
|
2 | Piano Man |
|
3 | Ain't No Crime |
|
4 | You're My Home |
|
5 | The Ballad of Billy the Kid |
|
| ||
DISC 2 - LP - Side B | ||
1 | Worse Comes to Worst |
|
2 | Stop in Nevada |
|
3 | If I Only Had the Words (To Tell You) |
|
4 | Somewhere Along the Line |
|
5 | Captain Jack |
|
| ||
DISC 3 - LP - Side A | ||
1 | Streetlife Serenader |
|
2 | Los Angelenos |
|
3 | The Great Suburban Showdown |
|
4 | Root Beer Rag |
|
5 | Roberta |
|
| ||
DISC 3 - LP - Side B | ||
1 | The Entertainer |
|
2 | Last of the Big Time Spenders |
|
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;
}
});
})
|