★榮膺諾貝爾文學獎、12座葛萊美獎、全球1億2500萬張專輯銷售,葛萊美金獎”珍稀作品-巴布狄倫私藏錄音”系列,2019最新作品,進口3CD版本
★收錄Dylan於1967-1969年間錄製”John Wesley Harding”,”Nashville Skyline”, “Self Portrait”三張專輯期間之錄音史料,包括與Johnny Cash合作,從未曝光之錄音紀錄,以及多達47首之首度曝光精彩音軌
★完整記錄Dylan於發行”Bringing It All Back Home”,”Highway 61 Revisited”, “Blonde On Blonde”三張傑作後的沉潛轉變,而與Johnny Cash合作之錄音片段,包括”Girl from the North Country”, “I Walk the Line”, “Wanted Man”, “Ring of Fire”, “Folsom Prison Blues”等名曲之演練音軌,忠實記錄了Dylan與Johnny Cash兩大傳奇在錄音室擦出的驚人火花
★內附全彩搖滾手冊,更添收藏價值
藉由文字寫下一篇篇可歌可泣的歷史故事,透過音符傳遞一首首永垂不朽的經典樂章,被視為美國20世紀最有影響力的歌手、60年代民權運動的代言人,民謠樂派的先鋒使者Bob Dylan,入選滾石雜誌「史上經典藝人」第二順位,入籍搖滾名人殿堂、納許維爾創作名人殿堂、詞曲創作人殿堂,囊括終身成就在內的12座葛萊美獎加冕,獲頒2008普立茲特別榮譽獎,更在2016年獲得諾貝爾文學獎的至高榮譽,在當時亦廣獲熱議。諾貝爾委員讚許他在美國傳統的歌曲中,開創出新的詩意表達形式。走過歌壇半個世紀,擁有《Blowin` In The Wind》及《Mr. Tambourine Man》等多首永垂不朽的經典名曲,跨越多個世代,在哲學性的詩歌中,吸納美國傳統民謠、搖滾、鄉村、藍調、爵士和搖擺樂元素,不只動聽,更在音樂及文化上展現深厚影響力。
曲目:
DISC 1 - CD | ||
1 | Drifter's Escape (Take 1) |
|
2 | I Dreamed I Saw St. Augustine (Take 2) |
|
3 | All Along the Watchtower (Take 3) |
|
4 | John Wesley Harding (Take 1) |
|
5 | As I Went Out One Morning (Take 1) |
|
6 | I Pity the Poor Immigrant (Take 4) |
|
7 | I Am a Lonesome Hobo (Take 4) |
|
8 | I Threw It All Away (Take 1) |
|
9 | To Be Alone with You (Take 1) |
|
10 | Lay, Lady, Lay (Take 2) |
|
11 | One More Night (Take 2) |
|
12 | Western Road (Take 1) |
|
13 | Peggy Day (Take 1) |
|
14 | Tell Me That It Isn't True (Take 2) |
|
15 | Country Pie (Take 2) |
|
| ||
DISC 2 - CD | ||
1 | I Still Miss Someone (Take 5) |
|
2 | Don't Think Twice, It's All Right / Understand Your Man (Rehearsal) |
|
Don't Think Twice, It's All Right |
| |
Understand Your Man |
| |
3 | One Too Many Mornings (Take 3) |
|
4 | Mountain Dew (Take 1) |
|
5 | Mountain Dew (Take 2) |
|
6 | I Still Miss Someone (Take 2) |
|
7 | Careless Love (Take 1) |
|
8 | Matchbox (Take 1) |
|
9 | That's All Right, Mama (Take 1) |
|
10 | Mystery Train / This Train Is Bound for Glory (Take 1) |
|
Mystery Train |
| |
This Train Is Bound for Glory |
| |
11 | 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;
}
});
})
已加入購物車
已更新購物車
網路異常,請重新整理
|