ADVERTISEMENT

Streaming reviews: Europa, Europa

Published Nov 13, 2022 07:29 am
A scene from 'The White Lotus' Season 2

Two recent drops on our favorite streaming services have Europe as their setting, and they’re as different as night and day. The White Lotus Season 2 is set in sunny Sicily, and it’s overstuffed with fun testosterone. Medieval is a history lesson from Czechoslovakia, but never quite ignites to spark interest.

The White Lotus, Season 2 (HBO Max) - After a Season 1 that was set in the tropical paradise that is Hawaii, Season 2 takes us to the White Lotus in Sicily, Italy. Think of the Aman chain of hotels and the kind of luxury and ambiance they promise to get a feel of what the White Lotus hotels are all about. And as with the first session, the concept is put together a bunch of entitled guests, make them interact with the hotel staff, and create a series ripe with humor, depth, and social commentary. Thr concept worked like a charm in the first incarnation, earning several Emmy nominations and wins; and making scene stealer Jennifer Coolidge as Tanya McQuiod, an audience favorite. So it’s not surprising to find her back; after all, hotel chains of these type to develop ‘regulars’.

Given the composition of the cast for this Season 2, one overriding theme being explored is that of carnal desire, and the whims of men in pursuing women, regardless of their age. Classic here is the male bonding on holiday that acts as the reason behind three generations of the Di Grasso family staying at the Lotus. There’s patriarch Bert (F. Murray Abraham), his son Dominic (Michael Imperioli), and grandson Albie (Adam diMarco). Bert is an incorrigible flirt, eyeing all the young women, while Dominic constantly gripes about his father, yet is more than ready to be sneaky and bring women of the night up to his suite, while Albie is out to discover what holiday romance may be all about. And the Di Grasso’s are just one strand of this multi-strand narrative. It’s a great second season!

Medieval (Netflix Czechoslovakia) Reputed to be the most expensive movie production ever made in Czechoslovakia, this historical film attempts to weave Game of Thrones elements with a Dark Ages biopic. It chronicles the life of Czech hero Jan Żiżka, a warrior/mercenary whose exploits form part of Czech folklore. There’s the obvious attempt to make this have a chance at an international market, as stars such as Ben Foster and Michael Caine have been ‘imported’ to give the film a global flavor. But while the likes of Foster and Caine are proven thespians, they’re also saddled with a script that’s badly in search of creating sparks and true narrative direction. The romance angle feels leaden, with no real chemistry; and the less said on this, the better.

A scene from 'Medieval'

In fact, if there’s anything to commend in the film, they would be the oversaturated cinematography which has a style all it’s own, and the sound design that tries to put you right in the middle of the battles and the carnage that’s being depicted. Blades entering and slicing body parts, the crunch of footfalls, and the galloping horses; they’re all made to be right in the center of your head, and feel immersive. So it is a shame that the story development never matches these efforts. As for the main character, while it’s evident that he does carry a lot of weight in the Czech history of the era, there’s not enough for the audience to latch on, to make him a resonant character, or one we’ll seek out more to know about the real figure.

Related Tags

medieval thewhitelotus
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.