Andhagan OTT Release: Where to Watch Prashanth Starrer Movie Online?

Andhagan OTT Release: Where to Watch Prashanth Starrer Movie Online?

The Tamil black comedy film Andhagan, starring Prashanth in the lead role, has made its way to OTT platforms Aha Tamil. Released in theaters in August 2024, the movie is an official remake of the Hindi crime comedy Andhadhun. Featuring a gripping storyline and a stellar cast, Andhagan brings to life the tale of a blind pianist whose life turns chaotic after witnessing a murder. The movie has garnered enough attention despite it being a remake and cinema enthusiasts have enjoyed watching it in theatres.When and Where to Watch AndhaganThe film is now available for streaming on Aha Tamil as per the official announcement made on the platform X (formerly Twitter) . Official Trailer and Plot of AndhaganAndhagan follows the story of a blind pianist whose seemingly straightforward life spirals into a series of unexpected events after he inadvertently witnesses a murder. The plot unravels with a mix of suspense, humor, and thrilling moments, reflecting the brilliance of its source material, Andhadhun. The trailer of the Tamil version had garnered significant attention for its promise to deliver a gripping adaptation, showcasing the talent and chemistry of its ensemble cast.Cast and Crew of AndhaganThe film is led by Prashanth, with an ensemble cast including Simran, Priya Anand, Karthik, Samuthirakani, Urvashi, Yogi Babu, and KS Ravikumar. Directed by Thiagarajan, who also serves as the producer under the Staar Movies banner, the film’s technical crew features Santhosh Narayanan as the music composer, Sathish Suriya as the editor, and Ravi Yadav as the cinematographer.Reception of AndhaganUpon its theatrical release, Andhagan received praise for its performances and execution. It has an IMDb rating of 6.7 / 10. Fans of the original Andhadhun and newcomers alike can now explore this gripping Tamil adaptation. Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *