ADVERTISEMENT

Dance your situationship woes away with Arthur Miguel's 'MU'

Published May 21, 2024 01:39 pm

At A Glance

  • The carrier single 'Malabong Ugnayan' featuring bedroom pop star Jikamarie is a phrase all too familiar with the Filipino audience—a relationship in limbo, with no clear status or intentions.
Screenshot 2024-05-21 at 9.35.30 PM.png
Arthur Miguel

After unraveling some secrets with his previous single, 'Lihim,' singer-songwriter Arthur Miguel is back in a new era with his five-track EP 'MU.' The 24-year-old wonder continues to bring his earnest and heart-tugging lyrics, but this time, in a new light.

The carrier single 'Malabong Ugnayan' featuring bedroom pop star Jikamarie is a phrase all too familiar with the Filipino audience—a relationship in limbo, with no clear status or intentions. ‘Palagi kayong na sa pagitan ng oo, hindi, at baka,’ Arthur shared. 

The collaborative track came as a quick and easy tag team for the duo. Arthur believed that Jikamarie's R&B sound was perfect for the track. 'I remember that it was finished before adding Jika to the song. The arrangements and the vocals are final. They're ready to be mixed and mastered, but I felt that it's not complete. It's good, but something is missing. I realized that the song has an R&B vibe, and that's when I thought of Jika,' Arthur shared, making Jikamarie the final piece of the puzzle for the track. 

The EP also includes four B-side tracks—his recent release 'Isaoras,' 'GHINOST,' 'Dati,' and 'Maling Panahon'—perfectly capturing his signature songwriting but in a different flavor.

Far from his guitar-driven acoustic pop sound, Arthur Miguel shares that the EP is a perfect playground to explore a new sound and incorporate different elements while still keeping his brand. While his previous full-length release, 'Pasahili' (Para sa Mga Hindi Pinili), explored the pain of being unchosen or left behind, 'MU' now explores the possible hope and imminent heartbreak if a person forces themselves into a situation.

'Most of the songs on the EP are upbeat but with "hugot" lyrics. I did it on purpose. One day, everyone will realize that no matter how hard and painful your situation is, you must dance to it,' he said. To quote pop star Taylor Swift, he continued, 'We're happy, free, and confused at the same time. So accept the fact that you're in crisis. It will make you cry a lot, but believe me, you'll make it to the end and be happy and proud for it.'

Arthur Miguel -  M.U EP (COVER ART).JPG

'I know you'll recognize that the new songs differ greatly from my past releases. So far, I'm at my exploration stage, where I want to create something new. I want people to know that when you say, "Arthur Miguel," it's not only the mellow voices, the sad lyrics, and the sad songs,' he emphasized.

Before his new EP, Arthur Miguel was busy with shows and music festivals, with his latest show being a unique morning set at the Circus Music Festival in Makati. When asked about his plans for the EP, he simply shared, 'It can never be good without a live performance'—alluding to a series of shows for his fans soon. His previous gig series were intimate sets at select venues across Metro Manila.

Arthur Miguel hopes the EP can get his listeners through their fare of situationships. '"Malabong Ugnayan" can be painful or sweet, or they can make you happy, and if you're lucky, maybe the person you are with 'MU' status is the right person for you. Very scary and tricky, but good luck!'

'MU' is now available on digital streaming platforms: Spotify, Apple Music and Youtube Music.

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.