ADVERTISEMENT

AUDIOJUNKIE: Viva sharpens intellectual property teeth, Cup Of Joe's potent brew

Published Apr 14, 2025 12:02 am

At A Glance

  • Viva Holdings, Inc. has announced that it "signed an agreement with the Intellectual Property Office of the Philippines regarding protection in E-commerce." 
Cup Of Joe from their official Facebook page.jpg
Cup of Joe (Facebook)

Viva has taken steps to protect its artists’ intellectual property further. 

As an entertainment company, Viva and its companies have always prioritized the protection of its artists' intellectual property rights, especially at the dawn of the digital age, when physical distribution was replaced by downloading and streaming.  

Viva Holdings, Inc. has announced that it “signed an agreement with the Intellectual Property Office of the Philippines regarding protection in E-commerce.”  Viva’s intellectual property protection setup has been leveled considerably with its official ties with the Philippine government. 

In a press statement, Viva Holdings Inc. said that it “stands as the signatory for most of the companies under Viva whose diverse business interests in entertainment include film, TV, streaming, production, music recording, publishing, performance, theatre staging, concerts, radio broadcast and has even successfully ventured into food, restaurant, skincare, cosmetics, and fitness.” 

Viva Chairman and CEO Vic Del Rosario said: “As a signatory to the IPO E-commerce MOU, our directors, writers, songwriters (and) everybody creating content and products for Viva now enjoy protection.” Del Rosario added that “piracy and counterfeiting are major problems in the entertainment and other industries. These massively affect income and disrespect creators, inventors, and innovators. They can now rest assured that the IPO will always be behind them.” 

VIVA IPO Contract signing  official press photo from Viva.jpg
From left: Vincent Del Rosario, President & COO-Viva Communications Inc., Vic Del Rosario Jr., Chairman & CEO--Viva Communications Inc., Atty. Brigitte M. da Costa Villaluz, Director General-Intellectual Property Office of the Philippines and Atty. Marcia Gina Lopez, SVIP Legal-Viva Communications, Inc.

The agreement streamlines the link between Viva and monetizing platforms such as Lazada, Shopee, Zalora, TikTok, and the like, thereby efficiently addressing intellectual property violations of content creators and product owners under Viva if the issue arises.  “This is great news for creators and artists under the Viva fold; as the leading content provider in the country, it is only right that we provide those involved with us the maximum protection of their intellectual property against piracy and counterfeiting,” Del Rosario, Jr. expounded. The full strength of the Intellectual Property Office will now be instrumental in going after unauthorized sellers of products exclusively distributed by Viva in the Philippines. 

IPO Director General Atty. Brigitte M. da Costa Villaluz, with Atty. Christine Pangilinan-Canlapan, Supervising Director, Atty. Reggie Anne Pamatian, OIC-Division Chief, and other Intellectual Property Rights Enforcement Office members were on hand and joined ‘Boss Vic’ Del Rosario. The respective heads of Viva’s various companies include Viva President Vincent del Rosario III, President of Viva Artists Agency and Viva Beauty Group Veronique del Rosario-Corpuz, Studio Viva President Valerie Salvador del Rosario and Verb del Rosario, President of the Viva Music Group, to formalize the agreement. 

Cup of Joe is on a winning streak and asserts its standing as a top Pinoy pop band with its dominance of the streaming charts. After releasing its first full-length album, “Silakbo,” in January, the band has completed its steady trek up the charts by acing several important charts last week. First, the Baguio-based group posted a record 2.3 million daily streams, making COJ the most listened-to band in the Philippines today, as posted by Spotify PH.

COJ then broke into the Global Charts and now sits alongside Bad Bunny and Chappell Roan, with the album’s first single, “Multo,” now haunting the Top 50 Global Charts as the only Pinoy act (No. 36) on said listing. 

But the band's coup de grace comes from their command of Spotify Philippines' Artist, Song, and Album charts (according to Pinoy music watchdog @allchartsPH) with Cup Of Joe, their first album single “Multo” and the 10-track album “Silakbo,” taking the Number One spot on all three charts respectively.  

"Silakbo" is produced by Cup Of Joe and Shadiel Chan and is released by Viva Records.

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.