ADVERTISEMENT

Watch out: Netflix this 2022

Published Feb 11, 2022 11:00 am

Let the binging begin!

As the pandemic stretches out, we continue to stay within the comfort and safety of our homes. What better way to reward yourself after a hard day’s work in front of the computer than to lay down on your couch and browse endlessly on Netflix? Kidding aside, here are some movies and shows to watch out for this year.

Jamie Foxx stars as a vampire slayer (Photo by Parrish Lewis/Netflix)

‘Day Shift’

Who would’ve thought Jamie Foxx and Snoop Dogg would be co-stars in a vampire movie? “Day Shift” narrates the life of a hardworking dad who just wants to provide for his daughter. His San Fernando Valley pool cleaning job, however, is just a front for his underground job: Hunting and killing vampires as part of an international union of vampire hunters. For his directorial debut, J.J. Perry works with uber-celebrated actors such as Jamie Foxx, Dave Franco, Snoop Dogg, Natasha Liu Bordizzo, C.S. Lee, and many more.


Ryan Reynolds and Walker Scobell on ‘The Adam Project’ (Photo by Parrish Lewis/Netflix)

‘The Adam Project’

Helmed by “Stranger Things” director Shawn Levy, this time-travelling action-adventure film “The Adam Project” stars Ryan Reynolds as a pilot who must travel to the past and team up with his younger self in order to save the future. He will share the screen with Jennifer Garner, Mark Ruffalo, and Zoe Saldana


(Lionsgate)

‘Knives Out 2’

Daniel Craig reprises his role as Benoit Blanc, a master detective taking on a new murder case on the sequel “Knives Out 2,” an upcoming American mystery film written and directed by Rian Johnson, and produced by Johnson and Ram Bergman for T-Street Productions. It will also be graced by an A-list cast comprising of Kathryn Hahn, Ethan Hawke, Kate Hudson, Leslie Odom Jr, Edward Norton, and Madelyn Cline (“Outer Banks”).


Guillermo Del Toro and the puppet Pinocchio (Photo by mandraketheblack.de/Netflix)

‘Pinocchio’

Based on Gris Grimly's design from his 2002 edition of the 1883 Italian novel “The Adventures of Pinocchio” by Carlo Collodi, Pinocchio is an upcoming stop-motion animated musical fantasy film directed by Guillermo del Toro and Mark Gustafson. The cast consists of Gregory Mann as Pinocchio, Finn Wolfhard, Christoph Waltz, Tilda Swinton, and Ron Perlman.


Adam Sandler with NBA player Juancho Hernangómez

‘Hustle’

“Hustle” is an upcoming American sports comedy film starring Adam Sandler, a washed-up basketball scout discovers a phenomenal street ball player while in Spain and sees the prospect as his golden ticket back into the NBA. Direction by Jeremiah Zagar, co-starred by Queen Latifah, NBA player Juancho Hernangómez, Ben Foster, and Robert Duvali.


Kevin James as suspended NFL coach Sean Peyton (Photp by Scott Yamano/Netflix)

‘Home Team’

Here’s another American sports comedy film. Directed by Charles and Daniel Kinnane, suspended NFL head coach Sean Payton goes back to his hometown, finding himself reconnecting with his 12-year-old son by coach his Pop Warner football team. Actor Kevin James stars as Sean Payton, Taylor Lautner as Troy Lambert, Rob Schneider as Jamie, and Jackie Sandler as Beth.


Ana de Armas as Marilyn Monroe

‘Blonde’

This is a biographical film about the life of actress Marilyn Monroe. Played by Ana de Armas, “Blonde” is an upcoming American biographical drama film written and directed by Andrew Dominik. Adapted from Joyce Carol Oates’s novel “Blonde,” appearances by prominent artists such as Adrien Brody, Bobby Cannavale, and Julianne Nicholson is expected.

Related Tags

Marilyn Monroe pinocchio 2022 films hustle movie knives out the adam project home team biographical film Netflix
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.