★定義90世代英國搖滾之唯一救世主,1996年轟動樂壇之傳奇演唱會LIVE紀錄片&現場專輯,2021全新進口2CD+DVD版
★Noel Gallagher和Liam Gallagher兄弟親自擔任監製,葛萊美獎導演Jake Scott執導,正宗忠實記錄超過25萬歌迷朝聖的搖滾樂傳說盛事
★2CD+DVD版完整收錄Oasis Knebworth紀錄片&現場LIVE專輯
★包括” Don't Look Back in Anger”, “Live Forever “,“Supersonic”,” Wonderwall”, “Some Might Say”等英搖神曲國歌LIVE現場音軌完全收錄,英搖時代最輝煌的完全記錄,搖滾迷絕對不能錯過!
本紀錄片由索尼音樂與Big Brother Recordings 合作,Noel Gallagher和Liam Gallagher兄弟親自擔任監製,找來葛萊美獎得主、 曾與U2、The Verve、The Rolling Stones等天團合作,也曾於1995年拍攝Oaiss “Morning Glory”一曲MV之名導演Jake Scott執導,重溫1996年盛夏在英國Knebworth的連續兩天、超過25萬歌迷朝聖,門票於24小時內狂銷一空,打破英國演唱會票房紀錄,估算約有全英人口2%爭相朝聖的搖滾樂傳說盛事。
曲目:
DISC 1 - CD | ||
1 | Columbia (Live at Knebworth, 10 August '96) |
|
2 | Acquiesce (Live at Knebworth, 10 August '96) |
|
3 | Supersonic (Live at Knebworth, 10 August '96) |
|
4 | Hello (Live at Knebworth, 11 August '96) |
|
5 | Some Might Say (Live at Knebworth, 11 August '96) |
|
6 | Roll with It (Live at Knebworth, 11 August '96) |
|
7 | Slide Away (Live at Knebworth, 11 August '96) |
|
8 | Morning Glory (Live at Knebworth, 11 August '96) |
|
9 | Round Are Way (Live at Knebworth, 10 August '96) |
|
10 | Cigarettes & Alcohol (Live at Knebworth, 10 August '96) |
|
| ||
DISC 2 - CD | ||
1 | Whatever (Live at Knebworth, 10 August '96) |
|
2 | Cast No Shadow (Live at Knebworth, 10 August '96) |
|
3 | Wonderwall (Live at Knebworth, 10 August '96) |
|
4 | The Masterplan (Live at Knebworth, 10 August '96) |
|
5 | Don't Look Back in Anger (Live at Knebworth, 11 August '96) |
|
6 | My Big Mouth (Live at Knebworth, 10 August '96) |
|
7 | It's Gettin' Better (Man!!) (Live at Knebworth, 11 August '96) |
|
8 | Live Forever (Live at Knebworth, 10 August '96) |
|
9 | Champagne Supernova (Live at Knebworth, 11 August '96) |
|
10 | I Am the Walrus (Live at Knebworth, 11 August '96) |
|
| ||
DISC 3 - DVD-V | ||
1 | Opening Credits |
|
2 | Cool Britannia |
|
Rock 'n' Roll Star (music underlaying words) |
| |
3 | Tickets |
|
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;
}
});
})
|