Vilayattu Bommai

Vilaiyattu Bommai (English: Playing toy) is a 1954 Indian Tamil language film directed by T. R. Raghunath. The film featured T. R. Mahalingam and Kumari Kamala in the lead roles.[1]

Vilaiyattu Bommai
Poster
Tamilவிளையாட்டு பொம்மை
Directed byT. R. Raghunath
Produced byT. R. Mahalingam
Written byA. L. Narayanan
StarringT. R. Mahalingam
Kumari Kamala
K. Sarangapani
B. R. Panthulu
V. K. Ramasamy
E. V. Saroja
Music byT. G. Lingappa
CinematographyR. Sampath
Edited byR. Devarajan
Production
company
Distributed bySri Sukumar Productions
Release date
  • 14 May 1954 (1954-05-14) (India)
[1]
CountryIndia
LanguageTamil

Cast & Crew

The following lists of cast and crew were compiled from Film News Anandan's database.[1]

Cast

Crew

  • Producer: T. R. Mahalingam
  • Director: T. R. Raghunath
  • Dialogues: A. L. Narayanan
  • Cinematography: R. Sampath
  • Editing: Devarajan
  • Art: Vardhukar
  • Lab: Tamil Nadu Cine Lab

Production

Naam Iruvar was a successful film for T. R. Mahalingam. Sukumar was the name of his role in this film. He considered it to be a lucky name and named his son as Sukumar. In 1950, he launched a company Sri Sukumar Productions and produced a film titled Macha Regai. It was a failure. He produced Mohana Sundaram in 1951 that fared not so bad in the box-office. In 1952 he produced Chinna Durai that he himself directed. Again, it was a failure. All these 3 films had almost the same cast. T. R. Mahalingam was determined to produce a successful film. So he produced this film (Vilaiyattu Pillai was the original name) Vilaiyattu Bommai. He changed the cast and made the experienced T. R. Raghunath as director. However, this film also was a failure. After this, he started production of another film titled Theru Padagan and abandoned it half way. He lost all his wealth and became insolvent.[2]
Though the films failed in box-office, most of the songs became popular.

Soundtrack

Music was composed by T. G. Lingappa while the lyrics were penned by Subramania Bharati, K. P. Kamatchisundaram and Thanjai Ramaiah Dass. Singer is T. R. Mahalingam. Playback singers are A. P. Komala, Soolamangalam Rajalakshmi and Jikki.[3]

S/NSongSinger/sLyricistDuration (m:ss)
1Mohathai KonruviduT. R. MahalingamSubramania Bharati
2Theertha Karaiyinile03:09
3Vidhikku ManidhaneThanjai Ramaiah Dass03:21
4Maliyeri Maavilakku PoduvaarA. P. Komala
5Kalai Chelvame VaazhgaveSoolamangalam Rajalakshmi
6Kannil Prasannamaana Kaliye
7Inba Vaanil UlaavumT. R. Mahalingam & Soolamangalam Rajalakshmi
8Kannalagi Ennaipol YaarunduJikkiK. P. Kamatchisundaram
9Periyorgal Sollai polaSoolamangalam Rajalakshmi
10Mullaimalar Kodiyin NizhalileT. R. Mahalingam
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!
gollark: This is totally a rapA rap is what it is chap
gollark: I made an automatic rap generation programIt works by appending an unrelated word which rhymes with the end of the previous line amTo every second lineThis totally counts as rap mineVery valid rap indeedI win esolangs now speed

References

  1. Film News Anandan (23 October 2004). Sadhanaigal Padaitha Thamizh Thiraipada Varalaru [History of Landmark Tamil Films] (in Tamil). Chennai: Sivakami Publishers. Archived from the original on 18 March 2017.
  2. "Sontha padam eduthathal Mahalingathukku yerpatta sodhanai" [Misfortunes of Mahalingam by producing films] (in Tamil). dailythanthi.com. 11 June 2016. Archived from the original on 20 August 2016. Retrieved 18 March 2017.
  3. G. Neelamegam. Thiraikalanjiyam — Part 1 (in Tamil). Manivasagar Publishers, Chennai 108 (Ph:044 25361039). First edition December 2014. p. 82.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.