ADVERTISEMENT

STREAMING REVIEWS: Disney on the move

Published May 30, 2022 06:59 am
Hayden Christensen and Ewan McGregor in 'Obi Wan Kenobi'

Two new drops on Disney highlight the diversity of what kind of content they’re streaming, the common denominator is how they both have the children very much on their minds, while trying to interest a broader audience.

Obi Wan Kenobi (Disney+) - For any fan of the Star Wars franchise, this will obviously be a must-see, as it’s situated ten years after the events of Star Wars Part III, Revenge of the Sith, and before the events of Rogue One and Star Wars Part IV: A New Hope transpire. Plus, it promises Obi Wan (Ewan McGregor) discovering that Anakin (Hayden Christensen) is in fact still very much alive, but now as Darth Vader. So that’s some promising premise that should get everyone excited. And it’s a six episode adventure, with the first two episodes having dropped on May 27. As I see it, there’ll be those who’ll love this no matter what, just overjoyed to see new Star Wars content that’s firmly connected to the film franchise. But I’m going to play devil’s advocate, and try to objectively weigh if it’s worth all the fuss.

Based on the first two episodes, they’ll have to still convince me this was even worth the effort. I know a first episode is for establishing character and so on, but this one was slow to the point that I felt I was being lulled to sleep. Nothing happens until Rewa (Moses Ingram) as a new Inquisitor shows up, and betrays that she has her own nefarious agenda. As for the second episode, things pick up considerably, but the one portraying a young Princess Leia could have taken more acting lessons, so she’s not just annoying. Her lines - which foreshadow the adult Leia - are delivered with no sense of irony whatsoever. Wonder what Ewan McGregor was thinking, having to interact with this child actress. At the very end of Ep. 2, we finally see Darth, so let’s hope the next four episodes can live up to the promise, and be our ‘new hope’. 

Chip ‘N Dale Rescue Rangers (Disney+) - With the creativity and fertile imagination being displayed in the world of animation over the last five years, it wasn’t long before Disney would take the bull by the horns, and throw us an animated film that’s meta, that utilizes different types of animation in a single frame, and tries to prove to the world that Disney knows how to poke fun at itself, and acknowledge the wealth of IP’s (intellectual properties) that other studios and entities have generated. The strange thing for me as that Disney would do all this with Chip ‘N Dale as the hook you’ll hang the concept film on. Funny choice. And so we have this shaggy dog product that works in spurts, and is watchable and likable, but for me, falls very short of what I think Disney was aiming for. 

The premise is based on showing us how the two met in 1982, and how Rescue Rangers the TV series was the culmination of the two working together. And that when the show was cancelled, Chip went into the ‘real world’, working in an office; while Dale hung on to the illusion of fame, and is now reduced to coming out in ComicCon-type events. And that Dale, in keeping up with the times, is now a CGI creation, while Chip remains a cell animation product. Then there’s the multitude of cameos by cartoon characters from across the spectrum. Soon, it becomes a contest of spotting the new IP, but nothing is really done with them, other than having them appear. The only ones given more weighty exposition are other Disney IP’s, and while there is something funny going on, it isn’t that sustained. Enjoyable, but definitely lightweight. 

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.