★諾貝爾文學獎&葛萊美獎傳奇民謠詩人,1987年首度赴日演出,東京武道館LIVE現場實況專輯,進口豪華4CD版本
★收錄兩晚演唱共58首珍貴錄音史料,其中36首音軌為首度曝光,所有音軌由原始母帶重新後製呈現
★4CD豪華套裝收錄60頁搖滾記事本,內附首度曝光珍稀照片紀錄、復刻版20頁巡演記事&票根、兩張巡演海報&紙本廣告複製品,完整記錄搖滾傳奇的神采飛揚
日本原裝生產進口4CD
曲目:
DISC 1 - CD | ||
1 | A Hard Rain's A-Gonna Fall (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
2 | Repossession Blues (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
3 | Mr. Tambourine Man (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
4 | I Threw It All Away (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
5 | Shelter from the Storm (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
6 | Love Minus Zero / No Limit (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
Love Minus Zero |
| |
No Limit |
| |
7 | Girl from the North Country (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
8 | Ballad of a Thin Man (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
9 | Maggie's Farm (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
10 | To Ramona (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
11 | Like a Rolling Stone (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
12 | I Shall Be Released (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
13 | Is Your Love in Vain? (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
14 | Going, Going, Gone (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
| ||
DISC 2 - CD | ||
1 | One of Us Must Know (Sooner or Later) (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
2 | Blowin' in the Wind (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
3 | Just Like a Woman (Live at Nippon Budokan Hall, Tokyo, Japan - February 28, 1978) |
|
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;
}
});
})
|