ADVERTISEMENT

K-pop superstars BTS talk about new album 'BE,' comeback goals, wish for Grammy nomination

Published Nov 20, 2020 02:08 pm
BTS at their global press conference on Nov. 20 (Twitter)

K-pop superstars BTS held a global press conference today, Nov. 20, to talk about their new album “BE” (deluxe edition), their goals and their wish to get a Grammy nomination.

RM, Jimin, J-Hope, V, Jungkook and Jin answered questions from the media through the live broadcast on YouTube, which attracted more than 500,000 people. Suga, who is recovering from shoulder surgery, was unable to participate.

“We’ve been busy doing all what we can do and releasing this album was already planned before the release of ‘Dynamite.’ We’ve been working on the album while promoting ‘Dynamite’ and in the album-making process, we all showed how we are making this album to all the fans. It was actually our first time doing that. We always kept it confidential but it was our first time revealing how we were making the album so it feels like we made this album together with the fans,” RM said.

Jin said, “We all had fun working on the album. Even for shooting the photos, the album covers. We focused on the emotions that we have right now so it was my chance to look back on my present and myself.”

As music project manager (PM) for the album, Jimin said, “I was the music PM of this album. Actually Suga strongly suggested I should take the role. So I took the role but I didn’t do really much. I just gathered all the opinions of the members, organized that and delivered those to the staff.”

When they started making the album, Jimin said, “the keyword ‘life goes on’ came up. RM suggested that we should show that whatever happens outside, everyone’s lives go on. We should show how we should keep going even when everything has changed. All the members thought it was a good idea and agreed so we took the idea of ‘life goes on’ and made the album.”

RM praised Jimin, saying, “That’s really hard and he took the role and I think he did an amazing job.” V, on the other hand, became the visual director of the album.

About the main track “Life Goes On,” RM said, “This is what we wanted to say through this album. No matter what happens,despite what happens, life goes on. That is our topic and that is the motif. We always wanted to talk about or discuss what we can say now, what we should say now. This is where everything starts.”

“Fly To My Room,” by the BTS unit composed of Suga, J-Hope, Jimin and V, is “very unique,” according to Jimin, adding that it “is about a situation where we can travel freely and how the idea of traveling will change in the future.”

On the message they want to impart through “BE,” Jin explained, “Everyone in the world, because of COVID-19, so it is very confusing for everyone. We feel frustrated, we feel sad. Life goes on. Hope we can find happiness in our lives. Be strong.”

BTS will be performing “Life Goes On” for the first time at the 2020 American Music Awards slated on Nov. 22 (Nov. 23 in the Philippines) where they are also nominated for Favorite Social Artist and Favorite Duo or Group-Pop.

In addition, the nominations for the 63rd Grammy Awards will be announced on Nov. 24 (Nov. 25 in the Philippines) and RM is hoping that they will be nominated this year.

RM said that everytime BTS have an interview and asked about their goals or next target, they always mention this, saying, “We are very nervous. We are waiting for the 25th as well. It will be amazing if we are nominated. I think it will be announced early in the morning. We will probably be awake and waiting for that. I hope there will be amazing news.”

BTS have already achieved No. 1 on Billboard and when asked where they want to go from here, Jin said, “To be honest, it would be at the Grammys. We reached the top spot on Hot 100. That was amazing. That was an incredible honor. The nominations will be coming out soon and we hope that our name will be called in that nomination.”

Related Tags

bts BTS BE Grammys
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.