Trending Now

The most watched Luganda translated movies this week

What's Trending & Why It Matters

The Trending page highlights the Luganda-translated movies that viewers on Unruly Movies are watching most right now, ranked by recent views, ratings, and overall popularity. It's updated regularly, so the lineup shifts as new releases gain traction and older favorites are rediscovered.

Trending lists are a quick way to find out what other viewers across Uganda are enjoying this week — whether that's a big-budget action film with a fresh VJ translation, a comedy everyone's been talking about, or a drama that's picking up word-of-mouth attention. Each title here links through to its full movie page, where you'll find the genre, runtime, plot summary, and the VJ credited for the Luganda narration.

Updated RegularlyRankings refresh as view counts and ratings change, so the list reflects what's popular right now.
All Genres WelcomeTrending titles span action, comedy, drama, horror, and more — popularity isn't limited to one category.
VJ CreditedEvery trending title shows which VJ provided the Luganda translation, just like the rest of the catalog.
console.error('Error playing trailer:', error); showToast('Trailer not available', 'error'); } } // Toast notification function showToast(message, type = 'info') { const existing = document.querySelector('.toast-notification'); if (existing) existing.remove(); const toast = document.createElement('div'); toast.className = 'toast-notification'; toast.style.cssText = ` position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); padding: 14px 24px; background: ${type === 'success' ? '#4ade80' : type === 'error' ? '#ff4444' : '#333'}; color: ${type === 'success' ? '#000' : '#fff'}; border-radius: 8px; font-weight: 600; font-size: 14px; z-index: 10000; box-shadow: 0 4px 20px rgba(0,0,0,0.4); `; toast.textContent = message; document.body.appendChild(toast); setTimeout(() => toast.remove(), 2500); }