Chukkalanti Ammayi Chakkanaina Abbayi
Chukkalanti Ammayi Chakkanaina Abbayi is a 2013 Telugu romance film directed by Kanmani. It stars Tarun Kumar and Vimala Raman in the lead roles. The music was composed by Anup Rubens.[1]
Chukkalanti Ammayi Chakkanaina Abbayi | |
---|---|
Directed by | Kanmani |
Produced by | Rajkumar Harwani, Gogineni Srinivas |
Written by | Raj Aditya |
Starring | Tarun Kumar Vimala Raman Dharmavarapu Subramanyam |
Music by | Anup Rubens |
Edited by | Gautham Raju |
Release date |
|
Country | India |
Language | Telugu |
Plot
Sanjay, a carefree guy earning his income from a TV program in Bangkok comes across a medical student called Sameera and promptly woos her, asking her to live in with him, does Sameera agree and what lessons did Sanjay learn forms the basic crux of the plot.
Cast
- Tarun as Sanjay
- Vimala Raman as Sameera
- Brahmanandam
- Dharmavarapu Subramanyam
- Pragathi
- Chitram Seenu
- Y. Kasi Viswanath
- Raksha
- Vijay Sai
- Santosh Bapi (Guna Fame)
Soundtrack
Anup Rubens has composed the original score and soundtracks for the film. The Music was Released by Aditya Music
Chukkalanti Ammayi Chakkanaina Abbayi | ||||
---|---|---|---|---|
Soundtrack album by | ||||
Released | 2013 | |||
Recorded | 2013 | |||
Genre | Soundtrack | |||
Length | 24:28 | |||
Label | Aditya Music | |||
Producer | Anup Rubens | |||
Anup Rubens chronology | ||||
|
No. | Title | Lyrics | Singer(s) | Length |
---|---|---|---|---|
1. | "Cheli Cheli" | Chinni Charan | Rahul Aggarwal, Sravana Bhargavi | 4:16 |
2. | "Hello I Love You" | Rahaman | Anoop Rubens, Harshika | 3:59 |
3. | "Kallulona Kallupetti" | Rahaman | Sri Krishna, Deepthi Madhuri | 3:41 |
4. | "Kammani Oka Korika" | Rahaman | Shravani, Chorus | 3:53 |
5. | "Dilse Jumorey" | Srinu | Baba Sehgal, Sravana Bhargavi | 3:58 |
6. | "Premante Theeyani" | Srinu | Anoop Rubens, Chorus | 3:58 |
Total length: | 24:28 |
gollark: <@!330678593904443393> Serde is the de-facto Rust serialization library.
gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.