Thodraa

Thodraa (transl.Touch me) is a 2018 Tamil-language drama film directed by debutante Madhuraj and stars Prithvi Rajan and newcomer Veena Nandakumar.[1]

Thodraa
Poster
Directed byMadhuraj
Produced byS Jai Chandra
StarringPrithvi Rajan
Veena Nandakumar
Music byRN Uthamaraja
Navin Shander (score)
CinematographySenthil Kumar
Edited byRajesh Kannan
Production
company
JS Aboorva Production
Release date
  • 7 September 2018 (2018-09-07)
CountryIndia
LanguageTamil

Cast

Production

The film is directed by Madhuraj, a former assistant of Bhagyaraj. The film highlights caste-based issues.[4][1][5] Bhagyaraj suggested to Madhuraj to cast Prithvi Rajan in the lead role. Malayalam actress Veena Nandakumar stars opposite Rajan in the film.[4] The film is based on a true incident that occurred in Dharmapuri.[1][6]

Soundtrack

The music was composed by R.N. Uthamaraja and Navin Shander.[7] Silambarasan sang a song in the film.[1]

No.TitleLyricsSinger(s)Length
1."Bakku Bakku"MadhurajSilambarasan3:48
2."Oru Kadhal Kalavaani"SBI MohanChinmayi3:54
3."Iru Paravai"Kaniyur VaratharajSenthil Das3:11
4."Adi Unakkulla Olichu Vachen"Seerkazhi SirpiAnthakudi Ilayaraja, Priyanka4:05
Total length:14:58

Release

The film released along with five other films.[6] The Times of India gave the film a rating of two out of five stars and wrote that "A better screenplay and an engaging narration would have made it at least a one time watch".[8] The Deccan Chronicle gave the film the same rating and wrote that "A taut narration and a little bit of coherence would have made it a better product".[2] Cinema Express wrote that "Advertised as a tribute to victims of honour killings, the beyond shoddy filmmaking ends up making this an insult to their memories instead".[9]

gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.
gollark: I have a "great" way to do this which I think takes O(n²) space-time-beeite.
gollark: Perhaps it is also possible to construct some sort of regex/deterministic finite automaton to match things matching anagramatically.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.