A Simple Exploratory Data Analysis on Indonesian Movies

using IMDb User’s Rating Dataset

A. What is Exploratory Data Analysis (EDA) ?

Imagine if you’re in the cinema, but you don’t know what movie you’re going to watch. Surely you will experience an inner conflict within yourself, “what movie that is worth to watch?”; and maybe lead to some further questions such: which movie has the good plot, are the casts and crews famous, how the ratings and reviews proceed, etc. Hence, in order to answer those questions, you can explore the information from internet, or you can do a quick survey and ask some of your friends. Whatever investigating process you would take to gain those questions’ answers, data scientists often call it as ‘Exploratory Data Analysis’.

Exploratory Data Analysis is a process of examining or understanding the data and extracting insights or main characteristics of the data. In other words, Exploratory Data Analysis refers to the critical process of performing initial investigations on data so as to discover patterns, to spot anomalies, to test hypothesis, and to check assumptions with the help of summary statistics or graphical representations. According to Howard Seltman from Carnegie Mellon University, any method of looking at data that doesn’t include formal statistical modeling and inference falls under the term exploratory data analysis.


Notes: It is always a good practice to understand the data first and try to gather as many insights from it.

So, without further ado, let’s jump into the analysis! 😉

B. About the Dataset

In this opportunity, we use IMDb User’s Rating Dataset which contain information of 1272 Indonesian movies. The data were gathered using IMDb-Scraper and then were converted and cleaned into a .csv file.

What are IMDb ratings?

IMDb is an online database of information related to movies, television series, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, also fan and critical reviews. IMDb registered users can cast a vote (from 1 to 10) on every released title in the database. Individual votes are then aggregated and summarized as a single IMDb rating, visible on the title’s main page.

To calculate the ratings, IMDb uses a weighted average, so that all votes don’t have the same impact (or ‘weight’) on the final rating. The users can update their votes as often as they’d like, but any new vote on the same title will overwrite the previous one, so it is one vote per title per user.

Data Overview

Check the data below for an overview!

# Input the Data and A Glimpse of Them
movie <- read.csv("data_input/indonesian_movies.csv", header=T, na.strings=c(""))
head(movie,3) %>% 
  kable %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = F, position = "center"))
title year description genre rating users_rating votes languages directors actors runtime
#FriendButMarried 2 2020 Ayudia (Mawar De Jongh) is not satisfied enough in enjoying the moment as a wife, but she suddenly becomes pregnant. Her personality changes completely and becomes lazy and super sensitive. Biography 13+ 6.5 120 Indonesian Rako Prijanto [‘Adipati Dolken’, ‘Mawar Eva de Jongh’, ‘Vonny Cornellya’, ‘Sari Nila’, ‘Ivan Leonardy’, ‘Clay Gribble’, ‘Sarah Sechan’, ‘Jourdy Pranata’, ‘Tubagus Ali’, ‘Ravil Prasetya’, ‘Nagra Kautsar Pakusadewo’, ‘Canti Tachril’, ‘Thalia Basir’, ‘Sp Lili’, ‘Anna Tairas’] 100 min
4 Mantan 2020 Sara, Airin, Rachel, and Amara were accidentally brought together after the death of their ex, Alex. All four received a letter saying that there was one killer among them. Thriller 17+ 6.4 8 Indonesian Hanny Saputra [‘Ranty Maria’, ‘Jeff Smith’, ‘Melanie Berentz’, ‘Denira Wiraguna’, ‘Melayu Nicole’, ‘Cinta Brian’, ‘Delano Daniel’, ‘Denny Weller’, ‘Mario Wiericx’, ‘Wani Siregar’, ‘Gary M. Iskak’, ‘Akja Dethan’, ‘Ayu Dyah Pasha’, nan, nan] 80 min
Aku Tahu Kapan Kamu Mati 2020 After apparent death, Siena is able to see signs that people will die. However, her friends did not believe in her abilities. Then, the sign appeared on her and those closest to her. Horror 13+ 5.4 17 Indonesian Hadrah Daeng Ratu [‘Natasha Wilona’, ‘Ria Ricis’, ‘Al Ghazali’, ‘Fitria Rasyidi’, ‘Ryma Karimah’, ‘Sonia Alexa’, ‘Asri Welas’, ‘Cathrine Wilson’, ‘Opie Kumis’, ‘Adinda Halona’, ‘Elizabeth Christine’, ‘Daus Separo’, ‘Rita Nurmaliza’, ‘Anastasia Adamova’, nan] 92 min

There are 1272 Indonesian movies in the dataset consisting of 11 columns relating to each movie. Those columns are:

  • title: movie title
  • year: the release year of movie
  • description: movie synopsis
  • genre: movie genre
  • rating: movie rating (censorship)
  • users_rating: viewer’s rating for the movie (1-10)
  • votes: the number of users who gave rating
  • languages: the language used in the movie
  • directors: the director of the movie
  • actors: the list of actors who played in the movie
  • runtime: the time length of a movie (in minutes)

But, before we discuss further about the data, let’s take a look into the brief history of Indonesian movies.

Brief History of Indonesian Movies

Movies were shown for the first time in Indonesia by the Dutch where they were projected in theatres or rented houses. But, later on, the movie business was dominated by the Chinese. In 1925, they owned most of movie theatres in Indonesia.

Actually, movie-making has been known in Indonesia since 1911, beginning with documentaries made by the crews from Europe, initiated by G. Kruger and F. Carli. Afterwards in 1926, Loetoeng Kasaroeng, a silent fantasy movie which is an adaptation of the Sundanese folktale Lutung Kasarung, made its debut. This was followed by the production of 21 movies (silent and sound) between 1926—1931. The industry grew fast; 41 movies were released in 1941, mostly romance movies combined with music and martial arts.

With Darah dan Doa (1950), Indonesia had its first movie produced by Indonesian production house “Perusahaan Film Nasional (Perfini)”. Written and directed by Indonesian director, Usmar Ismail, the movie is often considered the country’s first national feature movie.

C. Data Preprocessing

Data preprocessing is an essential step to do before we proceed to the analysis. Real-world raw data usually has inconsistent formatting, human errors, and can also be incomplete. Data preprocessing resolves such issues and makes datasets more complete and efficient to perform data analysis. It’s a crucial process that can affect the success of data mining and machine learning projects.

In this project, we also do data preprocessing as follows..

# Checking the Data Types
str(movie)
## 'data.frame':    1272 obs. of  11 variables:
##  $ title       : chr  "#FriendButMarried 2" "4 Mantan" "Aku Tahu Kapan Kamu Mati" "Anak Garuda" ...
##  $ year        : int  2020 2020 2020 2020 2020 2020 2020 2020 2020 2020 ...
##  $ description : chr  "Ayudia (Mawar De Jongh) is not satisfied enough in enjoying the moment as a wife, but she suddenly becomes preg"| __truncated__ "Sara, Airin, Rachel, and Amara were accidentally brought together after the death of their ex, Alex. All four r"| __truncated__ "After apparent death, Siena is able to see signs that people will die. However, her friends did not believe in "| __truncated__ "Good Morning Indonesia, a school for poor orphans, invites seven children to become a team. But, jealousy and e"| __truncated__ ...
##  $ genre       : chr  "Biography" "Thriller" "Horror" "Adventure" ...
##  $ rating      : chr  "13+" "17+" "13+" "13+" ...
##  $ users_rating: num  6.5 6.4 5.4 9.1 7.6 6.1 6.2 6.1 5.9 8.5 ...
##  $ votes       : chr  "120" "8" "17" "27" ...
##  $ languages   : chr  "Indonesian" "Indonesian" "Indonesian" "Indonesian" ...
##  $ directors   : chr  "Rako Prijanto" "Hanny Saputra" "Hadrah Daeng Ratu" "Faozan Rizal" ...
##  $ actors      : chr  "['Adipati Dolken', 'Mawar Eva de Jongh', 'Vonny Cornellya', 'Sari Nila', 'Ivan Leonardy', 'Clay Gribble', 'Sara"| __truncated__ "['Ranty Maria', 'Jeff Smith', 'Melanie Berentz', 'Denira Wiraguna', 'Melayu Nicole', 'Cinta Brian', 'Delano Dan"| __truncated__ "['Natasha Wilona', 'Ria Ricis', 'Al Ghazali', 'Fitria Rasyidi', 'Ryma Karimah', 'Sonia Alexa', 'Asri Welas', 'C"| __truncated__ "['Tissa Biani Azzahra', 'Violla Georgie', 'Ajil Ditto', 'Clairine Clay', 'Geraldy Krechoff', 'Rania Putri Sari'"| __truncated__ ...
##  $ runtime     : chr  "100 min" "80 min" "92 min" "129 min" ...

There seems to be some data types that don’t match, such as:

  • votes and runtime should be numeric
  • year, genre, rating, languagesshould be factor

In order for our analysis to run smoothly, we have to change their types. However, there are several things that make it difficult for us to make those changes. Some of these things are: the use of , for the thousands, the use of the word min at runtime, some inefficient (repeated) rating categories, etc. We must fix these first before we proceed into the next step.

# Replacing Characters/Words/Categories that Don't Fit
movie$votes <- str_replace_all(movie$votes,",","")
movie$runtime <- str_replace_all(movie$runtime,"min","")
movie$rating <- str_replace_all(movie$rating,"Not Rated","Unrated")
movie$rating <- str_replace_all(movie$rating,"Not Rated","Unrated")
movie$rating <- movie$rating %>% replace_na('Unrated')
movie$rating <- str_replace_all(movie$rating,"TV-14","13+")
movie$rating <- str_replace_all(movie$rating,"PG-13","13+")
movie$rating <- str_replace_all(movie$rating,"R","13+")
movie$rating <- str_replace_all(movie$rating,"TV-MA","17+")
movie$rating <- str_replace_all(movie$rating,"D","17+")

Besides, there are also several missing values that we should fill in as long as we can.

# Checking the Number of Missing Values for Each Column
colSums(is.na(movie))
##        title         year  description        genre       rating users_rating 
##            0            0          432           36            0            0 
##        votes    languages    directors       actors      runtime 
##            0            0            7            0          403

p.s: To fix this case, I browsed on internet so that we get the information which were missing.

# Filling the Movie Genre
movie[762,"genre"] <- "Comedy"
movie[825,"genre"] <- "Comedy"
movie[827,"genre"] <- "Drama"
movie[857,"genre"] <- "Drama"
movie[900,"genre"] <- "Drama"
movie[939,"genre"] <- "Adventure"
movie[956,"genre"] <- "Drama"
movie[963,"genre"] <- "Romance"
movie[965,"genre"] <- "Drama"
movie[969,"genre"] <- "Romance"
movie[1009,"genre"] <- "Drama"
movie[1015,"genre"] <- "Drama"
movie[1041,"genre"] <- "Comedy"
movie[1048,"genre"] <- "Comedy"
movie[1071,"genre"] <- "Action"
movie[1076,"genre"] <- "Comedy"
movie[1085,"genre"] <- "Action"
movie[1092,"genre"] <- "Romance"
movie[1100,"genre"] <- "Drama"
movie[1122,"genre"] <- "Romance"
movie[1132,"genre"] <- "Drama"
movie[1137,"genre"] <- "Comedy"
movie[1139,"genre"] <- "Drama"
movie[1147,"genre"] <- "Drama"
movie[1153,"genre"] <- "Comedy"
movie[1156,"genre"] <- "Drama"
movie[1159,"genre"] <- "Action"
movie[1178,"genre"] <- "History"
movie[1182,"genre"] <- "Adventure"
movie[1196,"genre"] <- "Action"
movie[1204,"genre"] <- "History"
movie[1211,"genre"] <- "Comedy"
movie[1224,"genre"] <- "Drama"
movie[1231,"genre"] <- "Romance"
movie[1240,"genre"] <- "Action"
movie[1259,"genre"] <- "History"
# Filling the Movie Director
movie[138,"directors"] <- "Amar Mukhi"
movie[223,"directors"] <- "Tema Patrosza"
movie[427,"directors"] <- "Indra Gunawan"
movie[1023,"directors"] <- "Steady Rimba"
movie[1047,"directors"] <- "Steady Rimba"
movie[1256,"directors"] <- "A.N. Alcaff"
movie[1271,"directors"] <- "Nancing movie Corp."
# Filling the Movie Rating
movie[movie$title == "Iseng","rating"] <- "21+"
movie[movie$title == "Wanita Dalam Gairah","rating"] <- "21+"
movie[movie$title == "Bibir Mer","rating"] <- "21+"

But, there is another problem. If we look closely, we could find some movies with the same titles in our dataset.

# Checking the Duplicates
movie[duplicated(movie$title),] %>% 
  kable %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = F, position = "center"))
title year description genre rating users_rating votes languages directors actors runtime
652 Surat Kecil Untuk Tuhan 2011 This movie tells the story of a girl named Gita Sesa Wanda Cantika or also known as Keke who fights deadly cancer called Rhabdomyosarcoma as she is the first Rhabdomyosarcoma patient in Indonesia. Biography Unrated 6.3 100 Indonesian Harris Nizam [‘Dwi Andhika’, ‘Egi John Foreisythe’, ‘Dinda Hauw’, ‘Alex Komang’, ‘Ranty Purnamasari’, ‘Heri Savalas’, ‘Esa Septian Pramudha Sigit’, nan, nan, nan, nan, nan, nan, nan, nan] 105
909 Kuntilanak 2 2007 A young college student has recently moved out of her old, haunted boarding house, escaping from followers of Mangkoedjiwo Sect who seek revenge over the death of Sri Sukmarahimi Mangkoedjiwo. Horror Unrated 5.7 155 Indonesian Rizal Mantovani [‘Sutan Amanullah’, ‘Bella Esperance’, ‘Julie Estelle’, ‘Ibnu Jamil’, ‘Buanergis Muryono’, ‘Piet Pagau’, ‘Evan Sanders’, ‘Cepi Setiawan’, ‘Lita Soewardi’, ‘Cindy Valerie’, nan, nan, nan, nan, nan] NA
947 Jomblo 2006 Four college best friends with their funny lifestyle about college. Met a girl who taught them about love and betrayals, and their life would never be the same again. Comedy Unrated 7.2 317 Indonesian Hanung Bramantyo [‘Dennis Adhiswara’, ‘Rianti Cartwright’, ‘Rizky Hanggono’, ‘Karenina Maria’, ‘Richa Novisha’, ‘Tike Priatnakusumah’, ‘Ringgo Agus Rahman’, ‘Nadya Saphira’, ‘Christian Sugiono’, nan, nan, nan, nan, nan, nan] NA
1114 Arini 1987 Arini is “misled” by a close friend, Ira, who wants to marry her husband, Helmi. Eventually she finds out this plan, so she asks for a divorce and leaves her son, who later is discovered to… Drama Unrated 8.5 12 Indonesian Sophan Sophiaan [‘Widyawati’, ‘Joice Erna’, ‘Sophan Sophiaan’, ‘Rano Karno’, ‘Rima Melati’, ‘Vivi Samodro’, nan, nan, nan, nan, nan, nan, nan, nan, nan] NA
1138 Malam Jumat Kliwon 1986 A mentally-unstable author moves into an old house owned by her boyfriend’s husband, only the find the place inhabited by a vengeful ghost. Horror Unrated 8.2 15 Indonesian Sisworo Gautama Putra [‘Amit Abidin’, ‘Soendjoto Adibroto’, ‘Ali Albar’, ‘Bokir’, ‘Dorman Borisman’, ‘Elly Christina’, ‘Karsiman Gada’, ‘Rukman Herman’, ‘Irmawati’, ‘Johny Matakena’, ‘Torita Murni’, ‘Alan Nuary’, ‘Neneng Rosita’, ‘Doddy Sukma’, ‘Evie Susanto’] 88
1213 Ratu Ilmu Hitam 1981 A woman is accused of being a witch and thrown to her death over a cliff. A strange man rescues her, nurses her back to health, and is told that she must master black magic in order to exact vengeance on her tormentors. Horror Unrated 6.0 226 English Liliek Sudjio [‘Suzzanna’, ‘W.D. Mochtar’, ‘Teddy Purba’, ‘Sofia W.D.’, ‘Alan Nuary’, ‘Siska Widowati’, ‘Dorman Borisman’, ‘Jufri Sardan’, ‘Doddy Sukma’, ‘Mien Brodjo’, ‘Mien Brojo’, ‘Tizar Purbaya’, ‘Gordon Subandono’, ‘H.I.M. Damsyik’, ‘Adang Mansyur’] NA
1222 Roman Picisan 1980 NA Drama Unrated 8.3 7 Indonesian Adisoerya Abdi [‘Pria Bombom’, ‘Dorman Borisman’, ‘Rahayu Effendi’, ‘Lydia Kandou’, ‘Rano Karno’, ‘Suti Karno’, ‘Tino Karno’, ‘Ita Mustafa’, ‘Frank Rorimpandey’, ‘George Rudy’, ‘Benny Sudiro’, ‘Nani Widjaja’, nan, nan, nan] NA
1238 Badai Pasti Berlalu 1977 Based on the famous novel, this is a story about Siska, a young woman, who gets heartbroken, as her fiancé broke off their engagement. Her brother introduces her to his friend Leo, who is … Drama Unrated 7.7 39 Indonesian Teguh Karya [‘Roy Marten’, ‘Christine Hakim’, ‘Slamet Rahardjo’, ‘Rahayu Effendi’, ‘Rachmat Hidayat’, ‘George Kamarullah’, ‘Herman Masduki’, ‘Maria Oentoe’, ‘Wolly Sutinah’, ‘Sofia W.D.’, ‘Mieke Wijaya’, nan, nan, nan, nan] NA
1252 Si Manis Jembatan Ancol 1973 NA Horror Unrated 5.2 8 Indonesian Turino Junaidy [‘Farouk Afero’, ‘Kris Biantoro’, ‘Nadia Giovanna’, ‘Lenny Marlina’, ‘Mansjur Sjah’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan] 95
1254 Beranak dalam Kubur 1972 The story of two sisters, one evil, one good. The evil sister will go to any lengths to inherit the family wealth. Horror Unrated 5.9 28 Indonesian Awaludin [‘Sofia Amang’, ‘Robby Hart’, ‘Baron Hermanto’, ‘Deddy Mudjito’, ‘Azwar Noor’, ‘Ami Priyono’, ‘Kiki S.’, ‘Suhaimi Said’, ‘Djohan Subandrio’, ‘Dicky Suprapto’, ‘F.X. Sutono’, ‘Suzzanna’, ‘Mieke Wijaya’, nan, nan] NA

However, after I double-checked, this case can be ignored as each title does have two movies with different details (it has the older version and the remake version). So, don’t mind it! 😁

Everything is set! Hence, we can change our data types as follows.

# Changing the Data Types
movie$votes <- as.numeric(movie$votes)
movie$runtime <- as.numeric(movie$runtime)
movie[,c("year","genre","rating","languages")] <- lapply(movie[,c("year","genre","rating","languages")],as.factor)

Ups, don’t be too happy yet 😏

It seems that we also need 2 new columns containing:

  • id; to differentiate between movies
  • users_rating/(votes/sum(votes)); because it doesn’t seem wise to compare the user ratings between movies that get a lot of votes with those that don’t get a lot of votes, as a movie with more votes usually has more variation in the viewer’s rating, hence, in the final, its rating average is smaller (despite it is selling well and becomes the center of attention)

See below for more details!

# Feature Engineering
movie$ratingp <- movie$users_rating * (movie$votes/sum(movie$votes))
movie$id <- 1:nrow(movie)

Don’t forget to drop the unused levels in the dataset.

# Dropping Unused Levels
movie$rating <- droplevels(movie$rating)

Check again for the last time! 😃

# Checking the Data Types (again)
str(movie)
## 'data.frame':    1272 obs. of  13 variables:
##  $ title       : chr  "#FriendButMarried 2" "4 Mantan" "Aku Tahu Kapan Kamu Mati" "Anak Garuda" ...
##  $ year        : Factor w/ 62 levels "1926","1928",..: 62 62 62 62 62 62 62 62 62 62 ...
##  $ description : chr  "Ayudia (Mawar De Jongh) is not satisfied enough in enjoying the moment as a wife, but she suddenly becomes preg"| __truncated__ "Sara, Airin, Rachel, and Amara were accidentally brought together after the death of their ex, Alex. All four r"| __truncated__ "After apparent death, Siena is able to see signs that people will die. However, her friends did not believe in "| __truncated__ "Good Morning Indonesia, a school for poor orphans, invites seven children to become a team. But, jealousy and e"| __truncated__ ...
##  $ genre       : Factor w/ 15 levels "Action","Adventure",..: 4 14 11 2 7 5 4 11 11 7 ...
##  $ rating      : Factor w/ 5 levels "13+","17+","21+",..: 1 2 1 1 2 5 1 2 2 1 ...
##  $ users_rating: num  6.5 6.4 5.4 9.1 7.6 6.1 6.2 6.1 5.9 8.5 ...
##  $ votes       : num  120 8 17 27 33 153 21 7 67 54 ...
##  $ languages   : Factor w/ 8 levels "Dutch","English",..: 4 4 4 4 4 4 2 4 4 4 ...
##  $ directors   : chr  "Rako Prijanto" "Hanny Saputra" "Hadrah Daeng Ratu" "Faozan Rizal" ...
##  $ actors      : chr  "['Adipati Dolken', 'Mawar Eva de Jongh', 'Vonny Cornellya', 'Sari Nila', 'Ivan Leonardy', 'Clay Gribble', 'Sara"| __truncated__ "['Ranty Maria', 'Jeff Smith', 'Melanie Berentz', 'Denira Wiraguna', 'Melayu Nicole', 'Cinta Brian', 'Delano Dan"| __truncated__ "['Natasha Wilona', 'Ria Ricis', 'Al Ghazali', 'Fitria Rasyidi', 'Ryma Karimah', 'Sonia Alexa', 'Asri Welas', 'C"| __truncated__ "['Tissa Biani Azzahra', 'Violla Georgie', 'Ajil Ditto', 'Clairine Clay', 'Geraldy Krechoff', 'Rania Putri Sari'"| __truncated__ ...
##  $ runtime     : num  100 80 92 129 109 101 90 85 109 117 ...
##  $ ratingp     : num  1.33e-03 8.76e-05 1.57e-04 4.20e-04 4.29e-04 ...
##  $ id          : int  1 2 3 4 5 6 7 8 9 10 ...

Finally, it looks like we’re good to go, let’s proceed to EDA 😍

D. Exploratory Data Analysis

First of all, we must clearly know our data size.

# Checking the Dimension
dim(movie)
## [1] 1272   13

It looks like our intuition was right. We have 1272 observations (1272 movies), with 13 variables related to each movie (11 of them are from the original dataset, while the 2 of them are the variables that we were just made).

Next, let’s take a look into the summary of each variable.

summary(movie)
##     title                year     description              genre    
##  Length:1272        2019   :111   Length:1272        Drama    :469  
##  Class :character   2018   : 97   Class :character   Comedy   :295  
##  Mode  :character   2009   : 79   Mode  :character   Horror   :231  
##                     2011   : 78                      Action   :137  
##                     2008   : 77                      Adventure: 51  
##                     2010   : 76                      Biography: 28  
##                     (Other):754                      (Other)  : 61  
##      rating     users_rating       votes                languages   
##  13+    :188   Min.   :1.200   Min.   :     5.0   Indonesian :1241  
##  17+    :119   1st Qu.:5.300   1st Qu.:    12.0   English    :  21  
##  21+    : 11   Median :6.400   Median :    27.0   Japanese   :   3  
##  SU     : 39   Mean   :6.144   Mean   :   459.4   Dutch      :   2  
##  Unrated:915   3rd Qu.:7.100   3rd Qu.:    76.0   Minangkabau:   2  
##                Max.   :9.400   Max.   :187222.0   French     :   1  
##                                                   (Other)    :   2  
##   directors            actors             runtime          ratingp         
##  Length:1272        Length:1272        Min.   : 45.00   Min.   :0.0000205  
##  Class :character   Class :character   1st Qu.: 88.00   1st Qu.:0.0001191  
##  Mode  :character   Mode  :character   Median : 95.00   Median :0.0002699  
##                                        Mean   : 97.07   Mean   :0.0055506  
##                                        3rd Qu.:105.00   3rd Qu.:0.0008588  
##                                        Max.   :262.00   Max.   :2.4348164  
##                                        NA's   :403                         
##        id        
##  Min.   :   1.0  
##  1st Qu.: 318.8  
##  Median : 636.5  
##  Mean   : 636.5  
##  3rd Qu.: 954.2  
##  Max.   :1272.0  
## 

📋 From the summary above, we can take some points, such as:

  1. Of all Indonesian movies listed on IMDb, most movies are:
    1. Released in 2019
    2. Having drama genre
    3. Not rated yet
    4. Using Bahasa Indonesia
  2. The IMDb user’s rating for Indonesian movies ranges between 1.2 and 9.4, with mean = 6.144 and median = 6.400. It seems that there are no extreme values as the mean and the median are nearly the same.
  3. The runtime of Indonesian movies ranges between 45 minutes and 262 minutes, with mean = 97.07 minutes and median = 95 minutes. Although there are some missing values in the runtime data.
  4. The number of votes of Indonesian movies in IMDb ranges between 5 and 187222, with mean = 459.4 and median = 27. The large difference between median and mean indicates that only a few movies have a large number of votes, while generally the number of votes is small.

You’re allowed to add other insights, as long as they correspond with the summary above 👌

Now, we are going to dismantle our data so that we get some new-amazing facts. Let’s go! 🔥

Top 3 Genres of Indonesian Movies in IMDb Dataset

# Looking for the Top 3 Genres
genre_most <- as.data.frame(head(sort(table(movie$genre), decreasing = T),3))
colnames(genre_most)[1] <- 'Genre'
genre_most %>% 
  kable(table.attr = "style='width:40%;'") %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = T, position = "center"))
Genre Freq
Drama 469
Comedy 295
Horror 231
# Showing A Proportion Table
genre_mostprop <- as.data.frame(head(sort(prop.table(table(movie$genre)), decreasing = T),3))
colnames(genre_mostprop)[1] <- 'Genre'
genre_mostprop %>% 
  kable(table.attr = "style='width:40%;'") %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = T, position = "center"))
Genre Freq
Drama 0.3687107
Comedy 0.2319182
Horror 0.1816038

The top 3 genres in the dataset are Drama, Comedy, and Horror. This shows that mostly Indonesian film creators often produce these 3 genres as they sell really well in the market. The 3 genres have shown consistent growth in production throughout Indonesian filming history. This result also shows some consistency with the data shown by Managing Partner Ideosource Film Fund (IFF) about the 3 most popular Indonesian film genres from 2008-2018.

❗There will be no offer if there is no demand

The fact that most Indonesian TV shows are filled with soap operas and comedy shows (where their ratings are also high), make it clear that there really is a lot of demand in these particular genres. Many moms like to watch soap operas because they can relate to the plot as it describes their daily life; providing emotional release, personal gratification, companionship, and an escape from reality. Meanwhile, in terms of horror movies, indeed Indonesia is famous for its mystique, so it is not very surprising that this genre is famous.

A Mom is Busy Watching A Soap Opera

A Mom is Busy Watching A Soap Opera

Most Favourite Movies Based on IMDb User’s Rating

Top 2

top2 <- as.data.frame(head(movie[order(movie$ratingp, decreasing = T),'title'],2))
colnames(top2)[1] <- 'Title'
top2 %>% 
  kable(table.attr = "style='width:40%;'") %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = T, position = "center"))
Title
The Raid: Redemption
The Raid 2

Top 3

top3 <- as.data.frame(head(movie[order(movie$ratingp, decreasing = T),'title'],3))
colnames(top3)[1] <- 'Title'
top3 %>% 
  kable(table.attr = "style='width:40%;'") %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = T, position = "center"))
Title
The Raid: Redemption
The Raid 2
V/H/S/2

Top 5

top5 <- as.data.frame(head(movie[order(movie$ratingp, decreasing = T),'title'],5))
colnames(top5)[1] <- 'Title'
top5 %>% 
  kable(table.attr = "style='width:40%;'") %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = T, position = "center"))
Title
The Raid: Redemption
The Raid 2
V/H/S/2
The Night Comes for Us
After the Dark

Top 10

top10 <- as.data.frame(head(movie[order(movie$ratingp, decreasing = T),'title'],10))
colnames(top10)[1] <- 'Title'
top10 %>% 
  kable(table.attr = "style='width:40%;'") %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = T, position = "center"))
Title
The Raid: Redemption
The Raid 2
V/H/S/2
The Night Comes for Us
After the Dark
Beyond Skyline
Headshot
Merantau
Satan’s Slaves
A Man Called Ahok

Best Actor Based on IMDb User’s Rating

The best actor predicate is determined from the median value of user’s rating obtained from all the movies that have been played.

But, before we proceed to the calculations, we have to change some part of the data so that the analysis can be carried out.

# Removing Some Characters
movie$actors <- str_replace_all(movie$actors,"\\[","")
movie$actors <- str_replace_all(movie$actors,"\\]","")
# Making A Data Frame which Consists of the Actor Name and Acting Frequency
dt <- data.table(movie)
movie_actor <- dt[,strsplit(actors,", ",fixed = T),by = c("id","ratingp")]
freqactor <- (as.data.frame(sort(table(movie_actor$V1), decreasing = T)))[-1,]

Besides considering the rating, we also have to consider the number of movies they have been played (seniority).

# Making A Data Frame which Consists of Senior Actors
topfreqactor <- freqactor[freqactor$Freq >= 20,]
colnames(topfreqactor)[1] <- "actor_name"
# Calculating the Median of User's Rating
actor_rating <- aggregate(ratingp ~ V1, data = movie_actor, FUN = median)
colnames(actor_rating)[1] <- "actor_name"
# Merging the Median Values with the Table of Senior Actors
topratingactor <- merge(x=topfreqactor,y=actor_rating,by="actor_name",all.x=TRUE)

Top 3

head(topratingactor[order(topratingactor$ratingp, decreasing = T),],3) %>% 
  kable(table.attr = "style='width:80%;'", row.names = FALSE) %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = T, position = "center"))
actor_name Freq ratingp
‘Ario Bayu’ 28 0.0034015
‘Yayu A.W. Unru’ 22 0.0025430
‘Rio Dewanto’ 20 0.0020286

Top 5

head(topratingactor[order(topratingactor$ratingp, decreasing = T),],5) %>% 
  kable(table.attr = "style='width:80%;'", row.names = FALSE) %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = T, position = "center"))
actor_name Freq ratingp
‘Ario Bayu’ 28 0.0034015
‘Yayu A.W. Unru’ 22 0.0025430
‘Rio Dewanto’ 20 0.0020286
‘Arswendi Nasution’ 20 0.0017215
‘Donny Alamsyah’ 34 0.0015757

Best Director Based on IMDb User’s Rating

The process of determining the best director is the same as determining the best actor. We also have to consider the number of movies they have been produced.

Look at the details below!

# Making A Data Frame which Consists of the Director Name and the Number of Movies that They Produced
freqdirector <- as.data.frame(sort(table(movie$directors), decreasing = T))
# Making A Data Frame which Consists of Senior Directors
topfreqdirector <- freqdirector[freqdirector$Freq >= 5,]
colnames(topfreqdirector)[1] <- "directors"
# Calculating the Median of User's Rating
director_rating <- aggregate(ratingp ~ directors, data = movie, FUN = median)
# Merging the Median Values with the Table of Senior Directors
topratingdirector <- merge(x=topfreqdirector,y=director_rating,by="directors",all.x=TRUE)

Top 3

head(topratingdirector[order(topratingdirector$ratingp,decreasing = T),],3) %>% 
  kable(table.attr = "style='width:80%;'", row.names = FALSE) %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = T, position = "center"))
directors Freq ratingp
Kimo Stamboel 5 0.0316551
Joko Anwar 7 0.0209798
Ernest Prakasa 5 0.0083287

Maybe I will suffice the analysis here. You can freely explore more about this data by downloading them from the download tab.

See you next time! 👋

Top 5

head(topratingdirector[order(topratingdirector$ratingp,decreasing = T),],5) %>% 
  kable(table.attr = "style='width:80%;'", row.names = FALSE) %>%
  kable_paper() %>%
  row_spec(0, background = "#FF8181") %>% 
  kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive", full_width = T, position = "center"))
directors Freq ratingp
Kimo Stamboel 5 0.0316551
Joko Anwar 7 0.0209798
Ernest Prakasa 5 0.0083287
Rocky Soraya 9 0.0036777
Angga Dwimas Sasongko 9 0.0032280

Maybe I will suffice the analysis here. You can freely explore more about this data by downloading them from the download tab.

See you next time! 👋

E. Download Dataset (Cleaned)


title year description genre rating users_rating votes languages directors actors runtime ratingp id
#FriendButMarried 2 2020 Ayudia (Mawar De Jongh) is not satisfied enough in enjoying the moment as a wife, but she suddenly becomes pregnant. Her personality changes completely and becomes lazy and super sensitive. Biography 13+ 6.5 120 Indonesian Rako Prijanto ‘Adipati Dolken’, ‘Mawar Eva de Jongh’, ‘Vonny Cornellya’, ‘Sari Nila’, ‘Ivan Leonardy’, ‘Clay Gribble’, ‘Sarah Sechan’, ‘Jourdy Pranata’, ‘Tubagus Ali’, ‘Ravil Prasetya’, ‘Nagra Kautsar Pakusadewo’, ‘Canti Tachril’, ‘Thalia Basir’, ‘Sp Lili’, ‘Anna Tairas’ 100 0.0013347 1
4 Mantan 2020 Sara, Airin, Rachel, and Amara were accidentally brought together after the death of their ex, Alex. All four received a letter saying that there was one killer among them. Thriller 17+ 6.4 8 Indonesian Hanny Saputra ‘Ranty Maria’, ‘Jeff Smith’, ‘Melanie Berentz’, ‘Denira Wiraguna’, ‘Melayu Nicole’, ‘Cinta Brian’, ‘Delano Daniel’, ‘Denny Weller’, ‘Mario Wiericx’, ‘Wani Siregar’, ‘Gary M. Iskak’, ‘Akja Dethan’, ‘Ayu Dyah Pasha’, nan, nan 80 0.0000876 2
Aku Tahu Kapan Kamu Mati 2020 After apparent death, Siena is able to see signs that people will die. However, her friends did not believe in her abilities. Then, the sign appeared on her and those closest to her. Horror 13+ 5.4 17 Indonesian Hadrah Daeng Ratu ‘Natasha Wilona’, ‘Ria Ricis’, ‘Al Ghazali’, ‘Fitria Rasyidi’, ‘Ryma Karimah’, ‘Sonia Alexa’, ‘Asri Welas’, ‘Cathrine Wilson’, ‘Opie Kumis’, ‘Adinda Halona’, ‘Elizabeth Christine’, ‘Daus Separo’, ‘Rita Nurmaliza’, ‘Anastasia Adamova’, nan 92 0.0001571 3
Anak Garuda 2020 Good Morning Indonesia, a school for poor orphans, invites seven children to become a team. But, jealousy and envy started because of the hidden love between them. They are sent to Europe without accompany, and the conflicts are exploded. Adventure 13+ 9.1 27 Indonesian Faozan Rizal ‘Tissa Biani Azzahra’, ‘Violla Georgie’, ‘Ajil Ditto’, ‘Clairine Clay’, ‘Geraldy Krechoff’, ‘Rania Putri Sari’, ‘Rebecca Klopper’, ‘Kiki Narendra’, ‘Krisjiana Baharuddin’, ‘Rizky Mocil’, ‘Faradina Mufti’, ‘Laras Sardi’, ‘Fatih Unru’, ‘Iqbal Solaiman’, ‘Toran Waibro’ 129 0.0004204 4
Dignitate 2020 Alfi (Al Ghazali) meets Alana (Caitlin Halderman), a new student at school. It turns out that they are in one class and sitting next to each other. Instead of getting along, they often argue because they both are stubborn. Drama 17+ 7.6 33 Indonesian Fajar Nugros ‘Al Ghazali’, ‘Caitlin Halderman’, ‘Giorgino Abraham’, ‘Teuku Rizky Muhammad’, ‘Sophia Latjuba’, ‘Izabel Jahja’, ‘Budiman Sudjatmiko’, ‘Sonia Alyssa’, ‘Naimma Aljufri’, ‘Kiara Mckenna’, ‘Lania Fira’, ‘Kanneth Santana’, ‘Bramanta Sadhu’, ‘Dinda Kanyadewi’, ‘Mat Oil’ 109 0.0004292 5
Guru-Guru Gokil 2020 When staff salaries get stolen at his school, a reluctant new teacher sets out to recoup the money and soon discovers the joys of teaching. Comedy Unrated 6.1 153 Indonesian Sammaria Simanjuntak ‘Gading Marten’, ‘Boris Bokir’, ‘Kevin Ardilova’, ‘Ibnu Jamil’, ‘Shakira Jasmine’, ‘Faradina Mufti’, ‘Nikandro Mailangkay’, ‘Dian Sastrowardoyo’, ‘Arswendi Nasution’, ‘Asri Welas’, ‘Kiki Narendra’, ‘Jean Marais’, ‘Sri Hartini’, ‘Aimee Saras’, ‘Tony Merle’ 101 0.0015970 6
Hunter in the Blue Side of Manchester 2020 This movie tells the story of Hanif Thamrin (Adipati Dolken) leaving his hometown and trying to pursue his dream to become the only Indonesian at that time who works in the biggest soccer league in the world, English Premier League. Biography 13+ 6.2 21 English Rako Prijanto ‘Adipati Dolken’, ‘Ganindra Bimo’, ‘Vonny Cornellya’, ‘Donny Alamsyah’, ‘Eddie Addison’, ‘Luis Amália’, ‘Priscila Araujo’, ‘Juliana Barros’, ‘Sabean Bea’, ‘Kiera Bell’, ‘Jamie Buchanan’, ‘Maurice Byrne’, ‘Ian Frost’, ‘Milica Guceva’, ‘Yasmin Hodges’ 90 0.0002228 7
Janin 2020 Randu (Reuben Elishama Hadju) and Dinar (Jill Gladys) are happy because Dinar conceives for the fourth month. However, their happiness slowly disappears when a middle-aged woman, Sukma (… Horror 17+ 6.1 7 Indonesian Ook Budiyono ‘Jill Gladys’, ‘Reuben Elishama’, ‘Meriam Bellina’, ‘Arnold Leonard’, ‘Babe Cabita’, ‘Rhesa Putri’, ‘Richelle Georgette Skornicki’, ‘Regina Rengganis’, ‘Dayu Wijanto’, nan, nan, nan, nan, nan, nan 85 0.0000731 8
Mangkujiwo 2020 A born of Kuntilanak from a Twin Mirror with her misery. Horror 17+ 5.9 67 Indonesian Azhar Kinoi Lubis ‘Sujiwo Tejo’, ‘Yasamin Jasem’, ‘Asmara Abigail’, ‘Roy Marten’, ‘Karina Suwandhi’, ‘Djenar Maesa Ayu’, ‘Samuel Rizal’, ‘Septian Dwi Cahyo’, ‘Kedung Darma R.’, ‘Landung Simatupang’, ‘Merriel Jessica Tarihoran’, ‘Elang El Gibran’, ‘Marcus Hacquebord’, ‘Gogot Suryanto’, ‘Kukuh’ 109 0.0006764 9
Mariposa 2020 Iqbal (Angga Yunanda) is like a Mariposa butterfly to Acha (Adhisty Zara). Each time someone approach, he always runs away. Acha is determined to win Iqbal, a man known to be handsome, smart, yet cold. Drama 13+ 8.5 54 Indonesian Fajar Bustomi ‘Angga Yunanda’, ‘Adhisty Zara’, ‘Dannia Salsabila’, ‘Abun Sungkar’, ‘Junior Roberts’, ‘Syakir Daulay’, ‘Ariyo Wahab’, ‘Irgi Fahrezi’, ‘Ersa Mayori’, ‘Baim’, ‘Iszur Muchtar’, ‘Ruth Permatasari’, ‘Yudha Keling’, ‘Diaz Danar’, ‘Aris Nugraha’ 117 0.0007854 10
May the Devil Take You: Chapter Two 2020 Two years after escaping from demonic terror, the young woman is still haunted by unnatural vision. The dangers that await her and her friends are increasingly threatening: the figure of darkness rises to take their lives. Horror 17+ 6.3 150 Indonesian Timo Tjahjanto ‘Chelsea Islan’, ‘Widika Sidmore’, ‘Baskara Mahendra’, ‘Hadijah Shahab’, ‘Lutesha’, ‘Arya Vasco’, ‘Karina Salim’, ‘Shareefa Daanish’, ‘Karina Suwandhi’, ‘Ruth Marini’, ‘Aurélie Moeremans’, ‘Tri Hariono’, nan, nan, nan 110 0.0016171 11
Milea 2020 Milea made the decision to part with Dilan as a warning for Dilan to stay away from the motorcycle gang. But the parting which had been only a bluff for Milea became a parting that lasted until they graduated from college and grew up. Drama 13+ 6.1 239 Indonesian Pidi Baiq ‘Iqbaal Dhiafakhri Ramadhan’, ‘Vanesha Prescilla’, ‘Ira Wibowo’, ‘Bucek Depp’, ‘Happy Salma’, ‘Farhan’, ‘Yoriko Angeline’, ‘Debo Andryos’, ‘Zulfa Maharani’, ‘Gusti Rayhan’, ‘Omara N. Esteghlal’, ‘Giulio Parengkuan’, ‘Andovi Da Lopez’, ‘Jerome Kurnia’, ‘Tike Priatnakusumah’ 102 0.0024947 12
Nanti Kita Cerita Tentang Hari Ini 2020 Three siblings live in happy-looking families, but one of them had changed and got warned by his parents. This prompted the rebellion of the three siblings which led to the discovery of the secrets and great trauma in their families. Drama 13+ 7.5 678 Indonesian Angga Dwimas Sasongko ‘Rio Dewanto’, ‘Sheila Dara Aisha’, ‘Rachel Amanda’, ‘Sinyo Riza’, ‘Nayla D. Purnama’, ‘Alleyra Fakhira’, ‘M. Adhiyat’, ‘Syaqila Afiffah Putri’, ‘Donny Damara’, ‘Susan Bachtiar’, ‘Oka Antara’, ‘Niken Anjani’, ‘Agla Artalidia’, ‘Ardhito Pramono’, ‘Sivia Azizah’ 121 0.0087014 13
Nikah Yuk 2020 Arya (Marcell Darwin) is asked by his parents to get married soon, but he wants to focus on his career as a photographer in Japan. Until one day, Arya met Lia (Yuki Kato), a comic artist who brought his life to a new chapter. Drama 13+ 6.9 15 Indonesian Adhe Dharmastriya ‘Yuki Kato’, ‘Marcell Darwin’, ‘Aliyah Faizah’, ‘Dwi Akraniza A.’, ‘Jessica Veranda’, ‘Sadana Agung Sulistya’, ‘Ananta Rispo’, ‘Fico Fachriza’, ‘Roy Marten’, ‘Ivanka Suwandi’, ‘Kevin Bzezovski’, ‘Keinaya Meissi Gusti’, nan, nan, nan 94 0.0001771 14
Rasuk 2 2020 Isabella (Nikita Willy), a medical student who is undergoing intern, feels uncomfortable with her sixth sense ability. She tries hard to think it do not exist, so she could live normally. … Horror 17+ 6.4 9 Indonesian Rizal Mantovani ‘Nikita Willy’, ‘Achmad Megantara’, ‘Asri Welas’, ‘Raquel Katie Larkin’, ‘Sonia Alyssa’, ‘Lania Fira’, ‘Rachel Patricia’, “Afifah Ifah’nda”, ‘Tegar Satrya’, ‘Iang Darmawan’, nan, nan, nan, nan, nan 95 0.0000986 15
Si Doel the Movie 3 2020 The return of Sarah with his son, Dul, to Jakarta, welcomed happily by the Doel’s family. But it also makes Zaenab, Sarah, and Doel confronted with decisive choice. Drama 13+ 7.2 82 Indonesian Rano Karno ‘Rano Karno’, ‘Maudy Koesnaedi’, ‘Cornelia Agatha’, ‘Mandra’, ‘Suti Karno’, ‘Rey Bong’, ‘Aminah Cendrakasih’, ‘Ahmad Zulhoir Mardia’, ‘Salman Alfarizi’, ‘Opie Kumis’, ‘Ranty Purnamasari’, ‘Sabar’, ‘Maryati Tohir’, ‘Hj. Tonah’, ‘Wizzy’ 93 0.0010103 16
Surat dari Kematian 2020 Failing to prove the urban legend of Mbak Rohanna’s ghost at Virgin Bridge, Yogyakarta, makes Zein (Endi Arfian) have to propose other haunted places to Kinan (Carrisa Perruset) to make content on their YouTube channel. Horror Unrated 6.2 5 Indonesian Hestu Saputra ‘Carissa Perusset’, ‘Endy Arfian’, ‘Jerome Kurnia’, ‘Omara N. Esteghlal’, ‘Dannia Salsabila’, ‘Justin Adiwinata’, ‘Eric Febrian’, ‘Like Suyanto’, ‘Johan Expresi’, ‘Gogot Suryanto’, ‘Ifan Nur Jihad’, ‘Jeje’, ‘Ayu Putri’, ‘Ahmad Susantri’, ‘Annisa Hertami’ 86 0.0000530 17
Temen Kondangan 2020 Putri (Prisia Nasution) is challenged to attend her ex-boyfriend marriage party. She invites three different guys, hoping that one of them could become her friend to the party. Disaster happens when all three come at the same time. Comedy Unrated 6.0 11 Indonesian Iip Sariful Hanan ‘Prisia Nasution’, ‘Gading Marten’, ‘Kevin Julio’, ‘Reza Nangin’, ‘Samuel Rizal’, ‘Olivia Lubis Jensen’, ‘Pierre Gruno’, ‘Imelda Therinne’, ‘Ovi Dian’, ‘Sahira Anjani’, ‘Yeslin Wang’, ‘Iszur Muchtar’, ‘Febby Febiola’, ‘Diah Permatasari’, ‘Chika Waode’ 86 0.0001129 18
Titus: Mystery of the Enygma 2020 A mouse-detective with his rabbit and lizard friends in Steamburg. They will jointly expose the crime one of their biggest enemies, a cat named named Bulpan. Starting as a pickpocket, Bulpan works hard to become a very skilled criminal. Animation SU 6.2 10 Indonesian Dineshkumar Subashchandra ‘Arbani Yasiz’, ‘Ranty Maria’, ‘Lukman Sardi’, ‘Robby Purba’, ‘Jessica Tanoesoedibjo’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 95 0.0001061 19
Toko Barang Mantan 2020 Tristan (Reza Rahadian) is the owner of the shop that buys and sells ex-lover items for people who want to move on. Suddenly, Laras (Marsha Timothy), his ex-lover, comes and makes his life turned upside down. Comedy 13+ 6.3 71 Indonesian Viva Westi ‘Reza Rahadian’, ‘Marsha Timothy’, ‘Iedil Dzuhrie Alaudin’, ‘Dea Panendra’, ‘Syifa Hadju’, ‘Niken Anjani’, ‘Brigitta Cynthia’, ‘Mas Cemen’, ‘Ibob Tarigan’, ‘Martin Anugerah’, ‘Roy Marten’, ‘Laura Theux’, ‘Fendy Chow’, ‘Stella Cornelia’, ‘Shareefa Daanish’ 98 0.0007654 20
#Malam Jumat: The Movie 2019 To provide a different experience to his subscribers, Ewing tries something new by exploring a playground called the Wonder Park that had been abandoned for a long time. With his team, Agan… Horror 17+ 5.3 47 Indonesian Hadrah Daeng Ratu ‘Ewing H.D.’, ‘Zoe Abbas Jackson’, ‘Dea Annisa’, ‘Randy Pangalila’, ‘Ade Firman Hakim’, ‘Ajil Ditto’, ‘Harris Illano’, ‘Putra Dinata’, ‘Sonia Alyssa’, ‘Chaca Marisa’, ‘Andy Jali’, nan, nan, nan, nan 91 0.0004263 21
#MoveOnAja 2019 Broke and heartbreak, Irwan just wants to spend a gloomy new year’s eve in the room alone. Dani, his friend, persuades him to make a list of dating applications. Comedy 17+ 6.3 6 Indonesian Hestu Saputra ‘Marthino Lio’, ‘Asmara Abigail’, ‘Uus’, ‘Lala Karmela’, ‘Edward Akbar’, ‘Totos Rasiti’, ‘Puja Astawa’, ‘Ronny P. Tjandra’, ‘Sheila Salsabila’, ‘Wina Marino’, ‘Auerelila’, ‘Vincent Andrianto’, ‘Hasta Putra Aditama’, nan, nan NA 0.0000647 22
27 Steps of May 2019 Following a horrible experience, May has isolated herself and stopped talking. Her father blames himself and tries to live by May’s conditions year after year. But one day a hole appears in the wall and through it May discovers a magician. Drama 17+ 8.2 280 Indonesian Ravi L. Bharwani ‘Raihaanun Soeriaatmadja’, ‘Lukman Sardi’, ‘Ario Bayu’, ‘Verdi Solaiman’, ‘Norman R. Akyuwen’, ‘Fajar Alamsyah’, ‘Alfon’, ‘Joko Anwar’, ‘Bowie Budianto’, ‘Elsa Dinra’, ‘Maryadi’, ‘Nandang’, ‘Richard Oh’, ‘Jonathan Ozoh’, ‘Otig Pakis’ 112 0.0039289 23
99 Nama Cinta 2019 The life of a producer of popular gossip shows, suddenly changed drastically when she met a young cleric who appeared in his office to teach her religious lessons as the wish of her father as a debt favor to him. Drama SU 8.0 13 Indonesian Danial Rifki ‘Acha Septriasa’, ‘Deva Mahenra’, ‘Ira Wibowo’, ‘Donny Damara’, ‘Chiki Fawzi’, ‘Adinda Thomas’, ‘Susan Sameh’, ‘Dzawin’, ‘Robby Purba’, ‘Ji-hye Moon’, nan, nan, nan, nan, nan 106 0.0001780 24
Abracadabra 2019 A magician in the magic show makes a little boy vanishing from his magic box. The show turns tragic, as he cannot make this boy come back to the stage. Comedy 13+ 5.9 39 Indonesian Faozan Rizal ‘Reza Rahadian’, ‘Butet Kertaradjasa’, ‘Salvita Decorte’, ‘Ence Bagus’, ‘Imam Darto’, ‘Dewi Irawan’, ‘Jajang C. Noer’, ‘Egy Fedly’, ‘Lukman Sardi’, ‘Poppy Sovia’, ‘Paul Agusta’, ‘Landung Simatupang’, ‘Veronika Krasnasari’, ‘Valerie Krasnadewi’, ‘Asmara Abigail’ 86 0.0003937 25
After Met You 2019 Ari, the coolest and most handsome guy at his school, is challenged by his friends to find a girlfriend who is definitely not interested in him. Drama 13+ 7.8 48 Indonesian Patrick Effendy ‘Ari Irham’, ‘Yoriko Angeline’, ‘Michelle Wanda’, ‘Naufan Raid Azka’, ‘Yudha Keling’, ‘Chicco Kurniawan’, ‘Dede Satria’, ‘Joe Project P.’, ‘Anabel Prisillya’, ‘Surya Saputra’, ‘Wulan Guritno’, ‘Nuraini’, ‘Joshua Suherman’, ‘Rigen Rakelna’, ‘Ananta Rispo’ 107 0.0006407 26
Ajari Aku Islam 2019 Kenny (Roger Danuarta), a Medan Chinese young man fell in love with Fidya (Cut Meyriska) a Batak Melayu Muslim girl. Over time, they love each other, but they were also hit by cultural and religious differences. Drama 13+ 7.1 34 Indonesian Deni Pusung ‘Roger Danuarta’, ‘Cut Meyriska’, ‘Shinta Naomi’, ‘Miqdad Addausy’, ‘Asrul Dahlan’, ‘August Melasz’, ‘Elkie Kwee’, ‘Rebecca Regina’, ‘Neny Anggraeni’, ‘Roni Galoeng’, ‘Jennifer Darren’, nan, nan, nan, nan 93 0.0004131 27
Ambu 2019 Ambu Misnah was left by her daughter, Fatma. She left their house at the Baduy for her love for Nico, the youth from Jakarta. Fatma then has a child named Nona. One day, Fatma brings Nona to Baduy. Family polemic arises. Drama 13+ 7.8 16 Indonesian Farid Dermawan ‘Widyawati’, ‘Laudya Cynthia Bella’, ‘Lutesha’, ‘Baim Wong’, ‘Endhita’, ‘Andri Mashadi’, nan, nan, nan, nan, nan, nan, nan, nan, nan 118 0.0002136 28
Anak Hoki 2019 In his early teens, Ahok has to leave the comfort of his life in Belitung and start living independently in Jakarta. Ahok then gets to know Daniel, Bayu, and Eva who become his closest … Drama 13+ 4.7 11 Indonesian Ginanti Rona Tembang Sari ‘Kenny Austin’, ‘Nadine Waworuntu’, ‘Lolox’, ‘Chris Laurent’, ‘Maia Estianty’, ‘Tamara Geraldine’, ‘Leroy Osmani’, ‘Elkie Kwee’, ‘Keke Soeryo’, ‘Niniek Arum’, ‘Tina Toon’, ‘Neny Anggraeni’, ‘Harry Tjahaja Purnama’, ‘Edric Tjandra’, ‘Fero Walandouw’ 97 0.0000885 29
Anak Muda Palsu 2019 Tumming, Abu, Illank, and Darwis, the final semester students at the University of Hasanuddin, are troubled at the thought of their lectures that had not finished. They stay in the same … Comedy 13+ 8.8 23 Indonesian Ihdar Nur ‘Tumming’, ‘Abu’, ‘Reo Ramadhan’, ‘Hisyam Hamsir’, ‘Mamak Ramlah’, ‘Luna Vidya’, ‘Inten Navadia’, ‘Fitrah Rachmadani’, nan, nan, nan, nan, nan, nan, nan 103 0.0003463 30
Antologi Rasa 2019 Keara (Carissa Perusset) loves Ruly (Refal Hady), even though she realizes that Ruly loves Denise (Atikah Suhaime). Meanwhile, Harris (Herjunot Ali) also has found his true love in Keara. But for Keara, Harris is just her best friend. Drama 17+ 7.2 98 Indonesian Rizal Mantovani ‘Herjunot Ali’, ‘Carissa Perusset’, ‘Refal Hady’, ‘Atikah Suhaime’, ‘Angel Pieters’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 108 0.0012074 31
Arwah Noni Belanda 2019 In Batavia in 1834 lived Hellen Van Stolch. Hellen was the only daughter of a Dutch-German landlord who had a large plantation: Jacob Van Stolch. The tragic story that she experienced made … Horror 17+ 6.2 5 Indonesian Agus Pestol ‘Sara Wijayanto’, ‘Milena Tunguz’, ‘Nayla D. Purnama’, ‘Willem Bevers’, ‘Ferdian Ariyadi’, ‘Maurie Chevalier’, nan, nan, nan, nan, nan, nan, nan, nan, nan 75 0.0000530 32
Bebas 2019 A group of five girls and one boy becomes best friends since high school. One tragic event had to split them apart. 23 years later, one of them lay dying in a hospital. She hopes she could see all five of her old friends for the last time. Comedy 13+ 7.3 358 Indonesian Riri Riza ‘Maizura’, ‘Sheryl Sheinafia’, ‘Agatha Pricilla’, ‘Baskara Mahendra’, ‘Zulfa Maharani’, ‘Lutesha’, ‘Marsha Timothy’, ‘Susan Bachtiar’, ‘Indi Barends’, ‘Baim Wong’, ‘Widi Mulia’, ‘Salvita Decorte’, ‘Kevin Ardilova’, ‘Oka Antara’, ‘Brandon Salim’ 119 0.0044720 33
Bike Boyz 2019 When Agus wanted to help Lilis look for her husband who had not come home for three months and was not patient, Vespa Agus was taken away by someone. Comedy 13+ 7.2 9 Indonesian Aris Nugraha ‘Aep Bancet’, ‘Aline Manza’, ‘Gariz Luiz’, ‘Damar Rizal’, ‘Jo Salim’, ‘Dicky Tanjung’, ‘Fadly Maulana’, ‘Delisa Herlina’, ‘Enco Ruhayat’, ‘Birgi Putri’, ‘Daisy Brata’, ‘Fenny Yulianto’, ‘Iphey Kabimo’, ‘Dian Sule’, ‘Herry Sog’ 95 0.0001109 34
Bridezilla 2019 A wedding organizer has been obsessed since childhood to make the most magnificent wedding. She is ambitious to make the wedding she is working on to be a wedding of the year from Wedding Star magazine. Comedy 13+ 6.0 33 Indonesian Andibachtiar Yusuf ‘Jessica Mila’, ‘Rio Dewanto’, ‘Sheila Dara Aisha’, ‘Widyawati’, ‘Aimee Saras’, ‘Rafael Landry Tanubrata’, ‘Adriano Qalbi’, ‘Lucinta Luna’, nan, nan, nan, nan, nan, nan, nan 94 0.0003388 35
Bumi Itu Bulat 2019 Rahabi has an acapella music group called Rujak Acapella. It consists of friends with different backgrounds. Hitu, who aspires to be a Banser because they once helped his family during a … Drama 13+ 7.3 9 Indonesian Ron Widodo ‘Rayn Wijaya’, ‘Febby Rastanty’, ‘Rania Putri Sari’, ‘Kenny Austin’, ‘Qausar Harta Yudana’, ‘Aldy Rialdy’, ‘Mathias Muchus’, ‘Tissa Biani Azzahra’, ‘Arie Kriting’, ‘Ria Irawan’, ‘Alfie Alfandi’, ‘Christine Hakim’, nan, nan, nan 103 0.0001124 36
Calon Bini 2019 Ningsih (Michelle Ziudith) is forced to marry Sapto (Dian Sidik) by her father, but she doesn’t care about that and fled to Jakarta. In there, she falls in love with the person that she met on the internet. Comedy 13+ 7.0 43 Indonesian Asep Kusdinar ‘Michelle Ziudith’, ‘Rizky Nazar’, ‘Dian Sidik’, ‘Ramzi’, ‘Cut Mini Theo’, ‘Marwoto’, ‘Slamet Rahardjo’, ‘Minati Atmanegara’, ‘Niniek L. Karim’, ‘Butet Kertaradjasa’, ‘Maya Wulan’, ‘Eko Mulyadi’, ‘Yuniza Icha’, ‘Anyun Cadel’, ‘Adhelheid Bunga W.’ 96 0.0005151 37
Danur 3: Sunyaruri 2019 After years of being friendly with her little ghosts, a girl begins to feel that she must have a normal life like other girls. Especially, now she has a boyfriend, but she doesn’t tell him about her ability to see ghosts. Horror 13+ 4.7 102 Indonesian Awi Suryadi ‘Prilly Latuconsina’, ‘Rizky Nazar’, ‘Syifa Hadju’, ‘Sandrinna Michelle’, ‘Umay Shahab’, ‘Stefhani Zamora Husen’, ‘Yassien Omar’, ‘Daood’, ‘Jason Lionel’, ‘Alessandro Rizky Giannini’, ‘Matt White’, ‘Chicco Kurniawan’, ‘Dea Panendra’, ‘Hayati Azis’, nan 90 0.0008203 38
Darah Daging 2019 Three siblings carry out a bank robbery to save the lives of their mothers. Action 17+ 7.2 17 Indonesian Sarjono Sutrisno ‘Ario Bayu’, ‘Donny Alamsyah’, ‘Rangga Nattra’, ‘Arnold Leonard’, ‘Estelle Linden’, ‘Karina Suwandhi’, ‘Tanta Ginting’, ‘Diandra Sabrina’, ‘Ray Sahetapy’, ‘Cantika Putri Kirana’, nan, nan, nan, nan, nan 83 0.0002094 39
Death Whisper 2019 Alex, a new highschool student met Maggie, and become best friends. Suddenly weird things started to happen in their highschool. Horror 17+ 6.4 146 Indonesian Awi Suryadi ‘Amanda Rawles’, ‘Angga Yunanda’, ‘Teuku Ryzki’, ‘Arya Vasco’, ‘Naomi Paulinda’, ‘Unique Priscilla’, ‘Verdi Solaiman’, ‘Dayu Wijanto’, ‘Sonia Alyssa’, ‘Abarrane Issabeau’, ‘Nicolea Anstee’, ‘Djihan Ranti Larasati’, nan, nan, nan 91 0.0015989 40
Dilan 1991 2019 Dilan and Milea officially date. But Dilan is threatened to be expelled from school due to involves in gang fights. One day, when he is planning to fight again, Milea asks him to quit the motorcycle gang or their relationship ends. Drama 13+ 6.6 724 Indonesian Pidi Baiq ‘Iqbaal Dhiafakhri Ramadhan’, ‘Vanesha Prescilla’, ‘Ira Wibowo’, ‘Bucek Depp’, ‘Adhisty Zara’, ‘Afrizal’, ‘Herwan Sumadipura’, ‘Daisy’, ‘Happy Salma’, ‘Farhan’, ‘Moira’, ‘Ceu Popon’, ‘Roy Sungkono’, ‘Maudy Koesnaedi’, ‘Jerome Kurnia’ 121 0.0081767 41
Doremi & You 2019 Four friends try to change the money from the extracurricular choir that they accidentally omitted, by participating in the Doremi and You singing competition. Drama SU 7.8 39 Indonesian B.W. Purba Negara ‘Adyla Rafa Naura Ayu’, ‘Devano Danendra’, ‘Fatih Unru’, ‘Nashwa Zahira’, ‘Toran Waibro’, ‘Sekar Sari’, ‘Simhala Avadana’, ‘Paundrakarna Sukmaputra Jiwanegara’, nan, nan, nan, nan, nan, nan, nan 99 0.0005205 42
DreadOut 2019 Six friends want to become popular by recording their adventures to be uploaded to social media accounts. They choose to go to the abandoned apartment and suddenly open a portal to the magical world and infuriate the portal guardian. Adventure 17+ 5.3 390 Indonesian Kimo Stamboel ‘Caitlin Halderman’, ‘Jefri Nichol’, ‘Marsha Aruan’, ‘Ciccio Manassero’, ‘Susan Sameh’, ‘Irsyadillah’, ‘Miller Khan’, ‘Mike Lucock’, ‘Cathy Natafitria Fakandi’, ‘Hannah Al Rashid’, ‘Salvita Decorte’, ‘Rima Melati Adams’, nan, nan, nan 97 0.0035370 43
Dua Garis Biru 2019 A young couple violated the boundary without knowing the consequences. They try to take responsibility for their choices and their innocence was tested when families who really loved them knew, then forced into their chosen journey. Drama 13+ 8.0 763 Indonesian Ginatri S. Noer ‘Adhisty Zara’, ‘Angga Yunanda’, ‘Cut Mini Theo’, ‘Arswendi Nasution’, ‘Dwi Sasono’, ‘Lulu Tobing’, ‘Rachel Amanda’, ‘Maisha Kanna’, ‘Shakira Jasmine’, ‘Ligwina Hananto’, ‘Cindy Hapsari’, ‘Ariella Calista Ichwan’, ‘Irgi Fahrezi’, ‘Rahma Alia’, ‘Asri Welas’ 113 0.0104450 44
Eggnoid 2019 Eggnoid is a human who comes out from Eggnoid eggs. He’s been assigned to look after and be a friend when a human feels lonely. Drama 13+ 6.2 27 Indonesian Naya Anindita ‘Sheila Dara Aisha’, ‘Morgan Oey’, ‘Luna Maya’, ‘Kevin Julio’, ‘Anggika Bolsterli’, ‘Reza Nangin’, ‘Martin Anugerah’, ‘Fatih Unru’, ‘Reuben Elishama’, ‘Marissa Anita’, nan, nan, nan, nan, nan 102 0.0002865 45
Ghost Writer 2019 An old diary containing dark secrets found by Naya, a novelist who has out of ideas for 3 years. This book is a good material for her latest novel, but something unexpected starts to happen. Comedy 13+ 6.8 261 Indonesian Bene Dion Rajagukguk ‘Tatjana Saphira’, ‘Ge Pamungkas’, ‘Deva Mahenra’, ‘Ernest Prakasa’, ‘Asmara Abigail’, ‘Endy Arfian’, ‘Slamet Rahardjo’, ‘Dayu Wijanto’, ‘M. Iqbal Sulaiman’, ‘Arief Didu’, ‘Arie Kriting’, ‘Muhadkly Acho’, ‘Denny Gitong’, ‘Asri Welas’, ‘Elkie Kwee’ 97 0.0030370 46
Gundala 2019 Indonesia’s preeminent comic book superhero and his alter ego Sancaka enter the cinematic universe to battle the wicked Pengkor and his diabolical squad of orphan assassins. Action 13+ 6.5 3112 Indonesian Joko Anwar ‘Abimana Aryasatya’, ‘Tara Basro’, ‘Bront Palarae’, ‘Ario Bayu’, ‘Lukman Sardi’, ‘Arswendi Nasution’, ‘Pritt Timothy’, ‘Aqi Singgih’, ‘Donny Alamsyah’, ‘Tanta Ginting’, ‘Dhimas Danang’, ‘Muzakki Ramdhan’, ‘Marissa Anita’, ‘Rio Dewanto’, ‘Putri Ayudya’ 123 0.0346138 47
Habibie & Ainun 3 2019 This movie follows the story of Hasri Ainun Besari Habibie’s young life when she was in high school and medical college. She was known as a smart figure who became an idol and admired by many male students, including B.J. Habibie. Biography 13+ 7.0 133 Indonesian Hanung Bramantyo ‘Maudy Ayunda’, ‘Jefri Nichol’, ‘Reza Rahadian’, ‘Lukman Sardi’, ‘Marcella Zalianty’, ‘Arswendi Nasution’, ‘Jennifer Coppen’, ‘Rebecca Klopper’, ‘Teuku Ryzki’, ‘Eric Febrian’, ‘Aghniny Haque’, ‘Arya Saloka’, ‘Kevin Ardilova’, ‘Mike Lucock’, ‘Amaranggana’ 121 0.0015931 48
Hayya: The Power of Love 2 2019 Haunted by the sins in his past, a journalist decides to become a humanitarian volunteer in the Palestinian border refugee camp. In that area, he meets Hayya, an innocent orphaned girl who is a victim of the conflict in Palestine. Drama 13+ 5.0 147 Indonesian Jastis Arimba ‘Ria Ricis’, ‘Fauzi Baadila’, ‘Adhin Abdul Hakim’, ‘Amna Hasanah Shahab’, ‘Meyda Sefira’, ‘Hamas Syahid’, ‘Humaidi Abas’, ‘Asma Nadia’, ‘Fajar Lubis’, nan, nan, nan, nan, nan, nan 101 0.0012577 49
Hiruk-Pikuk Si Al-Kisah 2019 Siman discovers a foreign crew shooting a moon landing. He gets caught and his tongue is cut off. He goes through life in slow motion, imitating an astronaut in outer space, labeled as crazy. Drama Unrated 6.5 46 Indonesian Yosep Anggi Noen ‘Gunawan Maryanto’, ‘Ecky Lamoh’, ‘Yudi Ahmad Tajudin’, ‘Alex Suhendra’, ‘Lukman Sardi’, ‘Rusini’, ‘Asmara Abigail’, ‘Marissa Anita’, ‘Rachel Saraswati’, ‘Pritt Timothy’, ‘Banyu Bening’, ‘Tri Sudarsono’, ‘Sri Widayati’, ‘Muhammad Nurdiansyah’, ‘Ernanto Kusuma’ 106 0.0005116 50
Hit & Run 2019 A celebrity policeman who is followed by cameras everywhere because he has his own reality show. He is assigned to arrest a drug kingpin who has just escaped from prison. Unfortunately, this time he must be paired with a conman. Action 17+ 6.2 157 Indonesian Ody C. Harahap ‘Joe Taslim’, ‘Chandra Liow’, ‘Tatjana Saphira’, ‘Jefri Nichol’, ‘Nadya Arina’, ‘Yayan Ruhian’, ‘Reza Aditya’, ‘Qausar Harta Yudana’, ‘Peter Taslim’, ‘Simone Julia’, ‘David Hendrawan’, ‘Novi Rahmat Hidayat’, ‘Karina Suwandhi’, ‘Mathias Muchus’, ‘Caitlin North Lewis’ 114 0.0016657 51
Homecoming 2019 Homecoming (Mudik) In the few days before Eid, a young married couple, Firman (Ibnu JAMIL) and Aida (Putri AYUDYA) like many urban Indonesians are travelling across the country to spend the… Drama Unrated 7.5 6 Indonesian Adriyanto Dewo ‘Asmara Abigail’, ‘Putri Ayudya’, ‘Ibnu Jamil’, ‘Yoga Pratama’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 93 0.0000770 52
Horas Amang: Tiga Bulan Untuk Selamanya 2019 The story of a family that is not harmonious: Amang or father and his three unfilial children. Out of love for her children, Amang uses an unusual way to change their lives forever. Comedy 13+ 9.4 16 Indonesian Irham Acho Bahtiar ‘Cok Simbara’, ‘Tanta Ginting’, ‘Novita Dewi’, ‘Piet Pagau’, ‘Jack Marpaung’, ‘Dendi Tambunan’, ‘Vanessa’, ‘Elli Sofiana’, ‘Rizma Simbolon’, ‘Manda Cello’, ‘Ibas Aragi’, ‘Jufriaman Saragih’, ‘Indra Pacique’, ‘Farrel Alfaro’, ‘Keysarah Flajsova’ 109 0.0002574 53
Humba Dreams 2019 Martin (J.S. Khairen) is a Jakarta film student who comes home to Sumba for a complicated task. The journey brings Martin to meet Ana (Ully Triani) and the many questions about Humba and himself starts to unravel. Drama Unrated 7.0 22 Indonesian Riri Riza ‘J.S. Khairen’, ‘Ully Triani’, ‘Ephy Sekuriti’, ‘Margaretha Sene’, ‘Ruben Pulungtama’, ‘Yani Roosselyna’, ‘Karel Nooljen’, ‘Yongki Yonathan’, ‘Lukas Lunggi Haling’, ‘Tamu Rambu Margaretha’, nan, nan, nan, nan, nan 75 0.0002635 54
Ikut Aku ke Neraka 2019 The happiness of Lita and her husband Rama do not last long because Lita is often terrorized by creepy female creatures. Rama brings Mr. Adam to clean their house from the ghost disturbance… Horror 17+ 5.8 43 Indonesian Azhar Kinoi Lubis ‘Clara Bernadeth’, ‘Rendy Kjaernett’, ‘Cut Mini Theo’, ‘Sara Wijayanto’, ‘Rini Mentari’, ‘T. Rifnu Wikana’, ‘Nining Yuningsih’, ‘Nayla D. Purnama’, ‘Raymond M.C.’, ‘Dian Sidik’, ‘Vonny Anggraini’, ‘Ence Bagus’, ‘Ninok Wiryono’, nan, nan 90 0.0004268 55
Imperfect 2019 Being born fat and has dark skins, it feels like a curse for Rara, especially when she worked at the office that has surrounded by pretty girls. Her boss wants her to lose her weight, but there is a man who loves the way she were. Comedy 13+ 7.8 624 Indonesian Ernest Prakasa ‘Jessica Mila’, ‘Reza Rahadian’, ‘Yasmin Napper’, ‘Karina Suwandhi’, ‘Dion Wiyoko’, ‘Kiki Narendra’, ‘Shareefa Daanish’, ‘Dewi Irawan’, ‘Ernest Prakasa’, ‘Clara Bernadeth’, ‘Karina Nadila’, ‘Devina Aureel’, ‘Kiky Saputri’, ‘Zsazsa Utari’, ‘Aci Resti’ 113 0.0083287 56
Impetigore 2019 Maya with her best friend, Dini, tries to survive in a city without a family. She realized that she might inherit a property from her rich family. Maya returns to the village with Dini and unaware of the danger was waiting for her. Drama 17+ 6.9 1877 Indonesian Joko Anwar ‘Tara Basro’, ‘Ario Bayu’, ‘Marissa Anita’, ‘Christine Hakim’, ‘Asmara Abigail’, ‘Kiki Narendra’, ‘Zidni Hakim’, ‘Faradina Mufti’, ‘Abdurrahman Arif’, ‘Muhammad Abe Baasyin’, ‘Mursiyanto’, ‘Ahmad Ramadhan’, ‘Aura Agna’, ‘Sindris Ogiska G.’, ‘Devona Queeny’ 106 0.0221620 57
Iqro: My Universe 2019 Aqilla has aspirations to become an astronaut, Her grandfather, an astronomer, is a place where Aqilla learned a lot and asked questions. Aqilla’s hobbies in outer space make her compete … Drama SU 6.6 8 Indonesian Iqbal Alfajri ‘Aisha Nurra Datau’, ‘Cok Simbara’, ‘Raihan Khan’, ‘Maudy Koesnaedi’, ‘Mike Lucock’, ‘Adhitya Putri’, ‘Elliz Christine’, ‘Ben Kasyafani’, ‘Mario Irwinsyah’, ‘Adityawarman’, ‘Azra Mayraina’, ‘Aprilya Azzahra’, ‘Astri Ivo’, ‘Meriam Bellina’, ‘Pratiwi Sudarmono’ 101 0.0000904 58
Jeritan Malam 2019 Reza and his three friends tried to explore the history of the dorm they lived. But unfortunately, Reza does a ritual that should not have been done. Horror 17+ 6.5 35 Indonesian Rocky Soraya ‘Herjunot Ali’, ‘Cinta Laura Kiehl’, ‘Winky Wiryawan’, ‘Indra Brasco’, ‘Siva Aprilia’, ‘Fuad Idris’, ‘Roy Marten’, “D’Ratu”, ‘Otig Pakis’, ‘Uno Eko’, ‘Abah Yongki’, ‘Lukman Syah’, ‘Ali Mario’, ‘Goetheng Iku Ahkin’, ‘Iwan Gardiawan’ 119 0.0003893 59
Kajeng Kliwon, Nightmare in Bali 2019 AGNI, a doctor and native Balinese prepares her wedding reception with her fiance, NICO. A beheading case is linked to a supernatural disturbance has befallen the troubled couple. A tale of love, jealousy and a mythical Bali Legend. Horror 17+ 4.5 6 Indonesian Bambang Drias ‘Amanda Manoppo’, ‘Christ Laurent’, ‘Atikah Suhaime’, ‘Vincent Andrianto’, ‘Indah Kalalo’, ‘Mutia Datau’, ‘Cathrine Wilson’, ‘Egy Fedly’, ‘Wedananda Mahawira Ciptawan’, ‘Deva Wisesa Ciptawan’, ‘Anastasia Mikayla Aspari’, ‘Gangga Swasty Triandini’, ‘Nabilla Octarieza Putry A.’, ‘Ida Pinandita’, ‘Agung Bagus Peliatan’ 76 0.0000462 60
Kapal Goyang Kapten 2019 Three amateur hijackers hijacked a tourist ship that sailed in the Maluku Sea. Because of their stupidity, they instead sank the ship and they were all stranded on an empty island. The ship hostages then turned berserk to the hijackers. Comedy 13+ 6.6 23 Indonesian Raymond Handaya ‘Yuki Kato’, ‘Ge Pamungkas’, ‘Babe Cabita’, ‘Muhadkly Acho’, ‘Mamat Alkatiri’, ‘Arief Didu’, ‘Asri Welas’, ‘Romaria Simbolon’, ‘Ananta Rispo’, ‘Andi Anissa Lasyah’, ‘Ryma Karimah’, ‘Roy Marten’, ‘Yusril Fahriza’, ‘Mathias Muchus’, ‘Naomi Papilaya’ 110 0.0002598 61
Kelam 2019 After the heart donors, Sasha comes home and somethings happened. Nina assumed that it’s because the heart donor he had from Tiara and she haunting the house. Nina, have to fight and save Sasha from the terror of that child ghost. Horror 13+ 4.5 6 Indonesian Erwin Arnada ‘Aura Kasih’, ‘Amanda Manoppo’, ‘Giselle Tambunan’, ‘Evan Sanders’, ‘Rina Hasyim’, ‘Ade Firman Hakim’, ‘Aisyah K.L.’, nan, nan, nan, nan, nan, nan, nan, nan 75 0.0000462 62
Kembalinya Anak Iblis 2019 Rama, Garin, Farel, Quincy and Celsi survive from the spirit terror at the Ayunan Island resort which harbored a terrible history of the slaughter of a family and resort employees. Rama is … Horror 17+ 5.0 10 Indonesian Rudy Soedjarwo ‘Al Ghazali’, ‘Mikha Tambayong’, ‘Valerie Thomas’, ‘Achmad Megantara’, ‘Atta Halilintar’, ‘Endy Arfian’, ‘Stefhani Zamora Husen’, ‘Marsha Aruan’, ‘Nurul Mukharomah’, ‘Jeremy Thomas’, ‘Fauzi Baadila’, ‘Tia Ivanka’, ‘Khadijah Banderas’, ‘Wani Siregar’, ‘Juna Rorimpandey’ 84 0.0000856 63
Koboy Kampus 2019 During college in the 90s, Pidi and his friends, Ninu, Deni, Erwin, and Dikdik founded a country of their own called “The United State of the Republic of The Panasdalam”. The problems of college and love stories they experienced. Comedy 13+ 5.8 19 Indonesian Pidi Baiq ‘Jason Ranti’, ‘Ricky Harun’, ‘David Jhon’, ‘Miqdad Addausy’, ‘Bisma Karisma’, ‘Stefhani Zamora Husen’, ‘Danilla Riyadi’, ‘Ratu Vienny Fitrilya’, ‘Christina Colondam’, ‘Jennifer Lepas’, ‘Anfa Safitri’, ‘Chicha Koeswoyo’, ‘Ria Irawan’, ‘Arjan Onderdenwijngaard’, nan 92 0.0001886 64
Koki-Koki Cilik 2 2019 Cooking Camp is opened again. The little chefs who come to the camp are surprised that the camp was closed. The problems are Chef Grant’s credibility is doubted as a teacher at the camp, and the landowner wants to sell the camp’s land. Drama SU 6.8 9 Indonesian Viva Westi ‘Ringgo Agus Rahman’, ‘M. Adhiyat’, ‘Faras Fatik’, ‘Alif Lubis’, ‘Clarice Cutie’, ‘Ali Fikry’, ‘Romaria Simbolon’, ‘Marcello’, ‘Christian Sugiono’, ‘Kimberly Ryder’, ‘Yayu A.W. Unru’, ‘Jilli Lavenia’, ‘Sandrinna Michelle’, ‘Dewi Rezer’, ‘Keinaya Meissi Gusti’ 91 0.0001047 65
Kuambil Lagi Hatiku 2019 Agra City, India, will be the witness to the marriage of Sinta and Vikash, which are just counting the days. But Sinta is shocked by her mother, Widhi Malthora, who suddenly disappears. … Drama 13+ 8.4 5 Indonesian Azhar Kinoi Lubis ‘Lala Karmela’, ‘Cut Mini Theo’, ‘Sahil Shah’, ‘Ria Irawan’, ‘Dian Sidik’, ‘Dimas Aditya’, ‘Ence Bagus’, ‘T.M. Tarsan’, ‘Yati Pesek’, ‘Marwoto’, ‘Keinaya Meissi Gusti’, ‘Giras Basuwondo’, ‘Eduard Soritua Manalu’, ‘Kedung Darma R.’, ‘Kukuh Abadi Leksono’ 123 0.0000719 66
Kuntilanak 2 2019 Dinda who escapes the Kuntilanak (female vampire ghost) terror, without the agreement of Aunt Donna, intends to meet someone who is believed to be her biological mother, Karmila. Horror 13+ 4.8 73 Indonesian Rizal Mantovani ‘Sandrinna Michelle’, ‘Andryan Bima’, ‘Ali Fikry’, ‘Adlu Fahrezi’, ‘Ciara Nadine Brosnan’, ‘Karina Suwandhi’, ‘Maxime Bouttier’, ‘Susan Sameh’, ‘Nena Rosier’, ‘T. Rifnu Wikana’, ‘Ayu Dyah Pasha’, ‘Otig Pakis’, nan, nan, nan 100 0.0005996 67
Kutuk 2019 Maya has just worked in a nursing home. She often smells bad smell in his room. Outside the room she also hears strange noises every night. When she began to wonder, she is terrorized by … Horror 17+ 6.4 18 Indonesian Rudi Aryanto ‘Shandy Aulia’, ‘Alice Norin’, ‘Stuart Collin’, ‘Vitta Mariana Barrazza’, ‘Bryan McKenzie’, ‘Laxmi Darra’, ‘Erwin Bagindo’, ‘R. Ade Puspa’, ‘Nek Acih’, ‘Abah Yongki’, nan, nan, nan, nan, nan NA 0.0001971 68
Lagi-Lagi Ateng 2019 The story of Ateng and his twin Agung who have been separated for a long time. Ateng and Iskak, his friend, go to Jakarta for the first time. Unexpectedly, Ateng meets Agung who has the … Comedy SU 5.9 14 Indonesian Monty Tiwa ‘Augie Fantinus’, ‘Soleh Solihun’, ‘Julie Estelle’, ‘Surya Saputra’, ‘Unique Priscilla’, ‘Cathrine Wilson’, ‘Rohana’, ‘Jerinx S.I.D.’, ‘Ozzol Ramdan’, ‘Poppy Sovia’, ‘Iang Darmawan’, ‘Ribut Mardiyanto’, nan, nan, nan 108 0.0001413 69
Lampor: Keranda Terbang 2019 Edwin and Netta with their two children, Adam and Sekar going to Netta’s hometown at Temanggung. Netta were suspected as the cause of Lampor terror at her hometown, a demon who bring a flying casket. Drama 13+ 6.7 53 Indonesian Guntur Soeharjanto ‘Adinia Wirasti’, ‘Dion Wiyoko’, ‘Nova Eliza’, ‘Rendra Bagus Pamungkas’, ‘Annisa Hertami’, ‘Dian Sidik’, ‘Unique Priscilla’, ‘Mathias Muchus’, ‘Stefhani Zamora Husen’, ‘Arnold Leonard’, ‘Landung Simatupang’, ‘Bimasena Prisai Susilo’, ‘Angelia Livie’, ‘Shofia Shireen’, ‘Djenar Maesa Ayu’ 95 0.0006076 70
Laundry Show 2019 A man chooses to resign from his office to set up a laundry business and has to deal with his employees who have various ridiculous personalities. Comedy 13+ 7.4 57 Indonesian Rizki Balki ‘Boy William’, ‘Gisella Anastasia’, ‘Tissa Biani Azzahra’, ‘Erick Estrada’, ‘Gabriella Desta’, ‘Mamat Alkatiri’, ‘Marshel Widianto’, ‘Mbok Tun’, ‘Indra Jegel’, ‘Fajar Nugra’, ‘David Saragih’, nan, nan, nan, nan 97 0.0007218 71
Leak (Penangkeb) 2019 Yessy, Sandra, Kayun, Edy, and Yunda want to prove the weirdness that happened in an old villa. The oddity is felt when the villa guard says that there is one room that is not rented, … Horror 17+ 7.8 5 Indonesian Mimi Jegon ‘Sandra’, ‘Yunda’, ‘Edy’, ‘Kayun’, ‘Ni Putu Astridayanti’, ‘Mangku Tedja Kandel’, ‘Hai Puja’, ‘Galuh Bilen’, ‘Gus Surya’, nan, nan, nan, nan, nan, nan 75 0.0000667 72
Lorong 2019 Waking up after giving birth, Mayang gets the news unlike what she expects from Reza, her husband: their first baby has died. Both of them are experiencing tremendous depression. Mayang can… Horror 13+ 5.4 14 Indonesian Hestu Saputra ‘Winky Wiryawan’, ‘Prisia Nasution’, ‘Nova Eliza’, ‘T. Rifnu Wikana’, ‘Gesata Stella’, ‘Josephine Firmstone’, ‘David Santoso’, ‘Ade Firman Hakim’, nan, nan, nan, nan, nan, nan, nan NA 0.0001294 73
Love Is Blind 2019 A tour guide in Busan, South Korea must face the reality of living without love, hope, and also without sight, after she was faint because of her relationship is broken. In depression, a man comes and always give optimism and enthusiasm. Comedy 13+ 6.0 125 Indonesian Rachmania Arunita ‘Shandy Aulia’, ‘Dodit Mulyanto’, ‘Chae In-Woo’, ‘Gemilang Sinatrya’, ‘Rolando Octavio’, ‘Rachmania Arunita’, nan, nan, nan, nan, nan, nan, nan, nan, nan 86 0.0012834 74
Love for Sale 2 2019 Tired of matchmaking by his mother, Ican brings a woman from a dating application and introduces her to Ros. Their family relations are warmed thanks to Arini and Ican starts to like her. Drama 17+ 7.0 372 Indonesian Andibachtiar Yusuf ‘Della Dartyan’, ‘Adipati Dolken’, ‘Ratna Riantiarno’, ‘Ariyo Wahab’, ‘Bastian Steel’, ‘Putri Ayudya’, ‘Taskya Namya’, ‘Gading Marten’, ‘Egy Fedly’, ‘Yayu A.W. Unru’, ‘Abdurrahman Arif’, ‘Revaldo’, ‘Roy Marten’, ‘Rukman Rosadi’, ‘Dayu Wijanto’ 92 0.0044559 75
Lukisan Ratu Kidul 2019 Dimas and Satria Soedibyo actually has many questions when their father died: their grandfather; Rusdi Soedibyo, is a famous painter in the 80s, the death of their mother who was never told… Horror 17+ 6.5 11 Indonesian Ginanti Rona Tembang Sari ‘Teuku Zacky’, ‘Ussy Sulistiawaty’, ‘Wafda Saifan’, ‘Annisa Aurelia’, ‘Naomi Paulinda’, ‘Elsa Diandra’, ‘Egy Fedly’, ‘Fuad Idris’, ‘Wawan Wanisar’, ‘Fadika Royandi’, ‘Widian Nanto’, ‘Febryan Aditya’, ‘Kevin Zander’, nan, nan 90 0.0001223 76
Mahasiswi Baru 2019 At her old age, Lastri (Widyawati) is eager to go to college. She befriends with other students and they form a gang who often makes fuss on campus and causes chaos. Comedy 13+ 5.9 78 Indonesian Monty Tiwa ‘Widyawati’, ‘Morgan Oey’, ‘Mikha Tambayong’, ‘Umay Shahab’, ‘Sonia Alyssa’, ‘Slamet Rahardjo’, ‘Karina Suwandhi’, ‘Iszur Muchtar’, ‘Ence Bagus’, nan, nan, nan, nan, nan, nan 96 0.0007875 77
Makmum 2019 While in the dormitory, the resident of the dormitory is terrorized by a supernatural creature. There is a kind of supernatural creature called “Makmum” (the follower) that follows them during prayer. Horror 17+ 4.3 127 Indonesian Hadrah Daeng Ratu ‘Titi Kamal’, ‘Ali Syakieb’, ‘Tissa Biani Azzahra’, ‘Adilla Fitri’, ‘Bianca Hello’, ‘Jajang C. Noer’, ‘Reni Yuliana’, ‘Arief Didu’, ‘Misha Jeter’, nan, nan, nan, nan, nan, nan 95 0.0009345 78
Mantan Manten 2019 A wealthy woman is betrayed and all her wealth is gone. Her marriage plan is also in danger. But, she still has a villa as her only hope. To take the villa back, she had to become an assistant to a traditional bride shaman. Drama 13+ 7.1 121 Indonesian Farishad I. Latjuba ‘Atiqah Hasiholan’, ‘Arifin Putra’, ‘Tutie Kirana’, ‘Tio Pakusadewo’, ‘Marthino Lio’, ‘Oxcerila Paryana’, ‘Dodit Mulyanto’, ‘Ria Irawan’, ‘Arswendi Nasution’, ‘Jenny Chang’, ‘Aimee Saras’, ‘Asri Welas’, ‘Ivanka Suwandi’, nan, nan 102 0.0014701 79
Mata Batin 2 2019 Alia is now working and living at an orphanage, where she meets a girl who also possesses inner eyes like her. Drama 17+ 5.5 385 Indonesian Rocky Soraya ‘Jessica Mila’, ‘Nabilah Ratna Ayu Azalia’, ‘Sophia Latjuba’, ‘Jeremy Thomas’, ‘Bianca Hello’, ‘Citra Prima’, ‘Jelita Callebaut’, ‘Hadijah Shahab’, ‘Nicole Rossi’, ‘Yasmine Mahya’, ‘Davina Karamoy’, nan, nan, nan, nan 116 0.0036234 80
MatiAnak 2019 Since a new kid arrives at an orphanage, weird things started to happen. Horror 17+ 6.9 57 Indonesian Derby Romero ‘Cinta Laura Kiehl’, ‘Jovarel Callum’, ‘Irsyadillah’, ‘Fatih Unru’, ‘Basmalah Gralind’, ‘Juliant Rafael’, ‘Gesata Stella’, ‘Yayu A.W. Unru’, ‘Elsa Diandra’, ‘Chico Radella’, ‘M. Rafli’, ‘Arswendi Nasution’, nan, nan, nan 85 0.0006730 81
Matt & Mou 2019 A seemingly platonic friendship gets tested when a high school teen wants her closest friend to endorse her new romance with a local musician. Comedy 13+ 7.5 49 Indonesian Monty Tiwa ‘Prilly Latuconsina’, ‘Maxime Bouttier’, ‘Kevin Bzezovski’, ‘Raya Adena Syah’, ‘Irsyadillah’, ‘Marthino Lio’, ‘Josephine Firmstone’, ‘Kelsea Dressler’, ‘Joshua Suherman’, ‘Karina Suwandhi’, ‘Santana Sartana’, ‘Unique Priscilla’, ‘Dicky Wahyudi’, ‘Reni Yuliana’, ‘Cinta Brian’ 96 0.0006289 82
Mekah I’m Coming 2019 Eddy tries to prove to Eni’s father that he’s worth it to be Eni’s husband by going hajj to Mecca. But something along the way makes the journey has its obstacles. Comedy 13+ 7.3 35 Indonesian Jeihan Angga ‘Rizky Nazar’, ‘Michelle Ziudith’, ‘Jennifer Coppen’, ‘Ephy Pae’, ‘Ria Irawan’, ‘Totos Rasiti’, ‘Dwi Sasono’, ‘Rasyid Karim’, ‘Yusril Fahriza’, ‘Fanny Fadillah’, ‘Cici Tegal’, ‘Ananta Rispo’, ‘Yati Pesek’, ‘Eli Sugigi’, ‘Jidate Ahmad’ 93 0.0004372 83
MeloDylan 2019 Melody moves to another school because of avoiding problems, moreover she has a bad past with David, her ex-lover. But in the new school, the problem re-emerges when Melody meets Dylan, a … Drama 13+ 7.0 28 Indonesian Fajar Nugros ‘Devano Danendra’, ‘Aisyah Aqilah’, ‘Angga Yunanda’, ‘Zoe Abbas Jackson’, ‘Yasmin Napper’, ‘Naomi Paulinda’, ‘Bryan Andrew’, ‘Indra Jegel’, ‘Alzi Markers’, ‘Naima Al Jufri’, ‘Pangeran Lantang’, ‘Jordy Rizkyanda’, ‘Roweina Umboh’, ‘Yeyen Lydia’, ‘Dominique Sanda’ 92 0.0003354 84
Mendadak Kaya 2019 Ali Oncom is pursued by a debt collector. At the same time he is also under pressure from his girlfriend, Yuli, who wants to be married soon. Otoy is threatened to be divorced by his wife … Comedy 13+ 6.1 22 Indonesian Anggy Umbara ‘Fedi Nuril’, ‘Dwi Sasono’, ‘Pandji Pragiwaksono’, ‘Nirina Zubir’, ‘Jihane Almira’, ‘Ence Bagus’, ‘Opie Kumis’, ‘Muzakki Ramdhan’, ‘Rasyid Albuqhary’, ‘Sonni Mahmuda’, ‘Arief Didu’, ‘Lolox’, ‘Fico Fachriza’, ‘Bisma Karisma’, ‘Aden Bajaj’ 92 0.0002296 85
My Stupid Boss 2 2019 Bossman and his employees goes to Vietnam to find new workers for his company, but instead of getting new workers they got a lot of new troubles. Adventure 13+ 6.6 305 Indonesian Upi Avianto ‘Reza Rahadian’, ‘Bunga Citra Lestari’, ‘Kin Wah Chew’, ‘Atikah Suhaime’, ‘Iedil Dzuhrie Alaudin’, ‘Iskandar Zulkarnaen’, ‘Alex Abbad’, ‘Melissa Karim’, ‘Morgan Oey’, ‘Verdi Solaiman’, ‘Sahil Shah’, ‘Prakash Krisna’, ‘Indra Jegel’, ‘Awek Sitepu’, ‘Gregory Prabowo’ 96 0.0034446 86
Nightmare Side: Delusional 2019 A young student that always following the Nightmare Side radio broadcast and always being her nightmare, as if its were real. Horror 13+ 5.0 5 Indonesian Joel Fadly ‘Gege Elisa’, ‘Fay Nabila Rizka’, ‘Melissa Karim’, ‘Ajil Ditto’, ‘Elina Joerg’, ‘Mo Sidik’, ‘Bayu Oktara’, ‘Dimas Tri Adityo’, ‘Indi Arisa’, ‘Anyun Cadel’, ‘Elina’, ‘Reza Emir’, ‘Gita Puspita Garini’, ‘Guntur’, ‘Peter Harianja’ 100 0.0000428 87
Orang Kaya Baru 2019 A life of a ordinary family consists of father (Lukman Sardi), mother (Cut Mini) and three children Duta (Derby Romero), Tika (Raline Shah) and Dodi (Fatih Unru) suddenly changed when the father died and left a legacy a lot of wealth. Comedy 13+ 6.4 431 Indonesian Ody C. Harahap ‘Cut Mini Theo’, ‘Lukman Sardi’, ‘Raline Shah’, ‘Derby Romero’, ‘Fatih Unru’, ‘Refal Hady’, ‘Millane Fernandez’, ‘Melayu Nicole’, ‘Jasmine Kusuma Carroll’, ‘Arvitta Ludya’, ‘Verdi Solaiman’, ‘Sylvia Genpati’, ‘T.M. Tarsan’, ‘Reza Nangin’, ‘Ikram Kribo’ 96 0.0047201 88
PSP: Gaya Mahasiswa 2019 Monos, Rojali, Ade, Andra, Adit, Dindin, James, and Omen are students who are crazy, ignorant, but cool in music and are members of the OM Pancaran Sinar Petromaks (PSP). Comedy 13+ 5.5 24 Indonesian Hilman Mutasi ‘Uus’, ‘Adjis Doaibu’, ‘David Schaap’, ‘Dhimas Danang’, ‘Imam Darto’, ‘Abdur Arsyad’, ‘Boris Bokir’, ‘Wira Nagara’, ‘Aura Kasih’, ‘Dodit Mulyanto’, ‘Ence Bagus’, ‘Ruth Permatasari’, ‘Rebecca Tamara’, ‘Elma Agustine’, ‘Veronica’ 96 0.0002259 89
Pariban: Idola dari Tanah Jawa 2019 Moan is a Batak young man who has lived in Jakarta for a long time and he doesn’t have a girlfriend yet. This situation makes his mother who lives in Samosir forces him to go back and told him to marries his cousin. Comedy 13+ 7.2 36 Indonesian Andibachtiar Yusuf ‘Atiqah Hasiholan’, ‘Ganindra Bimo’, ‘Rizky Mocil’, ‘Dayu Wijanto’, ‘Rukman Rosadi’, ‘Mak Gondut’, ‘Joe Project P.’, ‘Djaitov Tigor’, ‘Imelda Budiman’, ‘Surya Insomnia’, ‘Christabelle Grace Marbun’, ‘Maria Vania’, ‘McDanny’, nan, nan 101 0.0004435 90
Perjanjian dengan Iblis 2019 Annisa married Bara, a widower with a daughter named Lara. Bara takes a picnic to the island that is still rarely visited by tourists, Bengalor Island, so that his wife and child could get … Horror 17+ 5.3 22 Indonesian Ardy Octaviand ‘Shandy Aulia’, ‘Artika Sari Devi’, ‘Aghi Narottama’, ‘Basmalah Gralind’, ‘Alex Abbad’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 80 0.0001995 91
Pintu Merah 2019 A journalist is in the process of observing a murder case. The dead body is found in a dream forest. But this murder is not just an ordinary murder. There is a mist of mystery in it. The case drags her further and further into horror. Horror 17+ 6.3 9 Indonesian Noviandra Santosa ‘Aura Kasih’, ‘Miller Khan’, ‘Cornelio Sunny’, ‘Monica Oemardi’, ‘Ridho Illahi’, ‘Teno Ali’, ‘Willy Smith’, ‘Deni Martin’, nan, nan, nan, nan, nan, nan, nan NA 0.0000970 92
Pocong the Origin 2019 Ananta, a cold-blooded killer has been executed by the State. Sasthi, his only daughter, has to deliver her father’s body to be buried in his hometown. Adventure 13+ 5.9 84 Indonesian Monty Tiwa ‘Nadya Arina’, ‘Samuel Rizal’, ‘Della Dartyan’, ‘Surya Saputra’, ‘Tyo Pakusadewo’, ‘Reza Nangin’, ‘Anom Perkasa’, ‘Chaca Marisa’, ‘Yeyen Lydia’, ‘Egy Fedly’, ‘Yama Carlos’, ‘Yusril Fahriza’, ‘Ananta Rispo’, ‘Izzati Khansa’, ‘Tegar Satrya’ 90 0.0008481 93
Pohon Terkenal 2019 As a new cadet at the Police Academy, Semarang, Bara Maulana, Ayu Sekarwati and Johanes Solossa have to say goodbye to normal teenage lives. Their future is no longer their own. Who will … Drama 13+ 8.1 25 Indonesian Annisa Meutia Amir ‘Umay Shahab’, ‘Laura Theux’, ‘Raim Laode’, ‘Cok Simbara’, ‘Adjis Doaibu’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 96 0.0003465 94
Preman Pensiun 2019 After three years, the business of Muslihat, who has retired as a thug, has a problem. He also faces new problems when her daughter grows up and visited by the boys. The friction between his former subordinates also starts to happen again. Comedy 13+ 7.0 117 Indonesian Aris Nugraha ‘Epy Kusnandar’, ‘Tia Arifin’, ‘Soraya Rasyid’, ‘Dedi Moch Jamasari’, ‘Andra Manihot’, ‘Deny Firdaus’, ‘Ica Naga’, ‘Abenk Marco’, ‘M. Fajar Hidayatullah’, ‘Purwo Kristiono’, ‘Mang Uu’, ‘Sadana Agung Sulistya’, ‘Sandi Tile’, ‘Nining Yuningsih’, ‘Vina Ferina’ 94 0.0014015 95
Pretty Boys 2019 Two best friends since childhood aspire to be famous. They run away from home and try their fortune in Jakarta. One day, when they become the paid audiences for a talk show, the audience coordinator offer them a way to their dreams. Comedy 13+ 6.8 373 Indonesian Tompi ‘Vincent Ryan Rompies’, ‘Deddy Mahendra Desta’, ‘Danilla Riyadi’, ‘Onadio Leonardo’, ‘Imam Darto’, ‘Roy Marten’, ‘Joe Project P.’, ‘Ferry Maryadi’, ‘Tora Sudiro’, ‘Iang Darmawan’, ‘Roweina Umboh’, ‘Natasha Rizki’, ‘Najwa Shihab’, ‘Aurélie Moeremans’, ‘Hesti Purwadinata’ 100 0.0043402 96
Ratu Ilmu Hitam 2019 Families were terrorized at the orphanage. Someone wants them dead, apparently with black magic that is very deadly. She has a grudge and she was also born because of the sins of the orphans who formed her into the Queen of Black Magic. Horror 17+ 6.8 531 Indonesian Kimo Stamboel ‘Ario Bayu’, ‘Hannah Al Rashid’, ‘Adhisty Zara’, ‘Muzakki Ramdhan’, ‘Ari Irham’, ‘Ade Firman Hakim’, ‘Sheila Dara Aisha’, ‘Tanta Ginting’, ‘Miller Khan’, ‘Imelda Therinne’, ‘Salvita Decorte’, ‘Giulio Parengkuan’, ‘Shenina Cinnamon’, ‘Yayu A.W. Unru’, ‘Ruth Marini’ 99 0.0061787 97
Rembulan Tenggelam di Wajahmu 2019 A lonely and rich man were sick in the hospital, and someone brings him back to the past to find an answers of his questions that he shouted to God, and finally get the answers one by one. Drama 13+ 5.9 12 Indonesian Danial Rifki ‘Arifin Putra’, ‘Juan Bione Subiantoro’, ‘Donny Alamsyah’, ‘Anya Geraldine’, ‘Cornelio Sunny’, ‘Ariyo Wahab’, ‘Teuku Rizky Muhammad’, ‘Ari Irham’, ‘Allesandrio Reinhard Karamoy’, ‘Rigen Rakelna’, ‘Egy Fedly’, ‘Yudha Keling’, nan, nan, nan 93 0.0001212 98
Reva: Guna Guna 2019 Reva, a cheerful student, suddenly changes after her 21st birthday. Reva becomes moody and doesn’t want to hang out. Then at her house, her mother and two younger siblings are killed … Horror 17+ 4.9 9 Indonesian Jose Poernomo ‘Angel Karamoy’, ‘Pamela Bowie’, ‘Wulan Guritno’, ‘Dewi Rezer’, ‘Ferry Salim’, ‘Marcellino Lafrand’, ‘Kitty Felicia’, nan, nan, nan, nan, nan, nan, nan, nan 80 0.0000755 99
Ritual 2019 Peter, his wife Jenny, their daughter Lisa, and her lover Michael are preparing for a long weekend. They plan to camp in a remote and deserted area outside Jakarta. In the journey, an … Horror Unrated 4.9 7 Indonesian Findo Purwono ‘Salshabilla Adriani’, ‘Richelle Georgette Skornicki’, ‘Ferry Ardiansyah’, ‘Alzi Markers’, ‘Hendrayan’, ‘Rheina Mariyana’, ‘Defwita Zumara’, ‘Agus Wibowo’, nan, nan, nan, nan, nan, nan, nan 72 0.0000587 100
Roh Fasik 2019 Akbar loses his belief in religion and God after the death of Zahra, his wife, to the point that he even refuses to teach his religion’s ways to their daughter Amira. He remarries, to a … Horror 17+ 6.5 22 Indonesian Ubay Fox ‘Evan Sanders’, ‘Irwansyah’, ‘Denira Wiraguna’, ‘Keinaya Meissi Gusti’, ‘Nagita Slavina’, ‘Zaskia Sungkar’, ‘Volland humonggio’, ‘Abi Cancer’, ‘Egy Fedly’, ‘Kanaya Gleadys’, ‘Ratu Dewi’, nan, nan, nan, nan 90 0.0002447 101
Roy Kiyoshi: The Untold Story 2019 Roy Kiyoshi, who has the ability to interact with supernatural beings, is very frustrated when his sister is kidnapped by the demon. Horror 17+ 2.0 61 Indonesian Jose Poernomo ‘Roy Kiyoshi’, ‘Angel Karamoy’, ‘Olga Lydia’, ‘Clarice Cutie’, ‘Elina Joerg’, ‘Devina Sukmawati’, ‘Fikri Hadil’, ‘Shirin Nabilah’, ‘Rasyid Albuqhary’, ‘Reza Pramudya Rizky’, nan, nan, nan, nan, nan 86 0.0002088 102
Rumah Kentang: The Beginning 2019 A family went to the abandoned house in the middle of potato field. Adrian and Sofie are the novelist and wants find an inspiration, but a strange things happened when they lives in that house. Drama 17+ 5.1 37 Indonesian Rizal Mantovani ‘Luna Maya’, ‘Christian Sugiono’, ‘Jajang C. Noer’, ‘Epy Kusnandar’, ‘Davina Karamoy’, ‘Nicole Rossi’, ‘Rayhan Cornellis’, ‘Oce Permatasari’, nan, nan, nan, nan, nan, nan, nan 102 0.0003229 103
Rumah Merah Putih 2019 Farel, Oscar et al, who live on the NTT-Timor Leste border, join the areca climbing competition. But instead of being united, they argue which prizes should be taken first. They fail and … Drama SU 7.8 13 Indonesian Ari Sihasale ‘Petrick Rumlaklak’, ‘Amori de Purivicacao’, ‘Pevita Pearce’, ‘Yama Carlos’, ‘Shafira Umm’, ‘Abdurrahman Arif’, ‘Dicky Tatipikalawan’, ‘Antoni Do Rosario’, ‘Calvin Petrus’, ‘Dinda Maanana’, ‘Agnes Bau Mali’, ‘Gratia Manek’, ‘Nia Zulkarnaen’, ‘Unique Priscilla’, nan 96 0.0001735 104
Rumput Tetangga 2019 A housewive, who was once the most popular and outstanding student in school, experiencing a crisis of self-confidence as she feels she could not be a good wife and mother. One day, something miracle happens which changing her destiny. Comedy 13+ 7.5 37 Indonesian Guntur Soeharjanto ‘Titi Kamal’, ‘Donita’, ‘Gading Marten’, ‘Tora Sudiro’, ‘Raffi Ahmad’, ‘Asri Welas’, ‘Kirana Larasati’, ‘Jeremy Thomas’, ‘Yeyen Lydia’, ‘Vega Darwanti’, ‘Dewi Rezer’, ‘Nunung’, ‘Maya Septa’, ‘Niniek Arum’, ‘Melanie Berentz’ 104 0.0004749 105
Sabyan Menjemput Mimpi 2019 The story of youngsers led by Ayus to build and develop a gambus musical group called Sabyan. Many interesting stories behind their struggle to reach a dream. They start to get famous … Drama SU 5.7 9 Indonesian Alim Ishaq ‘Nissa Sabyan’, ‘Anis Sabyan’, ‘Ayus Sabyan’, ‘Kamal Sabyan’, ‘T.B. Sabyan’, ‘Owan Sabyan’, ‘Dicky Chandra’, ‘Cici Tegal’, ‘Aquino Umar’, ‘Shandy William’, ‘Shenina Cinnamon’, ‘Meni Agus Nori’, ‘Chandra Wahyu Aji’, ‘Fuad Idris’, ‘Ade Firman Hakim’ 94 0.0000878 106
Satu Suro 2019 Adinda, who is pregnant, has just moved to a house on the edge of town along with Bayu, her husband. However, strange events are felt in the house, Adinda is often disturbed by spirits and … Horror 17+ 6.3 27 Indonesian Anggy Umbara ‘Citra Kirana’, ‘Nino Fernandez’, ‘Alexandra Gottardo’, ‘Willem Bevers’, ‘Yatti Surachman’, ‘Haydar Salishz’, ‘Ingrid Widjanarko’, ‘Ence Bagus’, nan, nan, nan, nan, nan, nan, nan 94 0.0002911 107
Say I Love You 2019 Sheren (Dinda Hauw) is not only chasing her dreams, but she is also fighting for love. Sheren is an energetic, full of ideas and hopes young lady, secretly admired by Robert (Alvaro Maldini… Drama 13+ 7.3 11 Indonesian Faozan Rizal ‘Verdi Solaiman’, ‘Rachel Amanda’, ‘Dinda Hauw’, ‘Nadira Octova’, ‘Teuku Ryzki’, ‘Alvaro Maldini Siregar’, nan, nan, nan, nan, nan, nan, nan, nan, nan 106 0.0001374 108
Sekte 2019 Lia is experiencing memory loss after an accident. When awakened, she is in a large, isolated house. It is a place of community consisting of people who do not have a home and relatives. They live in harmony and look after each other. Horror 17+ 6.3 42 Indonesian William Chandra ‘Asmara Abigail’, ‘Derby Romero’, ‘Rizky Nazar’, ‘Gesata Stella’, ‘Trisa Triandesa’, ‘Natalius Chendana’, ‘Eduward Manalu’, ‘Nadira Adnan’, ‘Fang Tatis’, ‘Saefullah Mahyudin’, ‘Djaelani’, ‘Atjih Isnawati’, nan, nan, nan 89 0.0004528 109
Senior 2019 Nakula experienced an event that changed and haunted his life. He then established a relationship with Aluna, a new student at his school. His relationship with Aluna also made him realize so he could make peace with his past. Drama 13+ 8.1 11 Indonesian Indra Gunawan ‘Jerome Kurnia’, ‘Rebecca Klopper’, ‘Shandy William’, ‘Rizky Guntur’, ‘Ariella Calista Ichwan’, ‘Abun Sungkar’, ‘Alzio’, ‘Aida Nurmala’, ‘Karina Suwandhi’, ‘Joe Project P.’, ‘Iyang P. Project’, ‘Miguel Salvador Peli’, ‘Yusril Fahriza’, ‘Claudya Putri’, ‘Ghazi Arrais’ 94 0.0001525 110
Si Doel the Movie 2 2019 The news that her husband, Doel, met with his ex-lover and child makes Zaenab confused in choosing: to defend his marriage with Doel, or to let him go. Zaenab tries to find answers to the fate she has to choose. Drama 13+ 7.0 148 Indonesian Rano Karno ‘Rano Karno’, ‘Maudy Koesnaedi’, ‘Cornelia Agatha’, ‘Mandra’, ‘Suti Karno’, ‘Aminah Cendrakasih’, ‘Adam Jagwani’, ‘Rey Bong’, ‘Ahmad Zulhoir Mardia’, ‘Nabila Bintang’, ‘Opie Kumis’, ‘Sabar’, ‘Maryati Tohir’, ‘Hj. Tonah’, ‘Wizzy’ 95 0.0017728 111
Si Manis Jembatan Ancol 2019 Terrifying legends has spread out. The appearance of Maryam as the ghost has been seen for so many times, at the old bridge or in the other place. She spread terrors for revenge. Horror 17+ 5.6 42 Indonesian Anggy Umbara ‘Indah Permatasari’, ‘Arifin Putra’, ‘Randy Pangalila’, ‘Ozy Syahputra’, ‘Ananta Rispo’, ‘Arief Didu’, ‘Ruth Permatasari’, ‘Anyun Cadel’, ‘Egy Fedly’, ‘Tomy Babap’, ‘Saad Afero’, ‘Willem Bevers’, ‘Ebel Cobra’, ‘Kake Gayung’, ‘Andreano Philip’ 116 0.0004025 112
Sin 2019 Metta and Raga shouldn’t fall in love. Raga hates girls with many dramas like Metta. Metta just wants to prove that there is no good in Raga. But, they still fall in love. Drama 13+ 7.8 53 Indonesian Herwin Novianto ‘Bryan Domani’, ‘Mawar Eva de Jongh’, ‘Jerome Kurnia’, ‘Dannia Salsabila’, ‘Carmela van der Kruk’, ‘Marthino Lio’, ‘Ali Seggaf’, ‘Ciara Nadine Brosnan’, ‘Hans de Kraker’, ‘Jessica Lucyana Taroreh’, ‘Jeremy Thomas’, ‘Nadine Alexandra’, ‘Adhitya Alkatiri’, ‘Yama Carlos’, ‘Sari Nila’ 100 0.0007074 113
Single 2 2019 Ebi is going towards 30 years old and still single. Now, Ebi is determined that before his 30th birthday he must release his single status. He must have a girlfriend. Even though he doesn’t know how to do it at all. Comedy 13+ 7.2 75 Indonesian Raditya Dika ‘Raditya Dika’, ‘Annisa Rawles’, ‘Yoga Arizona’, ‘Ridwan Remin’, ‘Arif Muhammad’, ‘Mentari Novel’, ‘Tinna Harahap’, ‘Frederik Alexander’, ‘Dede Yusuf’, ‘Desy Iwanti’, ‘Rina Hasyim’, nan, nan, nan, nan 128 0.0009240 114
Susi Susanti: Love All 2019 Susi Susanti rises through the rank to become Indonesia’s most beloved athlete. In time of economic turmoil, Susi seizes the opportunity to show her country and the world that heroism is measured by the depth of one’s sacrifice. Biography 13+ 7.5 141 Indonesian Sim F. ‘Laura Basuki’, ‘Dion Wiyoko’, ‘Jenny Chang’, ‘Lukman Sardi’, ‘Farhan’, ‘Moira Tabina Zayn’, ‘Kelly Tandiono’, ‘Rafael Landry Tanubrata’, ‘Kin Wah Chew’, ‘Iszur Muchtar’, ‘Dayu Wijanto’, ‘Delon’, ‘Nathaniel Sulistyo’, nan, nan 96 0.0018096 115
Tabu: Mengusik Gerbang Iblis 2019 When six best high school buddies are cross the forbidden forest and broken all the rules in there, something evil follow their back and causing death among themselves. Horror 17+ 5.6 19 Indonesian Angling Sagaran ‘Angga Yunanda’, ‘Isel Fricella’, ‘Bastian Steel’, ‘Agatha Chelsea’, ‘Rayn Wijaya’, ‘Elina Joerg’, ‘Alfie Alfandi’, ‘Mona Ratuliu’, ‘Radja Nasution’, ‘Laksmi Notokusumo’, ‘Oce Permatasari’, ‘Vicky Nitinegoro’, ‘Emmy Lemu’, ‘Eka Gandara’, ‘Iang Darmawan’ 96 0.0001821 116
Tembang Lingsir 2019 Mala always deals with Tembang Lingsir, a song taught by her mother from her childhood. After a mysterious fire incident that killed her mother, Mala lost her voice. Then, Mala lives in her… Horror 17+ 5.2 19 Indonesian Rizal Mantovani ‘Marsha Aruan’, ‘Aisyah Aqilah’, ‘T. Rifnu Wikana’, ‘Meisya Siregar’, ‘Faras Fatik’, ‘Jennifer Coppen’, ‘Sarah Tuffahati’, ‘Ida Zein’, ‘Arya Vasco’, ‘Chaca Marisa’, ‘Erlyn’, ‘Reza Orkan’, nan, nan, nan 90 0.0001691 117
Terimakasih Cinta 2019 Eva just enters high school when she meets Ryan, because both belong to a group of student who have a disease during the School Orientation Period. Ryan thinks that Eva is just pretending … Drama 13+ 7.8 10 Indonesian Tema Patrosza ‘Putri Marino’, ‘Achmad Megantara’, ‘Allan Dastan’, ‘Cut Mini Theo’, ‘Gary M. Iskak’, ‘Meisyarah Oemry’, ‘Okan Kornelius’, ‘Harry de Fretes’, ‘Zhi Alatas’, ‘Az Bintang Kaamil’, ‘Bunga Jasmine Azalea’, ‘Amalia Putri Wulandari’, ‘Amalia Bunga Pratiwi’, ‘Amalia Melati Suci’, nan 101 0.0001335 118
Terlalu Tampan 2019 Kulin, an overly handsome boy, always avoids entering regular school and chooses to spend almost 100% of his life inside the house. One day, Kulin’s handsomeness is exposed to the outside world so his daily life becomes unusual. Comedy 13+ 7.0 278 Indonesian Sabrina Rochelle Kalangie ‘Ari Irham’, ‘Nikita Willy’, ‘Rachel Amanda’, ‘Calvin Jeremy’, ‘Dhimas Danang’, ‘Tarra Budiman’, ‘Iis Dahlia’, ‘Marcellino Lafrand’, nan, nan, nan, nan, nan, nan, nan 106 0.0033300 119
The Fugitive 2019 Six months after PETA’s failure to fight Nippon, Hardo returns to his village in Blora. His presence is smelled by Nippon, tracked and pursued. In a chase one day and night before the … Drama 13+ 3.7 53 Indonesian Richard Oh ‘Adipati Dolken’, ‘Ayushita’, ‘Ernest Samudera’, ‘Khiva Iskak’, ‘Kho Michael’, ‘Egy Fedly’, ‘Nobuyuki Suzuki’, ‘Kevin Andrean’, ‘Emil Kusumo’, ‘Otig Pakis’, ‘Rizky Mocil’, ‘Muhamad’, ‘Brisman’, ‘Brilliana Arfira’, ‘Burhan Salim’ 98 0.0003356 120
The Sacred Riana: Beginning 2019 In her childhood, Riana lived in a small town with her father and her mother who ran a funeral house business. A disaster required them move to Uncle Johan’s house in Jakarta and Riana … Horror 17+ 6.9 54 Indonesian Billy Christian ‘The Sacred Riana’, ‘Aura Kasih’, ‘Agatha Chelsea’, ‘Prabu Revolusi’, ‘Citra Prima’, ‘Frisly Herlind’, ‘Angrean Ken’, ‘Willem Bevers’, ‘Ciara Nadine Brosnan’, ‘Brooklyn Alif Rea’, ‘Carlos Camelo’, ‘Jessiana Marriera Pariston’, ‘Rean Firmansyah’, ‘Geraldy Krechoff’, ‘Chaca Marisa’ 111 0.0006376 121
The Santri 2019 NA Adventure Unrated 3.9 10 Indonesian Ken Zheng ‘Azmi Askandar’, ‘Emil Dardak’, ‘Wirda Mansur’, ‘Veve Zulfikar’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000667 122
The Way I Love You 2019 Senja does not know the man named BadBoy who often chat with her on blog. She always smiles remembering their conversation. Bara is the most annoying guy in school and her cousin’s … Drama 13+ 7.5 19 Indonesian Rudi Aryanto ‘Syifa Hadju’, ‘Rizky Nazar’, ‘Tissa Biani Azzahra’, ‘Baskara Mahendra’, ‘Surya Saputra’, ‘Adi Nugroho’, ‘Windy Wulandari’, nan, nan, nan, nan, nan, nan, nan, nan 94 0.0002438 123
This Earth of Mankind 2019 A native Javanese boy and a mixed-Dutch girl fall in love during the early 20th-century colonial turbulence in Dutch East Indies (now Indonesia). Drama 17+ 6.6 514 Indonesian Hanung Bramantyo ‘Iqbaal Dhiafakhri Ramadhan’, ‘Mawar Eva de Jongh’, ‘Sha Ine Febriyanti’, ‘Giorgino Abraham’, ‘Bryan Domani’, ‘Jerome Kurnia’, ‘Donny Damara’, ‘Ayu Laksmi’, ‘Dewi Irawan’, ‘Kin Wah Chew’, ‘Kelly Tandiono’, ‘Christian Sugiono’, ‘Hans de Kraker’, ‘Ciara Nadine Brosnan’, ‘Amanda Khairunnisa’ 181 0.0058050 124
Trinity Traveler 2019 Trinity is better known as TRINITY TRAVELER, and got a master degree scholarship in Philippines. Her parents wants her to get married soon. Trinity once again met Paul, but now she’s in a dilemma between her love and her passion. Adventure 13+ 5.8 16 Indonesian Rizal Mantovani ‘Maudy Ayunda’, ‘Hamish Daud’, ‘Rachel Amanda’, ‘Anggika Bolsterli’, ‘Babe Cabita’, ‘Cut Mini Theo’, ‘Muhammad Farhan’, ‘Ayu Dewi’, ‘Dayu Wijanto’, ‘Melanie Ricardo’, ‘Sumaisy Djaitov Yanda’, ‘Ayu Gani’, ‘Jryan Karsten’, ‘Sitta Novita’, ‘Katyana’ 97 0.0001588 125
Twivortiare 2019 A man and woman fell in love and immediately got married. After two years, they decided to divorce because of all the endless conflicts. But after various events always bring them to meet each other again, their love blossoms again. Drama 17+ 5.8 165 Indonesian Benni Setiawan ‘Reza Rahadian’, ‘Raihaanun Soeriaatmadja’, ‘Arifin Putra’, ‘Denny Sumargo’, ‘Citra Kirana’, ‘Anggika Bolsterli’, ‘Dimas Aditya’, ‘Boris Bokir’, ‘Ferry Salim’, ‘Lydia Kandou’, ‘Roy Marten’, ‘Aida Nurmala’, ‘Dwi Yan’, ‘Leroy Osmani’, ‘Ingrid Widjanarko’ 103 0.0016376 126
Uka-Uka the Movie: Nini Tulang 2019 The popularaity of Uka-uka program on television makes Shelly want to participate in the courage test. The Uka-uka team is heading to the location of the latest courage test: Alas Moyang, … Horror 13+ 4.8 12 Indonesian Ubay Fox ‘Stefhani Zamora Husen’, ‘Yoriko Angeline’, ‘Gusti Rayhan’, ‘Debo Andryos’, ‘Reza Aditya’, ‘Torro Margens’, ‘Ricky Perdana’, ‘Volland Volt’, ‘Harris Cinnamon’, ‘Zulfa Maharani’, ‘Katrina’, ‘Saphira Indah’, ‘Yudha Keling’, ‘Arya Cebol’, ‘Mini Sagita’ 92 0.0000986 127
Warkop DKI Reborn 3 2019 Dono, Kasino, and Indro are assigned as a secret police agent. They are under the command of Commander Cok, who lost his aide, Karman, when he smells money laundering in the Indonesian film industry. Adventure 13+ 4.4 102 Indonesian Rako Prijanto ‘Aliando Syarief’, ‘Adipati Dolken’, ‘Randy Nidji’, ‘Indro Warkop’, ‘Mandra’, ‘Salshabilla Adriani’, ‘Ganindra Bimo’, ‘Dewa Dayana’, ‘Aurora Ribero’, nan, nan, nan, nan, nan, nan 103 0.0007680 128
Wedding Agreement 2019 Tari (Indah Permatasari) is immediately confronted with a marriage agreement with Bian (Refal Hady) which says that they would divorce within one year because their marriage is only for the sake of his parents. Drama 17+ 5.9 112 Indonesian Archie Hekagery ‘Indah Permatasari’, ‘Refal Hady’, ‘Aghniny Haque’, ‘Jeff Smith’, ‘Ria Ricis’, ‘Bucek Depp’, ‘Unique Priscilla’, ‘Mathias Muchus’, ‘Ria Irawan’, ‘Fergie Giovanna Brittany’, ‘Yatti Surachman’, ‘Teddy Snada’, nan, nan, nan 100 0.0011307 129
Yowis Ben 2 2019 The popularity of Yowis Ben in Malang doesn’t resolve Bayu’s financial problems. The other members also have their own problems. Then they are introduced to Cak Jim who claims can raise them become a national artist. Comedy 13+ 7.2 197 Indonesian Fajar Nugros ‘Bayu Skak’, ‘Joshua Suherman’, ‘Brandon Salim’, ‘Tutus Thomson’, ‘Anya Geraldine’, ‘Anggika Bolsterli’, ‘Devina Aureel’, ‘Laura Theux’, ‘Timo Scheunemann’, ‘Arief Didu’, ‘Tri Yudiman’, ‘Cut Meyriska’, ‘Glenca Chysara’, ‘Aliyah Faizah’, ‘Clairine Clay’ 109 0.0024271 130
Zeta: When the Dead Awaken 2019 Deon witness a strange incident when a friend he beats suddenly bites the nurse’s neck and becomes a cannibal. After that, the attacks from the zombies happen quickly at school and on the … Action 17+ 5.8 12 Indonesian Amanda Iswan ‘Cut Mini Theo’, ‘Jeff Smith’, ‘Dimas Aditya’, ‘Edo Borne’, ‘Joshua Pandelaki’, ‘Willem Bevers’, ‘Revaldo’, ‘Natasha Gott’, ‘Chicco Kurniawan’, ‘Atiq Rachman’, ‘Intan Febiyanti’, ‘Elis Alisha’, ‘Iang Darmawan’, ‘Anggis Dinda’, ‘Cindya Ayu’ NA 0.0001191 131
#FriendButMarried 2018 Ayudia (Vanesha Prescilla) and Ditto (Adipati Dolken) have been best friends for 12 years. And for all those times, Ditto has been secretly in love with her. Until one day, Ayudia told him that she’s gonna get married. Biography 13+ 6.9 483 Indonesian Rako Prijanto ‘Adipati Dolken’, ‘Vanesha Prescilla’, ‘Refal Hady’, ‘Denira Wiraguna’, ‘Shara Virrisya’, ‘Sari Nila’, ‘Rendi Jhon’, ‘Beby Tsabina’, ‘Diandra Agatha’, ‘Sarah Sechan’, ‘Iqbaal Dhiafakhri Ramadhan’, ‘Ivan Leonardy’, ‘Clay Gribble’, ‘Sandrinna Michelle’, ‘Cole Gribble’ NA 0.0057029 132
13: The Haunted 2018 Seven jet set friends who get tired of richness attempt to gain popularity by defeating two famous vloggers, The Jackal, which always covers the existence of ghosts. The effort brings the … Horror 13+ 5.6 41 Indonesian Rudy Soedjarwo ‘Al Ghazali’, ‘Mikha Tambayong’, ‘Valerie Thomas’, ‘Achmad Megantara’, ‘Endy Arfian’, ‘Atta Halilintar’, ‘Marsha Aruan’, ‘Stefhani Zamora Husen’, ‘Nurul Mukharomah’, ‘Jeremy Thomas’, ‘Fauzi Baadila’, ‘Tia Ivanka’, ‘Wani Siregar’, ‘Khadijah Banderas’, ‘Juna Rorimpandey’ 107 0.0003929 133
212: The Power of Love 2018 A journalist found out that his family would take part in the December 2nd Peace Protest Action in Jakarta also known as 212 Action. He tried to thwart his father’s intentions, fearing the action would trigger riots and cause casualties. Drama Unrated 5.0 71 Indonesian Jastis Arimba ‘Kholidi Asadil Alam’, ‘Fauzi Baadila’, ‘Adhin Abdul Hakim’, ‘Asma Nadia’, ‘Meyda Sefira’, ‘Hamas Syahid’, ‘Erick Yusuf’, nan, nan, nan, nan, nan, nan, nan, nan 85 0.0006075 134
22 Menit 2018 22 minutes before, during and after the explosion of Thamrin’s bomb. Action 13+ 6.2 121 Indonesian Eugene Panji ‘Ario Bayu’, ‘Ade Firman Hakim’, ‘Ardina Rasti’, ‘Ence Bagus’, ‘Fanny Fadillah’, ‘Mathias Muchus’, ‘Khiva Iskak’, ‘Taskya Namya’, ‘Totos Rasiti’, ‘Hans de Kraker’, ‘Vincent Ryan Rompies’, ‘Nitta Nazyra C. Noer’, ‘Andre Bablo Fardanish’, nan, nan 71 0.0012837 135
3 Dara 2 2018 Three years after they experiencing an identity crisis, the life of three men, Affandi (Tora Sudiro), Jay (Adipati Dolken), and Richard’s (Tanta Ginting), seems happy. However, they repeat the same mistake: belittling women. Comedy Unrated 7.0 24 Indonesian Monty Tiwa ‘Tora Sudiro’, ‘Adipati Dolken’, ‘Tanta Ginting’, ‘Cut Mini Theo’, ‘Fanny Fabriana’, ‘Ovi Dian’, ‘Rania Putri Sari’, ‘Rianti Cartwright’, ‘Henky Solaiman’, ‘Soleh Solihun’, ‘Umar Alwi’, ‘Dwi Sasono’, ‘Widuri Sasono’, ‘Robby Sugara’, ‘Niken Anjani’ 89 0.0002875 136
A Man Called Ahok 2018 Depicts the life of the titular former governor of Jakarta before he ran for office, Ahok learned a lot about discipline from his father who ran a mining business in Belitung while dealing with various corrupt people. Biography 13+ 8.7 4235 Indonesian Putrama Tuta ‘Daniel Mananta’, ‘Kin Wah Chew’, ‘Eric Febrian’, ‘Denny Sumargo’, ‘Sita Nursanti’, ‘Eriska Rein’, ‘Jill Gladys’, ‘Donny Damara’, ‘Edward Akbar’, ‘Ferry Salim’, ‘Yayu A.W. Unru’, ‘Jenny Chang’, ‘Arswendi Nasution’, ‘Donny Alamsyah’, ‘Ade Irawan’ 102 0.0630476 137
Aib #Cyberbully 2018 8 friends are trapped in a dangerous game. They revealed each other’s shameful act to free themselves from the game. Horror 21+ 5.2 28 Indonesian Amar Mukhi ‘Damita Argobie’, ‘Ade Ayu’, ‘Yuniza Icha’, ‘Harris Illano’, ‘Michael Lie’, ‘Shoumaya Tazkiya’, ‘Baron Wildchut’, ‘Wendy Wilson’, nan, nan, nan, nan, nan, nan, nan 75 0.0002491 138
Alas Pati: Hutan Mati 2018 Raya and her four friends go to a haunted forest to film a mysterious graveyard located there. But strange things begin to happen, including finding a row of dead bodies on a bamboo … Adventure 17+ 5.2 61 Indonesian Jose Poernomo ‘Nikita Willy’, ‘Jeff Smith’, ‘Naomi Paulinda’, ‘Roy Sungkono’, ‘Stefhani Zamora Husen’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 82 0.0005428 139
Ananta 2018 Tania (Michelle Ziudith), is anti-social and filled with fantasies that she always pour into her canvas. She is also a type of rebel girl. Comedy 13+ 8.0 52 Indonesian Rizki Balki ‘Michelle Ziudith’, ‘Fero Walandouw’, ‘Nino Fernandez’, ‘Jihane Almira’, ‘Roy Sungkono’, ‘Anjasmara’, ‘Nova Eliza’, ‘Asri Welas’, ‘Astrid Tiar’, ‘Josephine Firmstone’, nan, nan, nan, nan, nan 91 0.0007119 140
Arini 2018 On the train in Germany, Arini (Aura Kasih), a 38 years old woman, meets a man named Nick (Morgan Oey) who is 15 years younger than her. Nick falls in love and tries to get into Arini’s life, while Arini no longer believes in love. Drama 17+ 7.5 84 Indonesian Ismail Basbeth ‘Aura Kasih’, ‘Morgan Oey’, ‘Olga Lydia’, ‘Haydar Salishz’, ‘Tri Sudarsono’, ‘Multiyanti’, ‘Noel Kevas’, ‘Karl D. Guilbert’, ‘Siti Fauziah’, ‘Acintyaswati Widianing’, ‘Haru Sandra’, ‘Briliana Dewi’, ‘Ika Barata’, ‘Rukman Rosadi’, nan NA 0.0010780 141
Aruna & Lidahnya 2018 An epidemiologist tried to satisfy her obsession with food when she was assigned to investigate a bird flu case. Drama 17+ 7.3 539 Indonesian Edwin ‘Dian Sastrowardoyo’, ‘Nicholas Saputra’, ‘Hannah Al Rashid’, ‘Oka Antara’, ‘Muhammad Yusuf H. Abubakar’, ‘Ayu Azhari’, ‘Hamzah Hoesin Bahanan’, ‘Dasijem’, ‘Deddy Mahendra Desta’, ‘Yon Gondrong’, ‘Irna Jufe’, ‘Bu Lis’, ‘Anggun Priambodo’, ‘Adhy Suhindra Rachman’, ‘Bee Maura Roki’ 106 0.0067330 142
Arwah Tumbal Nyai the Trilogy: Part Arwah 2018 Syurkiani is very curious why she is always banned by her grandmother, Lela, to learn jaipong dance. Silently Syurkiani comes to Nyi Imas, a former jaipong dancer to learn the dance. Nyi … Horror 17+ 3.7 45 Indonesian Arie Azis ‘Zaskia Gotik’, ‘Shakti Arora’, ‘Lia Waode’, ‘Minati Atmanegara’, ‘Ingrid Widjanarko’, ‘Meike Rose’, ‘Dewi Gita’, ‘Otig Pakis’, ‘Egy Fedly’, ‘Piet Pagau’, ‘Masayu Anastasia’, ‘Nella Anne’, ‘Riza Rahayu Efendi’, ‘Sophie Damayanti’, ‘Silvia Gosari’ 104 0.0002849 143
Arwah Tumbal Nyai the Trilogy: Part Nyai 2018 Bad things begin to happen when Rosma refuses to worship the evil entity Nyai that her late grandmother used to worship. Horror 13+ 5.3 17 Indonesian Arie Azis ‘Zaskia Gotik’, ‘Dewi Perssik’, ‘Aqilla Herby’, ‘Ayu Ting Ting’, ‘Raffi Ahmad’, ‘Ayu Dyah Pasha’, ‘Echa Permatasari’, ‘Otig Pakis’, ‘Tyas Mirasih’, ‘Rafi Haikal’, ‘Rahman Yacob’, ‘Jajang C. Noer’, ‘Fuad Idris’, ‘Mak Nur’, nan 99 0.0001542 144
Asal Kau Bahagia 2018 A love story of Aliando and Aurora. Ali gets a severe accident and has to lie in a coma. Although his body lays helpless and has to race between life and death, Ali’s soul lives like a normal human. Drama 13+ 7.5 59 Indonesian Rako Prijanto ‘Aliando Syarief’, ‘Aurora Ribero’, ‘Teuku Rasya’, ‘Dewa Dayana’, ‘Surya Saputra’, ‘Vonny Cornellya’, ‘Hans de Kraker’, ‘Meisya Siregar’, ‘Sari Koeswoyo’, ‘Daan Aria’, ‘Verdi Solaiman’, nan, nan, nan, nan 88 0.0007572 145
Asih 2018 The origins of a Kuntilanak named “Asih”, one of the ghosts from Danur movie. Horror 17+ 5.3 156 Indonesian Awi Suryadi ‘Shareefa Daanish’, ‘Citra Kirana’, ‘Darius Sinathrya’, ‘Alex Abbad’, ‘Marini’, ‘Djenar Maesa Ayu’, ‘Egy Fedly’, nan, nan, nan, nan, nan, nan, nan, nan 77 0.0014148 146
Assalamualaikum Calon Imam 2018 A trauma makes Nafisya (Natasha Rizki) doesn’t believe in men. But since childhood, she has a feeling for Jidan (Andi Arsyil). However, Jidan instead proposes her sister. In a broken heart, she accidentally met a new man in an accident. Drama Unrated 7.8 14 Indonesian Findo Purwono ‘Miller Khan’, ‘Merdi Octav’, ‘Andi Arsyil Rahman’, ‘Natasha Rizki’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001869 147
Ave Maryam 2018 Maryam a catholic nun who falls in love with a pastor. Drama 17+ 7.3 234 Indonesian Robby Ertanto ‘Sendy Febrina’, ‘Maudy Koesnaedi’, ‘Chicco Jerikho’, ‘Tutie Kirana’, ‘Olga Lydia’, ‘Joko Anwar’, ‘Nathania Angela’, ‘Suhartini’, ‘Atie Krisnawati’, ‘Ratnawati Sutandar’, ‘Ninik Winarni Utomo’, ‘Esther Trini Sri Sugianti’, ‘Nadya Clarinta Amin’, nan, nan 85 0.0029230 148
Baco Becce 2018 NA Comedy 13+ 8.8 23 Indonesian Syahrir Arsyad Dini ‘Mimi Peri’, ‘Syukri Algazali’, ‘Mamak Ramlah’, ‘Cuke Lelaki Tamvang’, ‘Zakaribo’, ‘Oki Daeng Mabone’, ‘Jabir’, ‘Veni Willar’, ‘Citra Udhin’, ‘Khusnul Khatimah’, ‘Amirah Apriliia’, ‘Muis Ceska’, ‘Anjas Chambank’, ‘Syahriar Tato’, ‘Wandi Dg Kulle’ 87 0.0003463 149
Bayi Gaib: Bayi Tumbal Bayi Mati 2018 Rafa, a successful contractor, is having a baby with his wife, Farah. But things get strange when the birth of the baby is unnormal and a lot of mysterious things happen around Rafa and Farah. Horror Unrated 6.6 7 Indonesian Rizal Mantovani ‘Rianti Cartwright’, ‘Mario Lawalatta’, ‘Ashraf Sinclair’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 93 0.0000791 150
Belok Kanan Barcelona 2018 Four friends have been together since high school. Now, when one of them is getting married, all three of them must confess their feelings before it’s too late. Adventure 13+ 7.1 89 Indonesian Guntur Soeharjanto ‘Morgan Oey’, ‘Mikha Tambayong’, ‘Deva Mahenra’, ‘Anggika Bolsterli’, ‘Millane Fernandez’, ‘Atta Halilintar’, ‘Delano Daniel’, ‘Ananta Rispo’, ‘Yusril Fahriza’, ‘Cut Mini Theo’, ‘Cok Simbara’, ‘Eksanti’, ‘Karina Suwandhi’, ‘Elkie Kwee’, ‘Tike Priatnakusumah’ 107 0.0010813 151
Benyamin Biang Kerok 2018 Knowing that their headquarter and residential areas of Betawi suburbs will be evicted, Pengki (Reza Rahadian), Somad (Adjis Doaibu), and Achie (Aci Resti) sabotage illegal casinos in Jakarta. Comedy 17+ 2.9 213 Indonesian Hanung Bramantyo ‘Reza Rahadian’, ‘Delia Husein’, ‘Rano Karno’, ‘Meriam Bellina’, ‘Adjis Doaibu’, ‘Aci Resti’, ‘Kitty Felicia’, ‘Qomar’, ‘Billa Barbie’, ‘Lydia Kandou’, “Hamka De’ Vito Siregar”, ‘Melanie Ricardo’, ‘Tora Sudiro’, ‘Jelita Ramlan’, ‘Chintya Candranaya’ NA 0.0010570 152
Bisikan Iblis 2018 In an all-girl school, there will always be a mysterious death every year, and Nany is enrolled in this school. Horror 13+ 4.9 34 Indonesian Hanny Saputra ‘Amanda Manoppo’, ‘Rebecca Klopper’, ‘Zoe Abbas Jackson’, ‘Andira Hadley’, ‘Nicole Parham’, ‘Raquel Katie Larkin’, ‘Ayu Dyah Pasha’, ‘Dicky Wahyudi’, ‘Aquene Aziz Djorghi’, ‘Gilbert Pattiruhu’, ‘Elsa Diandra’, ‘Shakira Sheldrick’, ‘Syafira Haddad’, ‘Nicolea Anstee’, ‘Fonny Silvia’ 87 0.0002851 153
Bodyguard Ugal-Ugalan 2018 Syahrini’s life began to be disrupted when he began to get a lot of terror from strangers and threatened the safety and preparation of his solo concert. Comedy 13+ 5.7 52 Indonesian Irham Acho Bahtiar ‘Syahrini’, ‘Tamara Blezinski’, ‘Boris Bokir’, ‘Muhadkly Acho’, ‘Lolox’, ‘Anyun Cadel’, ‘Melayu Nicole’, ‘Ririn Ekawati’, ‘Melanie Ricardo’, ‘Chika Jessica’, nan, nan, nan, nan, nan 91 0.0005072 154
Buffalo Boys 2018 Two brothers named Jamar and Suwo came back to the land of Java to avenge their father, who was a Sultan, after years of exile in America. Action 17+ 5.8 1004 Indonesian Mike Wiluan ‘Yoshi Sudarso’, ‘Ario Bayu’, ‘Pevita Pearce’, ‘Tio Pakusadewo’, ‘Reinout Bussemaker’, ‘Daniel Adnan’, ‘Happy Salma’, ‘Mikha Tambayong’, ‘El Manik’, ‘Donny Alamsyah’, ‘Donny Damara’, ‘Alex Abbad’, ‘Hannah Al Rashid’, ‘Zack Lee’, ‘Sunny Pang’ 102 0.0099645 155
Cinta sama dengan Cindolo Na Tape 2018 Timi (A. Thesar Resandy) falls in love with Cinde (Maizura), a new student in his class. Their closeness makes Timi’s friend since junior high, growl because Timi becomes rarely hang out with his best friend anymore. Comedy 13+ 8.3 9 Indonesian Andi Burhamzah ‘A. Thesar Resandy’, ‘Maizura’, ‘Brilian Rexy Sondakh’, ‘Syukri’, ‘Ainun Masyita’, ‘Akrabarka’, ‘Arjun’, ‘Nayla Irwan’, ‘Zulkifli Ghani’, ‘Syahriar Tato’, nan, nan, nan, nan, nan NA 0.0001278 156
DOA (Doyok-Otoy-Ali Oncom): Cari Jodoh 2018 Doyok, Otoy, and Ali Oncom are three unemployed buddies, each of them had a unique character and hilarious behavior. The adventure began when they agreed to find a match for Doyok who has … Comedy 13+ 6.1 54 Indonesian Anggy Umbara ‘Fedi Nuril’, ‘Pandji Pragiwaksono’, ‘Dwi Sasono’, ‘Nirina Zubir’, ‘Titi Kamal’, ‘Laura Basuki’, ‘Jihane Almira’, ‘Opie Kumis’, ‘T.M. Tarsan’, ‘Ence Bagus’, nan, nan, nan, nan, nan 83 0.0005637 157
Dancing in the Rain 2018 A very pretty woman dancing in the street to techno music. stranger things have been known to occur, and at last some good music. Drama Unrated 8.1 59 Indonesian Rudi Aryanto ‘Dimas Anggara’, ‘Bunga Zainal’, ‘Deva Mahenra’, ‘Christine Hakim’, ‘Gilang Olivier’, ‘Greesella Adhalia’, ‘Joshua Rundengan’, ‘Niniek L. Karim’, ‘Djenar Maesa Ayu’, ‘Dolly Martin’, ‘Keke Soeryo’, ‘Qory Sandioriva’, ‘Ayu Dyah Pasha’, ‘Agus Lemu Radia’, ‘Tuminten’ 101 0.0008178 158
Danur 2: Maddah 2018 A girl who has 3 ghost friends now lives with her sister who is getting embarrassed with the girl’s ability to see ghosts. Horror 17+ 5.7 354 Indonesian Awi Suryadi ‘Prilly Latuconsina’, ‘Sandrinna Michelle’, ‘Shawn Adrian Khulafa’, ‘Sophia Latjuba’, ‘Bucek Depp’, ‘Gamaharitz’, ‘Kevin Bzezovski’, ‘Alexander Bain’, ‘Matt White’, ‘Justin Rossi’, ‘Elena V. Holovcsak’, ‘Annov Hari Prabowo’, ‘Carolina Passoni Fattori’, ‘Arjan Onderdenwijngaard’, ‘Risa Saraswati’ 92 0.0034528 159
Dear Nathan Hello Salma 2018 Sequel to the 2017 movie “Dear Nathan” follows the continued relationship between two young people in love. Drama 13+ 8.0 195 Indonesian Indra Gunawan ‘Jefri Nichol’, ‘Amanda Rawles’, ‘Susan Sameh’, ‘Devano Danendra’, ‘Surya Saputra’, ‘Karina Suwandhi’, ‘Gito Gilas’, ‘Diandra Agatha’, ‘Sonia Alexa’, ‘Zoe Abbas Jackson’, ‘Rendi Jhon’, ‘Ozan Arkananta’, ‘Talu Prussia’, ‘Bramanta Sadhu’, ‘Firman Ferdiansyah’ 101 0.0026694 160
Dilan 1990 2018 Milea (Vanesha Prescilla) met with Dilan (Iqbaal Ramadhan) at a high school in Bandung in 1990. An unusual introduction brings Milea to know the uniqueness of Dilan who is smart, kind, and romantic in her eyes. Drama 13+ 7.3 2799 Indonesian Pidi Baiq ‘Iqbaal Dhiafakhri Ramadhan’, ‘Vanesha Prescilla’, ‘Yoriko Angeline’, ‘Gusti Rayhan’, ‘Zulfa Maharani’, ‘Giulio Parengkuan’, ‘Stefhani Zamora Husen’, ‘Debo Andryos’, ‘Omara N. Esteghlal’, ‘Brandon Salim’, ‘Refal Hady’, ‘Adhisty Zara’, ‘Iang Darmawan’, ‘Farhan’, ‘Ayu Inten’ 127 0.0349640 161
Dimsum Martabak 2018 Mona (Ayu Ting Ting) works at the Chinese restaurant which serves Dimsum as its main menu. her boss’s wife was jealous until Mona was fired. Mona was forced to find another job until she meets a young entrepreneur named Soga (Boy William). Comedy 13+ 6.2 63 Indonesian Andreas Sullivan ‘Ayu Ting Ting’, ‘Boy William’, ‘Meriam Bellina’, ‘Muhadkly Acho’, ‘Denira Wiraguna’, ‘Tyas Mirasih’, ‘Ferry Salim’, ‘Olga Lydia’, ‘Kin Wah Chew’, ‘Elkie Kwee’, ‘Stella Cornelia’, ‘Henky Solaiman’, ‘Anyun Cadel’, ‘Fico Fachriza’, ‘Lena Magdalena’ 98 0.0006684 162
Dongeng Mistis 2018 NA Horror 17+ 6.6 22 Indonesian Orizon Astonia ‘Gandhi Fernando’, ‘Dhea Ananda’, ‘Putri Ayudya’, ‘Btari Chinta’, ‘Maryam Supraba’, ‘Ade Firman Hakim’, ‘Khiva Iskak’, nan, nan, nan, nan, nan, nan, nan, nan 88 0.0002485 163
Eiffel I’m in Love 2 2018 14 years passed. Tita who was a freshman in high school has become an adult woman. For 14 years also, Tita and Adit live long-distance relationship. Tita starts to worry because Adit did not propose her, while her friends were married. Drama 13+ 6.8 329 Indonesian Rizal Mantovani ‘Shandy Aulia’, ‘Samuel Rizal’, ‘Saphira Indah’, ‘Tommy Kurniawan’, ‘Marthino Lio’, ‘Helmy Yahya’, ‘Arifin Hilda’, ‘Shakira Alatas’, ‘Wafda Saifan Lubis’, nan, nan, nan, nan, nan, nan NA 0.0038283 164
Generasi Micin 2018 For Kevin (Kevin Anggara), school is a boring place. He only has three best friends in his class. One day, Kevin found a mysterious website that challenged him to do naughty things at school. Comedy 13+ 6.4 72 Indonesian Fajar Nugros ‘Kevin Anggara’, ‘Clairine Clay’, ‘Morgan Oey’, ‘Joshua Suherman’, ‘Teuku Ryzki’, ‘Kamasean Matthews’, ‘Ari Irham’, ‘Jennifer Coppen’, ‘Ferry Salim’, ‘Melissa Karim’, ‘Cut Mini Theo’, ‘Yuven’, ‘Mathias Muchus’, ‘Hifdzi Khoir’, ‘Ricky Wattimena’ 88 0.0007885 165
Gentayangan 2018 Abimanyu Karindra has no choice but to bring his wife, Sofia and their two children and his sister Sheila to settle in a parent’s hotel in a mountain valley hundreds of kilometers from Jakarta, after being declared bankrupt by the court. Horror 13+ 4.8 19 Indonesian Shyam Ramsay ‘Baim Wong’, ‘Nadine Alexandra’, ‘Chris Laurent’, ‘Jelita Callebaut’, ‘Bima Azriel’, ‘Marsha Aurelia’, ‘Haydar Salishz’, ‘Brianna Simorangkir’, ‘Windy Dwiapsari’, ‘Fuad Idris’, nan, nan, nan, nan, nan 84 0.0001561 166
Gila Lu Ndro 2018 Indro (Tora Sudiro) encounters with Al, an alien (Indro Warkop) who is visiting Earth and hope that he can find peace on earth and bring that peace back to his planet which is always tinged with conflicts, gaps, and other social problems. Comedy 13+ 5.2 49 Indonesian Herwin Novianto ‘Tora Sudiro’, ‘Indro Warkop’, ‘Mieke Amalia’, ‘M. Adhiyat’, ‘Hifdzi Khoir’, ‘Indra Jegel’, ‘Arie Kriting’, ‘Rachman Avri’, ‘David Nurbianto’, ‘Alex Abbad’, ‘Arafah Rianti’, ‘Sadana Agung Sulistya’, ‘Yoriko Angeline’, ‘Zulfa Maharani’, ‘Aci Resti’ 79 0.0004360 167
Hanum & Rangga: Faith & The City 2018 A love story about a dentist’s struggle with her husband. Drama 13+ 1.2 3490 Indonesian Benni Setiawan ‘Acha Septriasa’, ‘Rio Dewanto’, ‘Arifin Putra’, ‘Titi Kamal’, ‘Alex Abbad’, ‘Ciara Nadine Brosnan’, ‘Ayu Dewi’, ‘Tyson Lynch’, ‘Alexandra Gottardo’, ‘Timo Scheunemann’, ‘Elena V. Holovcsak’, ‘Suheil Bisyir’, ‘Jennifer Lepas’, ‘Andy Yue’, ‘Alice Norin’ 90 0.0071664 168
Insya Allah Sah 2 2018 Raka (Pandji Pragiwaksono) is now trapped in an online taxi with Gani (Donny Alamsyah), a fugitive who just escaped from prison. Both of them must go through a journey full of comedy action and unexpected situations. Action 13+ 7.2 42 Indonesian Anggy Umbara ‘Pandji Pragiwaksono’, ‘Donny Alamsyah’, ‘Luna Maya’, ‘Miller Khan’, ‘Ray Sahetapy’, ‘Nirina Zubir’, ‘Tanta Ginting’, ‘Dewi Yull’, ‘Meriam Bellina’, ‘Titiek Sandhora’, ‘Henky Solaiman’, ‘Ingrid Widjanarko’, ‘T.M. Tarsan’, ‘T. Rifnu Wikana’, ‘Ence Bagus’ 91 0.0005175 169
Jaga Pocong 2018 Mila is a nurse, could not refuse when assigned to take care for Sulastri at her house. When she arrives at Sulastri’s house, it turns out that Sulastri has died. Horror 17+ 6.9 140 Indonesian Hadrah Daeng Ratu ‘Acha Septriasa’, ‘Zack Lee’, ‘Aqilla Herby’, ‘Jajang C. Noer’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 83 0.0016530 170
Jailangkung 2 2018 A girl watched an old videotape owned by his father who had communicated with her mother’s deceased spirit using Jailangkung. She then assembles her own Jailangkung and plays it in hope also to communicate with her deceased mother. Horror 13+ 4.0 109 Indonesian Rizal Mantovani ‘Amanda Rawles’, ‘Jefri Nichol’, ‘Hannah Al Rashid’, ‘Lukman Sardi’, ‘Gabriella Quinlyn’, ‘Deddy Sutomo’, ‘Ratna Riantiarno’, ‘Frans Nicholas’, ‘Naufal Samudra Weichert’, nan, nan, nan, nan, nan, nan 83 0.0007461 171
Jaran Goyang 2018 A gardener named Dirga fell in love with a sworddut named Elena. But his love was rejected by Elena who already had a girlfriend, Robert. Dirga killed Robert and asked Jaran Goyang black … Horror 13+ 4.7 16 Indonesian Findo Purwono ‘Cut Meyriska’, ‘Ajun Perwira’, ‘Nova Eliza’, ‘Mudy Taylor’, ‘Dian Aditya’, ‘Lia Ladysta’, ‘Iva Novanda’, nan, nan, nan, nan, nan, nan, nan, nan 79 0.0001287 172
Jelita Sejuba: Mencintai Kesatria Negara 2018 Without dating, Jaka immediately proposes for Sharifah and they get married. However, the love story is not just about the meeting. Become wife of a soldier, she must learn to hold his longing whenever Jaka is assigned to the battlefield. Drama 13+ 9.1 240 Indonesian Ray Nayoan ‘Putri Marino’, ‘Wafda Saifan Lubis’, ‘Alvaro Maldini Siregar’, ‘Yayu A.W. Unru’, ‘Nena Rosier’, ‘Mutiara Sofya’, ‘Ahmad Ramadhan’, ‘Donny Alamsyah’, nan, nan, nan, nan, nan, nan, nan NA 0.0037372 173
Kafir: Bersekutu dengan Setan 2018 A family is being haunted by some strange happenings after the death of the father. Drama 17+ 7.0 367 Indonesian Azhar Kinoi Lubis ‘Putri Ayudya’, ‘Sujiwo Tejo’, ‘Indah Permatasari’, ‘Rangga Azof’, ‘Nadya Arina’, ‘Nova Eliza’, ‘Teddy Syah’, ‘Slamet Ambari’, ‘Djenar Maesa Ayu’, ‘Dolly Martin’, ‘Oce Permatasari’, ‘Yayu A.W. Unru’, ‘Laksmi Notokusumo’, ‘Antar’, nan 97 0.0043960 174
Keluarga Cemara 2018 After the bankruptcy, Abah loses his house and all of his treasures. He also loses his case in the court, hence his family is threatened to live in poverty forever. Abah then had to get used to his new life along with his little family. Drama SU 7.9 558 Indonesian Yandy Laurens ‘Nirina Zubir’, ‘Ringgo Agus Rahman’, ‘Adhisty Zara’, ‘Widuri Sasono’, ‘Asri Welas’, ‘Yasamin Jasem’, ‘Maudy Koesnaedi’, ‘Andrew Trigg’, ‘Kafin Sulthan’, ‘Abdurrahman Arif’, ‘Gading Marten’, ‘Ariyo Wahab’, ‘Joshia Frederico’, ‘Widi Mulia’, ‘Arswendi Nasution’ 110 0.0075432 175
Kenapa Harus Bule? 2018 Pipin Kartika (Putri Ayudya) is obsessed to get ‘bule’ a.k.a foreigner boyfriend to be her husband. By the age of 30 she still hasn’t got it. Almost frustrated because she always met a jerk… Drama 21+ 6.5 22 Indonesian Andri Cung ‘Putri Ayudya’, ‘Natalius Chendana’, ‘Cornelio Sunny’, ‘Kho Michael’, ‘Djenar Maesa Ayu’, ‘Chicco Kurniawan’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002447 176
Kesempatan Kedu(d)a 2018 Abi (Raffi Ahmad) is a corporate slave. His wife, Maya (Dinda Kanya Dewi), a super ambitious career woman, has an affair with Abi’s boss. Comedy 13+ 7.0 8 Indonesian Awi Suryadi ‘Raffi Ahmad’, ‘Zizan Razak’, ‘Cut Meyriska’, ‘Marsha Aruan’, ‘Bastian Steel’, ‘Aqilla Herby’, ‘Nagita Slavina’, ‘Ayu Ting Ting’, ‘Hotman Paris Hutapea’, ‘Dicky Chandra’, ‘Dinda Kanyadewi’, ‘Muhammad Farhan’, ‘Ira Maya Sopha’, ‘Mo Sidik’, ‘Jarwo Kwat’ 99 0.0000958 177
Kisah Dua Jendela 2018 An urban romance about loneliness and disconnection in the megapolis of Jakarta Drama Unrated 7.4 11 Indonesian Paul Agusta ‘Joko Anwar’, ‘Dinda Kanyadewi’, ‘Djenar Maesa Ayu’, ‘Agnes Naomi’, ‘Khiva Iskak’, ‘Tadelesh Ilham’, nan, nan, nan, nan, nan, nan, nan, nan, nan 92 0.0001393 178
Koki-Koki Cilik 2018 A child from an underprivileged family managed to take part in the very prestigious and expensive Cooking Camp program. With all his shortcomings, he must challenge the cuisine of Chef Grant and compete with the other little chefs. Drama SU 7.3 35 Indonesian Ifa Isfansyah ‘Morgan Oey’, ‘Ringgo Agus Rahman’, ‘Faras Fatik’, ‘Chloe Xaviera’, ‘Adi Kurdi’, ‘Aura Kasih’, ‘Fanny Fabriana’, ‘Alif Lubis’, ‘Marcello’, ‘Ali Fikry’, ‘Patrick Milligan’, ‘Cole Gribble’, ‘Clay Gribble’, ‘Romaria Simbolon’, ‘Clarice Cutie’ 91 0.0004372 179
Kucumbu Tubuh Indahku 2018 A pre-teen boy who abandoned by his father joins a Lengger dance center where men assume feminine appearances, but the political and social upheaval in Indonesia forces him to move away and meet with remarkable people on his journey. Drama 17+ 7.5 337 Indonesian Garin Nugroho ‘Muhammad Khan’, ‘Raditya Evandra’, ‘Rianto’, ‘Sujiwo Tejo’, ‘T. Rifnu Wikana’, ‘Randy Pangalila’, ‘Whani Darmawan’, ‘Dorothea Quin Haryati’, ‘Endah Laras’, ‘Mbok Tun’, ‘Cahwati Sugiarto’, ‘Fajar Suharno’, ‘Windarti’, ‘Anneke Fitriani’, ‘Anja Lilani Ariella’ 105 0.0043250 180
Kulari ke Pantai 2018 Two girls in their early teens embark on a road trip with one of the girl’s mother. Adventure SU 7.8 201 Indonesian Riri Riza ‘Maisha Kanna’, “Lil’li Latisha”, ‘Marsha Timothy’, ‘Varun Tandjung’, ‘Suku Dani’, ‘Edward Suhadi’, ‘Francy’, ‘Ligwina Hananto’, ‘Praz Teguh’, ‘Yudha Khan’, ‘Mo Sidik’, ‘Fadlan Ridzal’, ‘M. Adhiyat’, ‘Ibnu Jamil’, ‘Dodit Mulyanto’ 112 0.0026828 181
Kuntilanak 2018 Five youngsters discover that an antique mirror found in their orphanage is home to an evil ghost who kidnaps children and imprisons them inside it. Comedy 13+ 4.8 493 Indonesian Rizal Mantovani ‘Sandrinna Michelle’, ‘Aurélie Moeremans’, ‘Fero Walandouw’, ‘Nena Rosier’, ‘Andryan Bima’, ‘Ciara Nadine Brosnan’, ‘Adlu Fahrezi’, ‘Ali Fikry’, ‘Naufal Ho’, ‘Wina Marrino’, ‘Aditya Rino’, ‘Aqi Singgih’, ‘Ady Sky’, nan, nan 105 0.0040493 182
Liam dan Laila 2018 Liam a young French man, falls in love with an Indonesian Laila. Drama 13+ 7.5 11 Minangkabau Arief Malinmudo ‘Nirina Zubir’, ‘Jonatan Cerrada’, ‘David Chalik’, ‘Praz Teguh’, ‘Gilang Dirga’, ‘Upiak Isil’, ‘Irfan Guchi’, ‘Linda Zubir’, ‘Yusril Katil’, ‘Arzul Jamaan’, ‘Mitos Saandiko’, ‘Yassir Hidayat’, ‘Yuniarni’, ‘Bima Jousant’, ‘Melfi Abra’ 94 0.0001412 183
Lima 2018 NA Drama 17+ 6.8 36 Indonesian Harvan Agustriansyah ‘Prisia Nasution’, ‘Yoga Pratama’, ‘Baskara Mahendra’, ‘Tri Yudiman’, ‘Aji Santosa’, ‘Alvin Adam’, ‘Aufa Assagaf’, ‘Rangga Djoned’, ‘Ade Firman Hakim’, ‘Sapto Soetardjo’, nan, nan, nan, nan, nan NA 0.0004189 184
Love for Sale 2018 A mature single man is challenged by his friends to bring a girlfriend to his wedding. He doesn’t want to be embarrassed and forced to use the dating site which then brings him to a girl that can accompany him to the wedding. Drama 21+ 7.4 792 Indonesian Andibachtiar Yusuf ‘Gading Marten’, ‘Della Dartyan’, ‘Verdi Solaiman’, ‘Adriano Qalbi’, ‘Sabrina Rochelle’, ‘Albert Halim’, ‘Rukman Rosadi’, ‘Vanda Mutiara’, ‘Bowie Budianto’, ‘Hanif Reyzel’, ‘Natalius Chendana’, ‘Rizky Mocil’, ‘Cita Maharani’, ‘Ryoichi Adityo’, ‘Khiva Iskak’ 100 0.0100289 185
Mama Mama Jagoan 2018 NA Comedy 13+ 7.2 11 Indonesian Sidi Saleh ‘Widyawati’, ‘Niniek L. Karim’, ‘Ratna Riantiarno’, ‘Nadine Alexandra’, ‘David John Schaap’, ‘I. Gede Ari Astina’, ‘Lolox’, ‘Willem Bevers’, ‘Cok Simbara’, ‘Joshua Pandelaki’, ‘Nadira Octova’, ‘Ghea Badzlina’, ‘Meisya Amira’, ‘Sumaisy Djaitov Yanda’, ‘Upiak Isil’ 94 0.0001355 186
May the Devil Take You 2018 When her estranged father falls into a mysterious coma, a young woman seeks answers at his old villa, where she and her stepsister uncover dark truths. Horror 17+ 6.0 3015 Indonesian Timo Tjahjanto ‘Chelsea Islan’, ‘Pevita Pearce’, ‘Ray Sahetapy’, ‘Karina Suwandhi’, ‘Samo Rafael’, ‘Hadijah Shahab’, ‘Ruth Marini’, ‘Kinaryosih’, ‘Clara Bernadeth’, ‘Nicole Rossi’, ‘Daniel Ekaputra’, ‘Emma’, ‘Badra’, ‘Abimana Aryasatya’, nan 110 0.0309552 187
Meet Me After Sunset 2018 A bizarre love triangle between the Sun, the Moon, and the Star. Drama 13+ 8.0 53 Indonesian Danial Rifki ‘Maxime Bouttier’, ‘Agatha Chelsea’, ‘Billy Davidson’, ‘Yudha Keling’, ‘Iszur Muchtar’, ‘Febby Febiola’, ‘I.B. Made Oka Sugawa’, ‘Marini’, ‘Margin Wieheerm’, ‘Ciccio Manassero’, ‘Deanda Puteri’, nan, nan, nan, nan 96 0.0007255 188
Menunggu Pagi 2018 For Bayu (Arya Saloka) who owns a vinyl store in the Santa area, the desire to go to the biggest annual Djakarta Warehouse Project (DWP) music festival is not a priority. Drama 17+ 7.4 21 Indonesian Teddy Soeriaatmadja ‘Arya Saloka’, ‘Arya Vasco’, ‘Aurélie Moeremans’, ‘Juan Bione Subiantoro’, ‘Raka Hutchison’, ‘Mario Lawalatta’, ‘Ganindra Bimo’, ‘Putri Marino’, ‘Yayu A.W. Unru’, ‘Natasha Gott’, ‘Wulandera’, ‘Nicholas Sada’, ‘Toddyzilla’, ‘Mongol Stres’, ‘Ryma Karimah’ 82 0.0002659 189
Message Man 2018 A retired assassin’s past catches up with him and his brutality surfaces as he goes on a final killing spree to make things right. Action 21+ 6.0 2486 Indonesian Corey Pearson “Paul O’Brien”, ‘Aji Santosa’, ‘Verdi Solaiman’, ‘Mario Irwinsyah’, ‘Agni Pratistha’, ‘Mike Lewis’, ‘Alfridus Godfred’, ‘Ronny P. Tjandra’, ‘Gary Plant’, ‘Bran Vargas’, ‘Denny Baskar’, ‘Valentine Payen-Wicaksono’, ‘Epy Kusnandar’, ‘Patria Sandya Mustika’, ‘Trisa Triandesa’ 91 0.0255240 190
Milly & Mamet: Ini Bukan Cinta & Rangga 2018 Mamet obeyed Milly’s request to stop working at a banker bank to raise their children, to work in his in-laws factory to meet Alexandra who again invited her to become a chef at the restaurant of her second dream while in college. Comedy 13+ 7.4 558 Indonesian Ernest Prakasa ‘Yoshi Sudarso’, ‘Julie Estelle’, ‘Dian Sastrowardoyo’, ‘Adinia Wirasti’, ‘Ernest Prakasa’, ‘Pierre Gruno’, ‘Roy Marten’, ‘Titi Kamal’, ‘Dinda Kanyadewi’, ‘Eva Celia Latjuba’, ‘Isyana Sarasvati’, ‘Muhadkly Acho’, ‘Surya Saputra’, ‘Sissy Priscillia’, ‘Aci Resti’ 101 0.0070658 191
Moonrise Over Egypt 2018 In 1947, the Indonesian first diplomatic mission arrived in Cairo without passport, to gain recognition over Indonesian sovereignty. They were having series of tackles, which putting the fate of Egypt and Indonesia in the hands of traitor. History 13+ 7.5 24 Indonesian Pandu Adi Putra ‘Reza Anugrah’, ‘James Dixon’, ‘Drh Ganda’, ‘Ina Marika’, ‘Satria Mulia’, ‘Vikri Rahmat’, ‘Amir Sambodo’, ‘Mark Sungkar’, ‘Pritt Timothy’, ‘Bhisma Wijaya’, nan, nan, nan, nan, nan 112 0.0003080 192
Pai kau 2018 During a Chinese wedding hosted by a powerful business man, unsettling incidents occur which disrupt the celebration. Drama Unrated 6.9 21 Indonesian Sidi Saleh ‘Chiu Yen Irina Tan’, ‘Anthony Xie’, ‘Verdi Solaiman’, ‘Ineke Valentina’, ‘Olivia Caparino’, ‘Natasha Gott’, ‘Richard Oh’, ‘Marsha Tando’, nan, nan, nan, nan, nan, nan, nan NA 0.0002480 193
Partikelir 2018 A private detective must asks for his childhood friend’s help, a lawyer, in order to finish a serious case that he did not expect before. Action 13+ 6.3 98 Indonesian Pandji Pragiwaksono ‘Pandji Pragiwaksono’, ‘Deva Mahenra’, ‘Aurélie Moeremans’, ‘Lala Karmela’, ‘Ardit Erwandha’, ‘Cornelio Sunny’, ‘Dodit Mulyanto’, ‘Farah Quinn’, ‘Cok Simbara’, ‘Gading Marten’, ‘Tio Pakusadewo’, ‘Bisma Karisma’, ‘Teuku Ryzki’, ‘Luna Maya’, ‘Ruth Permatasari’ NA 0.0010565 194
Petualangan Menangkap Petir 2018 A content creator kid from Hong Kong is left to his grandfather in Boyolali, Central Java, while his parents prepare to move to Jakarta. He then met new friends and they plan to make a film inspired by the legendary lightning catcher. Drama SU 7.0 34 Indonesian Kuntz Agus ‘Bima Azriel’, ‘Zara Leola’, ‘Fatih Unru’, ‘Abimana Aryasatya’, ‘Arie Kriting’, ‘Slamet Rahardjo’, ‘Putri Ayudya’, ‘Darius Sinathrya’, ‘Jidate Ahmad’, ‘Danang Parikesit’, ‘Siswanto’, ‘Yeyen Lydia’, ‘Benjo Pangben’, ‘Pangsit Pangben’, ‘Taufik Nurudin’ NA 0.0004073 195
R: Raja, Ratu, & Rahasia 2018 Ratu (Aurora Ribero) joins a club called Komplotan Rahasia (Secret Order) in order to bring joy to herself because her parents are dead. Then there’s Raja (Brandon Salim) who loves Ratu. But Raja has a secret. Drama 13+ 7.2 45 Indonesian Findo Purwono ‘Brandon Salim’, ‘Aurora Ribero’, ‘Ira Wibowo’, ‘Dimas Beck’, ‘Sheila Dara Aisha’, ‘Jeff Smith’, ‘Teuku Ryzki’, ‘Ardit Erwandha’, ‘Zulfa Maharani’, ‘Debo Andryos’, ‘Mufida Omar Nahdi’, ‘Bella Graceva’, ‘Thomi Baraqbah’, ‘Marcellino Lafrand’, ‘Asri Welas’ 98 0.0005544 196
Rasuk 2018 During a vacation at a villa with her three friends, a resentful woman plunges deep into the depths of hate when dark forces try to overtake her life. Horror 17+ 5.4 69 Indonesian Ubay Fox ‘Shandy Aulia’, ‘Miller Khan’, ‘Denira Wiraguna’, ‘Gabriella Desta’, ‘Josephine Firmstone’, ‘Baron Hermanto’, ‘Abhie Canser’, ‘Ninok Wiryono’, nan, nan, nan, nan, nan, nan, nan 90 0.0006376 197
Reuni Z 2018 After 20 years graduated from high school, students of Zenith having a reunion. Zombie outbreak started in the reunion, infected most of the group. The survivors needs to find a way out to escape from zombies that surrounding the school. Comedy 17+ 5.0 67 Indonesian Soleh Solihun ‘Soleh Solihun’, ‘Tora Sudiro’, ‘Dinda Kanyadewi’, ‘Ayushita’, ‘Cassandra Lee’, ‘Surya Saputra’, ‘Verdi Solaiman’, ‘Gabriella Lasdauskas’, ‘Beby Tsabina’, ‘Dian Nitami’, ‘Anjasmara’, ‘Ence Bagus’, ‘Sogi Indra Dhuaja’, ‘Fanny Fabriana’, ‘Denny Gitong’ 98 0.0005732 198
Revan & Reina 2018 Revan has been friends with Reina since childhood. Now, romance sparks between them. But, Revan knows that Reina is still thinking about another guy, Fabian. After three years, Fabian is back into Reinas life. Drama 13+ 8.4 32 Indonesian Andreas Sullivan ‘Angela Gilsha’, ‘Bryan Domani’, ‘Irsyadillah’, ‘Ajun Perwira’, ‘Meisya Amira’, ‘Rani Ramadhany’, ‘Wilson Tirta’, ‘Fachri Muhammad’, ‘Kevin Ardilova’, ‘Lavicky Nicholas’, ‘Muhammad Ilham’, ‘Kevin Bzezovski’, ‘Bulan Sofya’, ‘Keke Harun’, ‘Roweina Umboh’ 98 0.0004600 199
Rompis 2018 After graduating from high school, Roman (Arbani Yasiz) continued his studies in the Netherlands and forced to distance himself from Wulan (Adinda Azani). The romance between them starts to change when other girls appear in Roman’s life. Drama 13+ 7.9 185 Indonesian Monty Tiwa ‘Arbani Yasiz’, ‘Adinda Azani’, ‘Umay Shahab’, ‘Beby Tsabina’, ‘Yasmin Karssing’, ‘Aldy Rialdy’, ‘Richard Ivander’, ‘Shenina Cinnamon’, ‘Rahmet Ababil’, ‘Adjis Doaibu’, ‘Gito Gilas’, ‘Amaranggana’, ‘Danu Rendra’, ‘Wouter Oosterwijk’, ‘Zicarlo van Aalderen’ 99 0.0025009 200
Rumah Belanda 2018 Raya, an author, is hired by a millionaire called Hilda to write a biography on Aline. She gets sent to live in a mansion so she can write the book in peace. But once there, she and her two… Horror Unrated 5.7 18 Indonesian Hedy Suryawan ‘Agung Udijana’, ‘Kelly Tandiono’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001756 201
Sabrina 2018 A toy manufacturer and his wife are terrorized by a demon after their orphaned niece tries to call her late mother’s spirit. Horror 17+ 4.2 1397 Indonesian Rocky Soraya ‘Luna Maya’, ‘Christian Sugiono’, ‘Sara Wijayanto’, ‘Jeremy Thomas’, ‘Rizky Hanggono’, ‘Richelle Georgette Skornicki’, ‘Asri Handayani’, ‘Demian Aditya’, ‘Sahil Shah’, ‘Imelda’, ‘Habibie Alatas’, ‘Adlu Fahrezi’, ‘Vidya Ully’, ‘Felix William Smitts’, ‘Yasmine Mahya’ 113 0.0100402 202
Sajen 2018 The three offerings in Pelita Bangsa high school is a mystery. Rumors say the offerings is a school effort to soothe the souls of the students who commit suicide for being bullied. Horror 13+ 5.4 50 Indonesian Hanny Saputra ‘Amanda Manoppo’, ‘Angga Yunanda’, ‘Stefhani Zamora Husen’, ‘Jeff Smith’, ‘Chantiq Schagerl’, ‘Rachel Amanda’, ‘Aliff Alli’, ‘Nova Soraya’, ‘Alfie Alfandi’, ‘Virnie Ismail’, ‘Minati Atmanegara’, ‘Otig Pakis’, ‘Thomi Baraqbah’, ‘Grace Salsabila’, ‘Zafiraa Pasha’ NA 0.0004620 203
Sakral 2018 Melina (Olla Ramlan) loses one of her twin children. Her surviving child, Flora (Makayla Rose), grows into a moody and mysterious child. When Flora turns five years old, Melina’s family got… Horror 17+ 6.8 39 Indonesian Tema Patrosza ‘Olla Ramlan’, ‘Teuku Zacky Azwar’, ‘Makayla Rose Hilli’, ‘Erika Carlina’, ‘Raquel Katie Larkin’, ‘Ninok Wiryono’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0004538 204
Serendipity 2018 Rani’s life changed drastically after her father passed away, leaving a big sum of debt. She made the hardest decision in her life to become a lady escort. Arkan, her boyfriend, broke their… Drama 13+ 8.5 65 Indonesian Indra Gunawan ‘Maxime Bouttier’, ‘Mawar Eva de Jongh’, ‘Kenny Austin’, ‘Nadira Octova’, ‘Naomi Paulinda’, ‘Gunawan Sudrajat’, ‘Dian Nitami’, ‘Marissa Nasution’, ‘August Melasz’, ‘Ridwan Kamil’, nan, nan, nan, nan, nan 107 0.0009454 205
Sesat: Yang Sudah Pergi Jangan Dipanggil Lagi 2018 After Amara’s father died, Amara went to a wishing well and wish that she can talk to her father one last time. But everything went wrong. Horror 17+ 6.5 52 Indonesian Sammaria Simanjuntak ‘Laura Theux’, ‘Rebecca Klopper’, ‘Vonny Cornellya’, ‘Endy Arfian’, ‘Arswendi Nasution’, ‘Jajang C. Noer’, ‘Valerie Tifanka’, ‘Willem Bivers’, ‘Davis Kuen’, ‘Kiki Narendra’, nan, nan, nan, nan, nan 90 0.0005784 206
Sesuai Aplikasi 2018 Two online motorcycle taxi drivers, Pras and Duras have their own dependents. When the pair of thieves Sakti and Sandra were targeting the diamond belonging to Ci Asiu carried by the dangdut diva Sofiyah. Comedy 17+ 6.6 49 Indonesian Adink Liwutang ‘Valentino Peter’, ‘Lolox’, ‘Ernest Prakasa’, ‘Titi Kamal’, ‘Dayu Wijanto’, ‘Meisya Amira’, ‘Yusril Fahriza’, ‘Fico Fachriza’, ‘Kamasean Matthews’, ‘Taskya Namya’, ‘Arief Didu’, ‘Alicia Djohar’, ‘Babe Cabita’, ‘Asri Welas’, ‘Ananta Rispo’ 89 0.0005534 207
Si Doel the Movie 2018 Doel travels to the Netherlands to reunite with a woman who left him 14 years ago. Doel’s new journey is started again. Drama 13+ 7.1 370 Indonesian Rano Karno ‘Rano Karno’, ‘Maudy Koesnaedi’, ‘Cornelia Agatha’, ‘Suti Karno’, ‘Salman Alfarizi’, ‘Rey Bong’, ‘Aminah Cendrakasih’, ‘Adam Jagwani’, ‘Mandra’, ‘Ahmad Zulhoir Mardia’, ‘Danu Rendra’, ‘Celeste Reuvekamp’, ‘Jacintha Reuvekamp’, ‘Radboud Reuvekamp’, ‘Reinier Reuvekamp’ 85 0.0044953 208
Siap Gan! 2018 NA Comedy 13+ 7.4 11 Indonesian Ody C. Harahap ‘Rini Mentari’, ‘Aulia Sarah’, ‘Mentari De Marelle’, ‘Qausar Harta Yudana’, ‘Yama Carlos’, ‘Rudolf Puspa’, ‘Indra Birowo’, ‘Nadya Arina’, ‘Taskya Namya’, nan, nan, nan, nan, nan, nan 92 0.0001393 209
Silam 2018 As a result of mistreatment at home and school, Baskara desperately fled to Uncle Anton’s house, his father’s twin brother who was married to Aunt Ami and had two twin daughters. But spirits began to terrorize him. Horror 17+ 5.3 33 Indonesian Jose Poernomo ‘Zidane Khalid’, ‘Surya Saputra’, ‘Wulan Guritno’, ‘Nova Eliza’, ‘Anna Tairas’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 80 0.0002993 210
Skull 2018 If we found a 1-mile long humanoid skeleton. Would we like to know more? Action 17+ 6.4 111 Indonesian Yusron Fuadi ‘Eka Nusa Pertiwi’, ‘Guh S Mana’, ‘Yusron Fuadi’, ‘Rukman Rosadi’, ‘Kedung Darma R.’, ‘Heru Sambawa’, ‘Muhammad Abe Baasyin’, ‘Haydar Salishz’, ‘Ridho Ilahi’, ‘Wikan Sakarinto’, ‘Eddy O.S. Hiariej’, ‘Febry Artofart’, ‘Wisnu Yudha’, ‘Ricardus Aditya’, nan 107 0.0012156 211
Something in Between 2018 Gema, a high school teenager, falls in love with Maya, and tries to make every effort to conquer his heart. However, their love must be tested with the challenge of reaching a dream and also the presence of a third person. Drama 13+ 8.2 92 Indonesian Asep Kusdinar ‘Jefri Nichol’, ‘Amanda Rawles’, ‘Naufal Samudra Weichert’, ‘Junior Liem’, ‘Febby Rastanty’, ‘Slamet Rahardjo’, ‘Surya Saputra’, ‘Amara’, ‘Rizky Hanggono’, ‘Djenar Maesa Ayu’, ‘Yayu A.W. Unru’, ‘Dolly Martin’, ‘Denira Wiraguna’, ‘Sherly Margareta’, ‘Teddy Yudhistira’ 100 0.0012909 212
Sultan Agung: Tahta, Perjuangan, Cinta 2018 The story about Sultan Agung of Mataram, how he ascended the throne and had to face VOC in great wars, the events that caused his people’s misery. Action 13+ 6.9 140 Indonesian Hanung Bramantyo ‘Ario Bayu’, ‘Marthino Lio’, ‘Adinia Wirasti’, ‘Putri Marino’, ‘Anindya Putri’, ‘Christine Hakim’, ‘Meriam Bellina’, ‘Deddy Sutomo’, ‘Lukman Sardi’, ‘T. Rifnu Wikana’, ‘Asmara Abigail’, ‘Rukman Rosadi’, ‘Kgph Pa Tedjo Wulan’, ‘Hans de Kraker’, ‘Herman Bennink’ 148 0.0016530 213
Suzzanna: Bernapas dalam Kubur 2018 After a pregnant woman is murdered, her spirit seeks revenge against her increasingly terrified killers, who are determined to finish her off for good. Comedy 17+ 5.6 736 Indonesian Rocky Soraya ‘Luna Maya’, ‘Herjunot Ali’, ‘T. Rifnu Wikana’, ‘Verdi Solaiman’, ‘Kiki Narendra’, ‘Alex Abbad’, ‘Asri Welas’, ‘Opie Kumis’, ‘Ence Bagus’, ‘Norman R. Akyuwen’, ‘Clift Sangra’, nan, nan, nan, nan 125 0.0070528 214
Target 2018 Nine people are forced to play a lethal game in which only one of them can survive after they become trapped in an empty building. Comedy 13+ 4.0 359 Indonesian Raditya Dika ‘Raditya Dika’, ‘Cinta Laura Kiehl’, ‘Samuel Rizal’, ‘Abdur Arsyad’, ‘Hifdzi Khoir’, ‘Ria Ricis’, ‘Anggika Bolsterli’, nan, nan, nan, nan, nan, nan, nan, nan 93 0.0024573 215
Terbang: Menembus Langit 2018 Onggy (Dion Wiyoko) has a dream to see the world and get out of his hometown in Borneo. He goes to continue study in Surabaya and then undergoes business struggles until he meets a woman who will accompany him to achieve his dream. Biography 13+ 7.4 58 Indonesian Fajar Nugros ‘Dion Wiyoko’, ‘Laura Basuki’, ‘Baim Wong’, ‘Kin Wah Chew’, ‘Delon’, ‘Aline Adita’, ‘Melissa Karim’, ‘Dinda Hauw’, ‘Marcell Darwin’, ‘Dayu Wijanto’, nan, nan, nan, nan, nan NA 0.0007344 216
The Gift 2018 When novelist Tiana falls in love with visually impaired Harun little she knew that her orphanage mate, Arie was going to propose to her at the same time. What unfold thereafter are three … Drama 17+ 7.5 57 Indonesian Hanung Bramantyo ‘Reza Rahadian’, ‘Ayushita’, ‘Dion Wiyoko’, ‘Christine Hakim’, ‘Annisa Hertami Kusumastuti’, ‘Rukman Rosadi’, ‘Herman Bennink’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0007315 217
The Night Comes for Us 2018 Ito, a gangland enforcer, caught amidst a treacherous and violent insurrection within his Triad crime family upon his return home from a stint abroad. Action 17+ 7.0 19856 Indonesian Timo Tjahjanto ‘Iko Uwais’, ‘Joe Taslim’, ‘Julie Estelle’, ‘Hannah Al Rashid’, ‘Dian Sastrowardoyo’, ‘Zack Lee’, ‘Sunny Pang’, ‘Shareefa Daanish’, ‘Abimana Aryasatya’, ‘Salvita Decorte’, ‘Epy Kusnandar’, ‘Asha Kenyeri Bermudez’, ‘Morgan Oey’, ‘Dimas Anggara’, ‘Revaldo’ 121 0.2378404 218
The Perfect Husband 2018 Ayla, a 3rd year high school girl, is enjoying her teenage years and her love affair with Ando, the rock band vocalist. She is very surprised when a young pilot named Arsen, who claims to be her husband. Drama Unrated 7.1 53 Indonesian Rudi Aryanto ‘Dimas Anggara’, ‘Amanda Rawles’, ‘Maxime Bouttier’, ‘Slamet Rahardjo’, ‘Tanta Ginting’, ‘Maya Wulan’, ‘Dolly Martin’, ‘Bunga Zainal’, ‘Ade Yunita Hutagaol’, ‘Claudya Putri’, ‘Maudy Effosina’, ‘Carmela van der Kruk’, ‘Donny Alamsyah’, ‘Eko Mulyadi’, nan 108 0.0006439 219
The Returning 2018 A grieving widow finds her husband inexplicably returned from accident, but mysterious creature starts appearing in the family after the father comes home. Horror 13+ 6.0 18 Indonesian Witra Asliga ‘Ario Bayu’, ‘Laura Basuki’, ‘Tissa Biani Azzahra’, ‘Muzakki Ramdhan’, ‘Bryant Santoso’, ‘Bryan Domani’, ‘Fahria Yasmin’, ‘Dayu Wijanto’, ‘Paul Agusta’, ‘Peter Taslim’, ‘Otig Pakis’, ‘Daniel Irawan’, nan, nan, nan 88 0.0001848 220
The Secret: Suster Ngesot Urban Legend 2018 Learning that her father has married a woman her own age, Kanaya leaves home, only to get into an accident that lands her in a haunted hospital. Horror Unrated 3.5 27 Indonesian Raffi Ahmad ‘Nagita Slavina’, ‘Marshanda’, ‘Raffi Ahmad’, ‘Tyas Mirasih’, ‘Roy Marten’, ‘Kanaya Gleadys’, ‘Merry Sadili’, ‘Lia Waode’, ‘Wika Salim’, ‘Kartika Putri’, ‘Farida Pasha’, ‘Nisya Ahmad’, ‘Mikaela Atqia Rosadi’, ‘Mongol Stres’, ‘Ruth Permatasari’ 82 0.0001617 221
Tujuh Bidadari 2018 NA Horror 17+ 6.6 8 Indonesian Muhammad Yusuf ‘Dara Warganegara’, ‘Lia Waode’, ‘Brigitta Cynthia’, ‘Gabriella Desta’, ‘Camelia Putri’, ‘Adeayu Sudrajat’, ‘Salini Rengganis’, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000904 222
Tumbal: The Ritual 2018 NA Horror 17+ 7.3 6 Indonesian Tema Patrosza ‘Mawar Eva de Jongh’, ‘Rayn Wijaya’, ‘Karel Susanteo’, ‘Annette Edoarda’, ‘Citra Prima’, ‘August Melasz’, ‘Rizky Hanggono’, ‘Yatti Surachman’, nan, nan, nan, nan, nan, nan, nan 92 0.0000749 223
Tusuk Jelangkung di Lubang Buaya 2018 Taman Lubang Buaya, famous for its creepiness, has been chosen to be the next vlogging location. Out of the plan, Sisi disappeared after “calling” an evil spirit for being famous on social media. Can Sisi finally escape? Horror 13+ 2.4 18 Indonesian Erwin Arnada ‘Nina Kozok’, ‘Anya Geraldine’, ‘Rayn Wijaya’, ‘Ira Rai’, ‘Slamet Ambari’, ‘Bima Azriel’, nan, nan, nan, nan, nan, nan, nan, nan, nan 82 0.0000739 224
Udah Putusin Aja! 2018 A moslem girl is caught being pregnant. Drama 13+ 7.3 11 Indonesian Rolly Subhandani ‘Rizky Mocil’, ‘Rana Audi Marissa’, ‘Billy Davidson’, ‘Elyzia Mulachela’, ‘Fita Anggriani Ilham’, ‘Argo Aa Jimmy’, ‘Aty Fathiyah’, ‘Arie K. Untung’, ‘Stuart Collin’, ‘Febry Raihan’, ‘Ada Band’, nan, nan, nan, nan 88 0.0001374 225
Wahana Rumah Hantu 2018 NA Adventure 13+ 2.8 8 Indonesian Anto Lupus ‘Renald Ramadhan’, ‘Adzwa Aurelline’, ‘Nadira Sungkar’, ‘Dizet Atshilla’, ‘Jiseph L. Hakim’, ‘Fanny Maharani’, ‘Okto Sergio’, ‘Natalie Sarah’, ‘Cahaya Ilmi Insani’, ‘Kelik Pelipur Lara’, ‘Lela Anggraini’, ‘Setiawan Tiada Tara’, ‘Michele Masayu’, ‘Ratu Rizka Selvira’, ‘Sky Azhura’ 115 0.0000383 226
Wiro Sableng 212 2018 Indonesia, the 16th century, Wiro Sableng, a disciple from a mysterious Warrior named Sinto Gendeng, got a mission from his Master to take down Mahesa Birawa, her former disciple who betrayed her. Action 13+ 7.2 1327 Indonesian Angga Dwimas Sasongko ‘Vino G. Bastian’, ‘Yayan Ruhian’, ‘Fariz Alfarazi’, ‘Ruth Marini’, ‘Marsha Timothy’, ‘Sherina Munaf’, ‘Marcella Zalianty’, ‘T. Rifnu Wikana’, ‘Yusuf Mahardika’, ‘Aghniny Haque’, ‘Lukman Sardi’, ‘Dwi Sasono’, ‘Happy Salma’, ‘Marcell Siahaan’, ‘Restu Triandy’ 123 0.0163493 227
Yowis Ben 2018 Bayu falls in love with a girl and decided to form a band to make himself more popular than the girls’ boyfriend. He forms a band with his friend and they name it Yowis Ben. But the problem happens when Yowis Ben is starting to popular. Comedy 13+ 8.4 3080 Indonesian Fajar Nugros ‘Bayu Skak’, ‘Cut Meyriska’, ‘Brandon Salim’, ‘Joshua Suherman’, ‘Glenca Chysara’, ‘Aliyah Faizah’, ‘Tutus Thomson’, ‘Devina Aureel’, ‘Arief Didu’, ‘Tri Yudiman’, ‘Richard Oh’, ‘Ria Ricis’, ‘Erix Soekamti’, ‘Sandy Pas Band’, ‘Tretan Muslim’ NA 0.0442717 228
12:06 Rumah Kucing 2017 Many strange and frightening events experienced by Randy’s (Adi Nugroho) family with Rosa (Masayu Anastasia), since her split warehouse floor at her home just past midnight at 12:06 … Horror 13+ 3.5 17 Indonesian Chiska Doppert ‘Masayu Anastasia’, ‘Endy Arfian’, ‘Christian Loho’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 78 0.0001018 229
5 Cowok Jagoan 2017 5 lifelong friends attempt to rescue a damsel in distress from gangsters and zombies in this action packed comedy. Action Unrated 6.7 14 Indonesian Anggy Umbara ‘Ario Bayu’, ‘Dwi Sasono’, ‘Cornelio Sunny’, ‘Arifin Putra’, ‘Muhadkly Acho’, ‘Nirina Zubir’, ‘Tika Bravani’, ‘Ganindra Bimo’, ‘Verdi Solaiman’, ‘Ence Bagus’, ‘Jajang C. Noer’, ‘Emil Kusumo’, ‘Yeyen Lydia’, ‘Tomy Babap’, ‘Fico Fachriza’ 106 0.0001605 230
A: Aku, Benci, & Cinta 2017 Alvaro is an annoying boy who became the Student Council President, while Anggia was his deputy. They never get along in meetings. When she didn’t agree to hold a Prom, he mocks that she was afraid because she would not get a partner. Drama Unrated 7.5 138 Indonesian Rizki Balki ‘Indah Permatasari’, ‘Jefri Nichol’, ‘Amanda Rawles’, ‘Brandon Salim’, ‘Syifa Hadju’, ‘Maxime Bouttier’, ‘Devin Putra’, ‘Alif Lubis’, ‘Debo Andryos’, ‘Richard Gibson’, ‘Josephine Firmstone’, ‘Tj Ruth’, ‘Naomi Paulina’, ‘Nicho Bryant’, ‘Sherly Margareta’ NA 0.0017711 231
After School Horror 2 2017 NA Horror Unrated 5.1 17 Indonesian Nayato Fio Nuala ‘Michelle Joan’, ‘Cassandra Lee’, ‘Devin Putra’, ‘Randy Martin’, ‘Amara Sophie’, ‘Yoriko Angeline’, ‘Maura Gabrielle’, ‘Indah Nic’, ‘Citra Hikmah’, ‘Tirta Chan’, ‘Savira Aulia’, ‘Nurlina Evawati’, ‘Abbi Ibrahim’, ‘Aliyah Faizah’, ‘Agung Puncak’ NA 0.0001484 232
Baracas: Barisan Anti Cinta Asmara 2017 Bandung is frightened because of the youth who left his family to join Baracas. Baracas is a place where men are disillusioned by women formed by Agus (Ringgo Agus Rahman). Comedy 13+ 6.3 15 Indonesian Pidi Baiq ‘Ajun Perwira’, ‘Ringgo Agus Rahman’, ‘Budi Doremi’, ‘Tika Bravani’, ‘Stella Cornelia’, ‘Cut Mini Theo’, ‘Daan Aria’, ‘Rully K. Ginting’, ‘Iang Darmawan’, ‘Nena Rosier’, ‘Resti Wulandari’, ‘Edi Brokoli’, ‘Fico Fachriza’, nan, nan 92 0.0001617 233
Berangkat! 2017 Jano (Tarra Budiman) is a Chemical Engineering student who spends her spare time as a “part-timer” worker & rdquo; In Aksara music store. Since childhood Jano often faces obstacles in … Comedy Unrated 7.4 17 Indonesian Naya Anindita ‘Ayushita’, ‘Tarra Budiman’, ‘Babe Cabita’, ‘Tanta Ginting’, ‘Ringgo Agus Rahman’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002153 234
Beyond Skyline 2017 A tough-as-nails detective embarks on a relentless pursuit to free his son from a nightmarish alien warship. Action 13+ 5.3 17778 English Liam O’Donnell ‘Frank Grillo’, ‘Bojana Novakovic’, ‘Jonny Weston’, ‘Callan Mulvey’, ‘Antonio Fargas’, ‘Pamelyn Chee’, ‘Yayan Ruhian’, ‘Jacob Vargas’, ‘Iko Uwais’, ‘Lindsey Morgan’, ‘Samantha Jean’, ‘Betty Gabriel’, ‘Noel Gugliemi’, “Kevin O’Donnell”, ‘Zarah Mahler’ 106 0.1612332 235
Bukaan 8 2017 Story of a married couple, Alam and Mia, who awaiting the birth of their first child. Comedy Unrated 7.2 102 Indonesian Angga Dwimas Sasongko ‘Chicco Jerikho’, ‘Lala Karmela’, ‘Tio Pakusadewo’, ‘Sarah Sechan’, ‘Dayu Wijanto’, ‘Maruli Tampubolon’, ‘Mo Sidik’, ‘Melissa Karim’, ‘Ary Kirana’, ‘Nadine Alexandra’, ‘Dwi Sasono’, ‘Deddy Mahendra Desta’, ‘Uli Herdinansyah’, ‘Wawan Cenut’, ‘Irna Jufe’ 104 0.0012567 236
Chrisye 2017 This movie follows the story of Indonesia’s legendary singers, Chrisye, since he was a teenager until he went through spiritual journey in search of the meaning of life that underlies in creating the song “Ketika Tangan dan Kaki Berkata”. Biography Unrated 7.3 61 Indonesian Rizal Mantovani ‘Vino G. Bastian’, ‘Velove Vexia’, ‘Verdi Solaiman’, ‘Kholidi Asadil Alam’, ‘Arick Ardiansyah’, ‘Tria Changcut’, ‘Fendy Chow’, ‘Pasha Chrismansyah’, ‘Fuad Idris’, ‘Irsyadillah’, ‘Ali Mensan’, ‘Ayu Dyah Pasha’, ‘Andi Arsyil Rahman’, ‘Ray Sahetapy’, ‘Dwi Sasono’ NA 0.0007620 237
Critical Eleven 2017 Ale and Anya first met on a flight from Jakarta to Sydney. Anya lured on the first 3 minutes, 7 hours later they were sitting next to each other and have a conversation and laughter, and 8 minutes before separating Ale sure he wants Anya. Drama Unrated 7.3 561 Indonesian Robert Ronny ‘Reza Rahadian’, ‘Adinia Wirasti’, ‘Slamet Rahardjo’, ‘Widyawati’, ‘Revalina S. Temat’, ‘Hamish Daud’, ‘Hannah Al Rashid’, ‘Astrid Tiar’, ‘Refal Hady’, ‘Anggika Bolsterli’, ‘Mikha Tambayong’, ‘Aci Resti’, ‘Nino Fernandez’, ‘Dwi Sasono’, ‘Carlos Camelo’ 135 0.0070078 238
Danur: I Can See Ghosts 2017 This movie follows the story of a girl who befriends with 3 ghosts. Horror 13+ 5.4 623 Indonesian Awi Suryadi ‘Prilly Latuconsina’, ‘Sandrinna Michelle’, ‘Shareefa Daanish’, ‘Asha Kenyeri Bermudez’, ‘Indra Brotolaras’, ‘Kinaryosih’, ‘Ingrid Widjanarko’, ‘Wesley Andrew’, ‘Kevin Bzezovski’, ‘Gamaharitz’, ‘Emiliano Fernando Cortizo’, ‘Deny Danu Prasetia’, ‘Fuad Idris’, ‘Aline Adita’, ‘José Rizal Manua’ 74 0.0057568 239
Dear Nathan 2017 When Nathan (Jefri Nichol) seriously starts to change for Salma (Amanda Rawles), Nathan’s past love comes to ask for Nathan’s love back. Drama 13+ 7.0 357 Indonesian Indra Gunawan ‘Amanda Rawles’, ‘Jefri Nichol’, ‘Surya Saputra’, ‘Rayn Wijaya’, ‘Diandra Agatha’, ‘Beby Tsabina’, ‘Chicco Kurniawan’, ‘Faiz Fadhil’, ‘Kevin Ardilova’, ‘Karina Suwandhi’, ‘Ayu Dyah Pasha’, ‘Raquel Katie Larkin’, ‘Karlina Inawati’, ‘Sri Hartini’, ‘Johan Sebastian’ 99 0.0042762 240
Demi Cinta 2017 Bagus wants a woman, he should be at the same level with her. It is impossible for Bagus to have Cempaka, a secretary to the director, because he is unemployed and only high school graduate. Comedy Unrated 7.2 13 Indonesian Azhar Kinoi Lubis ‘Ricky Harun’, ‘Tora Sudiro’, ‘Nasya Marcella’, ‘Titi Kamal’, ‘Verdi Solaiman’, ‘Ibob Tarigan’, ‘Barry Prima’, ‘T. Rifnu Wikana’, ‘Agra Svarnabhumi’, ‘Farali Khan’, ‘Oki Setiana Dewi’, ‘Husein Alatas’, ‘Herichan’, ‘Ladislao’, ‘Muh Reyhan Sebastian D.’ 95 0.0001602 241
Duka Sedalam Cinta 2017 Gagah had an accident and was helped by Yudi and his brother, Kyai Ghufron. Upon returning from North Maluku, Gagah changed. Mama and Gita are difficult to accept the change. Drama Unrated 8.7 25 Indonesian Firman Syah ‘Hamas Syahid’, ‘Aquino Umar’, ‘Masaji Wijayanto’, ‘Izzah Ajrina’, ‘Kholidi Asadil Alam’, ‘Abdurrahim Arsyad’, ‘Salim A. Fillah’, ‘Wulan Guritno’, ‘Epy Kusnandar’, ‘Asma Nadia’, nan, nan, nan, nan, nan NA 0.0003722 242
Filosofi Kopi 2: Ben & Jody 2017 Two years after Ben & Jody decided to sell their store and travel around Indonesia to distribute the “best coffee”, the adventures of Ben & Jody with Kombi Coffee Philosophy hit a dead end. Adventure 13+ 7.3 321 Indonesian Angga Dwimas Sasongko ‘Rio Dewanto’, ‘Chicco Jerikho’, ‘Luna Maya’, ‘Nadine Alexandra’, ‘Ernest Prakasa’, ‘Westny Dj’, ‘Aufa Assagaf’, ‘Muhammad Aga’, ‘Melissa Karim’, ‘Tyo Pakusadewo’, ‘Otig Pakis’, ‘Ronny P. Tjandra’, ‘Dayu Wijanto’, ‘John Premix’, ‘Whani Darmawan’ 108 0.0040098 243
Galih dan Ratna 2017 Two teenagers are not ready to become an adult. But they demanded a lot by their environment without considering what exactly that they want. They only have each other to quietly encourage each other and pursue their dreams. Drama Unrated 6.6 191 Indonesian Lucky Kuswandi ‘Refal Hady’, ‘Sheryl Sheinafia’, ‘Joko Anwar’, ‘Marissa Anita’, ‘Ayu Dyah Pasha’, ‘Hengky Tornando’, ‘Sari Koeswoyo’, ‘Indra Birowo’, ‘Rain Chudori’, ‘Stella Lee’, ‘Agra Piliang’, ‘Reza Rachman’, ‘Anneqe Bunglon’, ‘Anugrah Ramadhan’, ‘Anggis Dinda’ 112 0.0021571 244
Gasing Tengkorak 2017 VERONICA (Nikita Willy), is a top diva. In a gig, Veronica suddenly fell unconscious. After getting help Veronica decided to calm herself away from disturbance. MICHAEL, Veronica’s manager,… Horror 13+ 4.8 64 Indonesian Jose Poernomo ‘Nikita Willy’, ‘Rendy Khrisna’, ‘Voke Victoria’, ‘Farahdiba Ferreira’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0005257 245
Hantu Gunung Kawi 2017 NA Horror Unrated 6.0 5 Indonesian Nayato Fio Nuala ‘Yeos Astawan’, ‘Indra Birowo’, ‘Maxime Bouttier’, ‘Roro Fitria’, ‘Yova Gracia’, ‘Lawra Incha Julia’, ‘Reymon Knuliqh’, ‘Shyalimar Malik’, ‘Roy Marten’, ‘Jordi Onsu’, ‘Laras Syerinita’, ‘Rayn Wijaya’, nan, nan, nan 91 0.0000513 246
Hujan Bulan Juni 2017 Pingkan (Velove Vexia), a young lecturer in Japanese Literature University of Indonesia, has the opportunity to study in Japan for two years. Sarwono (Adipati Dolken) is sad hearing the news that he will be left behind by Pingkan. Drama Unrated 7.5 75 Indonesian Hestu Saputra ‘Adipati Dolken’, ‘Velove Vexia’, ‘Baim Wong’, ‘Surya Saputra’, ‘Kôtarô Kakimoto’, ‘Ira Wibowo’, ‘Sundari Soekotjo’, ‘Jajang C. Noer’, ‘Widi Dwinanda’, ‘Andibachtiar Yusuf’, ‘Frankie Willem Supit’, ‘Melly Pandean’, ‘Johny Ricky Sangeroki’, ‘Donna Keles’, ‘Sapardi Djoko Damono’ 96 0.0009625 247
Insya Allah Sah 2017 Silvi (Titi Kamal), an unreligious girl, was trapped in an elevator with a strange guy, Raka (Pandji Pragiwaksono). She afraid that her life will be threatened and vowed that if she survived, she would become an obedient Muslim woman. Comedy Unrated 5.7 83 Indonesian Benni Setiawan ‘Pandji Pragiwaksono’, ‘Titi Kamal’, ‘Richard Kyle’, ‘Donita’, ‘Ferdy Taher’, ‘Joe Project P.’, ‘Budi Dalton’, ‘Budi Arab’, ‘Ira Maya Sopha’, ‘Tanta Ginting’, ‘Deddy Mizwar’, ‘Prilly Latuconsina’, ‘Marcella Zalianty’, ‘Happy Salma’, ‘Fitri Tropica’ 83 0.0008096 248
Jailangkung 2017 The daughter who tries to figure out the mystery behind her father’s tragic incident with the help of a puppet ghost, Jailangkung. Horror 13+ 3.7 221 Indonesian Rizal Mantovani ‘Amanda Rawles’, ‘Jefri Nichol’, ‘Hannah Al Rashid’, ‘Gabriella Quinlyn’, ‘Wulan Guritno’, ‘Lukman Sardi’, ‘Augie Fantinus’, ‘Butet Kertaradjasa’, ‘Egy Fedly’, nan, nan, nan, nan, nan, nan 86 0.0013992 249
Jomblo 2017 Four best friends have different reasons why they become single. However, problems arise when they desire to have a lover. The formerly beautiful friendship turned into a rivalry and each of them has a conflict with their own partner. Comedy 17+ 6.6 74 Indonesian Hanung Bramantyo ‘Ge Pamungkas’, ‘Richard Kyle’, ‘Deva Mahenra’, ‘Arie Kriting’, ‘Natasha Rizki’, ‘Aurélie Moeremans’, ‘Indah Permatasari’, ‘Hana Prinantina’, ‘Deswita Maharani’, ‘Joe Project P.’, ‘Adjis Doaibu’, ‘Naeva Amira J.’, ‘Naura Bella J.’, ‘Julie Alexandra’, ‘Denalta Eunike’ 117 0.0008357 250
KAILI: Karena Aku Ingin Kembali 2017 NA Drama Unrated 8.2 16 Indonesian Andi Syahwal Mattuju ‘Moh. Dhoby’, ‘Atika Fauziyyah’, ‘Shella Silvany Kambay’, ‘Irmayani Keykenko’, ‘Oki Daeng Mabone’, ‘Moh. Novriandi’, ‘Andi Putra’, ‘Andi Arsyil Rahman’, ‘Sigit Purnomo Said’, ‘Ashar Yotomaruangi’, nan, nan, nan, nan, nan NA 0.0002245 251
Kartini 2017 This movie follows the story of the Indonesian heroine named Kartini. In the early 1900s, when Indonesia was still a colony of the Netherlands, women weren’t allowed to get higher education. Kartini grew up to fight for equality for women. Biography SU 7.7 336 Indonesian Hanung Bramantyo ‘Dian Sastrowardoyo’, ‘Reza Rahadian’, ‘Adinia Wirasti’, ‘Djenar Maesa Ayu’, ‘Ayushita’, ‘Rianti Cartwright’, ‘Hans de Kraker’, ‘Nova Eliza’, ‘Christine Hakim’, ‘Jeroen Lezer’, ‘Arjan Onderdenwijngaard’, ‘Rebecca Reijman’, ‘Dwi Sasono’, ‘Acha Septriasa’, ‘Denny Sumargo’ 122 0.0044272 252
Keluarga Tak Kasat Mata 2017 This movie follows a young man who is telling a story about the company he used to work for in Yogyakarta. The story started when the company moved to a new building. He and his workmates started to experience inexplicable incidents. Horror 13+ 3.5 110 Indonesian Hedy Suryawan ‘Ganindra Bimo’, ‘Aura Kasih’, ‘Miller Khan’, ‘Deva Mahenra’, ‘Wizzy Williana’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0006588 253
Labuan Hati 2017 Bia, mother of one daughter, comes to Komodo for solitude. Her suitcase is full of clothes from upscale designers, as well as self development books that actually he had memorized by rote. … Drama 17+ 7.6 9 Indonesian Lola Amaria ‘Nadine Chandrawinata’, ‘Kelly Tandiono’, ‘Ully Triani’, ‘Ramon Y. Tungka’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 100 0.0001170 254
London Love Story 2 2017 The continuation of the romance between Caramel (Michelle Ziudith) and Dave (Dimas Anggara) who plan to visit Switzerland for a holiday. However, Dave cancels the trip at the last minute, leaving Caramel alone with another guy. Drama Unrated 7.0 7 Indonesian Asep Kusdinar ‘Michelle Ziudith’, ‘Dimas Anggara’, ‘Rizky Nazar’, ‘Ramzi’, ‘Salshabilla Adriani’, ‘Mawar Eva de Jongh’, ‘Irene Librawati’, ‘Ina Marika’, nan, nan, nan, nan, nan, nan, nan 101 0.0000838 255
Mantan 2017 Before getting marriage, ADI (Gandhi Fernando) travels to 5 different cities in Indonesia to get closure with his ex-girlfriends. Drama Unrated 7.0 20 Indonesian Svetlana Dea ‘Gandhi Fernando’, ‘Luna Maya’, ‘Citra Scholastika’, ‘Kimberly Ryder’, ‘Ayudia Bing Slamet’, ‘Karina Nadila’, ‘Zoey Rahman’, ‘Daniel Irawan’, nan, nan, nan, nan, nan, nan, nan NA 0.0002396 256
Marlina the Murderer in Four Acts 2017 Marlina lives quietly in Sumba until one day a man named Markus and his gang try to rob her house and she kills him. Eventually, she is haunted by Markus, and her life turns in 180 degrees. Drama 21+ 7.0 2350 Indonesian Mouly Surya ‘Marsha Timothy’, ‘Egy Fedly’, ‘Tumpal Tampubolon’, ‘Yoga Pratama’, ‘Haydar Salishz’, ‘Yayu A.W. Unru’, ‘Norman R. Akyuwen’, ‘Ruly Lubis’, ‘Satrya Ghozali’, ‘Dea Panendra’, ‘Ayez Kassar’, ‘Rita Matu Mona’, ‘Anggun Priambodo’, ‘Safira Ahmad’, ‘Aryanto Bitu’ 93 0.0281489 257
Mars Met Venus (Part Cewe) 2017 The story is about relationships between a boy and a girl in gender-stereotyped perspective about dating, marriage and the effort to unite their personalities. Comedy Unrated 7.6 8 Indonesian Hadrah Daeng Ratu ‘Ge Pamungkas’, ‘Pamela Bowie’, ‘Ria Yunita’, ‘Rany Ramadhani’, ‘Reza Nangin’, ‘Ibob Tarigan’, ‘Steve Pattinama’, ‘Martin Anugerah’, ‘Fadi Iskandar’, ‘Pong Harjatmo’, ‘Ayu Dyah Pasha’, ‘Ovi Dian’, ‘Ajeng Suseno’, ‘Amanda Zevannya’, ‘Wisnu Adji Hidayat’ 98 0.0001040 258
Mata Batin 2017 When her little sister claims she sees the dead, Alia consults a psychic, who opens her own eyes to the vengeful ghosts haunting their childhood home. Drama 17+ 5.1 1059 Indonesian Rocky Soraya ‘Jessica Mila’, ‘Denny Sumargo’, ‘Citra Prima’, ‘Bianca Hello’, ‘Epy Kusnandar’, ‘Anita Hara’, ‘Derry Drajat’, ‘Voke Victoria’, ‘Shofia Shireen’, ‘Afdhal Yusman’, ‘Asri Handayani’, ‘Agus Julian’, ‘Ladislao’, ‘Daniel Leo’, ‘Dea Rizkyana’ 107 0.0092419 259
Mau Jadi Apa? 2017
  1. Soleh Solihun successfully entered the University of Padjadjaran. But the ugly campus conditions and their remote location made Soleh doubt his choice.
Comedy Unrated 7.5 13 Indonesian Soleh Solihun ‘Soleh Solihun’, ‘Anggika Bolsterli’, ‘Aurélie Moeremans’, ‘Boris Bokir’, ‘Adjis Doaibu’, ‘Andi Awwe Wijaya’, ‘Ricky Wattimena’, ‘Ronal Surapradja’, ‘Tike Priatnakusumah’, ‘Poppy Sovia’, ‘Aci Resti’, ‘Surya Saputra’, ‘Gading Marten’, ‘Andhika Pratama’, ‘Uus’ 103 0.0001668 260
Merah Putih Memanggil 2017 The story begins with hijacking an Indonesia medium-sized yacht flag within territory of Indonesia by international terrorists. One crew member was shot dead on board for insubordination. … Action Unrated 8.7 69 Indonesian Mirwan Suwarso ‘Verdy Bhawanta’, ‘Mentari De Marelle’, ‘Prisia Nasution’, ‘Arjan Onderdenwijngaard’, ‘Restu Sinaga’, ‘Maruli Tampubolon’, ‘Ariyo Wahab’, nan, nan, nan, nan, nan, nan, nan, nan 95 0.0010272 261
Mereka Yang Tak Terlihat 2017 Saras (Estelle Linden), an indigo child who has been able to see invisible beings since she was a child. One day Saras was visited by a spirit named Dinda (Frisly Balqis) who asked for her help. Horror Unrated 6.5 105 Indonesian Billy Christian ‘Estelle Linden’, ‘Sophia Latjuba’, ‘Bianca Hello’, ‘Roweina Umboh’, ‘Dayu Wijanto’, ‘Frisly Herlind’, ‘Maria Oentoe’, nan, nan, nan, nan, nan, nan, nan, nan 95 0.0011679 262
Moammar Emka’s Jakarta Undercover 2017 Pras (Oka Antara) wants to realize his dreams of having a significant life and career as a journalist, but Jakarta changes everything. Drama Unrated 7.2 107 Indonesian Fajar Nugros ‘Oka Antara’, ‘Ganindra Bimo’, ‘Edo Borne’, ‘Tiara Eve’, ‘Agus Kuncoro’, ‘Richard Kyle’, ‘Nikita Mirzani’, ‘Tio Pakusadewo’, ‘Lukman Sardi’, ‘Baim Wong’, nan, nan, nan, nan, nan 129 0.0013183 263
Mooncake Story 2017 David (Morgan Oey) is a young entrepreneur who is at the peak of success. But some unexpected events that began with and it turns out David has Alzheimer’s disease which paralyzes his memory. Drama Unrated 6.5 10 Indonesian Garin Nugroho ‘Dominique Agisca Diyose’, ‘Bunga Citra Lestari’, ‘Morgan Oey’, ‘Deddy Sutomo’, ‘Darwyn Tse’, ‘Melati Zein’, nan, nan, nan, nan, nan, nan, nan, nan, nan 94 0.0001112 264
My Generation 2017 Unspecial school holidays eventually leads four high school students to the events and adventures that provide very meaningful lessons in their lives. Drama Unrated 7.0 62 Indonesian Upi Avianto ‘Bryan Warow’, ‘Arya Vasco’, ‘Lutesha’, ‘Alexandra Kosasie’, ‘Aida Nurmala’, ‘Surya Saputra’, ‘Joko Anwar’, ‘Indah Kalalo’, ‘Baskara Mahendra’, ‘Ira Wibowo’, ‘Karina Suwandhi’, ‘Tyo Pakusadewo’, ‘Caitlin North Lewis’, ‘Raka Hutchison’, ‘Jihane Almira’ 106 0.0007427 265
Night Bus 2017 A group of civilians share a bus ride to Sampar, a town full of natural resources. It is heavily guarded by the state army who is fighting against the rebel militias, who want freedom over their homeland. Crime 17+ 7.1 145 Indonesian Emil Heradi ‘T. Rifnu Wikana’, ‘Yayu A.W. Unru’, ‘Edward Akbar’, ‘Hana Prinantina’, ‘Laksmi Notokusumo’, ‘Keinaya Meissi Gusti’, ‘Rahael Ketsia’, ‘Arya Saloka’, ‘Abdurrahman Arif’, ‘Agus Nur Amal’, ‘Torro Margens’, ‘Alex Abbad’, ‘Tyo Pakusadewo’, ‘Donny Alamsyah’, ‘Tino Saroengallo’ 139 0.0017617 266
One Fine Day 2017 Alana (Michelle Ziudith), a girl who is never truly happy with her boyfriend, Danu (Maxime Bouttier), meets a boy named Mahesa (Jefri Nichol) in Barcelona. This unexpected meeting of two opposites brings a big change in both their lives. Drama 13+ 6.8 151 Indonesian Asep Kusdinar ‘Michelle Ziudith’, ‘Jefri Nichol’, ‘Maxime Bouttier’, ‘Amanda Rawles’, ‘Surya Saputra’, ‘Ibnu Jamil’, ‘Dimaz Andrean’, ‘Juan Carlos Ramil’, ‘Andrea Tivadar’, nan, nan, nan, nan, nan, nan 102 0.0017570 267
Perfect Dream 2017 A rich ambitious street mob lost his mind. He endanger his family members, so did his marriage. He had to pay back his fault, and look forward to that destiny was on his side. Drama Unrated 6.8 8 Indonesian Hestu Saputra ‘Tissa Biani Azzahra’, ‘Wulan Guritno’, ‘Olga Lydia’, ‘Rara Nawangsih’, ‘Qomar’, ‘Ferry Salim’, ‘Henky Solaiman’, ‘Poppy Sovia’, ‘Baim Wong’, nan, nan, nan, nan, nan, nan NA 0.0000931 268
Pertaruhan 2017 Four brothers Ibra, Elzan, Amar, and Ical attempting to collect money for their father’s medical. Always get stalemate, the brothers eventually took a very reckless decision. Action Unrated 8.0 71 Indonesian Krishto D. Alam ‘Tio Pakusadewo’, ‘Adipati Dolken’, ‘Aliando Syarief’, ‘Jefri Nichol’, ‘Giulio Parengkuan’, ‘Widika Sidmore’, ‘T.M. Tarsan’, ‘Silvia Anggraeni’, ‘Adri Prasetyo’, ‘Andri Mashadi’, ‘Ence Bagus’, ‘Dini Vitria’, ‘Fauzi Baadila’, ‘Ronny P. Tjandra’, ‘Tania Audrey’ NA 0.0009720 269
Petak Umpet Minako 2017 A group of former schoolmates gets haunted after playing a famous deadly hide and seek game called ‘Hitori Kakurenbo’. Horror 17+ 6.6 54 Indonesian Billy Christian ‘Regina Rengganis’, ‘Gandhi Fernando’, ‘Miller Khan’, ‘Ario Astungkoro’, ‘Natasha Gott’, ‘Nicky Tirta’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0006099 270
Posesif 2017 Lala is a platform diving athlete in her final year of high school when she meets Yudhis, a transfer student. The initial romance blossoms, but something about Yudhis is unfolding one by one. Drama Unrated 7.3 740 Indonesian Edwin ‘Putri Marino’, ‘Adipati Dolken’, ‘Griselda Agatha’, ‘Chicco Kurniawan’, ‘Cut Mini Theo’, ‘Yayu A.W. Unru’, ‘Ismail Basbeth’, ‘Maulidina Putri’, ‘Herlyani Dias Sukmahati’, ‘Pranarta’, ‘Iedham Abditama’, ‘Radit Oza Zakaria’, ‘Tyas Nurmara’, ‘Tri Anggoro’, ‘Adil Ibra’ 102 0.0092438 271
Rafathar 2017 Two men try to kidnap a rich family’s baby boy who has a superpower named Rafathar. Adventure 13+ 1.4 880 Indonesian Bounty Umbara ‘Verdi Solaiman’, ‘Rafathar Malik Ahmad’, ‘Raffi Ahmad’, ‘Ence Bagus’, ‘Babe Cabita’, ‘Nur Fazura’, ‘Agus Kuncoro’, ‘Fred Neust’, ‘Nagita Slavina’, ‘Henky Solaiman’, ‘Arie K. Untung’, nan, nan, nan, nan 91 0.0021082 272
Ruqyah: The Exorcism 2017 This is a true story that happened mid-2012: Mahisa (Evan Sanders) wants to help a movie star named Asha (Celine Evangelista) who feel annoyed by the spirits. Horror 17+ 4.0 65 Indonesian Jose Poernomo ‘Evan Sanders’, ‘Celine Evangelista’, ‘Hikmal Abrar Nasution’, ‘Mega Carefansa’, ‘Alfie Alfandi’, ‘Zahra Jasmine’, ‘Torro Margens’, ‘Vinnia Kuntadi’, ‘Ratu Azalia’, ‘Reza Keling’, nan, nan, nan, nan, nan 89 0.0004449 273
Satan’s Slaves 2017 After dying from a strange illness that she suffered for 3 years, a mother returns home to pick up her children. Drama Unrated 6.6 6877 Indonesian Joko Anwar ‘Tara Basro’, ‘Bront Palarae’, ‘Dimas Aditya’, ‘Endy Arfian’, ‘Nasar Annuz’, ‘M. Adhiyat’, ‘Arswendi Nasution’, ‘Egy Fedly’, ‘Ayu Laksmi’, ‘Elly D. Luthan’, ‘Fachry Albar’, ‘Asmara Abigail’, nan, nan, nan 107 0.0776674 274
Satria Heroes: Revenge of the Darkness 2017 One year has passed since Satria Garuda Bima-X defeated VUDO and the earth is in peace again. Ray and Rena are rebuilding the Parallel World again. However, new evil forces attack and old enemies rise again to devastate the earth. Action 13+ 3.2 37 Indonesian Kenzô Maihara ‘Abio Abie’, ‘Adhitya Alkatiri’, ‘Stella Cornelia’, ‘Rayhan Febrian’, ‘Gackt’, ‘Nino Kuya’, ‘Christian Loho’, ‘Faris Fadjar Munggaran’, ‘Yayan Ruhian’, ‘Safira Ratu Sofya’, ‘Fernando Surya’, ‘Yui Takano’, ‘Thalia’, nan, nan 92 0.0002026 275
Satu Hari Nanti 2017 An anniversary celebration ends badly for a couple, Alya and Bima. The impact does not only affect them but also other couple, Chorina and Din. Two couples who are also best friends trapped… Drama 21+ 6.4 45 Indonesian Salman Aristo ‘Deva Mahenra’, ‘Adinia Wirasti’, ‘Ringgo Agus Rahman’, ‘Ayushita’, ‘Luana Fitzgerald’, ‘Jonas Rüegg’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0004928 276
Security Ugal-Ugalan 2017 Acho (Muhadkly Acho), Dana (Sadana Agung), Lolox (Lolox) are Megapolitan Security employees led by Indro Commander (Indro Warkop). Dana falls in love with Angela (Alexa Key). Alan (Dimas … Action Unrated 7.9 7 Indonesian Irham Acho Bahtiar ‘Muhadkly Acho’, ‘Dimas Beck’, ‘Alexa Key’, ‘Lolox’, ‘Pamela Safitri’, ‘Henky Solaiman’, ‘Ovi Sovianti’, ‘Sadana Agung Sulistya’, ‘Indro Warkop’, nan, nan, nan, nan, nan, nan 98 0.0000946 277
Sekala Niskala 2017 A young girl seeks out imaginative ways to cope with the death of her twin brother. Drama Unrated 6.9 298 Indonesian Kamila Andini ‘Thaly Titi Kasih’, ‘Ida Bagus Putu Radithya Mahijasena’, ‘Ayu Laksmi’, ‘Ketut Rina’, ‘Happy Salma’, ‘Ni Gusti Ayu Putu Raka Suryaningsih’, nan, nan, nan, nan, nan, nan, nan, nan, nan 83 0.0035185 278
Si Juki 2017 Juki is a popular celebrity until one mistake turns him into number one public enemy. But then, a fallen meteor is threatening to destroy Indonesia and a talented young scientist asks Juki’s help to stop the meteor together. Animation SU 6.4 90 Indonesian Faza Meonk ‘Muhammad Marzuki’, ‘Bunga Citra Lestari’, ‘Faza Meonk’, ‘Babe Cabita’, ‘Mongol Stres’, ‘Wizzy’, ‘Indro Warkop’, ‘Pandji Pragiwaksono’, ‘T.M. Tarsan’, ‘Butet Kertaradjasa’, ‘Tio Pakusadewo’, ‘Mudy Taylor’, ‘Jaja Mihardja’, ‘Maya Wulan’, ‘Agus Kuncoro’ NA 0.0009856 279
Silariang the Movie 2017 NA Drama Unrated 8.0 27 Indonesian Wisnu Adi ‘Nurlela M. Ipa’, ‘Dewi Irawan’, ‘Bisma Karisma’, ‘Sese Lawing’, ‘Muhary Wahyu Nurba’, ‘Cipta Perdana’, ‘Andania Suri’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003696 280
Stip & Pensil 2017 Four rich high school students try to proof that they are not as arrogant as people in the school talk about. Comedy 13+ 6.7 111 Indonesian Ardy Octaviand ‘Ernest Prakasa’, ‘Tatjana Saphira’, ‘Indah Permatasari’, ‘Ardit Erwandha’, ‘Pandji Pragiwaksono’, ‘Arie Kriting’, ‘Ghita Bhebhita’, ‘Iqbal Sinchan’, ‘Rangga Azof’, nan, nan, nan, nan, nan, nan 98 0.0012726 281
Suhu Beku: The Movie 2017 NA Drama 13+ 7.7 6 Indonesian Rusmin Nuryadin ‘Muhammad Nur Fauzan’, ‘Andi Muhammad Fadli’, ‘Muhammad Fikri Alif’, ‘Muhammad Fathur Rachman’, ‘Nasly Perosyah’, ‘Falih Ichsan’, ‘Rifky Prasetya’, nan, nan, nan, nan, nan, nan, nan, nan 88 0.0000791 282
Surat Cinta Untuk Starla the Movie 2017 Hema has an obsession with nature and always makes a love letter for it. One day, he meets Starla who can make him fall in love. For the first time, he realized that there was a more beautiful love letter that is a love letter for Starla. Drama 13+ 7.0 370 Indonesian Rudi Aryanto ‘Jefri Nichol’, ‘Caitlin Halderman’, ‘Salshabilla Adriani’, ‘Ricky Cuaca’, ‘Ramzi’, ‘Meriam Bellina’, ‘Mathias Muchus’, ‘Dian Nitami’, ‘Rianti Cartwright’, ‘Kevin Royano’, ‘Rizky Hanggono’, ‘Yayu A.W. Unru’, ‘Teuku Ryzki’, ‘Erwin Bagindo’, ‘Amanda Manoppo’ 90 0.0044320 283
Surat Kecil Untuk Tuhan 2017 Two orphan siblings are forced to work as street beggars. One day, an accident lead them to separation. 15 years had passed, one of them is now a successful person, but the past is still haunted them and they decided to find each other. Drama 13+ 7.4 121 Indonesian Fajar Bustomi ‘Bima Azriel’, ‘Susan Bachtiar’, ‘Dorman Borisman’, ‘Kin Wah Chew’, ‘Ben Joshua’, ‘Aura Kasih’, ‘Izzati Khanza’, ‘Maudy Koesnaedi’, ‘Bunga Citra Lestari’, ‘Jeroen Lezer’, ‘Lukman Sardi’, ‘Joe Taslim’, nan, nan, nan NA 0.0015322 284
Surau dan Silek 2017 An eleven-year-old boy discovers the true meaning of silek (a martial art) when he meets a 60-year-old retired university teacher and former silek warrior that he is resolved to put an end to his feud with his competitors. Drama Unrated 8.8 62 Minangkabau Arief Malinmudo ‘Randu Arini’, ‘Barry F. Cheln’, ‘Gilang Dirga’, ‘Dewi Irawan’, ‘Bima Jousant’, ‘Yusril Katil’, ‘Bintang Khairafi’, ‘Ricky Komo’, ‘Muhammad Razi’, ‘Praz Teguh’, nan, nan, nan, nan, nan NA 0.0009336 285
Surga Yang Tak Dirindukan 2 2017 Sequel to the 2015 film ‘Surga Yang Tak Dirindukan’. Drama 13+ 7.1 359 Indonesian Hanung Bramantyo ‘Laudya Cynthia Bella’, ‘Fedi Nuril’, ‘Raline Shah’, ‘Reza Rahadian’, ‘Sandrinna Michelle’, ‘Nora Danish’, ‘Kemal Palevi’, ‘Tanta Ginting’, ‘Muhadkly Acho’, ‘Andi Keefe Bazli Ardiansyah’, ‘David Chalik’, ‘Tasya Medina’, ‘Vitta Mariana Barrazza’, ‘Noel Kevas’, ‘Analies Putri’ 121 0.0043616 286
Susah Sinyal 2017 Ellen does not keep her promise to watch Kiara’s performance at the talent show competition between high schools. Kiara is angry and goes to Sumba alone, where she could feel a glimmer of happiness. Comedy Unrated 7.1 773 Indonesian Ernest Prakasa ‘Adinia Wirasti’, ‘Ernest Prakasa’, ‘Aurora Ribero’, ‘Refal Hady’, ‘Valerie Thomas’, ‘Niniek L. Karim’, ‘Kin Wah Chew’, ‘Asri Welas’, ‘Abdur Arsyad’, ‘Arie Kriting’, ‘Gisella Anastasia’, ‘Gading Marten’, ‘Dodit Mulyanto’, ‘Aci Resti’, ‘Darius Sinathrya’ 110 0.0093915 287
Sweet 20 2017 A 70-year old fussy grandma finds out that her family will send her to a nursing home. In her deeply saddens and devastates, she mysteriously regains her physical appearance from the age of 20. Comedy 13+ 7.3 285 Indonesian Ody C. Harahap ‘Tatjana Saphira’, ‘Niniek L. Karim’, ‘Morgan Oey’, ‘Kevin Julio’, ‘Slamet Rahardjo’, ‘Lukman Sardi’, ‘Cut Mini Theo’, ‘Widyawati’, ‘Alexa Key’, ‘Tika Panggabean’, ‘Nina Kozok’, ‘McDanny’, ‘Ardit Erwandha’, ‘Erick Estrada’, ‘Randhika Jamil’ 110 0.0035601 288
The Carousel Never Stops Turning 2017 This film talks about today’s Indonesia from different perspectives economy, politics, arts and culture, society, laws, and history outlined in several fragments influenced by one another. Drama Unrated 6.8 20 Indonesian Ismail Basbeth ‘Cornelio Sunny’, ‘Dhea Ananda’, ‘Leilani Hermiasih’, ‘Shalfia Fala Pratika’, ‘Gandhi Fernando’, ‘Giras Basuwondo’, ‘Ibnu Widodo’, ‘Karina Salim’, ‘Yan Widjaya’, ‘Natasha Gott’, ‘Paul Agusta’, ‘Rukman Rosadi’, ‘Sekar Sari’, ‘Verdi Solaiman’, nan 84 0.0002327 289
The Curse 2017 An expatriate lawyer girl from Indonesia who working in Australia got message from ghost spirit. Horror Unrated 5.3 19 Indonesian Muhammad Yusuf ‘Prisia Nasution’, ‘Shareefa Daanish’, ‘Lia Waode’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001723 290
The Doll 2 2017 A mother uses her deceased daughter’s doll as a medium to communicate with her, but the consequences are chilling. Horror Unrated 5.4 398 Indonesian Rocky Soraya ‘Herjunot Ali’, ‘Luna Maya’, ‘Sara Wijayanto’, ‘Maria Sabta’, ‘Rydhen Afexi’, ‘Ira Ilva Sari’, ‘Mega Carefansa’, ‘Shofia Shireen’, ‘Wati Sudiyono’, ‘Princess Martinez’, ‘Dea Rizkyana’, ‘Ferdian Ariyadi’, ‘Syntia’, ‘Wafa’, ‘Shandy Aulia’ 117 0.0036777 291
The Guys 2017 Alfi (Raditya Dika) is an employee who works in Mr. Jeremy’s (Tarzan) company. He falls in love with his boss’ daughter named Amira (Pevita Pearce). Helped by his friends in the office, can Alfi date his boss’ daughter or lose his job? Comedy 13+ 6.7 254 Indonesian Raditya Dika ‘Raditya Dika’, ‘Pevita Pearce’, ‘Phongsiree Bunluewong’, ‘Marthino Lio’, ‘Indra Jegel’, ‘Tarzan’, ‘Widyawati’, ‘Pimchanok Leuwisetpaiboon’, ‘Caitlin Halderman’, ‘Deny Danu Prasetia’, nan, nan, nan, nan, nan 115 0.0029121 292
The Underdogs 2017 4 friends who tried to become famous by being Youtubers. Comedy Unrated 7.1 63 Indonesian Adink Liwutang ‘Sheryl Sheinafia’, ‘Brandon Salim’, ‘Babe Cabita’, ‘Jeff Smith’, ‘Ernest Prakasa’, ‘Young Lex’, ‘Han Yoo Ra’, ‘Dede Yusuf’, ‘Meira Anastasia’, ‘Joko Anwar’, ‘Febby Febiola’, ‘Dodit Mulyanto’, ‘Pandji Pragiwaksono’, ‘Soleh Solihun’, ‘Aulion’ 99 0.0007654 293
Trinity, The Nekad Traveler 2017 A career woman from Jakarta named Trinity, who travel to various parts of the world. Adventure 13+ 7.3 61 Indonesian Rizal Mantovani ‘Maudy Ayunda’, ‘Hamish Daud’, ‘Anggika Bolsterli’, ‘Rachel Amanda’, ‘Babe Cabita’, ‘Muhammad Farhan’, ‘Cut Mini Theo’, ‘Ayu Dewi’, ‘Tompi’, nan, nan, nan, nan, nan, nan 103 0.0007620 294
Ular Tangga 2017 An indigo student who can see something bad is going to happen who come through a dream with her plan and friends for hiking a mountain but no one believe her. Horror Unrated 5.8 33 Indonesian Arie Azis ‘Ahmad Affandy’, ‘Alessia Cestaro’, ‘Shareefa Daanish’, ‘Egy Fedly’, ‘Yova Gracia’, ‘Roy Marten’, ‘Vicky Monica’, ‘Fauzan Nasrul’, ‘Randa Septian’, ‘Guntur Triyoga’, nan, nan, nan, nan, nan NA 0.0003275 295
Valentine 2017 Man recruits girl under the guise of making a movie, while really trying to turn her into a masked vigilante. Action 13+ 4.7 504 Indonesian Ubay Fox ‘Arie Dagienkz’, ‘Matthew Settle’, ‘Ahmad Affandy’, ‘Sasky Aisyawara’, ‘Indra Birowo’, ‘Mega Carefansa’, ‘Albert Cen’, ‘Amber Lee Connors’, ‘Cynthia Cranz’, ‘Hayden Daviau’, ‘Marcell Domits’, ‘R. Bruce Elliott’, ‘Emily Fajardo’, ‘Stephen Fu’, ‘Luis Jocom’ 105 0.0040534 296
Verses of Love 2 2017 Fahri, now living in Edinburgh and even becomes a lecturer at University of Edinburgh, but he was forced to live his daily life alone. Together with Uncle Hulusi, his Turkish household assistant, he continued his life without Aisha. Drama 13+ 5.6 533 Indonesian Guntur Soeharjanto ‘Fedi Nuril’, ‘Dewi Sandra’, ‘Chelsea Islan’, ‘Tatjana Saphira’, ‘Nur Fazura’, ‘Pandji Pragiwaksono’, ‘Arie K. Untung’, ‘Cole Gribble’, ‘Dewi Irawan’, ‘Bront Palarae’, ‘Timo Scheunemann’, ‘Melayu Nicole’, ‘Lera Netesa’, ‘Millane Fernandez’, ‘Jihane Almira’ 125 0.0051075 297
Wage 2017 Wage is a biopic movie about the creator of the national anthem of Indonesia titled Indonesia Raya (The Great Indonesia), Wage Rudolf Soepratman. Biography Unrated 8.8 43 Indonesian John de Rantau ‘Khoirul Ilyas Aryatmaja’, ‘Putri Ayudya’, ‘Herman Bennink’, ‘Banon Gautama’, ‘Oim Ibrams’, ‘Ecky Lamoh’, ‘Bram Makahekum’, ‘Ricky H. Malau’, ‘Prisia Nasution’, ‘Pandoyo Adi Nugroho’, ‘Rendra Bagus Pamungkas’, ‘Richard Pb’, ‘Eko Petel’, ‘Kedung Darma R.’, ‘Ferry Sofyan’ NA 0.0006475 298
Warkop DKI Reborn: Jangkrik Boss Part 2 2017 Dono, Kasino, and Indro’s adventure continues. They have to search for the treasure to pay their debts. They travel to Malaysia as their first destination, but the bag with the codes to the treasure is switched with a Malaysian woman’s. Adventure 13+ 5.5 404 Indonesian Anggy Umbara ‘Abimana Aryasatya’, ‘Vino G. Bastian’, ‘Tora Sudiro’, ‘Hannah Al Rashid’, ‘Indro Warkop’, ‘Ence Bagus’, ‘Nur Fazura’, ‘Nora Danish’, ‘Babe Cabita’, ‘Sherry Alhadad’, ‘Man Raja Lawak’, nan, nan, nan, nan NA 0.0038022 299
3 Srikandi 2016 Based on a true story. In 1988, Seoul Olympic, 3 female archers from Indonesia created history by winning the first medal ever for the country. Biography Unrated 6.6 196 Indonesian Iman Brotoseno ‘Bunga Citra Lestari’, ‘Chelsea Islan’, ‘Tara Basro’, ‘Reza Rahadian’, ‘Donny Damara’, ‘Mario Irwinsyah’, ‘Detri Warmanto’, ‘Indra Birowo’, ‘Ivanka Suwandi’, ‘Joshua Pandelaki’, nan, nan, nan, nan, nan NA 0.0022136 300
Aach… Aku Jatuh Cinta 2016 A cheerful yet serious Indonesian Romeo and Juliet. A boy and a girl from the same district, but with difficult childhoods and other reasons not to acknowledge their love. Through the … Drama Unrated 6.5 51 Indonesian Garin Nugroho ‘Chicco Jerikho’, ‘Pevita Pearce’, ‘Nova Eliza’, ‘Annisa Hertami’, ‘Joko Kamto’, ‘Tony Soekardi’, ‘Angelista’, ‘Bima Azriel’, ‘Gati Andoko’, ‘Rukman Rosadi’, nan, nan, nan, nan, nan 85 0.0005673 301
Aku Ingin Ibu Pulang 2016 An Indonesian drama following the life of a young marathon runner who just wants his mother to return and make their family whole again. Drama SU 8.0 6 Indonesian Monty Tiwa ‘Jefan Nathanio’, ‘Nirina Zubir’, ‘T. Rifnu Wikana’, ‘Ghecca Tavvara’, ‘Verdi Solaiman’, ‘Mario Irwinsyah’, ‘Nova Eliza’, ‘Deddy Mahendra Desta’, ‘Acha Sinaga’, ‘Reza Nangin’, ‘Andy F. Noya’, nan, nan, nan, nan 101 0.0000821 302
Algojo: Perang Santet 2016 Desta was born in the happy family. However, happiness in the family did not last long when a shipment of witchcraft led to the death of both parents. Desta grow up to be a loner and full … Action Unrated 1.6 49 Indonesian Rudy Soedjarwo ‘Darius Sinathrya’, ‘Stevie Domminique Jollie’, ‘Otig Pakis’, ‘Christoffer Nelwan’, ‘Emil Kusumo’, ‘Wani Siregar’, ‘Galih Galinggis’, ‘Sabrina Athika’, ‘Osh Indah’, ‘Siska Sandy’, ‘Betet Kunamsinam’, ‘Kim Kematt’, ‘Andi Bersama’, ‘Aulia Mahariza’, nan 94 0.0001342 303
Bangkit! 2016 NA Action 13+ 6.4 14 Indonesian Rako Prijanto ‘Putri Ayudya’, ‘Vino G. Bastian’, ‘Donny Damara’, ‘Adrian Dima’, ‘Khiva Iskak’, ‘Yasamin Jasem’, ‘Deva Mahenra’, ‘Ferry Salim’, ‘Acha Septriasa’, ‘Yayu A.W. Unru’, nan, nan, nan, nan, nan NA 0.0001533 304
Bulan Terbelah di Langit Amerika 2 2016 When Hanum and Rangga decided to return to Vienna, Hanum’s boss gave them a new mission: to find a treasure left behind by a group of Chinese Muslim sailors who had set their sail toward the American continent long before Columbus arrived. Adventure 13+ 4.4 153 Indonesian Rizal Mantovani ‘Acha Septriasa’, ‘Abimana Aryasatya’, ‘Nino Fernandez’, ‘Rianti Cartwright’, ‘Hannah Al Rashid’, ‘Ira Wibowo’, ‘Hailey Franco’, ‘Boy William’, ‘Kenny Adianto Putra’, ‘Adlu Fahrezi’, ‘Eko Susilo’, ‘Rudianto Fransiskus’, ‘Novi Sandra Sari’, ‘Astro Liecharlie’, ‘Thomas Johansen’ 100 0.0011520 305
Catatan Dodol Calon Dokter 2016 The struggle of a young doctor-to-be in finding his true calling while dealing with romance and friendship as a “ko-ass” or pre-med. Comedy Unrated 6.6 52 Indonesian Ifa Isfansyah ‘Amec Aris’, ‘Tika Bravani’, ‘Adipati Dolken’, ‘Gito Gilas’, ‘Albert Halim’, ‘Donna Harun’, ‘Adi Kurdi’, ‘Torro Margens’, ‘Ali Mensan’, ‘Rizky Mocil’, ‘Aurélie Moeremans’, ‘Ikke Nurjanah’, ‘Rizka Dwi Septiana’, ‘Cindy Valerie’, ‘Ingrid Widjanarko’ 103 0.0005873 306
Cek Toko Sebelah 2016 Right when everything is going well for Erwin, his father falls sick and asks him to drop everything and help out at the family store disappointing Yohan, his irresponsible older brother. Comedy 13+ 8.0 1472 Indonesian Ernest Prakasa ‘Ernest Prakasa’, ‘Kin Wah Chew’, ‘Gisella Anastasia’, ‘Dion Wiyoko’, ‘Adinia Wirasti’, ‘Dodit Mulyanto’, ‘Tora Sudiro’, ‘Adjis Doaibu’, ‘Andi Awwe Wijaya’, ‘Arafah Rianti’, ‘Yeyen Lydia’, ‘Anyun Cadel’, ‘Hernawan Yoga’, ‘Ghita Bhebhita’, ‘Budi Dalton’ 104 0.0201509 307
Cinta Laki-Laki Biasa 2016 Nania (Velove Vexia) who comes from a rich family falls in love with Rafli (Deva Mahenra), an ordinary man. They were opposed by Nania’s mother. Their love was tested by various trials. Drama Unrated 7.9 34 Indonesian Guntur Soeharjanto ‘Velove Vexia’, ‘Deva Mahenra’, ‘Nino Fernandez’, ‘Cok Simbara’, ‘Ira Wibowo’, ‘Dewi Yull’, ‘Dini Aminarti’, ‘Muhadkly Acho’, ‘Agus Kuncoro’, ‘Dewi Rezer’, ‘Uli Herdinansyah’, ‘Fanny Fabriana’, ‘Adi Nugroho’, ‘Donita’, ‘Mellya Baskarani’ NA 0.0004596 308
Comic 8: Casino Kings Part 2 2016 Eight secret agents are led into a trap by “The King” and the army. The secret agents must bet on their lives in the world’s largest online gambling scheme whose players include renowned gamblers from around the globe. Action 13+ 6.1 307 Indonesian Anggy Umbara ‘Hannah Al Rashid’, ‘Donny Alamsyah’, ‘Ence Bagus’, ‘Babe Cabita’, ‘Candil’, ‘Billy Chong’, ‘Adjis Doaibu’, ‘Fico Fachriza’, ‘Gandhi Fernando’, ‘Agung Hercules’, ‘Lydia Kandou’, ‘Arie Kriting’, ‘Agus Kuncoro’, ‘Sophia Latjuba’, ‘Cak Lontong’ NA 0.0032045 309
Dear Love 2016 A story between Rayya (Mentari de Marelle) and Nico (Dimas Aditya) who have been a very close best friend since they were kids. But as time goes by, they realize that they fall in love each other. Romance Unrated 7.2 15 Indonesian Dedy Syah ‘Dimas Aditya’, ‘Billy Davidson’, ‘Mentari De Marelle’, ‘Eza Giunino’, ‘Rebecca Tamara’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 105 0.0001848 310
Emma’ (Mother) 2016 Athirah’s life is shattered when another woman enters her husband’s life. In a time and cultural background where polygamy is still widely accepted, Athirah struggles alone with the hurt and humiliation. Drama Unrated 7.1 109 Indonesian Riri Riza ‘Cut Mini Theo’, ‘Christoffer Nelwan’, ‘Nino Prabowo’, ‘Arman Dewarti’, ‘Indah Permatasari’, ‘Tika Bravani’, ‘Jajang C. Noer’, ‘Dimi Cindyastira’, ‘Irmawati Jabbar’, ‘Andreuw Parinussa’, nan, nan, nan, nan, nan 77 0.0013243 311
Firegate 2016 The oldest pyramid in the world is found in Indonesia. A journalist must team up with an archaeologist and a shaman to uncover the mystery of the pyramid. They found out that this ancient pyramid is a prison for a malevolent ancient demon. Adventure Unrated 6.5 98 Indonesian Rizal Mantovani ‘Julie Estelle’, ‘Reza Rahadian’, ‘Ray Sahetapy’, ‘Dwi Sasono’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 113 0.0010900 312
Hangout 2016 Nine people who were invited to a mysterious island tried to survive when someone began to murder them one by one. Comedy 13+ 5.9 564 Indonesian Raditya Dika ‘Raditya Dika’, ‘Soleh Solihun’, ‘Prilly Latuconsina’, ‘Gading Marten’, ‘Titi Kamal’, ‘Surya Saputra’, ‘Dinda Kanyadewi’, ‘Bayu Skak’, ‘Mathias Muchus’, nan, nan, nan, nan, nan, nan 101 0.0056941 313
Headshot 2016 Uwais plays a young man who washes ashore, an amnesiac with a serious head injury whose past comes back to haunt him shortly after being nursed back to health by a young doctor. Violence ensues. Sweet, sweet violence. Action Unrated 6.3 12507 Indonesian Kimo Stamboel ‘Iko Uwais’, ‘Chelsea Islan’, ‘Sunny Pang’, ‘Very Tri Yulisman’, ‘Julie Estelle’, ‘Ario Bayu’, ‘Yayu A.W. Unru’, ‘Ganindra Bimo’, ‘Egy Fedly’, ‘Hirooki Goto’, ‘Gusti Achmad Habibi’, ‘David Hendrawan’, ‘Epy Kusnandar’, ‘Zack Lee’, ‘Udeh Nans’ 118 0.1348309 314
I Am Hope 2016 Mia is a writer who’s very eager to make her own play with her musician father, Raja Abdinegara, until that very dream halts due to her newly found lung cancer, the same disease that once … Drama Unrated 7.2 12 Indonesian Adilla Dimitri ‘Tatjana Saphira’, ‘Fachry Albar’, ‘Ray Sahetapy’, ‘Febby Febiola’, ‘Alessandra Usman’, ‘Fauzi Baadila’, ‘Sandra Dewi’, ‘Ine Febriyanti’, ‘Wulan Guritno’, ‘Sophia Latjuba’, ‘Prisia Nasution’, ‘Aming Sugandhi’, ‘Deddy Sutomo’, ‘Ariyo Wahab’, ‘Khairan Aldy’ 115 0.0001478 315
ILY from 38.000 Ft 2016 Aletta (Michelle Ziudith) meets Arga (Rizky Nazar) in Bali and they fall head over heels in love. They spent every moment together. When they return to Jakarta, Arga promises to find her and marry her. But, he never shows up anymore. Drama Unrated 6.0 111 Indonesian Asep Kusdinar ‘Michelle Ziudith’, ‘Rizky Nazar’, ‘Tanta Ginting’, ‘Derby Romero’, ‘Amanda Rawles’, ‘Ricky Cuaca’, ‘Ayu Dyah Pasha’, ‘Aline Tumbuan’, ‘Ira Wibowo’, ‘Amaranggana’, ‘Rizky Hanggono’, ‘Lionil Hendrik’, ‘Eko Mulyadi’, ‘Verrell Bramasta’, nan 102 0.0011396 316
Indera ke Enam 2016 Merry and her daughter, Dina, decided to organize their lives by moving to a small house. But the situation that went well changed drastically when he began to look again at the occult. Thriller Unrated 5.8 18 Indonesian Wisnu Kuncoro ‘Natasha Gott’, ‘Widi Dwinanda’, ‘Gandhi Fernando’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 77 0.0001786 317
Ini Kisah Tiga Dara 2016 Since their mother passed away, three siblings known as Tiga Dara were taken by their father to the east of Flores, to a small seaside town. They built a beautiful boutique hotel, continuing their mother’s dream. Drama Unrated 6.7 40 Indonesian Nia Di Nata ‘Titiek Puspa’, ‘Shanty Paredes’, ‘Tara Basro’, ‘Tatyana Akman’, ‘Rio Dewanto’, ‘Reuben Elishama’, ‘Richard Kyle’, ‘Ray Sahetapy’, ‘Cut Mini Theo’, ‘Joko Anwar’, ‘Nicke Vinadia’, nan, nan, nan, nan 124 0.0004586 318
Iseng 2016 Inspired by a true story about a young rookie detective paired with an experienced officer, a flirtatious secretary, a prostitute, three thugs, a driver, a restaurant owner, a cook, and a … Drama 21+ 7.0 22 Indonesian Adrian Tang ‘Donny Alamsyah’, ‘Viola Arsa’, ‘Ayushita’, ‘Fauzi Baadila’, ‘Siti Badriah’, ‘Manda Cello’, ‘Fandy Christian’, ‘Melinda Csm’, ‘Donny Damara’, ‘Wulan Guritno’, ‘Khiva Iskak’, ‘Micheal Kho’, ‘Evelinn Kurniadi’, ‘Nagra Kautsar Pakusadewo’, ‘Tio Pakusadewo’ 100 0.0002635 319
Istirahatlah Kata-Kata 2016 Wiji Thukul, a well-known poet, is designed as a suspect activist. With the police looking for him, Wiji is forced to leave Solo for Borneo, thousands of kilometers away. Adventure 17+ 7.3 217 Indonesian Yosep Anggi Noen ‘Gunawan Maryanto’, ‘Marissa Anita’, ‘Eduward Manalu’, ‘Melanie Subono’, ‘Davi Yunan’, ‘Franco Christo’, ‘Kun Hidayat’, ‘Mugiono’, ‘Arswendi Nasution’, ‘Putri Fathiya Hany Nurrohman’, ‘Edwin Setiadi Raharja’, ‘Rukman Rosadi’, ‘Arif Setiawan’, ‘Sucipto’, ‘Joned Suryatmoko’ 97 0.0027107 320
Jagoan Instan 2016 Bumi then becomes Instant Champ, who has strength and superiority after being injected with the serum. When the serum disappears, Bumi is back into a mediocre man. Action SU 5.3 23 Indonesian Fajar Bustomi ‘Kemal Palevi’, ‘Kevin Julio’, ‘Anisa Rahma’, ‘Dede Yusuf’, ‘Meriam Bellina’, ‘Alexa Key’, ‘Jovial Da Lopez’, ‘Andovi Da Lopez’, ‘Ki Manteb Soedharsono’, ‘Daan Aria’, ‘Faras Fatik’, ‘Nikita Mirzani’, ‘Maxx Don’, ‘Mo Sidik’, ‘Fico Fachriza’ 96 0.0002086 321
Jilbab Traveler: Love Sparks in Korea 2016 Rania Samudra (Bunga Citra Lestari) is a travel writer and nicknamed Jilbab Traveler by the readers. When her father was sick, Rania decided to go home. But her father does not want her to worry and keep asking to continue her journey. Drama Unrated 6.9 14 Indonesian Guntur Soeharjanto ‘Bunga Citra Lestari’, ‘Morgan Oey’, ‘Giring Ganesha’, ‘Ringgo Agus Rahman’, ‘Wawan Wanisar’, ‘Dewi Yull’, ‘Tasya Medina’, ‘Indra Bekti’, ‘Ferry Ardiansyah’, ‘Aldila Jelita’, nan, nan, nan, nan, nan 112 0.0001653 322
Jingga 2016 NA Drama Unrated 7.0 7 Indonesian Lola Amaria ‘Ray Sahetapy’, ‘Keke Soeryo’, ‘Joshua Pandelaki’, ‘Hifzane Bob’, ‘Quasar H.Y.’, ‘Hany Valerie’, ‘Aufa Assagaf’, ‘Nina Tamam’, ‘Isa Raja Loebis’, nan, nan, nan, nan, nan, nan 102 0.0000838 323
Juara 2016 NA Action Unrated 6.0 6 Indonesian Charles Gozali ‘Bisma Karisma’, ‘Ciccio Manassero’, ‘Cecep Arif Rahman’, ‘Tora Sudiro’, ‘Cut Mini Theo’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 106 0.0000616 324
Ketika Mas Gagah Pergi the Movie 2016 Gagah was changed. After went to Ternate for his assignment suddenly, he changed drastically. His sister, Gita Ayu can’t accept this. She thought Gagah is a new person who totally different from the previous one. Drama SU 8.3 67 Indonesian Firman Syah ‘Hamas Syahid’, ‘Aquino Umar’, ‘Masaji Wijayanto’, ‘Izzah Ajrina’, ‘Muhammad Taufik Akbar’, ‘Kholidi Asadil Alam’, ‘Ilham Anas’, ‘Endy Arfian’, ‘Abdurrahim Arsyad’, ‘Faisal Azhar’, ‘Muhammad Bagya’, ‘Andy Birulaut’, ‘Maxime Bouttier’, ‘Fendy Chow’, ‘Mentari De Marelle’ NA 0.0009516 325
Koala Kumal 2016 Dika’s marriage is got canceled because his girlfriend is cheating on him. After a long time broken heart, he met Trisna, a girl with a unique viewpoint. Trisna was trying to make Dika get over heartbreak and told him to revenge his ex. Comedy Unrated 6.6 449 Indonesian Raditya Dika ‘Raditya Dika’, ‘Acha Septriasa’, ‘Sheryl Sheinafia’, ‘Nino Fernandez’, ‘Ernest Prakasa’, ‘Cut Mini Theo’, ‘Dede Yusuf’, ‘Dwi Sasono’, ‘Anggika Bolsterli’, ‘Fero Walandouw’, ‘Adipati Dolken’, ‘Kevin Julio’, ‘Jessica Mila’, ‘Lydia Kandou’, ‘Kevin Anggara’ NA 0.0050709 326
Kurung Manuk (Bird Cage) 2016 Manuk an overly imaginative man child who never leaves his bedroom who ends up not only becoming the black sheep of the neighborhood but also the prime suspect of a serial murder case. Sci-Fi Unrated 7.2 11 Indonesian Sigit Pradityo ‘Mehdi Amrullah’, ‘Asep’, ‘Sabrina Athika’, ‘Adhie August’, ‘Meike Djuaeni’, ‘Yohanes Dwicipta’, ‘Andre Bablo Fardanish’, ‘Faras Fatik’, ‘Adinda Gabby’, ‘Gonzalo Gomez Pidal’, ‘Arie Gusti’, ‘Prasajadi Heru’, ‘Osh Indah’, ‘Citra Lubis’, ‘Makoto’ NA 0.0001355 327
London Love Story 2016 Fate unites 4 different people with different situations and brings a little bit of surprise into their lives. Drama Unrated 6.2 12 Indonesian Asep Kusdinar ‘Michelle Ziudith’, ‘Dimas Anggara’, ‘Adilla Fitri’, ‘Dion Wiyoko’, ‘Ramzi’, ‘Yunita Siregar’, ‘Aaron Ashab’, ‘Ina Marika’, ‘Irene Librawati’, nan, nan, nan, nan, nan, nan 89 0.0001273 328
Me vs. Mami 2016 A girl and her mother go on a road trip to Padang, West Sumatera, to visit her grandmother that will change the meaning of their relationship. Comedy 13+ 7.5 48 Indonesian Ody C. Harahap ‘Cut Mini Theo’, ‘Irish Bella’, ‘Dimas Aditya’, ‘Mike Lucock’, ‘Pierre Gruno’, ‘Gading Marten’, ‘Anwar Sanjaya Pigano’, ‘Eliza Sulaiman’, ‘Selvi Kitty’, ‘Rizal Tanjung’, ‘Deslenda’, ‘Desnawati’, ‘Ranti’, ‘Sumardi’, ‘Irsyal Jamal’ NA 0.0006160 329
Midnight Show 2016 A serial killer is about to get on his revenge with the people inside a movie theater during a midnight showing. Action 17+ 6.6 53 Indonesian Ginanti Rona Tembang Sari ‘Gandhi Fernando’, ‘Acha Septriasa’, ‘Ganindra Bimo’, ‘Ratu Felisha’, ‘Boy Harsya’, ‘Gesata Stella’, ‘Arthur Tobing’, ‘Ronny P. Tjandra’, ‘Daniel Topan’, ‘Ade Firman Hakim’, ‘Rangga Djoned’, ‘Citra Prima’, ‘Yayu A.W. Unru’, ‘Neny Anggraeni’, ‘Rayhand Khan’ 100 0.0005986 330
My Journey: Mencari Mata Air 2016 Four young people; Chinta, Cindy, Tasya and Celine intend to fill their holidays with friends come from New York named Lucas who are interested in the environment, especially the water … Adventure SU 8.4 16 Indonesian Joko Nugroho ‘Btari Chinta’, ‘Christopher V. Warren’, ‘Cindy Celine’, ‘Celine Wahyudi’, ‘Dwi Tasya’, ‘Paramitha Rusady’, ‘Ully Sigar Rusady’, ‘Egy Fedly’, ‘Godfred Orindeod’, ‘Martina Tesela’, ‘Siti Khadiva Azalia’, ‘Mahaputri Sigar’, ‘Patrick Sigar’, ‘Arya Indrayasa’, nan NA 0.0002300 331
My Stupid Boss 2016 Diana (Bunga Citra Lestari) lives in Kuala Lumpur following her husband who works there. Diana then applied to work at a company owned by Bossman. Bossman happened to be her husband’s college friend while in America. Comedy Unrated 7.2 1241 Indonesian Upi Avianto ‘Bunga Citra Lestari’, ‘Reza Rahadian’, ‘Alex Abbad’, ‘Bront Palarae’, ‘Kin Wah Chew’, ‘Atikah Suhaime’, ‘Iskandar Zulkarnain’, ‘Melissa Karim’, ‘Nadiya Nissa’, ‘Sharmaine Othman’, ‘Sherry Alhadad’, ‘Richard Oh’, ‘Ting Tan’, nan, nan 108 0.0152897 332
Nyai: A Woman from Java 2016 NA Drama Unrated 7.1 17 Indonesian Garin Nugroho ‘Annisa Hertami’, ‘Rudy Corenz’, ‘Cahwati Sugiarto’, ‘Gunawan Maryanto’, ‘Jamaludin Latief’, ‘Haydar Salishz’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0002065 333
Pesantren Impian 2016 NA Drama Unrated 5.6 14 Indonesian Ifa Isfansyah ‘Prisia Nasution’, ‘Fachry Albar’, ‘Dinda Kanyadewi’, ‘Indah Permatasari’, ‘Vika Aditya’, ‘Usmiyati Brohisman’, ‘Sheila Cascales’, ‘Febby Stephanie Ginting’, ‘Alexandra Gottardo’, ‘Annisa Hertami’, ‘Fuad Idris’, ‘Vanda Mutiara’, ‘Sita Nursanti’, ‘Rukman Rosadi’, ‘Haydar Salishz’ NA 0.0001342 334
Pinky Promise 2016 A story of friendship between women who have different backgrounds, ages, their own personal problems when one of them was wounded and sad after being left by the fiancé who canceled their friend’s marriage. Comedy Unrated 7.5 6 Indonesian Guntur Soeharjanto ‘Donny Alamsyah’, ‘Dhea Ananda’, ‘Alexandra Gottardo’, ‘Chelsea Islan’, ‘Maudy Koesnaedi’, ‘Jajang C. Noer’, ‘Agni Pratistha’, ‘Ringgo Agus Rahman’, ‘Derby Romero’, ‘Dhea Seto’, ‘Ira Maya Sopha’, ‘Gunawan Sudrajat’, nan, nan, nan 104 0.0000770 335
Rudy Habibie 2016 This movie follows the story of the 3rd President of Indonesia, B.J. Habibie, young life when he was studying in the university in Germany, his struggle life as a student, and his love life before he eventually dates Ainun. Biography 13+ 7.5 644 Indonesian Hanung Bramantyo ‘Reza Rahadian’, ‘Chelsea Islan’, ‘Ernest Prakasa’, ‘Indah Permatasari’, ‘Pandji Pragiwaksono’, ‘Boris Bokir’, ‘Dian Nitami’, ‘Donny Damara’, ‘Millane Fernandez’, ‘Cornelio Sunny’, ‘Leroy Osmani’, ‘Timo Scheunemann’, ‘Verdi Solaiman’, ‘Julie Alexandra’, ‘Bagas Luhur Pribadi’ NA 0.0082650 336
Rumah Malaikat 2016 NA Horror Unrated 5.4 16 Indonesian Billy Christian ‘Mentari De Marelle’, ‘Agung Saga’, ‘Roweina Umboh’, ‘Dayu Wijanto’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001478 337
Sabtu Bersama Bapak 2016 It’s a story about a young man looking for a love learning, about a man who learned to be a father and a good husband, about a mother who raised them with love and about father who left a message and promised to always be with them. Drama Unrated 7.5 279 Indonesian Monty Tiwa ‘Sheila Dara Aisha’, ‘Abimana Aryasatya’, ‘Deva Mahenra’, ‘Ernest Prakasa’, ‘Arifin Putra’, ‘Acha Septriasa’, ‘Ira Wibowo’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0035806 338
Shy Shy Cat 2016 She does not want to return home because of the backward village. Especially she is paired with Otoy, whom she remembers as the sucks child. Comedy Unrated 6.4 35 Indonesian Monty Tiwa ‘Fedi Nuril’, ‘Nirina Zubir’, ‘Acha Septriasa’, ‘Tika Bravani’, ‘Titi Kamal’, ‘Soleh Solihun’, ‘Budi Dalton’, ‘Fitria Sechan’, ‘Iszur Muchtar’, ‘Bella Graceva’, ‘Dwi Sasono’, ‘Tio Pakusadewo’, ‘Juwita Bahar’, ‘Adelia Rasya’, ‘Poppy Sovia’ 102 0.0003833 339
Stay with Me 2016 Boy Dimas (Boy William) and Deyna (Ully Triani) are a couple who promise to stay together forever. One day, Deyna gets the news that her parents died in a plane crash. The incident forces her to go to Europe and live with her Aunt. Drama Unrated 7.4 13 Indonesian Rudy Soedjarwo ‘Boy William’, ‘Ully Triani’, ‘Natasha Ratulangi’, ‘Firman Subagja’, ‘Nahtalie Pandoyo’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001646 340
Sundul Gan: The Story of Kaskus 2016 At Seattle, when realizing Andrew Darwis is a man who created Kaskus, Ken Dean, a man with great passion quickly persuade Andrew to come back to Indonesia so they can expand this site … Biography 17+ 8.5 29 Indonesian Naya Anindita ‘Ahmad Affandy’, ‘Pamela Bowie’, ‘Andre Bablo Fardanish’, ‘Albert Halim’, ‘Dion Wiyoko’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 89 0.0004218 341
Sunya 2016 Indonesia, especially Java land is all about the mystical. The story of a man named bejo who must save his grandmother because she can not live or die, but bejo become trapped in the fairy … Drama Unrated 8.6 9 Indonesian Hari Suhariyadi nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 88 0.0001324 342
Super Didi 2016 In two weeks absence of his wife, a young brilliant architect has to look after his two little girls as a clueless father. In the meantime he got a deadline of the most important project in his career. Comedy SU 7.1 19 Indonesian Hadrah Daeng Ratu ‘Vino G. Bastian’, ‘Karina Nadila’, ‘Ira Maya Sopha’, ‘Mathias Muchus’, ‘Anjanique Renney’, ‘Aviela Reyna’, ‘Mike Lucock’, ‘Verdi Solaiman’, ‘Zilly Larasati’, ‘Patty Sandya’, ‘Joe Project P.’, ‘Bayu Oktara’, ‘Sandy Andarusman’, ‘Bang Tigor’, ‘Marcella Lumowa’ 108 0.0002308 343
Surat Cinta Untuk Kartini 2016 On his first day of work, a new postman who recently moved from Semarang did not realize that one of the letters he delivered was for Kartini, a beautiful who also care for people, and he starts to fall in love with her. Drama Unrated 7.8 22 Indonesian Azhar Kinoi Lubis ‘Chicco Jerikho’, ‘Rania Putri Sari’, ‘Ence Bagus’, ‘Donny Damara’, ‘Acha Septriasa’, ‘Ayu Dyah Pasha’, ‘Melayu Nicole’, ‘Keke Soeryo’, ‘Christabelle Grace Marbun’, ‘Oktavia Owe’, ‘Nina Syaheda’, ‘Vanda Mutiara’, ‘Maya Putri’, nan, nan NA 0.0002936 344
Surat dari Praha 2016 A girl named Larasati (Julie Estelle), trying to fulfill her deceased mother’s last wish to deliver a box filled with letters from her past to an old guy lived in Prague. A story about forgiveness, tying loose end and bond. Drama 13+ 7.2 262 Indonesian Angga Dwimas Sasongko ‘Julie Estelle’, ‘Tio Pakusadewo’, ‘Rio Dewanto’, ‘Widyawati’, ‘Chicco Jerikho’, ‘Jajang C. Noer’, ‘Shafira Umm’, nan, nan, nan, nan, nan, nan, nan, nan 97 0.0032280 345
Talak 3 2016 Bagas and Risa just divorced recently. But the job demands them to be together all the time, so they found the love that they once had and decide to be back together again. But it is not that easy because Bagas has given “Talak 3” to Risa. Comedy Unrated 7.3 86 Indonesian Ismail Basbeth ‘Laudya Cynthia Bella’, ‘Reza Rahadian’, ‘Vino G. Bastian’, ‘Sitoresmi Prabuningrat’, ‘Cak Lontong’, ‘Mozza Kirana’, ‘Mike Lucock’, ‘Dodit Mulyanto’, ‘Tika Panggabean’, ‘Gareng Rakasiwi’, ‘Totos Rasiti’, ‘Haydar Salishz’, ‘David John Schaap’, ‘Mo Sidik’, ‘Harya Suraminata’ NA 0.0010743 346
Tausiyah Cinta 2016 NA Romance 13+ 8.4 5 Indonesian Humar Hadi ‘Rendy Herpy’, ‘Irwansyah’, ‘Ressa Rere’, ‘Hamas Syahid’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000719 347
Terjebak Nostalgia 2016 Raisa was chasing her dream with her beloved on Sora to New York. The presence of Reza who accompanied her during her time in New York brought her to a complicated situation. Drama Unrated 7.1 46 English Rako Prijanto ‘Raisa’, ‘Chicco Jerikho’, ‘Maruli Tampubolon’, ‘Khiva Iskak’, ‘Dewi Irawan’, ‘Robby Sugara’, ‘M. Saddam’, ‘Sapto Soetarjo’, ‘Scott Radock’, ‘Alexander Rivero’, nan, nan, nan, nan, nan 94 0.0005589 348
Terpana 2016 Ada is a successful woman with her career, however she is afraid to fall in love with someone else. However with the help of her friend (Reza Rahadian) she meet with Rafian. Rafian is able … Drama Unrated 6.6 25 Indonesian Richard Oh ‘Fachry Albar’, ‘Raline Shah’, ‘Reza Rahadian’, ‘Uwie Balfas’, ‘Chef Chandra’, ‘Aghi Narottama’, ‘Poppy Sovia’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002823 349
The Doll 2016 Eerie things begin to happen after a man gives his wife a doll, unaware it once belonged to a girl who was murdered. The first of the “Doll” films. Horror Unrated 5.3 521 Indonesian Rocky Soraya ‘Shandy Aulia’, ‘Denny Sumargo’, ‘Sara Wijayanto’, ‘Vitta Mariana Barrazza’, ‘Demian Aditya’, ‘Faiza Mahnur’, ‘Hans Gunawan’, ‘Aslam Abad’, ‘Annette Edoarda’, ‘Wenty Mamenda’, ‘Shane Major’, ‘Asha Kenyeri Bermudez’, ‘Princess Martinez’, ‘Joseph Kara’, ‘Nabil Lunggana’ 107 0.0047251 350
The Fabulous Udin 2016 Udin (Muhammad Fazzil Alditto), a boy from Cimaja village, South Sukabumi, East Java, always able to solve the village’s problems with the out of the box solution. Adventure Unrated 7.4 8 Indonesian Herdanius Larobu ‘Muhammad Fazzil Alditto’, ‘Bella Graceva’, ‘Zulfa Maharani’, ‘Difa Ryansyah’, ‘Aldy Rialdy’, ‘Lydia Kandou’, ‘Fandy Christian’, ‘Ussy Sulistiawaty’, ‘Stella Cornelia’, ‘Fendy Chow’, ‘Yama Carlos’, ‘Budi Dalton’, ‘Riafinola Ifani Sari’, ‘Iqbal Pakula’, ‘Masayu Anastasia’ 98 0.0001013 351
The Professionals 2016 Abi (Fachri Albar), a businessman who has to live in prison because he was framed by his business competitor, Reza (Arifin Putra). After his release from prison, he plans to take revenge, a major robbery with the target of Reza’s company. Action Unrated 6.4 39 Indonesian Affandi Abdul Rachman ‘Arifin Putra’, ‘Lukman Sardi’, ‘Cornelio Sunny’, ‘Richard Kyle’, ‘Imelda Therinne’, ‘Fachry Albar’, ‘Luis Jocom’, ‘Melayu Nicole’, ‘Peter Pastimoore’, ‘Hanata Rue’, nan, nan, nan, nan, nan 95 0.0004271 352
The Promise 2016 NA Thriller 17+ 5.8 8 Indonesian Bambang Drias ‘Dara Rizki Ruhiana’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000794 353
The Window 2016 NA Drama Unrated 8.0 11 Indonesian Nurman Hakim ‘Titi Rajo Bintang’, ‘Eka Nusa Pertiwi’, ‘Yoga Pratama’, ‘Haydar Salishz’, ‘Landung Simatupang’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001506 354
Triangle the Dark Side 2016 A retired Hitman is forced to complete his final mission, but falls in love with his target’s sister. Now he has to choose between Love and Logic. Action Unrated 2.2 247 Indonesian Deddy Corbuzier ‘Deddy Corbuzier’, ‘Sisca Jessica’, ‘Volland humonggio’, ‘Sandra Dewi’, ‘Roy Marten’, ‘Sys Ns’, ‘Asri Welas’, ‘Chris John’, ‘Max Metino’, ‘Babe Cabita’, ‘Adi Kurdi’, nan, nan, nan, nan 90 0.0009299 355
Turah 2016 The residents of Kampung Tirang live in dilapidated shacks just to earn for their next meal. The hardworking and reliable Turah has been appointed by the cooperative leader to tend to … Drama 13+ 7.7 59 Indonesian Wicaksono Wisnu Legowo ‘Ubaidillah’, ‘Slamet Ambari’, ‘Yono Daryono’, ‘Rudi Iteng’, ‘Narti Diono’, ‘Cartiwi’, ‘Muhammed Riziq’, ‘Siti Khalimatus Sadiyah’, ‘Aminah’, ‘M. Ilham Maulana’, ‘Bontot Sukandar’, ‘Sulistyo Kusumawati’, ‘Firman Hadi’, ‘Lukman Jiwa’, ‘Bambang Suwidagdo’ 83 0.0007774 356
Uang Panai’ Maha(r)l 2016 Anca (Ikram Noer) just returned from overseas. He was reunited with his ex-girlfriend Risna (Nur Fadillah) and intends to marry her. But Anca’s intention was hindered by a marriage conditions: Uang Panai’ with a fantastic amount of money. Comedy Unrated 6.6 128 Indonesian Halim Gani Safia Asril Sani ‘Abu’, ‘Muh. Zoel Ikram’, ‘Nurfadhillah’, ‘Tumming’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0014456 357
Warkop DKI Reborn: Jangkrik Boss Part 1 2016 Dono, Kasino, and Indro are back in action. Now, they join a private institution called CHIPS. Even though they are passionate about serving the community, they also continue to cause problems because of their silly and funny actions. Adventure Unrated 6.5 1049 Indonesian Anggy Umbara ‘Abimana Aryasatya’, ‘Vino G. Bastian’, ‘Tora Sudiro’, ‘Indro Warkop’, ‘Ence Bagus’, ‘Hannah Al Rashid’, ‘Nikita Mirzani’, ‘Henky Solaiman’, ‘Ingrid Widjanarko’, ‘T.M. Tarsan’, ‘Mudy Taylor’, ‘Bintang Timur’, ‘Arie Kriting’, ‘Fico Fachriza’, ‘Yudha Keling’ NA 0.0116677 358
What’s Up with Love 2 2016 14 years after their budding romance in high school, Rangga and Cinta reunite in Yogyakarta to have their closure after Rangga had left Cinta with no explanation years prior. Drama 13+ 7.4 1650 Indonesian Riri Riza ‘Nicholas Saputra’, ‘Dian Sastrowardoyo’, ‘Titi Kamal’, ‘Adinia Wirasti’, ‘Sissy Priscillia’, ‘Dennis Adhiswara’, ‘Ario Bayu’, ‘Christian Sugiono’, ‘Sarita Thaib’, ‘Dimi Cindyastira’, ‘Lei-Lei Bavoil’, ‘Chase Kuertz’, ‘Mian Tiara’, nan, nan 123 0.0208935 359
Winter in Tokyo 2016 A woman named Keiko Ishida (Pamela Bowie), the librarian, who lives in a small apartment on the outskirts of Tokyo, gets a new neighbor, Kazuto Nishimura (Dion Wiyoko) who returns to Tokyo after 10 years living in America. Romance 13+ 7.8 17 Indonesian Fajar Bustomi ‘Dion Wiyoko’, ‘Pamela Bowie’, ‘Morgan Oey’, ‘Kimberly Ryder’, ‘Ferry Salim’, ‘Brandon Salim’, ‘Brigitta Cynthia’, nan, nan, nan, nan, nan, nan, nan, nan 103 0.0002269 360
Ziarah 2016 Madam Sri is on the search for the grave of her husband who disappeared during the Indonesian National Revolution. Along the way, her grandson looks for her through various conversations … Drama 13+ 8.0 29 Indonesian B.W. Purba Negara ‘Ponco Sutiyem’, ‘Rukman Rosadi’, ‘Ledjar Subroto’, ‘Vera Prifatamasari’, ‘E. Suhardjendro’, ‘Sasmo Wiyanto’, ‘Sugeng Prihatin’, ‘Supriyanto’, ‘Harso Diyono’, ‘Sartorejo’, ‘Fajar Suharno’, ‘Arief Akhmad Yani’, ‘Mulyani’, ‘Sri Mulyani’, ‘Natasya Putri Sastrosoemarto’ 87 0.0003970 361
#66 2015 66 tells the story of an assassin-for-hire, who is hired to kill a police informant, but instead steals the money and runs, igniting the spark that leads a criminal organization to go to war with itself. Action Unrated 5.9 24 Indonesian Asun Mawardi ‘Ari Riski Ananda’, ‘Erwin Bagindo’, ‘Fandy Christian’, ‘Franki Darmawan’, ‘Yanda Djaitov’, ‘Donita’, ‘Hendra Louis Alexander Eman’, ‘Asun Mawardi’, ‘Ali Nurkoto’, ‘Joshua Pandelaki’, ‘Aji Setiaji’, ‘Ricardo Silenzie’, ‘Ali Syehan’, ‘Yayu A.W. Unru’, nan 116 0.0002423 362
3 Dara 2015 Three men have something in common: womanizer and no respect for women. Their lives change when they meet with a woman who condemned their behavior. They search for redemption that brings them to the reality that they have never imagined. Comedy Unrated 5.6 5 Indonesian Ardy Octaviand ‘Tora Sudiro’, ‘Adipati Dolken’, ‘Tanta Ginting’, ‘Rianti Cartwright’, ‘Melayu Nicole’, ‘Shara Virrisya’, ‘Ayushita’, ‘Farali Khan’, ‘Indra Birowo’, ‘Lembu Jati’, ‘Henky Solaiman’, ‘Richard Oh’, ‘Fahria Yasmin’, ‘Najira’, ‘Melissa Karim’ 86 0.0000479 363
3: Alif, Lam, Mim 2015 3 worlds collide for the bigger purpose. Action Unrated 7.3 292 Indonesian Anggy Umbara ‘Cornelio Sunny’, ‘Abimana Aryasatya’, ‘Agus Kuncoro’, ‘Prisia Nasution’, ‘Tika Bravani’, ‘Piet Pagau’, ‘Cecep Arif Rahman’, ‘Verdi Solaiman’, ‘Arswendi Nasution’, ‘Donny Alamsyah’, ‘T. Rifnu Wikana’, ‘Bima Azriel’, ‘Tanta Ginting’, ‘Rangga Djoned’, ‘Rio Dewanto’ 123 0.0036476 364
A Copy of My Mind 2015 A female cheap salon worker and a pirated DVDs subtitle maker fall in love during the turbulent presidential election in Indonesia. Drama Unrated 7.2 698 Indonesian Joko Anwar ‘Tara Basro’, ‘Chicco Jerikho’, ‘Maera Panigoro’, ‘Paul Agusta’, ‘Ario Bayu’, ‘Tony Merle’, ‘Ronny P. Tjandra’, ‘Suhaya’, ‘Windu Arifin’, ‘Ang Tjio Yang’, ‘Sutirah’, nan, nan, nan, nan 116 0.0085997 365
About A Woman 2015 A widow of 65 lives alone but denies she is lonely. Her family sends her in-law’s nephew, teenager Abi, to help around the house. The widow, who is starting to feel insecure about her … Drama 17+ 8.6 19 Indonesian Teddy Soeriaatmadja ‘Rendy Ahmad’, ‘Anneke Jodi’, ‘Tutie Kirana’, ‘Ringgo Agus Rahman’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 76 0.0002796 366
Ayat-Ayat Adinda 2015 NA Drama Unrated 5.4 5 Indonesian Hestu Saputra ‘Tissa Biani Azzahra’, ‘Cynthia Lamusu’, ‘Surya Saputra’, ‘Deddy Sutomo’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000462 367
Bulan Terbelah di Langit Amerika 2015 A husband and wife, Hanum and Rangga, are trying to uncover what really happened in 9/11 tragedy from their point of view. Adventure 17+ 6.0 213 Indonesian Rizal Mantovani ‘Acha Septriasa’, ‘Abimana Aryasatya’, ‘Nino Fernandez’, ‘Rianti Cartwright’, ‘Hannah Al Rashid’, ‘Nur Fazura’, ‘Michael Abts’, ‘Laval Alsbrooks Jr.’, ‘Daniel Danielson’, ‘Gys de Villiers’, ‘Hailey Franco’, ‘Nicholas M. Garofolo’, ‘Nancy Marlowe Gordon’, ‘Wanning Jen’, ‘Nick Mosse’ 109 0.0021869 368
CJR the Movie: Lawan Rasa Takutmu 2015 Bastian’s decision to resign from Coboy Junior makes Iqbal, Aldi, and Kiki feel lost. It is lucky that they have producer like Patrick (Abimana Aryasatya), which is always present to give … Drama 13+ 7.3 20 Indonesian Patrick Effendy ‘Iqbaal Dhiafakhri Ramadhan’, ‘Teuku Ryzki’, ‘Alvaro Maldini Siregar’, ‘Abimana Aryasatya’, ‘Arie Kriting’, ‘Rio Dewanto’, ‘Emmanuel Kelly’, ‘Ernest Prakasa’, nan, nan, nan, nan, nan, nan, nan NA 0.0002498 369
Cai Lan Gong 2015 Aileen is coming to her grandfather. She is obliged to follow rituals as a Cai Lan Gong (Vegetable Basket Deity) keeper. Something evi happens that make the ritual go wrong. Horror Unrated 6.2 5 Indonesian David Purnomo ‘Ineke Valentina’, ‘Ronny P. Tjandra’, ‘Anthony Xie’, ‘Rezca Syam’, ‘Putri Ariani’, ‘Vien Febrina’, ‘Albert Cen’, ‘Peter Pastimoore’, ‘Hanata Rue’, nan, nan, nan, nan, nan, nan 83 0.0000530 370
Cinta Selamanya 2015 NA Drama Unrated 6.8 14 Indonesian Fajar Nugros ‘Rio Dewanto’, ‘Atiqah Hasiholan’, ‘Janna Soekasah Joesoef’, ‘Widi Mulia’, ‘Shalom Razade’, ‘Amanda Soekasah’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001629 371
Clown of the Dead 2015 Three friends must discover what’s behind the killings of local children, the victims drew the same picture before they died. They uncover the evil spirit of a circus clown and must send it back to hell before more children are murdered. Horror Unrated 5.4 125 Indonesian Awi Suryadi ‘Daniel Topan’, ‘Christoffer Nelwan’, ‘Aurélie Moeremans’, ‘Ratu Felisha’, ‘Tiara Westlake’, ‘Ronny P. Tjandra’, ‘Marcel Chandrawinata’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0011550 372
Comic 8: Casino Kings Part 1 2015 Eight secret agents assigned to go undercover as stand up comedians in search of a comedian who becomes a liaison to the master criminal named “The King”, the most spectacular gambling casino owner in Asia. Action 13+ 6.3 327 Indonesian Anggy Umbara ‘Hannah Al Rashid’, ‘Donny Alamsyah’, ‘Dhea Ananda’, ‘Ence Bagus’, ‘Gilang Bhaskara’, ‘Ghita Bhebhita’, ‘Boris Bokir’, ‘Babe Cabita’, ‘Candil’, ‘Billy Chong’, ‘Andovi Da Lopez’, ‘Jovial Da Lopez’, ‘Arief Didu’, ‘Adjis Doaibu’, ‘Fico Fachriza’ NA 0.0035252 373
Di Balik 98 2015 This movie tells the story about the Indonesian riot in 1998 which resulted in the fall of the three-decade-long presidency of Suharto. This event is seen from the perspective of a group student who also participated as the protester. Drama 13+ 6.7 36 Indonesian Lukman Sardi ‘Donny Alamsyah’, ‘Bima Azriel’, ‘Fauzi Baadila’, ‘Agus Cholid’, ‘Asrul Dahlan’, ‘Iang Darmawan’, ‘Ririn Ekawati’, ‘Chelsea Islan’, ‘Gito Juwono’, ‘Amoroso Katamsi’, ‘Agus Kuncoro’, ‘Elkie Kwee’, ‘Nursalim Mas’, ‘Meulela Meurah’, ‘Zulkifli Nasution’ NA 0.0004127 374
Epen Cupen the Movie 2015 Celo a young man from Papua, prompting his father to go look for the lost twin brother since childhood. Celo set off by following the instructions of the dream of his father who saw his … Comedy SU 5.3 26 Indonesian Irham Acho Bahtiar ‘Keisha Shadè Akinyemi’, ‘Abdur Arsyad’, ‘Nato Beko’, ‘Babe Cabita’, ‘Klemen Awi Celo’, ‘Deddy Mahendra Desta’, ‘Fico Fachriza’, ‘Pierre Gruno’, ‘Edward Gunawan’, ‘Marissa Nasution’, ‘Temon Rarameha’, ‘Uus’, nan, nan, nan 91 0.0002358 375
Filosofi Kopi 2015 A coffee shop struggling to pay their debts, while at the same time maintaining their principles. Drama Unrated 7.1 604 Indonesian Angga Dwimas Sasongko ‘Rio Dewanto’, ‘Chicco Jerikho’, ‘Julie Estelle’, ‘Jajang C. Noer’, ‘Slamet Rahardjo’, ‘Ronny P. Tjandra’, ‘Otig Pakis’, ‘Melissa Karim’, ‘Westny Dj’, ‘Aufa Assagaf’, ‘Muhammad Aga’, ‘Joko Anwar’, ‘Baim Wong’, nan, nan 117 0.0073382 376
Gangster 2015 Jamroni, a village boy, went to Jakarta to find Sari, his childhood love, and to find the truth about himself. But instead, he is involved in a feud between two powerful figures concerning arranged marriage of the daughter. Action Unrated 5.9 31 Indonesian Fajar Nugros ‘Hamish Daud’, ‘Nina Kozok’, ‘Agus Kuncoro’, ‘Dwi Sasono’, ‘Eriska Rein’, ‘Dominique Sanda’, ‘Ganindra Bimo’, ‘Yayan Ruhian’, ‘Kelly Tandiono’, ‘Dede Yusuf’, ‘Lukman Sardi’, ‘Dian Sastrowardoyo’, ‘Raihan Khan’, ‘Avrilla Sigarlaki’, ‘Akbar Kobar’ 99 0.0003130 377
Garuda Superhero 2015 An anti-asteroid nuclear missile has been stolen by a terrorist group led by Durja King, who intends to use the weapon as a threat against the world’s superpower countries. Only the Garuda Superhero, stands in the way of his evil plans. Action Unrated 3.6 14 Indonesian X. Jo ‘Rizal Idrus’, ‘Slamet Rahardjo’, ‘Robby Sugara’, ‘Agus Kuncoro’, ‘Rudy Salam’, ‘Piet Pagau’, ‘Alexa Key’, ‘Kia Poetri’, ‘Balqis Inzalna’, ‘Jacopo Maugeri’, nan, nan, nan, nan, nan 85 0.0000862 378
Guru Bangsa Tjokroaminoto 2015 In 1912, Javanese activist Omar Said Tjokroaminoto (Reza Rahadian) co-founds the Sarekat Islam party to fight injustices of the Dutch East Indies’ colonial regime. Biography Unrated 7.3 92 Indonesian Garin Nugroho ‘Alex Abbad’, ‘Putri Ayudya’, ‘Maia Estianty’, ‘Egy Fedly’, ‘Tanta Ginting’, ‘Ade Firman Hakim’, ‘Christine Hakim’, ‘Chelsea Islan’, ‘Ibnu Jamil’, ‘Alex Komang’, ‘Deva Mahenra’, ‘Christoffer Nelwan’, ‘Arjan Onderdenwijngaard’, ‘Didi Petet’, ‘Reza Rahadian’ 161 0.0011492 379
Hijab 2015 Four best friends were independent women in the first place. After three of them married, they became wives who would always serve their husbands and decided to wear hijab in different … Comedy Unrated 5.6 16 Indonesian Hanung Bramantyo ‘Meriam Bellina’, ‘Tika Bravani’, ‘Nino Fernandez’, ‘Sophia Latjuba’, ‘Mike Lucock’, ‘Zaskia Adya Mecca’, ‘Ananda Omesh’, ‘Carissa Putri’, ‘Natasha Rizki’, ‘Dion Wiyoko’, nan, nan, nan, nan, nan 100 0.0001533 380
Jendral Soedirman 2015 The Dutch declares unilaterally that they are not longer bound by the Renville Treaty, and to stop the ceasefire. On December 19, 1948, Army Commander General Spoor Noord Simons leads … Action SU 7.3 32 Indonesian Viva Westi ‘Adipati Dolken’, ‘Ibnu Jamil’, ‘Gogot Suryanto’, ‘Angga Riyadi’, ‘Ahmad Ramadhan’, ‘Anintriyoga Dian’, ‘Wawan Cenut’, ‘Gregorius Andika’, ‘Ahmad Andaru’, ‘Ahmadulloh’, ‘Anggi Agus’, ‘Anto Galon’, ‘Annisa Hertami’, ‘Hans de Kraker’, ‘Mathias Muchus’ NA 0.0003997 381
Kakak 2015 Adi and Kirana have been married for a long time but are still childless. Adi decides that a move outside of town. Kirana starts to feel that there is something strange with their new home. a girl ghost who she calls “SISTER”. Horror Unrated 6.2 11 Indonesian Ivander Tedjasukmana ‘Laudya Cynthia Bella’, ‘Surya Saputra’, ‘Yafi Tesa Zahara’, ‘Ence Bagus’, ‘Miea Kusuma’, ‘Marsha Lavenia’, ‘Gading Marten’, ‘Totos Rasiti’, ‘Ivanka Suwandi’, ‘Nina Tamam’, nan, nan, nan, nan, nan NA 0.0001167 382
Kapan Kawin? 2015 A successful Hotel Manager tired being bullied by her parents because she’s single and didn’t have a plan to get married soon. She then took an extreme move hired an eccentric actor to pretend to become her boyfriend while visiting them. Comedy SU 7.3 202 Indonesian Ody C. Harahap ‘Adinia Wirasti’, ‘Reza Rahadian’, ‘Adi Kurdi’, ‘Ivanka Suwandi’, ‘Febby Febiola’, ‘Erwin Sutodihardjo’, ‘Firman Ferdiansyah’, ‘Ellis Alisha’, ‘Yayu A.W. Unru’, ‘Aghi Narottama’, ‘Wicaksono Wisnu Legowo’, nan, nan, nan, nan NA 0.0025233 383
Komedi Moderen Gokil 2015 The new detective has to investigate the affair of the husband from his boarding house’s madam. Comedy Unrated 4.8 5 Indonesian Cuk Fk ‘Dodit Mulyanto’, ‘Boris Bokir’, ‘Indro Warkop’, ‘Kartika Putri’, ‘Nadine Alexandra’, ‘Pamela Safitri’, ‘Maya Wulan’, ‘Ovi Sovianti’, ‘Tarzan’, ‘Ria Winata’, ‘Henky Solaiman’, ‘Ikhsan Saleh’, ‘Risma Nilawati’, nan, nan 95 0.0000411 384
Lily Bunga Terakhirku 2015 As a child, Tura, witnessed thieves to rape and kill his mother. After he buried her mother in the back garden of his home, he takes care of himself until adulthood and became a florist … Drama 17+ 7.8 12 Indonesian Indra Birowo ‘Salvita Decorte’, ‘Baim Wong’, ‘Wulan Guritno’, ‘Haykal’, ‘Zidane’, ‘Tanta Ginting’, ‘Abdurrahaman’, ‘Verdi Solaiman’, ‘Mike Lucock’, ‘Ilya Sigma’, ‘Caradith’, ‘Ameliia dyah ayu Pamukir’, ‘Tamiraz’, ‘Tutry’, ‘Gracia’ 83 0.0001602 385
Love & Faith 2015 The plot is about Kwee Tjie Hoei, a senior high school graduate who comes from an ordinary family who provides his younger brother Kwee Tjie Ong with the opportunity to continue his … Biography Unrated 7.7 26 Indonesian Benni Setiawan ‘Verdi Solaiman’, ‘Laura Basuki’, ‘Rio Dewanto’, ‘Ferry Salim’, ‘Chiu Yen Irina Tan’, ‘Dion Wiyoko’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003426 386
Love You… Love You Not 2015 A love triangle gets complicated when a female English tutor unknowingly gets between a hot-tempered guy and his off-to-the-United States girlfriend. Comedy Unrated 5.3 47 Indonesian Sridhar Jetty ‘Chelsea Islan’, ‘Hamish Daud’, ‘Miller Khan’, ‘R.R. Melati Pinaring’, ‘Fico Fachriza’, ‘Kemal Palevi’, ‘Reynold Hamzah’, ‘Rizka Dwi Septiana’, ‘Arkanda Saezario Wicaksono’, nan, nan, nan, nan, nan, nan 95 0.0004263 387
Magic Hour 2015 Raina (Michelle Ziudith) is in dilemma when she met Dimas (Dimas Anggara), an interesting yet ignorant man who got her attention. As they become closer, Toby (Rizky Nazar), Raina’s childhood friend, suddenly proclaimed his love for Raina. Drama Unrated 6.2 43 Indonesian Asep Kusdinar ‘Michelle Ziudith’, ‘Dimas Anggara’, ‘Rizky Nazar’, ‘Nadya Arina’, ‘Meriam Bellina’, ‘Ira Wibowo’, ‘Anisa Rahma’, ‘Surya Saputra’, ‘Maeeva Amin’, ‘Ramzi’, ‘Artta Ivano’, ‘Tasya Djerly Emor’, ‘Miqdad Addausy’, ‘Rieski Rucita’, ‘Raka Hutchison’ 96 0.0004562 388
Melancholy Is A Movement 2015 It was based on a movie maker, he try to explore what he wants in his career, and his struggle, on how he want for his dream to be come true. Drama Unrated 6.5 19 Indonesian Richard Oh ‘Joko Anwar’, ‘Fachry Albar’, ‘Amink’, ‘Ario Bayu’, ‘Karina Salim’, ‘Aimee Saras’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002113 389
Mencari Hilal 2015 With special agreement with his sister, not so close son agree to accompanied his strictly religious father journey to find “Hilal”. Adventure Unrated 7.7 71 Indonesian Ismail Basbeth ‘Deddy Sutomo’, ‘Oka Antara’, ‘Haydar Salishz’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 94 0.0009355 390
Menuju Rembulan 2015 A dreamy, absurdist fantasy film based on Indonesian legends. Asa is the daughter of a seer. To escape her mother’s clutches, she lives hidden in a forest. One day, she is collected by a dog, who turns out to be a man sent by her mother. Drama Unrated 6.1 56 Indonesian Ismail Basbeth ‘Tara Basro’, ‘Ratu Anandita’, ‘Cornelio Sunny’, ‘Endang Sukeksi’, ‘Mila Rosinta Totoatmojo’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 80 0.0005845 391
Misterius 2015 NA Horror Unrated 5.0 9 Indonesian Muhammad Yusuf ‘Sofia Adios’, ‘Efritha Berliana’, ‘Muhammad Iqbal’, ‘Ayub Darjam’, ‘Lia Waode’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 81 0.0000770 392
Nada Untuk Asa 2015 Nada was happily married to her husband, until her husband died due to cancer, her life turn into 180 degree, after one of the doctor that took care of her husband revealed that her husband… Drama Unrated 6.7 15 Indonesian Charles Gozali ‘Marsha Timothy’, ‘Acha Septriasa’, ‘Darius Sinathrya’, ‘Inong Nidya Ayu’, ‘Wulan Guritno’, ‘Mathias Muchus’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001720 393
Nay 2015 NA Drama Unrated 6.2 8 Indonesian Djenar Maesa Ayu ‘Sha Ine Febriyanti’, ‘Paul Agusta’, ‘Joko Anwar’, ‘Niniek L. Karim’, ‘Cinta Ramlan’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 80 0.0000849 394
Negeri Van Oranje 2015 Five best friends who came from a foreign country studied in Netherlands. There they struggled with money and a lot of things but their friendship was a journey worth more than money. Adventure Unrated 7.4 269 Indonesian Endri Pelita ‘Tatjana Saphira’, ‘Chicco Jerikho’, ‘Abimana Aryasatya’, ‘Arifin Putra’, ‘Ge Pamungkas’, ‘Maudy Koesnaedi’, ‘Patricio’, ‘Meggie Rose Mizner’, ‘Ajibonkna’, ‘Lavinia Ursula Carolina’, ‘Alam’, ‘Wizzy’, ‘Arne Luiting’, ‘Agung Udijana’, ‘Robin Hagens’ NA 0.0034063 395
Ngenest 2015 Ernest, an Indonesia guy of Chinese descent, has to deal with his life as a Chinese-born, how he often got bullied in school, and how he decided to find a local girl to marry. Comedy Unrated 7.0 392 Indonesian Ernest Prakasa ‘Ernest Prakasa’, ‘Lala Karmela’, ‘Morgan Oey’, ‘Kevin Anggara’, ‘Brandon Salim’, ‘Olga Lydia’, ‘Ferry Salim’, ‘Budi Dalton’, ‘Fitria Sechan’, ‘Angie Ang’, ‘Franda’, ‘Lolox’, ‘Ge Pamungkas’, ‘Regina Rengganis’, ‘Henky Solaiman’ NA 0.0046955 396
November 10th 2015 Musa, a thirteen-year-old shoe shiner, with Yumna, undergoes destiny through their adventure of waging war during the war time. Will they manage to bring peace among the troops keeping on fighting for nothing? Animation Unrated 7.1 2714 Indonesian Aryanto Yuniawan ‘Reza Rahadian’, ‘Maudy Ayunda’, ‘Keagan Kang’, ‘Marlon Dance-Hooi’, ‘Joe Murray’, ‘Novie Burhan’, ‘Suzuki Nobuyuki’, ‘Alistair Hendry’, ‘Angela Nazar’, ‘Tato’, ‘Joy’, ‘Andromeda’, ‘Sana Hamada’, ‘Ian Saybani’, ‘Nathan’ 99 0.0329734 397
Pizza Man 2015 Three girls waking up from a hang over only to find the house is trashed and a mysterious pizza delivery guy is in a coma in their bathtub. They have to remember what happened the night … Action SU 6.1 14 Indonesian Ceppy Gober ‘Joanna Alexandra’, ‘Yuki Kato’, ‘Karina Nadila’, ‘Gandhi Fernando’, ‘Chika Waode’, ‘Kemal Palevi’, ‘Babe Cabita’, ‘Dhea Ananda’, ‘Rangga Djoned’, ‘Bran Vargas’, ‘Henky Solaiman’, ‘Zerny Rusmalia’, ‘Dennis Adhiswara’, ‘Meisya Siregar’, ‘Novita Angie’ 90 0.0001461 398
Romeo + Rinjani 2015 Romeo (Deva Mahenra), works as a freelance photographer for an outdoor adventure magazine. One day, he got a job to take photographs on Mount Rinjani. On the way to Rinjani, Romeo meets someone who will change his life. Adventure 13+ 6.1 11 Indonesian Fajar Bustomi ‘Deva Mahenra’, ‘Kimberly Ryder’, ‘Alexa Key’, ‘Donna Harun’, ‘Fico Fachriza’, ‘Jessyca Stefani Auryn’, ‘Novi Herlina’, ‘Gary M. Iskak’, ‘Ananda Fatturahman’, ‘Sam Brodie’, ‘Sammy Notaslimboy’, ‘Sandrinna Michelle’, ‘Uus’, ‘Amel Alvie’, ‘Ranty Purnamasari’ 85 0.0001148 399
Sagarmatha 2015 Two best friends embark on a journey to Sagarmatha (Nepalese for Mount Everest) to fulfill their dreams and promise to each other of climbing the tallest mountain in the world. Adventure Unrated 7.2 21 Indonesian Emil Heradi ‘Nadine Chandrawinata’, ‘Ranggani Puspandya’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 98 0.0002587 400
Single 2015 A single man desperately looking for a girl that brings him into an unforgettable journey. Comedy 13+ 6.8 628 Indonesian Raditya Dika ‘Raditya Dika’, ‘Annisa Rawles’, ‘Chandra Liow’, ‘Pandji Pragiwaksono’, ‘Babe Cabita’, ‘Frederick Alexander’, ‘Tinna Harahap’, ‘Rina Hasyim’, ‘Dede Yusuf’, ‘Dewi Hughes’, ‘Elvira Devinamira’, ‘Pevita Pearce’, nan, nan, nan 127 0.0073074 401
SkakMat 2015 Jamal, motorcycle taxi drivers who like to play chess, had a dream to open a the motor wash near his base. Rodiah, Jamal’s mother, threatens him if not promptly changes his life, the family land quota for him will be his cousin. Action Unrated 6.7 10 Indonesian Ody C. Harahap ‘Donny Alamsyah’, ‘Tanta Ginting’, ‘Hannah Al Rashid’, ‘Cecep Arif Rahman’, ‘Sutan Simatupang’, ‘Karenina Maria’, ‘Andi Anissa Lasyah’, ‘Fadi Iskandar’, ‘Melissa Karim’, ‘Clara Bernadeth’, ‘Siti Rosyidah Awwaliah’, ‘Anna Shirley’, ‘Titiek Sandhora’, ‘Chacha Caroline’, ‘Peter Taslim’ NA 0.0001146 402
Sunshine Becomes You 2015 Ballerina girl who accidentally make a pianist fall from the stair, then the pianist guy asked her to take responsibility by being his maid until he fully recovered. Comedy Unrated 6.0 66 Indonesian Rocky Soraya ‘Herjunot Ali’, ‘Sam Brodie’, ‘Nabilah Ratna Ayu Azalia’, ‘Boy William’, ‘Annabella Jusuf’, ‘Kimi Jayanti’, ‘Ivanka Suwandi’, ‘Suzuki’, ‘Wahyu Soeparno Putro’, ‘Spencer Breslin’, nan, nan, nan, nan, nan 126 0.0006776 403
Surga Yang Tak Dirindukan 2015 An architect and also a married man was forced to marry a depressed woman in order to save her life. This caused various conflicts within his marriage life start to happen. Drama 13+ 7.8 2135 Indonesian Kuntz Agus ‘Fedi Nuril’, ‘Laudya Cynthia Bella’, ‘Raline Shah’, ‘Sandrinna Michelle’, ‘Kemal Palevi’, ‘Tanta Ginting’, ‘Zaskia Adya Mecca’, ‘Landung Simatupang’, ‘Sitoresmi Prabuningrat’, ‘Vitta Mariana Barrazza’, ‘Rukman Rosadi’, nan, nan, nan, nan NA 0.0284963 404
Tarot 2015 Two lovers who are about to get married, hope to get a beautiful card reading, but they end up receiving an awful reading from a Tarot card reader. According to the opened cards, someone is coming from the past to take one of their lives. Drama Unrated 7.1 89 Indonesian Jose Poernomo ‘Shandy Aulia’, ‘Boy William’, ‘Sara Wijayanto’, ‘Aurélie Moeremans’, ‘Zaneta Georgina’, ‘Mega Carefansa’, ‘Norman Naya’, ‘Sisca Dewi’, ‘Bayu Semar’, nan, nan, nan, nan, nan, nan 119 0.0010813 405
The Wedding & Bebek Betutu 2015 “The Crew” trying hard to find the one behind the blackmail which threatens the wedding of their boss’ daughter. They have to find the best “Bebek Betutu” recipe as requested by the very important soon to be parents in law in 24 hours. Comedy SU 6.8 26 Indonesian Hilman Mutasi ‘Tora Sudiro’, ‘Aming Sugandhi’, ‘Ananda Omesh’, ‘Sogi Indra Dhuaja’, ‘Tike Priatnakusumah’, ‘Edric Tjandra’, ‘Ence Bagus’, ‘Ibob Tarigan’, ‘Mieke Amalia’, ‘Ronal Surapradja’, ‘Adinda Thomas’, ‘T.J.’, ‘Indra Birowo’, ‘Virnie Ismail’, ‘Marcel Chandrawinata’ 109 0.0003025 406
Toba Dreams 2015 A retired Sergeant, Tebe, returns to his hometown with all of his little family members and all his dreams but his eldest son follows the wrong path. Drama Unrated 7.4 45 Indonesian Benni Setiawan ‘Vino G. Bastian’, ‘Boris Bokir’, ‘Vinessa Inez’, ‘Paloma Kasia’, ‘Mathias Muchus’, ‘Jajang C. Noer’, ‘Marsha Timothy’, ‘Tri Yudiman’, nan, nan, nan, nan, nan, nan, nan NA 0.0005698 407
Train Station 2015 When a mysterious train accident forces a man to change his plans, he is confronted with a series of choices. Each decision he makes leads to a different scenario, each one filmed by a different director with a different cast. Crime Unrated 5.8 146 English Xavier Agudo ‘Patrick Gorman’, ‘Judith Hoersch’, ‘Yoann Sover’, ‘Shirin Esmaeeli’, ‘Vivid Wang’, ‘Alan Madlane’, ‘Matt Bromen’, ‘Bryan Carmody’, ‘Georg Anton’, ‘Paul Howard’, ‘Jim Kitson’, ‘Daymon Britton’, ‘Hamdi A. al Saaidi’, ‘Lance Alan’, ‘Elnaz Amiri’ 97 0.0014490 408
Turis Romantis 2015 Turis Romantis is 2015 Indonesian romantic film having Shaheer Sheikh in lead role. Romance Unrated 8.9 60 Indonesian Senoaji Julius ‘Shaheer Sheikh’, ‘Kirana Larasati’, ‘Mike Lucock’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0009138 409
Tuyul: Part 1 2015 Husband and Wife move to an old house before the birth of their firstborn child. Suddenly they find a mysterious bottle underneath the broken wooden floor. The bottle might be home to a creature that could potentially put them in danger. Horror 17+ 6.0 90 Indonesian Billy Christian ‘Dinda Kanyadewi’, ‘Gandhi Fernando’, ‘Citra Prima’, ‘Ingrid Widjanarko’, ‘Karina Nadila’, ‘Topan Dicky’, ‘Dini Vitri’, ‘Allan Wangsa’, ‘Bubah Alfian’, ‘Frans Nicholas’, ‘Dimas Hary’, ‘Neny Aggraeni’, nan, nan, nan 95 0.0009240 410
Wewe 2015 When 5 year old Aruna goes missing, her concerned family starts a search for her and uncovers a secret lying deep within their new home. Horror Unrated 5.8 22 Indonesian Rizal Mantovani ‘Agus Kuncoro’, ‘Inong Nidya Ayu’, ‘Nabilah Ratna Ayu Azalia’, ‘Khadijah Banderas’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 100 0.0002183 411
12 Menit 2014 This is a story about struggle. Struggle for self-defeating. For the sake of a very simple aspiration : to realize 12 minutes that they will remember forever. A marching band in Bontang is … Drama Unrated 8.6 66 Indonesian Hanny Saputra ‘Verdi Solaiman’, ‘Titi Rajo Bintang’, ‘Egy Fedly’, ‘Hudri’, ‘Niniek L. Karim’, ‘Olga Lydia’, ‘Didi Petet’, ‘Arum Sekarwangi’, ‘Amanda Sutanto’, ‘Nobuyuki Suzuki’, nan, nan, nan, nan, nan 110 0.0009713 412
2014 2014 A young man must find a way to free his father from the threat of jail. Action Unrated 6.9 35 Indonesian Hanung Bramantyo ‘Ray Sahetapy’, ‘Rizky Nazar’, ‘Donny Damara’, ‘Maudy Ayunda’, ‘Rudy Salam’, ‘Rio Dewanto’, ‘Donna Harun’, ‘Atiqah Hasiholan’, ‘Akri Patrio’, ‘Fadhika R.’, ‘Fauzan Smith’, ‘Deddy Sutomo’, nan, nan, nan 109 0.0004133 413
3 Nafas Likas 2014 Set in Indonesia, through 1930’s to 2000. 3 Nafas Likas is the extraordinary story of an extraordinary woman, named Likas who, then achieved numerous remarkable and great success in her … Drama SU 7.3 32 Indonesian Rako Prijanto ‘Atiqah Hasiholan’, ‘Vino G. Bastian’, ‘Tutie Kirana’, ‘Marissa Anita’, ‘Mario Irwinsyah’, ‘Tissa Biani Azzahra’, ‘Daniel Irawan’, ‘Ernest Samudera’, nan, nan, nan, nan, nan, nan, nan NA 0.0003997 414
3600 Detik 2014 3600 Detik tells about the life of Sandra (Shae), who changes over night when her parents divorce ; she colours her hair red and also changes her personality. This causes her friends to … Drama Unrated 6.6 29 Indonesian Nayato Fio Nuala ‘Indra Birowo’, ‘Ponco Buwono’, ‘Febby Febiola’, ‘Wulan Guritno’, ‘Shae’, ‘Joshua Suherman’, ‘Agung Udijana’, ‘Stefan William’, nan, nan, nan, nan, nan, nan, nan 90 0.0003275 415
7 Hari 24 Jam 2014 Two busy and successful couple barely have time for each other and their daughter. But when both of them collapse, they share the same room in the hospital. Now together 24/7, they can spend the quality time they never really had before. Drama Unrated 7.1 77 Indonesian Fajar Nugros ‘Lukman Sardi’, ‘Dian Sastrowardoyo’, ‘Henky Solaiman’, ‘Verdi Solaiman’, ‘Ari Wibowo’, ‘Husein Alatas’, ‘Indra Birowo’, ‘Baby Margaretha’, ‘Dahlia Poland’, ‘Fandy Christian’, ‘Minati Atmanegara’, ‘Hadijah’, ‘Aline Adita’, ‘Tiffany Orie’, ‘Icha Nadya’ 97 0.0009355 416
99 Cahaya di Langit Eropa Part 2 2014 This movie is a sequel of “99 Cahaya di Langit Eropa”. This movie revealed the secrets of the history of the development of Islam in other part of continental Europe. Adventure Unrated 6.0 25 Indonesian Guntur Soeharjanto ‘Alex Abbad’, ‘Abimana Aryasatya’, ‘Nino Fernandez’, ‘Marissa Nasution’, ‘Dewi Sandra’, ‘Acha Septriasa’, ‘Raline Shah’, ‘Ghecca Tavvara’, nan, nan, nan, nan, nan, nan, nan 102 0.0002567 417
Aku, Kau, & KUA 2014 NA Comedy Unrated 7.0 42 Indonesian Monty Tiwa ‘Babe Cabita’, ‘Adipati Dolken’, ‘Sisca Jessica’, ‘Bianca Liza’, ‘Deva Mahenra’, ‘Karina Nadila’, ‘Tio Pakusadewo’, ‘Eriska Rein’, ‘Christian Sugiono’, ‘Ira Wibowo’, ‘Nina Zatulini’, nan, nan, nan, nan NA 0.0005031 418
Angker 2014 NA Horror Unrated 6.8 13 Indonesian Muhammad Yusuf ‘Lia Waode’, ‘Muhammad Iqbal’, ‘Armeena Yusuf’, ‘Adinda Divia’, ‘Ariel’, ‘Agung Ayu’, ‘Sofia Adios’, ‘Charles Jansen’, ‘Muhammad Yusuf’, ‘Ayub Darjam’, nan, nan, nan, nan, nan 90 0.0001513 419
Assalamualaikum Beijing 2014 After her wedding fails, Asma (Revalina S. Temat) accepted a job offer from Beijing. In Beijing, she meets a Chinese man who introduces her to the legend of love story of Ashima, the Princess of Yunnan, and then he falls in love with her. Drama Unrated 7.2 231 Indonesian Guntur Soeharjanto ‘Revalina S. Temat’, ‘Ibnu Jamil’, ‘Laudya Cynthia Bella’, ‘Deddy Mahendra Desta’, ‘Morgan Oey’, ‘Cynthia Ramlan’, ‘Jajang C. Noer’, ‘Ollyne Apple’, nan, nan, nan, nan, nan, nan, nan NA 0.0028460 420
Bajaj Bajuri the Movie 2014 When Bajuri (Ricky Harun) gets money from selling his inheritance, the problem starts. He, his family, thugs, and police were trapped in a horrendous comedy action. Action Unrated 7.0 5 Indonesian Fajar Nugros ‘Muhadkly Acho’, ‘Meriam Bellina’, ‘Masayu Clara’, ‘Jason Daniels’, ‘Arief Didu’, ‘Nova Eliza’, ‘Eman’, ‘Dimas Gabra’, ‘Jimmy Gideon’, ‘Rizky Hanggono’, ‘Ricky Harun’, ‘Gofar Hilman’, ‘Adit Insomnia’, ‘Surya Insomnia’, ‘Randhika Jamil’ 93 0.0000599 421
Cherrybelle: Crush 2014 A girl group band in Indonesia must find their dance instructor to help them save their pride, while one of the members struggles with her own sister. Comedy Unrated 5.6 111 Indonesian Rizal Mantovani ‘Irving Artemas’, ‘Margareth Angelina’, ‘Cherly Yuliana Anggraini’, ‘Christy Saura Noela Unu’, ‘Yefani Filliang’, ‘Brigitta Cynthia’, ‘Kezia Karamoy’, ‘Jessyca Stefani Auryn’, ‘Stefanny Margaretha Aay’, ‘Erin Shay’, ‘Yuanita Christiani’, ‘Farhan’, ‘Indro Warkop’, ‘Mikhaela Jade’, ‘Deva Mahenra’ 101 0.0010637 422
Comic 8 2014 Eight young people from various backgrounds and life stories coincidentally rob a bank at the same time. Action 17+ 7.0 839 Indonesian Anggy Umbara ‘Ernest Prakasa’, ‘Kemal Palevi’, ‘Arie Kriting’, ‘Fico Fachriza’, ‘Babe Cabita’, ‘Bintang Timur’, ‘Mongol Stres’, ‘Mudy Taylor’, ‘Indro Warkop’, ‘Ence Bagus’, ‘Candil’, ‘Kiki Fatmala’, ‘Agung Hercules’, ‘Agus Kuncoro’, ‘Cak Lontong’ 106 0.0100498 423
Danau Hitam 2014 After 5 friends find mysterious chest at the lake, dreams and terrors begin to haunted them. Horror 13+ 6.1 7 Indonesian Jose Poernomo ‘Ganindra Bimo’, ‘Nadine Chandrawinata’, ‘Maria Selena’, ‘Denny Sumargo’, ‘Daniel Topan’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000731 424
Guardian 2014 After the mysterious death of her undercover cop husband, a female martial artist must protect her daughter from corrupt police, politicians and hired assassins who will do anything to conceal the truth. Action Unrated 4.2 143 English Helfi C.H. Kardit ‘Sarah Carter’, ‘Tio Pakusadewo’, ‘Nino Fernandez’, ‘Dominique Agisca Diyose’, ‘Belinda Camesi’, ‘Kimi Jayanti’, ‘Ganindra Bimo’, ‘Claudia Soraya’, ‘Naomi Zaskia’, ‘Helfi C.H. Kardit’, ‘Alina Malina’, ‘Peter Pastimoore’, nan, nan, nan 91 0.0010277 425
Haji Backpacker 2014 A spiritual journey of a backpacker who gets dissapointed with God, wandering 9 countries to find himself. Adventure Unrated 6.1 17 Indonesian Danial Rifki ‘Abimana Aryasatya’, ‘Dewi Sandra’, ‘Laudya Cynthia Bella’, ‘Laura Basuki’, ‘Pipik Dian Irawati’, ‘Ray Sahetapy’, ‘Dion Wiyoko’, ‘Kenes Andari’, ‘Dimas Argoebie’, ‘Wanderley’, ‘Cornelio Sunny’, ‘Attaya Bilal Rizqullah’, ‘Syed Salman Chishty’, nan, nan NA 0.0001774 426
Hijrah Cinta 2014 The story of the late Ustadz Al-Jeffri Buchori aka Uje (Alfie Alfandi), also known as sociable Ustadz. Biography Unrated 8.1 59 Indonesian Indra Gunawan ‘Alfie Alfandi’, ‘Revalina S. Temat’, ‘Piet Pagau’, ‘Valentino’, ‘Fikha Effendi’, ‘Ananda Omesh’, ‘Yoriko Angeline’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0008178 427
Killers 2014 A psychopathic Japanese executive accidentally triggers a journalist’s ‘dark side’. They begin to connect over the Internet and make a complicated bond. Action Unrated 6.4 4710 Japanese Kimo Stamboel ‘Kazuki Kitamura’, ‘Oka Antara’, ‘Rin Takanashi’, ‘Luna Maya’, ‘Ray Sahetapy’, ‘Ersya Aurelia’, ‘Tensui Sakai’, ‘Epy Kusnandar’, ‘Mei Kurokawa’, ‘Tara Basro’, ‘Denden’, ‘Dimas Argoebie’, ‘Steve Jean’, ‘Yuki Konoe’, ‘Roy Marten’ 137 0.0515818 428
Kukejar Cinta ke Negeri Cina 2014 Imam (Adipati Dolken) met with Chen Jia Li (Eriska Rein), a Muslim woman from China and he fell in love with her. Imam wanted to express his love for Chen Jia Li, but she had already returned to China to get engaged. Comedy Unrated 6.0 30 Indonesian Fajar Bustomi ‘Adipati Dolken’, ‘Kemal Palevi’, ‘Ernest Prakasa’, ‘Eriska Rein’, ‘Nina Zatulini’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 94 0.0003080 429
Legend of the East 2014 Legend of the East tells the story of the Dynasty Ming during its most historic period of conflict. While it is common to have a story told from the kingdom’s point of view, Legend of the … Action Unrated 1.7 10 Indonesian Nirattisai Kaljareuk ‘Yusril Ihza Mahendra’, ‘Wang Hui Qian’, ‘Mao Su’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 57 0.0000291 430
Malam Minggu Miko Movie 2014 This movie is a widescreen version of a TV series with the same name, and in the same universe as Cinta Dalam Kardus. The film still follows a boy named Miko who went through Saturday night after Saturday night in search of his true love. Comedy 13+ 7.4 16 Indonesian Raditya Dika ‘Ryan Adriandhy’, ‘Sheila Dara Aisha’, ‘Andovi Da Lopez’, ‘Jovial Da Lopez’, ‘Mentari De Marelle’, ‘Raditya Dika’, ‘Rina Hasyim’, ‘Suzuki Nobuyuki’, ‘Hadian Saputra’, ‘Henky Solaiman’, nan, nan, nan, nan, nan 90 0.0002026 431
Mall Klender 2014 Obsessed with the supernatural world, 4 ghosthunters search for the existence of supernatural activities in places rumored to be haunted. Unable to get any real evidence for their planned … Horror Unrated 6.5 52 Indonesian David Purnomo ‘Shandy Aulia’, ‘Denny Sumargo’, ‘Tasya Kamila’, ‘Saykoji’, ‘Yafi Tesa Zahara’, ‘Sutan Simatupang’, ‘Agobowo’, ‘Antonio Shan’, nan, nan, nan, nan, nan, nan, nan NA 0.0005784 432
Mari Lari 2014 Rio Kusumo (Dimas Aditya) is a pessimistic young man. One day, he suddenly takes part in a marathon race and meets a girl named Anisa (Olivia Jensen). Anisa invites Rio to run and they must finish the marathon on the slopes of Mount Bromo. Drama Unrated 7.3 27 Indonesian Delon Tio ‘Verdi Solaiman’, ‘Dimas Aditya’, ‘Dimas Argoebie’, ‘Donny Damara’, ‘Edwin Ganda’, ‘Ibnu Jamil’, ‘Olivia Lubis Jensen’, ‘Ira Wibowo’, ‘Amanda Zevannya’, nan, nan, nan, nan, nan, nan NA 0.0003373 433
Marmut Merah Jambu 2014 Dika visited Ina’s Father before her wedding day, he told about his high school experience of having Ina as his crush. He also creates a detective group with his other friends trying to be famous in his high school to get Ina’s attention. Comedy Unrated 6.9 275 Indonesian Raditya Dika ‘Raditya Dika’, ‘Christoffer Nelwan’, ‘Julian Liberty’, ‘Tio Pakusadewo’, ‘Bucek Depp’, ‘Sonya Pandarmawan’, ‘Anjani Dina’, ‘Dewi Irawan’, ‘Jajang C. Noer’, ‘Franda’, ‘Mohammed Kamga’, ‘Deny Danu Prasetia’, ‘Axel Matthew Thomas’, nan, nan NA 0.0032470 434
Merry Riana: Mimpi Sejuta Dolar 2014 Merry Riana, a girl from Chinese ethnicity in Indonesia, is forced to move abroad to Singapore during Indonesian riot in 1998. She then must live a hard life because she doesn’t know anyone in Singapore. Biography Unrated 6.7 160 Indonesian Hestu Saputra ‘Sellen Fernandez’, ‘Chelsea Islan’, ‘Niniek L. Karim’, ‘Cynthia Lamusu’, ‘Kimberly Ryder’, ‘Ferry Salim’, ‘Darwyn Tse’, ‘Dion Wiyoko’, ‘Lanawati Tuti Wulandani’, nan, nan, nan, nan, nan, nan NA 0.0018344 435
My Idiot Brother 2014 NA Drama Unrated 7.2 12 Indonesian Alyandra ‘Adilla Fitri’, ‘Donny Kusuma’, ‘Ali Mensan’, ‘Kimberly Ryder’, ‘Cindy Fatika Sari’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001478 436
Oo Nina Bobo 2014 This is an Indonesian horror film based on the lullaby ‘Oo Nina Bobo’. Horror Unrated 5.3 48 Indonesian Jose Poernomo ‘Boy Rano’, ‘Revalina S. Temat’, ‘Daniel Topan’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0004353 437
Pendekar Tongkat Emas 2014 When an aging martial arts master chooses two of her meeker students to be her successors, two older students steal her mystical cane and pursue their rivals. Action Unrated 6.2 722 Indonesian Ifa Isfansyah ‘Eva Celia Latjuba’, ‘Nicholas Saputra’, ‘Reza Rahadian’, ‘Tara Basro’, ‘Christine Hakim’, ‘Aria Kusumah’, ‘Slamet Rahardjo’, ‘Whani Darmawan’, ‘Darius Sinathrya’, ‘Prisia Nasution’, ‘Landung Simatupang’, nan, nan, nan, nan 111 0.0076599 438
Remember When 2014 Freya, a shy and taciturn teenage girl, lives a quiet relationship with Moses. Freya bored. Freya wants to live a life like his friend Gia, who has dating fun with Adrian. Once Adrian with … Drama Unrated 6.4 26 Indonesian Fajar Bustomi ‘Michelle Ziudith’, ‘Maxime Bouttier’, ‘Stella Cornelia’, ‘Miqdad Addausy’, ‘Bobby Samuel’, ‘Adjie Pangestu’, ‘Monica Oemardi’, ‘Syamsul Adnan’, ‘Yayuk’, ‘Merry Kirana’, ‘Frizka Azliani’, ‘Fico Fachriza’, ‘Mongol Stres’, ‘Raja Arnold’, ‘Melinda Sagita Julie’ 90 0.0002847 439
Rumah Gurita 2014 Selina is a girl who has a sixth sense and can see another world. Drama Unrated 7.5 64 Indonesian Jose Poernomo ‘Shandy Aulia’, ‘Boy William’, ‘Kemal Palevi’, ‘Maria Sabta’, ‘Iszur Muchtar’, ‘Sandy Ishabella’, ‘Teguh Widodo’, ‘Boy Rano’, nan, nan, nan, nan, nan, nan, nan 106 0.0008214 440
Runaway 2014 Two young lovers in Hong Kong were trapped and tried to run away from their problems and reality. Action Unrated 6.2 18 Indonesian Guntur Soeharjanto ‘Tatjana Saphira’, ‘Al Ghazali’, ‘Edward Akbar’, ‘Dewi Irawan’, ‘Ray Sahetapy’, ‘Udeh Nans’, ‘Hanata Rue’, ‘Kimberly Ryder’, nan, nan, nan, nan, nan, nan, nan 90 0.0001910 441
Selamat Pagi, Malam 2014 A tender, melancholic night is experienced through the eyes of three women as they struggle to find themselves in this ever-changing jungle of Jakarta. Drama Unrated 7.3 161 Indonesian Lucky Kuswandi ‘Paul Agusta’, ‘Marissa Anita’, ‘Ina Panggabean’, ‘Dira Sugandi’, ‘Trisa Triandesa’, ‘Dayu Wijanto’, ‘Adinia Wirasti’, nan, nan, nan, nan, nan, nan, nan, nan 94 0.0020112 442
Siti 2014 Siti has to find ways and means to care for her son and her husband. By day, she sells snacks; by night, she works as a karaoke guide. Tainted by her nighttime employment, Siti finds her husband no longer wishes to speak to her. Drama Unrated 7.5 210 Indonesian Eddie Cahyono ‘Sekar Sari’, ‘Bintang Timur Widodo’, ‘Titi Dibyo’, ‘Ibnu Widodo’, ‘Haydar Salishz’, ‘Delia Nuswantoro’, ‘Chelsy Bettido’, ‘Cathur Stanis’, ‘Ernanto Kusuma’, ‘Agus Lemu Radia’, ‘Noel Kevas’, ‘Adi Marsono’, ‘Edo Armando’, ‘Hery Setiyana’, ‘Danang Parikesit’ 95 0.0026951 443
Strawberry Surprise 2014 NA Drama Unrated 5.9 13 Indonesian Hanny Saputra ‘Reza Rahadian’, ‘Acha Septriasa’, ‘Olivia Lubis Jensen’, ‘Ryan Delon’, ‘Balqis Inzalna’, ‘Sita Nursanti’, ‘Ibnu Jamil’, ‘Fandy Christian’, ‘Reuben Elishama’, ‘Ayu Azhari’, ‘Katon Bagaskara’, nan, nan, nan, nan 85 0.0001312 444
Street Society 2014 The reigning champion of Indonesia’s illegal street racing forms a Street Society with the fellow super car owners while his archenemy, the heir to a Surabaya crime syndicate, keeps pushing him for a rematch after their embarrassing loss. Action Unrated 6.6 83 Indonesian Awi Suryadi ‘Edward Akbar’, ‘Marcel Chandrawinata’, ‘Edward Gunawan’, ‘Wulan Guritno’, ‘Chelsea Islan’, ‘Marcellino Lafrand’, ‘Ferry Salim’, ‘Yogie Tan’, ‘Kelly Tandiono’, ‘Daniel Topan’, nan, nan, nan, nan, nan NA 0.0009374 445
Suka-Suka Super 7: Habis Gelap Menuju Terang 2014 A story about Indonesian kids music group combined with colossal dance from various culture in Indonesia. Drama SU 8.4 16 Indonesian Geri Busye ‘Raza Adhanzio’, ‘Muhammad Fazzil Alditto’, ‘Tissa Biani Azzahra’, ‘Agatha Chelsea’, ‘Jose Christian’, ‘Denada’, ‘Bryan Domani’, ‘Ikang Fawzi’, ‘Helsi Herlinda’, ‘Bagas Dwi Rizqi Hidayat’, ‘Jevier Justin’, ‘Mike Lewis’, ‘Difa Ryansyah’, ‘Bryant Santoso’, ‘Bagas R.D. Saputra’ NA 0.0002300 446
Supernova 2014 Two Indonesian students in the U.S. are brought together by a party. That night they make a pact - one day they will write a book, a science fiction romance titled “The Tale of the Knight, the Princess, and the Shooting Star”. Drama Unrated 6.4 289 Indonesian Rizal Mantovani ‘Herjunot Ali’, ‘Raline Shah’, ‘Paula Verhoeven’, ‘Fedi Nuril’, ‘Arifin Putra’, ‘Hamish Daud’, ‘Brittany Athey’, ‘Eli Perdew’, nan, nan, nan, nan, nan, nan, nan 135 0.0031650 447
Tabula Rasa 2014 Hans was a young man from Serui, Papua, who has a dream to become a professional football player. But things turn out don’t come his way, and when Hans had almost lost hope, he met Mak, a restaurant owners. Drama SU 7.6 118 Indonesian Adriyanto Dewo ‘Jimmy Kobogau’, ‘Dewi Irawan’, ‘Yayu A.W. Unru’, ‘Ozzol Ramdan’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 107 0.0015346 448
Tak Kemal Maka Tak Sayang 2014 Samarinda, 2006 Kemal (17 thn), seorang pelajar SMU dari Samarinda yang selalu mendambakan wanita tercantik untuk menjadi kekasihnya.Ia memiliki pola pikir yang absurd, sulit berfokus dan … Comedy Unrated 5.5 25 Indonesian Fajar Bustomi ‘Kemal Palevi’, ‘Laudya Cynthia Bella’, ‘Norman R. Akyuwen’, ‘Aida Alifisina’, ‘Niken Anjani’, ‘Maxime Bouttier’, ‘Andovi Da Lopez’, ‘Jovial Da Lopez’, ‘Adjis Doaibu’, ‘Ikang Fawzi’, ‘Gofar Hilman’, ‘Hifdzi Khoir’, ‘Limbad’, ‘Luna Maya’, ‘Ana Octarina’ NA 0.0002353 449
The Raid 2 2014 Only a short time after the first raid, Rama goes undercover with the thugs of Jakarta and plans to bring down the syndicate and uncover the corruption within his police force. Action 13+ 8.0 112091 Indonesian Gareth Evans ‘Iko Uwais’, ‘Arifin Putra’, ‘Tio Pakusadewo’, ‘Oka Antara’, ‘Alex Abbad’, ‘Cecep Arif Rahman’, ‘Julie Estelle’, ‘Very Tri Yulisman’, ‘Ryûhei Matsuda’, “Ken’ichi Endô”, ‘Kazuki Kitamura’, ‘Yayan Ruhian’, ‘Cok Simbara’, ‘Roy Marten’, ‘Epy Kusnandar’ 150 1.5344632 450
The Sun, the Moon, & the Hurricane 2014 A story about Rain, a man in his thirties, in quest of happiness, love and the purpose of his life and all incident that occurred. About the people he met and places he went to that shaped his destiny. Drama Unrated 7.3 31 Indonesian Andri Cung ‘Natalius Chendana’, ‘William Tjokro’, ‘Gesata Stella’, ‘Cornelio Sunny’, ‘Paul Agusta’, ‘Dayu Wijanto’, nan, nan, nan, nan, nan, nan, nan, nan, nan 101 0.0003872 451
Unlimited Love 2014 A love triangle between three friends unfolds into a drama which knows no boundaries. Drama Unrated 8.2 8 Indonesian Haryanto Corakh ‘Prisia Nasution’, ‘Dallas Pratama’, ‘Restu Sinaga’, ‘Agung Udijana’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001123 452
Viva JKT48 2014 JKT48 is suddenly dissolved by Miss Kejora. Fans who had been waiting for JKT48 show are disappointed because their idols are replaced by a new group called BKT48. Miss Kejora then challenges JKT48 members to take their position back. Comedy 17+ 7.6 28 Indonesian Awi Suryadi ‘Melody Nurramdhani Laksani’, ‘Nabilah Ratna Ayu Azalia’, ‘Ayana Shahab’, ‘Shania Junianatha’, ‘Haruka Nakagawa’, ‘Cindy Yuvia’, ‘Rona Anggreani’, ‘Shinta Naomi’, ‘Meirayni Fauziah’, ‘Bobby Samuel’, ‘Stephanus Tjiproet’, ‘Mario Maulana’, ‘Ayu Dewi’, ‘Yanda Djaitov’, ‘Suzuki Nobuyuki’ NA 0.0003641 453
We Are Moluccans 2014 Five years conflict, thousands casualties, a football team united them Biography Unrated 8.2 152 Indonesian Angga Dwimas Sasongko ‘Abdurrahman Arif’, ‘Aufa Assagaf’, ‘Glenn Fredly’, ‘Ridho Hafiedz’, ‘Chicco Jerikho’, ‘Bebeto Leutually’, ‘Frans Nendissa’, ‘Jajang C. Noer’, ‘Burhanuddin Ohorella’, ‘Shafira Umm’, nan, nan, nan, nan, nan 151 0.0021328 454
308 2013 A girl works at a 5-star hotel by the beach. But the hotel has one strange rule: Never open room number 308 under any circumstance. Based on the legend, the spirit of the Queen of the South Sea supposedly lives in room 308 in that hotel. Horror Unrated 6.5 93 Indonesian Jose Poernomo ‘Shandy Aulia’, ‘Denny Sumargo’, ‘Kartika Putri’, ‘Ki Kusumo’, ‘Sylvia Fully’, ‘Gilang Dirgahari’, ‘Kimberly Ryder’, ‘Marcell Domits’, ‘Yafi Tesa Zahara’, ‘Deasy Akmal’, ‘Firman Servia’, ‘Yuzar Nazaros’, ‘Nadira Kusuma’, ‘Winindya Chasanovri’, ‘Panji Komara’ NA 0.0010344 455
9 Summers 10 Autumns 2013 A story of hope where the son of a poor minibus driver in Batu, the City of Apples in East Java, Indonesia went on to become a multinational company director in New York, The Big Apple. Biography Unrated 8.2 61 English Ifa Isfansyah ‘Agni P. Arkadewi’, ‘Ence Bagus’, ‘Hayria Faturrahman’, ‘Ade Irawan’, ‘Dewi Irawan’, ‘Ria Irawan’, ‘Alex Komang’, ‘Epy Kusnandar’, ‘Roby Muhamad’, ‘Shafil Hamdi Nawara’, ‘Swasti Nuswantari’, ‘Agni Pratistha’, ‘Ida Ayu Wadanthi Purnama’, ‘Dira Sugandi’, ‘M. Ihsan Tarore’ 114 0.0008559 456
99 Cahaya di Langit Eropa 2013 The story of a Indonesian students in Europe. How they adapt, to meet with various friends until finally lead them to the secrets of Islam in continental Europe. Adventure Unrated 6.2 173 Indonesian Guntur Soeharjanto ‘Acha Septriasa’, ‘Abimana Aryasatya’, ‘Raline Shah’, ‘Ghecca Tavvara’, ‘Nino Fernandez’, ‘Alex Abbad’, ‘Marissa Nasution’, ‘Aurelia Burckhardt’, ‘Elias Maria Burckhardt’, ‘Fatin Shidqia Lubis’, ‘Dian Pelangi’, ‘Karl-Martin Pold’, ‘Hanum Salsabiela Rais’, nan, nan NA 0.0018354 457
After the Dark 2013 At an international school in Jakarta, a philosophy teacher challenges his class of twenty graduating seniors to choose which ten of them would take shelter underground and reboot the human race in the event of a nuclear apocalypse. Drama 13+ 5.7 20979 English John Huddles “James D’Arcy”, ‘Sophie Lowe’, ‘Daryl Sabara’, ‘Freddie Stroma’, ‘Rhys Wakefield’, ‘Bonnie Wright’, ‘Jacob Artist’, ‘George Blagden’, ‘Philippa Coulthard’, ‘Katie Findlay’, ‘Natasha Gott’, ‘Taser Hassan’, ‘Chanelle Bianca Ho’, ‘Darius Homayoun’, ‘Cinta Laura Kiehl’ 107 0.2046234 458
Air Mata Terakhir Bunda 2013 This film tells story about the struggle and sacrifice of a mother who acts as a single parent of two sons, Delta Santoso (Vino G Bastian) and Iqbal (Rizky Hanggono). This film is an … Drama Unrated 6.9 7 Indonesian Endri Pelita ‘Vino G. Bastian’, ‘Rizky Hanggono’, ‘Tabah Penemuan’, ‘Mamiek Prakoso’, ‘Happy Salma’, ‘Marsha Timothy’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000827 459
Air Terjun Pengantin Phuket 2013 After experiencing the bad disasters on Pengantin Island, a woman decided to calm down on the beach of Phuket, Thailand. Until one day his best friend in college came to visit and intended to persuade her to return to Indonesia. Horror Unrated 5.3 41 Indonesian Rizal Mantovani ‘Tamara Blezinski’, ‘Darius Sinathrya’, ‘Kimberly Ryder’, ‘Udeh Nans’, ‘Putri Una’, ‘Stefan William’, ‘Laras Monca’, ‘Edward Akbar’, ‘Ray Sahetapy’, nan, nan, nan, nan, nan, nan 83 0.0003718 460
Bangun Lagi Dong Lupus 2013 NA Comedy Unrated 6.8 41 Indonesian Benni Setiawan ‘Miqdad Addausy’, ‘Acha Septriasa’, ‘Jeremy Christian’, ‘Alfie Alfandi’, ‘Fabila Mahadira’, ‘Mela Austen’, ‘Ira Maya Sopha’, ‘Agung Hercules’, ‘Cici Tegal’, ‘Debby Sahertian’, ‘Didi Petet’, ‘Eko Patrio’, ‘Epy Kusnandar’, ‘Firda Razak’, ‘Ira Wibowo’ 90 0.0004771 461
Berlian Si Etty 2013 NA Comedy Unrated 6.5 6 Indonesian Dimas Adi Pratama ‘Fitri Tropica’, ‘Yogi Finanda’, ‘Echie Dwi Asih’, ‘Donna Harun’, ‘Ikke Nurjanah’, ‘Andi Permana’, ‘Shalvynne’, ‘Denny Sumargo’, nan, nan, nan, nan, nan, nan, nan 97 0.0000667 462
Cinta Brontosaurus 2013 Dika, a heartbroken writer, believes that any relationships will eventually get ‘expired’. Meanwhile, his agent is trying to convince him of true love as he tried to introduce Dika to a girl who has the same strange mindset as Dika. Comedy Unrated 6.2 329 Indonesian Fajar Nugros ‘Dwi Putrantiwi’, ‘Raditya Dika’, ‘Ence Bagus’, ‘Meriam Bellina’, ‘Pamela Bowie’, ‘Bucek Depp’, ‘Moammar Emka’, ‘Dimas Gabra’, ‘Lana Girlly’, ‘Lani Girlly’, ‘M. Griff’, ‘Dewi Irawan’, ‘Richa Iskak’, ‘Aelke Mariska’, ‘Tyas Mirasih’ 98 0.0034905 463
Cinta Dalam Kardus 2013 A boy called Miko went to Stand Up Comedy show in a restaurant to release his stresses. While in the show, his jokes are hated by the restaurant costumers, so he brings the box that contains the pieces of stuff of his past loves. Comedy Unrated 6.5 177 Indonesian Salman Aristo ‘Raditya Dika’, ‘Ryan Adriandhy’, ‘Hadian Saputra’, ‘Felicya Angellista’, ‘Tissa Biani Azzahra’, ‘Masayu Clara’, ‘Sharena Gunawan’, ‘Anizabella Lesmana’, ‘Fauzan Nasrul’, ‘Dahlia Poland’, ‘Deny Danu Prasetia’, ‘Adhitya Putri’, ‘Martina Putri’, ‘Lukman Sardi’, ‘Wichita Satari’ 90 0.0019687 464
Cinta dari Wamena 2013 NA Drama Unrated 7.8 11 Indonesian Lasja Fauzia ‘Maximus Itlay’, ‘Madonna Marrey’, ‘Benyamin Lagowan’, ‘Amyra Jessica’, ‘Nicholas Saputra’, ‘Susan Bachtiar’, ‘Doddy Katamsi’, ‘Sylvia Saartje’, ‘Bento Madubun’, nan, nan, nan, nan, nan, nan 90 0.0001468 465
Cinta/Mati 2013 A girl names Acid who was brokenhearted, decided to end her life. In her attempt to commit suicide, Acid met Jaya. Firstly, Acid forced Jaya to help her end her life. Jaya submitted … Drama Unrated 8.2 10 Indonesian Ody C. Harahap ‘Vino G. Bastian’, ‘Astrid Tiar’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 95 0.0001403 466
Coboy Junior: The Movie 2013 The young boy band group called Coboy Junior’s (Bastian, Iqbal, Aldi, Kiki) struggle to participate in the biggest singing and dancing competition in Indonesia. Drama 13+ 3.8 125 Indonesian Anggy Umbara ‘Iqbaal Dhiafakhri Ramadhan’, ‘Teuku Ryzki’, ‘Bastian Bintang Simbolon’, ‘Alvaro Maldini Siregar’, ‘Abimana Aryasatya’, ‘Nirina Zubir’, ‘Dewi Sandra’, ‘Iwa K.’, ‘Ananda Omesh’, ‘Irgi Fahrezi’, ‘Ersa Mayori’, ‘Charles Bonar Sirait’, ‘Meisya Siregar’, ‘Joe Project P.’, ‘Hera Helmy’ 90 0.0008128 467
Crazy Love 2013 Kumbang (Adipati Dolken) is a bad boy in his school. He is often got punished. Until one day, the school principal assigned Olive (Tatjana Saphira) to help him so he could change and have good grades. Romance Unrated 6.9 10 Indonesian Guntur Soeharjanto ‘Harry de Fretes’, ‘Adipati Dolken’, ‘Herichan’, ‘Kemal Palevi’, ‘Ray Sahetapy’, ‘Tatjana Saphira’, ‘Ira Wibowo’, ‘Zidni Adam Zawas’, nan, nan, nan, nan, nan, nan, nan NA 0.0001181 468
Eyang Kubur 2013 Effendy, a fortune teller, is told that he will attain great riches and power if he stays buried alive for ten days and then takes six wives. With the help of his madcap assistant Dullah, … Comedy Unrated 7.0 10 Japanese Findo Purwono ‘Ray Sahetapy’, ‘Yadi Sembako’, ‘Putri Ariani’, ‘Ervan Naro’, ‘Yurike Prastica’, ‘Hiromitsu Harada’, ‘Baby Margaretha’, ‘Fifie Buntaran’, ‘Manda Cello’, ‘Allanys Weber’, ‘Anri Okita’, ‘Daus Separo’, ‘Derry Drajat’, ‘Gary M. Iskak’, ‘Arya Wiguna’ 80 0.0001198 469
Finding Srimulat 2013 In the middle of the problems he faces, Adika (Reza Rahadian) gets an idea bringing Srimulat, a legendary comedy group, back through a unique performance. Comedy Unrated 6.8 25 Indonesian Charles Gozali ‘Akbar’, ‘Fauzi Baadila’, ‘Rianti Cartwright’, ‘Djudjuk Djuariah’, ‘Nadila Ernesta’, ‘Gogon’, ‘Kadir’, ‘Adi Kurdi’, ‘Nungki Kusumastuti’, ‘Mongol’, ‘Mamiek Prakoso’, ‘Reza Rahadian’, ‘Ray Sahetapy’, ‘Nunung Srimulat’, ‘Tessy’ 104 0.0002909 470
Gending Sriwijaya 2013 NA Action Unrated 6.3 26 Indonesian Hanung Bramantyo ‘Sahrul Gunawan’, ‘Agus Kuncoro’, ‘Mathias Muchus’, ‘Julia Perez’, ‘Slamet Rahardjo’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002803 471
Get M4rried 2013 While celebrating their children’s birthdays, Mae and Rendy received shocking news from Sophie. She announces that she will get married to a Korean man that she had just met for 3 weeks when she went on vacation to Korea. Comedy Unrated 6.7 31 Indonesian Monty Tiwa ‘Nirina Zubir’, ‘Nino Fernandez’, ‘Ichsan Akbar’, ‘Norman R. Akyuwen’, ‘Donny Alamsyah’, ‘Alfie Alfandi’, ‘Meriam Bellina’, ‘Arie Dagienkz’, ‘Iang Darmawan’, ‘Deddy Mahendra Desta’, ‘Muhammad Fachroni’, ‘Ricky Harun’, ‘Sisca Jessica’, ‘Math Wang Kie’, ‘Rendy Kjaernett’ 112 0.0003554 472
Hari Ini Pasti Menang 2013 In an alternate Indonesia in 2014, a football rising star in Indonesia has successfully brought Indonesian National Football Team into the 2014 World Cup. But, he is torn between glory and integrity as bad rumors about him start spreading. Action Unrated 6.9 129 Indonesian Andibachtiar Yusuf ‘Verdi Solaiman’, ‘Muhammad Arief’, ‘Atep’, ‘Deddy Mahendra Desta’, ‘Pierre Gruno’, ‘Manahan Hutauruk’, ‘Ibnu Jamil’, ‘Ramdani Lestaluhu’, ‘Mathias Muchus’, ‘Ario Prabowo’, ‘Tika Putri’, ‘Ray Sahetapy’, ‘Cok Simbara’, ‘Henky Solaiman’, ‘Ramon Y. Tungka’ 90 0.0015231 473
Hasduk Berpola 2013 NA Drama Unrated 8.4 23 Indonesian Harris Nizam ‘Qois Al-Haqqi’, ‘Calvin Jeremy’, ‘T. Kemaisyah’, ‘Masnun’, ‘Iga Mawarni’, ‘Bangkit Prasetyo’, ‘R. Ramelan’, ‘Alisia Rininta’, ‘Fay Nabila Rizka’, ‘Idris Sardi’, ‘Petra Sihombing’, ‘Budi Sujatmiko’, ‘Indra Sukmono’, ‘Suparlan’, ‘Meitha Thamrin’ 99 0.0003306 474
Honeymoon 2013 David, a successful entrepreneur, is betrayed by an artist and model, Zevana, whom he deems an ideal wife-to-be. He turns his attention then to search for a chaste woman who lives a prudish… Comedy 17+ 5.2 5 Indonesian Findo Purwono ‘Shireen Sungkar’, ‘Fathir Muchtar’, ‘Nino Fernandez’, ‘Sylvia Fully’, ‘Ardina Rasti’, ‘Wakid Khalid’, ‘Meriam Bellina’, ‘Jaja Mihardja’, ‘Lydia Kandou’, ‘Caroline Elodie’, ‘Indra Bekti’, ‘Ghina Salsabila’, ‘Prilly Latuconsina’, ‘Fera Feriska’, ‘Dr. Boyke’ NA 0.0000445 475
Java Heat 2013 A Muslim detective teams with an American posing as a graduate student to find the man behind a series of deadly terrorist bombings in Indonesia. Action 13+ 5.1 4618 English Conor Allyn ‘Kellan Lutz’, ‘Ario Bayu’, ‘Mickey Rourke’, ‘Verdi Solaiman’, ‘Frans Tumbuan’, ‘Tio Pakusadewo’, ‘Atiqah Hasiholan’, ‘Mike Lucock’, ‘Rio Dewanto’, ‘Astri Nurdin’, ‘T. Rifnu Wikana’, ‘Rudy Wowor’, ‘Uli Auliani’, ‘Mike Duncan’, ‘Kayla Kamala Garin’ NA 0.0403014 476
Jokowi 2013 Story of the Indonesian President’s life before he become famous. Biography Unrated 6.9 170 Indonesian Azhar Kinoi Lubis ‘T. Rifnu Wikana’, ‘Prisia Nasution’, ‘Susilo Badar’, ‘Farisah’, ‘Annisa Hertami’, ‘Nurul Hidayati’, ‘Ilham Ridho Ilahi’, ‘Dani Dwi Kris’, ‘Annisa Hertami Kusumastuti’, ‘Ayu Dyah Pasha’, ‘Vincentius Aldy Pyo’, ‘Ratna Riantiarno’, ‘Ahmad Nur Rohman’, ‘Rukman Rosadi’, ‘Landung Simatupang’ 117 0.0020072 477
KM 97 2013 NA Horror Unrated 4.5 15 Indonesian Jose Poernomo ‘Restu Sinaga’, ‘Febby Febiola’, ‘August Melasz’, ‘Iang Darmawan’, ‘Elsa Diandra’, ‘Gary M. Iskak’, ‘Tya Maria’, ‘Nanny N.’, ‘Fitrie Rachmadhina’, ‘Boy Rano’, ‘Henny Timbul’, ‘Zidane’, nan, nan, nan 83 0.0001155 478
Kemasukan Setan 2013 NA Horror Unrated 6.8 5 Indonesian Muhammad Yusuf ‘Aldiansyah Taher’, ‘Vivi Sofa’, ‘Farah Diba’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000582 479
Kembalinya Nenek Gayung 2013 Brandon, on the rise and arrogant, insulted the figure of Nenek Gayung. Since then, Brandon was haunted by the presence of Nenek Gayung. In a state of fear, Brandon came to Boim and Abas, who had experience dealing with Nenek Gayung. Comedy Unrated 4.5 15 Indonesian Shakuntala ‘Kevin Julio’, ‘Yadi Sembako’, ‘Joe Richard’, ‘Jesika Danies’, ‘Jessica Marlein’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001155 480
Kisah 3 Titik 2013 NA Drama Unrated 4.4 5 Indonesian Bobby Prabowo ‘Donny Alamsyah’, ‘Hafez Ali’, ‘Lola Amaria’, ‘Ence Bagus’, ‘Rangga Djoned’, ‘Ririn Ekawati’, ‘Edward Gunawan’, ‘Dimas Hary’, ‘Gary M. Iskak’, ‘Miea Kusuma’, ‘Arswendi Nasution’, ‘Otig Pakis’, ‘Joshua Pandelaki’, ‘Lukman Sardi’, ‘Gesata Stella’ 104 0.0000376 481
La tahzan 2013 During her study in Japan, Viona (Atiqah Hasiholan) falls in love with a Japanese photographer but their relationship is ruined when her long lost crush reenters her life. Drama Unrated 6.2 76 Indonesian Danial Rifki ‘Atiqah Hasiholan’, ‘Joe Taslim’, ‘Ario Bayu’, ‘Erly Ashy’, ‘Bowie Budianto’, ‘Dewi Irawan’, ‘Prilly Latuconsina’, ‘Piet Pagau’, ‘Nobuyuki Suzuki’, nan, nan, nan, nan, nan, nan 100 0.0008063 482
Laskar Pelangi Sekuel 2: Edensor 2013 This movie is an adaptation from a popular novel titled “Edensor”, the third movie in Laskar Pelangi series and sequel to Sang Pemimpi. It portrays two village boys who found themselves living in Paris and have to adjust to a new culture. Drama SU 6.6 94 French Benni Setiawan ‘Lukman Sardi’, ‘Abimana Aryasatya’, ‘Astrid Roos’, ‘Emma Chaibedra’, ‘Gwendoline Ginoux’, ‘Sandy Lewis Godefroy’, ‘Katia Grimm’, ‘Ikranagara’, ‘Max Liroille’, ‘Mathias Muchus’, ‘Grégory Navis’, ‘Laurent Paris’, ‘Shalvynne’, nan, nan NA 0.0010616 483
Laura & Marsha 2013 Laura & Marsha is a bestfriend since high school. Although their both characteristic is way too different, Laura is a single mother, lived with her mother and only daughter since her … Drama Unrated 6.3 7 Indonesian Dinna Jasanti ‘Prisia Nasution’, ‘Adinia Wirasti’, ‘Ratna Riantiarno’, ‘Tutie Kirana’, ‘Restu Sinaga’, ‘Afiqah’, ‘Zefanya Christin Malau’, ‘Ayal Oost’, nan, nan, nan, nan, nan, nan, nan 107 0.0000755 484
Madre 2013 Tansen (Vino G. Bastian) inherited bread dough that was about 70 years old by his grandfather. His life changed because he had to reoperate the bakery Madre which has long been inactive. Drama Unrated 7.7 63 Indonesian Benni Setiawan ‘Laura Basuki’, ‘Vino G. Bastian’, ‘R. Chaeruli’, ‘Framly Daniel’, ‘Gatot W. Dwiyono’, ‘Roni Gunawan’, ‘Syari Haditsyah’, ‘Siri Hartayu’, ‘Madina Monicha’, ‘Savitri Nooringhati’, ‘Eriek Nurhikmat’, ‘Lisa H. Pandansari’, ‘Didi Petet’, ‘Titi Qadarsih’, ‘Roma Rambeng’ 107 0.0008301 485
Manusia Setengah Salmon 2013 Dika and his family want to move out of his house for a reason, and Dika doesn’t feel good about it. But as time goes, his feeling is getting better about his new house while he met his high school crush after a long time. Comedy Unrated 6.0 81 Indonesian Herdanius Larobu ‘Raditya Dika’, ‘Kimberly Ryder’, ‘Eriska Rein’, ‘Lolita Balani’, ‘Andy Boim’, ‘Bucek Depp’, ‘Dimzy’, ‘Egi John Foreisythe’, ‘Sylvia Fully’, ‘Dimas Gabra’, ‘Lana Girlly’, ‘Lani Girlly’, ‘M. Griff’, ‘Dinda Hauw’, ‘Dewi Irawan’ NA 0.0008316 486
Mika 2013 A shy and uncomfortable high school girl who has scoliosis meets and falls in love with a cheerful young man who has AIDS as they continue to live their life positively. Drama Unrated 6.7 111 Indonesian Lasja Fauzia ‘Vino G. Bastian’, ‘Velove Vexia’, ‘Framly Daniel’, ‘Donna Harun’, ‘Iszur Muchtar’, ‘George Timothy’, ‘Henny Zulyani’, nan, nan, nan, nan, nan, nan, nan, nan 101 0.0012726 487
Misteri Cipularang 2013 About Farel, an actor who is handsome and also a playboy. One day, her girlfriend, Putri is pregnant and Farel ask her to abort her child. Putri who is disappointed with him run away but … Horror Unrated 5.0 14 Indonesian Dede Ferdinand ‘Amel Alvie’, ‘Hendrik Bhibir’, ‘Kris Firdaus’, ‘Rommy Kusuma’, ‘Jero Lakhwani’, ‘Baby Margaretha’, ‘Fajar Rezky’, nan, nan, nan, nan, nan, nan, nan, nan 89 0.0001198 488
Moga Bunda Disayang Allah 2013 NA Drama Unrated 7.0 26 Indonesian Jose Poernomo ‘Shandy Aulia’, ‘Fedi Nuril’, ‘Alya Rohali’, ‘Donny Damara’, ‘Chantika Zahra’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003114 489
Mursala 2013 NA Drama Unrated 6.9 18 Indonesian Viva Westi ‘Titi Rajo Bintang’, ‘Rio Dewanto’, ‘Mongol’, ‘Anna Sinaga’, ‘Tio Pakusadewo’, ‘Rudy Salam’, ‘Roy Ricardo’, ‘Bonaran Situmeang’, ‘Elsa Syarief’, nan, nan, nan, nan, nan, nan 100 0.0002125 490
Operation Wedding 2013 A retired navy commander and overprotective single father keeps threatening his daughters’ boyfriends, preventing them to have real relationships. The girls have to find a way to be able to get married to their respective partners. Comedy Unrated 6.8 121 Indonesian Monty Tiwa ‘Ence Bagus’, ‘Neia Bianca’, ‘Cecilia Bunga’, ‘Bucek Depp’, ‘Deddy Mahendra Desta’, ‘Adipati Dolken’, ‘Nino Fernandez’, ‘Sylvia Fully’, ‘Yuki Kato’, ‘Epy Kusnandar’, ‘Chris Laurent’, ‘Emmi Lemmu’, ‘Junior Liem’, ‘Mongol’, ‘Joe Project P.’ NA 0.0014080 491
Pokun Roxy 2013 NA Comedy Unrated 6.1 8 Indonesian Boy Rano ‘Ade Nila A.’, ‘Saleh Ali’, ‘Susilo Badar’, ‘Faruq Bagay’, ‘Hendrik Bhibir’, ‘Jenny Cortez’, ‘Elsa Diandra’, ‘Augie Fantinus’, ‘Gio Felix’, ‘Naufal Gani’, ‘Iqbal’, ‘Gary M. Iskak’, ‘Jessica’, ‘Kiwil’, ‘Sultan Lufthie’ 83 0.0000835 492
Rectoverso 2013 Rectoverso is an omnibus or anthology of Indonesian movie nuances of love. This film is an adaptation of a work of music albums Dewi “Dee” Lestari titled Rectoverso which was released in 2008. Drama Unrated 7.2 209 Indonesian Olga Lydia ‘Asmirandah’, ‘Fauzi Baadila’, ‘Indra Birowo’, ‘Yama Carlos’, ‘Rangga Djoned’, ‘Dewi Irawan’, ‘Sophia Latjuba’, ‘Rima Melati’, ‘Prisia Nasution’, ‘Tio Pakusadewo’, ‘Lukman Sardi’, ‘Dwi Sasono’, ‘Rachel Maryam Sayidina’, ‘Acha Septriasa’, ‘Amanda Soekasah’ 110 0.0025750 493
Refrain 2013 When two longing best friend’s friendship gets challenged by school, love-life, and emotions, they each start realizing their true feelings for each other. Drama Unrated 6.7 97 Indonesian Fajar Nugros ‘Maudy Ayunda’, ‘Afgansyah Reza’, ‘Maxime Bouttier’, ‘Chelsea Islan’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 110 0.0011121 494
Rocket Rain 2013 A video artist working on his latest project, is unexpectedly visited by his long lost friend, Jansen. Jansen is having a troubled relationship with his wife. He escapes the city and meet … Drama Unrated 6.2 17 Indonesian Anggun Priambodo ‘Narpati Arwangga’, ‘Rain Chudori’, ‘Maya Norman’, ‘Anggun Priambodo’, ‘Tumpal Tampubolon’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 99 0.0001804 495
Romantini 2013 NA Drama Unrated 5.4 7 Indonesian Monty Tiwa ‘Ridwan Ghany’, ‘Ashanty Hermansyah’, ‘Aurel Hermansyah’, ‘Ria Irawan’, ‘Mario Irwinsyah’, ‘Dwi Sasono’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000647 496
Salisiah Adaik 2013 NA Drama SU 9.2 19 Indonesian Ferdinand Almi ‘Dedi Darmadi’, ‘Yuliana Fitri’, ‘Memory Hidayat’, ‘Phipit Mursidah’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002991 497
Sang Kiai 2013 The Clerics (Indonesian: Sang Kiai) follows the story of a Muslim Cleric Hasyim Asyari through the Japanese Occupation of Indonesia and the Indonesian National Revolution. Action Unrated 6.7 119 Indonesian Rako Prijanto ‘Ikranagara’, ‘Christine Hakim’, ‘Agus Kuncoro’, ‘Adipati Dolken’, ‘Setyo Adi’, ‘Dimas Aditya’, ‘Norman R. Akyuwen’, ‘Richard Alino’, ‘Uval Aulia’, ‘Haidar Baswedan’, ‘Christoper Briggs’, ‘Martin Brown’, ‘Iang Darmawan’, ‘Meriza Febriani’, ‘Hasan’ 136 0.0013643 498
Sang Pialang 2013 NA Drama Unrated 6.7 21 Indonesian Asad Amar ‘Abimana Aryasatya’, ‘Kamidia Radisti’, ‘Slamet Rahardjo’, ‘Ferry Salim’, ‘Christian Sugiono’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 112 0.0002408 499
Soekarno: Indonesia Merdeka 2013 This movie follows the life of Soekarno, the first president of the Republic of Indonesia, from his childhood until he managed to proclaimed Indonesian freedom with M. Hatta in 1945. Biography Unrated 7.0 428 Indonesian Hanung Bramantyo ‘Ario Bayu’, ‘Muhammad Abbe’, ‘Moch. Achir’, ‘Norman R. Akyuwen’, ‘Alex’, ‘Anta’, ‘Argo’, ‘Tika Bravani’, ‘Widi Dwinanda’, ‘Elang’, ‘Fajar’, ‘Anto Galon’, ‘Ganesh’, ‘Tanta Ginting’, ‘Ade Firman Hakim’ 137 0.0051267 500
Sokola Rimba 2013 Following Butet Manurung’s journey from anthropologist to educator to activist as she works with the indigenous Orang Rimba people who live upstream the Makekal river in the forest of Bukit Duabelas of Jambi, Sumatera, Indonesia. Biography Unrated 7.3 61 Indonesian Riri Riza ‘Prisia Nasution’, ‘Nyungsang Bungo’, ‘Rukman Rosadi’, ‘Nadhira Suryadi’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0007620 501
Someone’s Wife in the Boat of Someone’s Husband 2013 Mariana believes in the mysterious legend of the lovers Halimah and Sukab in the island of Sawai a hundread years ago. She journeys to Sawai to feel what Halimah once felt, hoping to find Sukab there. Drama Unrated 6.2 23 Indonesian Edwin ‘Mariana Renata’, ‘Nicholas Saputra’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 55 0.0002440 502
Something in the Way 2013 A porn obsessed taxi driver from Jakarta falls for the beautiful young prostitute and struggles with sexual frustration and misguided piety. Drama Unrated 7.4 518 Indonesian Teddy Soeriaatmadja ‘Reza Rahadian’, ‘Ratu Felisha’, ‘Verdi Solaiman’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 89 0.0065593 503
Sule Detektif Tokek 2013 Sule is hired to be a detective in charge of guarding a gecko that costs up to billions of rupiah because he is threatened to be stolen. Sule’s busy life becomes a detective that threatens the lives of his children. Comedy Unrated 5.4 24 Indonesian Reka Wijaya ‘Entis Sutisna’, ‘Uli Auliani’, ‘Rizky Febian’, ‘Pierre Gruno’, ‘Mpok Nori’, ‘Joe Project P.’, ‘Poppy Sovia’, ‘Juhana Sutisna’, nan, nan, nan, nan, nan, nan, nan 75 0.0002218 504
Tak Sempurna 2013 NA Action Unrated 7.8 12 Indonesian Herman Panca ‘Dallas Pratama’, ‘Tya Arifin’, ‘Norman R. Akyuwen’, ‘Iwa K.’, ‘Hermann Josis Mokalu’, ‘Mathias Muchus’, ‘Ras Muhamad’, ‘Derry Neo’, ‘Sammy Notaslimboy’, ‘John Parapat’, ‘Djoni Permato’, ‘Udjo Project Pop’, ‘Sania’, ‘Saykoji’, ‘Jaydee Soul Id’ 86 0.0001602 505
Tampan Tailor 2013 Topan (Vino G. Bastian), a tailor, recently lost his wife, lost his tailor shop and almost lost his son’s future who was expelled from school because he can’t afford it anymore. Drama Unrated 7.0 113 Indonesian Guntur Soeharjanto ‘Vino G. Bastian’, ‘Marsha Timothy’, ‘Ringgo Agus Rahman’, ‘Jefan Nathanio’, ‘Lisye Hermawan’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 100 0.0013535 506
The Empire’s Throne 2013 The Empire’s Throne is colossal dramatic action film, based on the story of the empire Majapahit, the most powerful Empire in South East Asia. The Empire’s Throne tells the story of the epic struggle for the throne of the kingdom. Action Unrated 2.6 37 Indonesian Nirattisai Kaljareuk ‘Slamet Rahardjo’, ‘Livi Zheng’, ‘Saifullah Yusuf’, ‘Nurul Arifin’, ‘Betharia Sonata’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 71 0.0001646 507
The Sinking of Van Der Wijck 2013 Adapted from a classic novel with the same title, the movie tells a love story between Zainuddin, Hayati, and Aziz. With the difference in social background lead Zainuddin and Hayati’s true love to a tragedy on sailing Van Der Wijck ship. Drama 13+ 7.6 1023 Dutch Sunil Soraya ‘Herjunot Ali’, ‘Pevita Pearce’, ‘Reza Rahadian’, ‘Randy Nidji’, ‘Gesya Shandy’, ‘Kevin Andrean’, ‘Arzetti Bilbina’, ‘Jajang C. Noer’, nan, nan, nan, nan, nan, nan, nan 164 0.0133041 508
True Heart 2013 NA Action Unrated 7.5 8 Indonesian Ismail Sofyan Sani ‘Agung Saga’, ‘Masayu Clara’, ‘Vira Jiansa Abidin’, ‘Rasheedz Ali’, ‘Ruli Fitrian Alia’, ‘Edward’, ‘Pierre Gruno’, ‘Keke Harun’, ‘Nia Paramitha’, ‘Tiara R.M.’, ‘Gusti Randa’, ‘Ray Sahetapy’, ‘Sunadi’, ‘Tri Novia Vantinasari’, ‘Yahya L. Zaeni’ 108 0.0001027 509
V/H/S/2 2013 Searching for a missing student, two private investigators break into his house and find collection of VHS tapes. Viewing the horrific contents of each cassette, they realize there may be dark motives behind the student’s disappearance. Horror 13+ 6.0 35414 English Simon Barrett ‘Lawrence Michael Levine’, ‘Kelsy Abbott’, ‘L.C. Holt’, ‘Simon Barrett’, ‘Mindy Robinson’, ‘Mónica Sánchez Navarro’, ‘Adam Wingard’, ‘Hannah Hughes’, ‘John T. Woods’, ‘Corrie Lynn Fitzpatrick’, ‘Brian Udovich’, ‘John Karyus’, ‘Casey Adams’, ‘Jay Saunders’, ‘Bette Cassatt’ 96 0.3635984 510
Wanita Tetap Wanita 2013 NA Drama Unrated 6.7 19 Indonesian Irwansyah ‘Ganindra Bimo’, ‘Marcell Domits’, ‘Fahrani’, ‘Dewi Irawan’, ‘Irwansyah’, ‘Renata Kusmanto’, ‘Reza Rahadian’, ‘Didi Riyadi’, ‘Shireen Sungkar’, ‘Zaskia Sungkar’, ‘Revalina S. Temat’, ‘Teuku Wisnu’, nan, nan, nan 98 0.0002178 511
Yang tidak dibicarakan ketika membicarakan cinta 2013 At a high school for the visually impaired student, the students are like any other teenagers: they attend classes, pursue artistic endeavors, and fall in love regardless of physical barriers. Drama Unrated 7.1 221 Indonesian Mouly Surya ‘Nicholas Saputra’, ‘Ayushita’, ‘Karina Salim’, ‘Anggun Priambodo’, ‘Lupita Jennifer’, ‘Adella Fauzi’, ‘Khiva Iskak’, ‘Tutie Kirana’, ‘Anindya Krisna’, ‘Jajang C. Noer’, ‘Angkasa Ramadhan’, ‘Debby Rivinandya’, ‘Alya Syahrani’, nan, nan 104 0.0026850 512
18++: Forever Love 2012 NA Drama Unrated 4.7 6 Indonesian Nayato Fio Nuala ‘Reska Tania Apriadi’, ‘Adipati Dolken’, ‘Kimberly Ryder’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000483 513
3 Pocong Idiot 2012 NA Comedy Unrated 4.7 27 Indonesian Nayato Fio Nuala ‘Ajun Perwira’, ‘Joshua Suherman’, ‘Jordi Onsu’, ‘Anggie Amanda’, ‘Billy As’, ‘Dion Chaw’, ‘Rina Diana’, ‘Reynold Hamzah’, ‘Reymond Knuliq’, ‘Karina Meita’, ‘Keira Sabhira’, ‘Jovian Sulaeman’, nan, nan, nan 80 0.0002171 514
5 cm 2012 Five best friends try to find out what true friendship is by climbing Mount Semeru, the highest peak in Java. Adventure Unrated 7.2 1709 Indonesian Rizal Mantovani ‘Herjunot Ali’, ‘Fedi Nuril’, ‘Pevita Pearce’, ‘Didi Petet’, ‘Saykoji’, ‘Raline Shah’, ‘Denny Sumargo’, nan, nan, nan, nan, nan, nan, nan, nan 125 0.0210557 515
Ambilkan Bulan 2012 NA Drama Unrated 6.9 15 Indonesian Ifa Isfansyah ‘Lana Nitibaskara’, ‘Agus Kuncoro’, ‘Astri Nurdin’, ‘Landung Simatupang’, ‘Titi Dibyo’, ‘Jhosua Ivan Kurniawan’, ‘Bramantyo Suryo Kusumo’, ‘Marwoto’, ‘Berlianda Adelianan Naafi’, ‘Hemas Nata Negari’, ‘Adrian Simon’, nan, nan, nan, nan 90 0.0001771 516
Atambua 39° Celsius 2012 A Father, a son and a stranger cross path in a place where the heat of the sun can either burn or warm old wounds. Drama Unrated 6.1 41 Indonesian Riri Riza ‘Gudino Suares’, ‘Petrus Beyleto’, ‘Putri Moruk’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0004280 517
Bangkit dari Kubur 2012 Three medical students are doing an internship at a hospital. As part of their new responsibilities, they have to take charge of the morgue. Horror Unrated 5.0 22 Indonesian Nayato Fio Nuala ‘Mpok Atiek’, ‘Sisca Jessica’, ‘Reymond Knuliq’, ‘Yessa Lona’, ‘Laras Monca’, ‘Julia Perez’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001882 518
Bangkitnya Suster Gepeng 2012 NA Horror Unrated 4.5 13 Indonesian K. Team ‘Jenny Cortez’, ‘Roro Fitria’, ‘Shiddiq Kamidi’, ‘Baby Margaretha’, ‘Aelke Mariska’, ‘Andreano Philip’, ‘Ozy Syahputra’, nan, nan, nan, nan, nan, nan, nan, nan 77 0.0001001 519
Belenggu 2012 There are dead people. Dreams of an oversized rabbit. More dead people, various murders and a detective. Horror Unrated 6.2 174 Indonesian Upi Avianto ‘Abimana Aryasatya’, ‘Imelda Therinne’, ‘Laudya Cynthia Bella’, ‘Verdi Solaiman’, ‘Jajang C. Noer’, ‘Arswendi Nasution’, ‘T. Rifnu Wikana’, ‘Bella Esperance’, ‘Avrilla’, nan, nan, nan, nan, nan, nan 100 0.0018460 520
Bidadari-Bidadari Surga 2012 NA Drama Unrated 6.6 34 Indonesian Soni Gaokasak ‘Nirina Zubir’, ‘Michael Adam’, ‘Henidar Amroe’, ‘Saddam Basamalah’, ‘Billy Boedjanger’, ‘Nadine Chandrawinata’, ‘Nino Fernandez’, ‘Rizky Hanggono’, ‘Gary M. Iskak’, ‘Rizky Julio’, ‘Mike Lewis’, ‘Frans Nicholas’, ‘Astri Nurdin’, ‘Joe Project P.’, ‘Piet Pagau’ NA 0.0003840 521
Bila 2012 Bila feel it’s impossible to obtain Dani’s love. Unexpectedly, it turned out that Dani actually loved her. However, Bila’s mother forbade their relationship. To honor her, Dani left for Australia. Drama Unrated 5.0 9 Indonesian Nayato Fio Nuala ‘Shalvynne’, ‘Stefan William’, ‘Karina Meita’, ‘Ajun Perwira’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 84 0.0000770 522
Brandal-Brandal Ciliwung 2012 Five friends lived on the bank of the Ciliwung River. They were always together and called themselves the Ciliwung Force. Problems began to emerge when Sissy came. Their friendship began to… Drama Unrated 7.9 20 Indonesian Guntur Soeharjanto ‘Endy Arfian’, ‘Griselda Agatha’, ‘Aldy Indrawan’, ‘Julian Liberty’, ‘Olga Lydia’, ‘Idrus Mardani’, ‘Aldy Rialdy’, ‘Lukman Sardi’, ‘Henky Solaiman’, ‘M. Syafikar’, ‘Ira Wibowo’, ‘Sehan Zack’, nan, nan, nan 105 0.0002704 523
BrokenHearts 2012 Olivia’s (Julie Estelle) boyfriend disappears without any warning and her life becomes cold and empty. With her broken heart, Olivia has a hard time trusting anyone, even when she meets a new man who is her a friend of her lost boyfriend. Drama Unrated 7.2 61 Indonesian Helfi C.H. Kardit ‘Julie Estelle’, ‘Reza Rahadian’, ‘Darius Sinathrya’, ‘Rani Agustina’, ‘Kiesha Alvaro’, ‘Axel Andaviar’, ‘Meriam Bellina’, ‘Melly Goeslaw’, ‘Cole Gribble’, ‘Anto Hoed’, ‘Vito Kareliansyah’, ‘Annie Klauss’, ‘Gerhana Wanvi Nugrah’, ‘Edwin Onckelinx’, ‘Reynavenzka’ 96 0.0007516 524
Cherrybelle: Love Is U 2012 NA Drama Unrated 7.3 9 Indonesian Hanny Saputra ‘Margareth Angelina’, ‘Cherly Yuliana Anggraini’, ‘Jessyca Stefani Auryn’, ‘Fifie Buntaran’, ‘Brigitta Cynthia’, ‘Yefani Filliang’, ‘Kevin Leonardo’, ‘M. Leo Lumanto’, ‘Devi Noviaty’, ‘Anisa Rahma’, ‘Sarwendah Tan’, ‘Christy Saura Noela Unu’, nan, nan, nan 80 0.0001124 525
Cinta Suci Zahrana 2012 Zahrana (Meyda Sefira) is the first woman in Indonesia to receive an International award in the field of architects. But, the problems came in her life when she realized that she was no longer young and she was still not married. Drama Unrated 6.4 23 Indonesian Chaerul Umam ‘Meyda Sefira’, ‘Kholidi Asadil Alam’, ‘Faradina’, ‘Amoroso Katamsi’, ‘Citra Kirana’, ‘El Manik’, ‘Lenny Marlina’, ‘Miller’, ‘Merry Mustaf’, ‘Sitoresmi Prabuningrat’, ‘Nena Rosier’, ‘Cici Tegal’, ‘Rahman Yacob’, nan, nan 108 0.0002519 526
Cinta Tapi Beda 2012 Cahyo is a charming boy from Yogyakarta, He works as chef in Jakarta. He was born from Fadholi dan Munawaroh, an Islamic family. Cahyo broken heart because, Mitha (his ex-girlfriend) have … Drama Unrated 6.8 34 Indonesian Hanung Bramantyo ‘Ratu Felisha’, ‘Nungki Kusumastuti’, ‘Reza Nangin’, ‘Agni Pratistha’, ‘Choky Sitohang’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003956 527
Cinta di Saku Celana 2012 A simple man who wants to have love receives mysterious postcards from all over the world and bringing him to a girl whom he later met often on the train every day. Comedy Unrated 6.8 38 Indonesian Fajar Nugros ‘Donny Alamsyah’, ‘Joanna Alexandra’, ‘Agus Kuncoro’, ‘Dion Wiyoko’, ‘Masayu Anastasia’, ‘Endhita’, ‘Eko Kristiantio’, ‘Kayla Kristianto’, ‘Imey Liem’, ‘Gading Marten’, ‘Luna Maya’, ‘Lolita Putri’, ‘Vita Ramona’, ‘Lukman Sardi’, ‘Yatti Surachman’ NA 0.0004422 528
Cita-Citaku Setinggi Tanah 2012 Assigned by their teacher to write an essay about their most cherished dream, four young friends in rural Indonesia each take a different approach to their assignment. Class representative … Drama Unrated 6.9 29 Indonesian Eugene Panji ‘Donny Alamsyah’, ‘Dewi Wulandari Cahyaningr’, ‘Rizqullah Maulana Daffa’, ‘Iqbal Zuhda Irsyad’, ‘Agus Kuncoro’, ‘M. Shihab Imam Muttaqin’, ‘Luh Monika Sokananta’, ‘Iwuk Tamam’, ‘Nina Tamam’, nan, nan, nan, nan, nan, nan 75 0.0003424 529
Demi Ucok 2012 Glo doesn’t want to be like her mother: Get married, forget her dream, and live boringly ever after. She wants to reach her dream: make a movie. Her mother, having one more year to live, … Drama Unrated 6.9 42 Indonesian Sammaria Simanjuntak ‘Geraldine Sianturi’, ‘Mak Gondut’, ‘Saira Jihan’, ‘Sunny Soon’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 79 0.0004959 530
Dendam dari Kuburan 2012 NA Horror 17+ 2.4 17 Indonesian Nayato Fio Nuala ‘Sisca Jessica’, ‘Anggie Amanda’, ‘Shinta Bachir’, ‘Bolot’, ‘Dion Chaw’, ‘Reymond Knuliq’, ‘Natassa Lengkong’, ‘Yudha Putra’, ‘Munazat Radittya’, ‘Yafi Tesa Zahara’, nan, nan, nan, nan, nan 80 0.0000698 531
Di Timur Matahari 2012 On Papua, a group of students who have been without a teacher for six months are waiting for a teacher, who should arrive through the small airstrip in their village; the airstrip is their only contact with the outside world. Drama Unrated 8.0 74 Indonesian Ari Sihasale ‘Laura Basuki’, ‘Lukman Sardi’, ‘Ringgo Agus Rahman’, ‘Michael Jakarimilena’, ‘Simson Sikoway’, ‘Yullex Sawaki’, ‘Razz Manoby’, ‘Friska Waromi’, ‘Maria Resubun’, ‘Paul Korwa’, ‘Frantino Matatemy’, ‘Karno Kogoya’, ‘Elias Wakerkwa’, ‘Musa Namudat’, ‘Suryani Yigibalom’ 110 0.0010130 532
Enak Sama Enak 2012 NA Comedy Unrated 2.3 14 Indonesian Nayato Fio Nuala ‘Argo Aa Jimmy’, ‘Wawan Bakwan’, ‘Eko D.J.’, ‘Ade Dora’, ‘Kiki Fatmala’, ‘Nita Ferlina’, ‘Farida Gaynullina’, ‘Garneta Haruni’, ‘Dondot Kembung’, ‘Kudil’, ‘Bobby Messakh’, ‘Ezra Pingky’, ‘Avis Sukaesih’, nan, nan 80 0.0000551 533
Fallin’ in Love 2012 NA Drama Unrated 3.6 17 Indonesian Findo Purwono ‘Adly Fayruz’, ‘Mikha Tambayong’, ‘Boy William’, ‘Agesh Palmer’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 95 0.0001047 534
Habibie & Ainun 2012 This movie is based on the memoir written by the 3rd President of Indonesia and one of the world-famous engineer, B.J. Habibie about his wife, Hasri Ainun Habibie. Biography 13+ 7.6 1783 Indonesian Faozan Rizal ‘Reza Rahadian’, ‘Bunga Citra Lestari’, ‘Tio Pakusadewo’, ‘Ratna Riantiarno’, ‘Mike Lucock’, ‘Raditya Argoebie’, ‘Vitta Mariana Barrazza’, ‘Bayu Oktara’, ‘T. Rifnu Wikana’, ‘Esa Septian Pramudha Sigit’, ‘Marsha Natika’, ‘Genthong Hari Selo Ali’, ‘Watie Wibowo’, ‘Mikael Antonius L.’, ‘Fabian M. Yahva’ 120 0.0231879 535
Hattrick 2012 A football team who has differences and ego problems must win an International underground football tournament in order to save their own lives. Action 13+ 7.7 31 Indonesian Robert Ronny ‘Arumy Bachsin’, ‘Pong Harjatmo’, ‘Michael Jakarimilena’, ‘Olivia Louise’, ‘Medina’, ‘Fauzan Nasrul’, ‘Amrit Punjabi’, ‘Samirah’, ‘Lukman Sardi’, ‘Fitria Sechan’, ‘Denny Sumargo’, ‘Leonil Tikoalu’, ‘Ira Wibowo’, ‘Dion Wiyoko’, nan NA 0.0004085 536
Hello Goodbye 2012 NA Drama Unrated 6.9 18 Indonesian Titien Wattimena ‘Atiqah Hasiholan’, ‘Rio Dewanto’, ‘Verdi Solaiman’, ‘Kenes Andari’, ‘Khiva Iskak’, ‘Sapto Soetarjo’, nan, nan, nan, nan, nan, nan, nan, nan, nan 110 0.0002125 537
Hi5teria 2012 Five different stories of sureal misteries. The labyrinth of Pasar Setan a.k.a “Satan Market” of the mountain, the mistery beyond Wayang Kulit shows, the curse of Music Box, the cult of Palasik and redemption at the Parking Locket. Horror Unrated 6.7 49 Indonesian Harvan Agustriansyah ‘Tara Basro’, ‘Bella Esperance’, ‘Egy Fedly’, ‘Kriss Hatta’, ‘Dinda Kanyadewi’, ‘Luna Maya’, ‘Maya Norman’, ‘Ichi Nuraini’, ‘Poppy Sovia’, ‘Imelda Therinne’, ‘Sigi Wimala’, ‘Dion Wiyoko’, nan, nan, nan 94 0.0005618 538
I Love You Masbro 2012 NA Drama Unrated 4.7 7 Indonesian Raymond Handaya ‘Thya Ariestya’, ‘Epy Kusnandar’, ‘Mayang Naomi’, ‘Joe Project P.’, ‘Yurike Prastica’, ‘Andhika Pratama’, ‘Cecep Reza’, ‘Bobby Samuel’, ‘Ramon Y. Tungka’, ‘Tamara Tyasmara’, nan, nan, nan, nan, nan 97 0.0000563 539
Jenderal Kancil: The Movie 2012 NA Comedy Unrated 5.7 6 Indonesian Harry Suharyadi ‘Adam Xavier’, ‘Ersya Aurelia’, ‘Achmad Albar’, ‘M. Alief Amalfie’, ‘Mpok Atiek’, ‘Paramitha Sekar Ayu’, ‘Indra Bekti’, ‘Dandi Febrianto’, ‘Shahnaz Haque’, ‘Malao’, ‘Sita Nursanti’, ‘Peppy’, ‘Audric Adrian Pratama’, ‘Vincent Ryan Rompies’, ‘Qaidi Rozan’ 85 0.0000585 540
Kafan Sundel Bolong 2012 NA Horror Unrated 3.6 23 Indonesian Yoyok Subagyo ‘Azis Gagap’, ‘Arumy Bachsin’, ‘Andreano Philip’, ‘Jeffrey Lee’, ‘Rina Ursula’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 81 0.0001417 541
Kakek Cangkul 2012 Kakek Pacul was Nenek Gayung’s husband. When he died, Kakek Pacul’s body was not properly buried. Duta, Coki, Danu, Thalia, and Miki had to deal with an angry Kakek Pacul who demanded a proper grave. Comedy Unrated 5.2 26 Indonesian Nuri Dahlia ‘Zacky Zimah’, ‘Derry Drajat’, ‘Febriyanie Ferdzilla’, ‘Rizky Mocil’, ‘Herfiza Novianti’, ‘Yurike Prastica’, ‘Posman Tobing’, ‘Zidni Adam Zawas’, nan, nan, nan, nan, nan, nan, nan 76 0.0002314 542
Kebun Binatang 2012 Little Lana was 3 years old when she was abandoned alone in the zoo. Raised by a giraffe trainer, the zoo is the only world she knows. Until one day, a charming magician arrives and Lana finds her love, for she is ready to leave the zoo. Drama Unrated 6.2 273 Indonesian Edwin ‘Ladya Cheryl’, ‘Nicholas Saputra’, ‘Adjie Nur Ahmad’, ‘Klarysa Aurelia’, ‘Dave Lumenta’, ‘Abizars’, ‘Ivan Gunawan’, ‘Nazyra C. Noer’, ‘Heidy Trisiana Triswan’, ‘Budi Hidayat’, ‘Maman Ahadiat Safarman Effendi’, ‘Yasfi Hakim’, ‘Budi Purbadi’, nan, nan 95 0.0028963 543
Keumala 2012 NA Drama Unrated 7.9 10 Indonesian Andi Pulung Waluyo ‘Nadia Vega’, ‘Abimana Aryasatya’, ‘Arturo G.P.’, ‘Islamuddin’, ‘Shilla Vaqa Ismi’, ‘Syeh Jakaria’, ‘Mahdi’, ‘Cut Yanthi’, nan, nan, nan, nan, nan, nan, nan 104 0.0001352 544
Kung Fu Pocong Perawan 2012 NA Comedy Unrated 3.5 31 Indonesian Yoyok Subagyo ‘Jessica Iskandar’, ‘Olga Syahputra’, ‘Daus Mini’, ‘Yadi Sembako’, ‘Rizky Putra’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 77 0.0001857 545
Kuntilanak-Kuntilanak 2012 A novelist with her daughter and her assistent move to the haunted house. And she want the custody of her daughter after divorce Horror Unrated 5.4 11 Indonesian Nayato Fio Nuala ‘Niken Anjani’, ‘Adzwa Aurelline’, ‘Rikas Harsa’, ‘Reza Pahlevi’, ‘Chrissie Vanessa’, ‘Yafi Tesa Zahara’, nan, nan, nan, nan, nan, nan, nan, nan, nan 77 0.0001016 546
Kutukan Arwah Santet 2012 NA Horror Unrated 6.4 13 Indonesian Hanny Mustofa ‘Julia Perez’, ‘Dwi A.P.’, ‘Ajeng’, ‘Jenny Cortez’, ‘Ozzy Dian’, ‘Erlando’, ‘Ruben Onsu’, ‘Robby Purba’, ‘Cinta Ratu’, ‘Samoedra Safera’, nan, nan, nan, nan, nan 81 0.0001424 547
Loe Gue End 2012 NA Drama Unrated 6.6 8 Indonesian Awi Suryadi ‘Nadia Alexandria’, ‘Dimas Beck’, ‘Moudyzanya’, ‘Manohara Odelia’, ‘Amanda Soekasah’, ‘Kelly Tandiono’, ‘Martina Tesela’, ‘Dion Wiyoko’, nan, nan, nan, nan, nan, nan, nan NA 0.0000904 548
Malaikat Tanpa Sayap 2012 NA Drama Unrated 7.8 71 Indonesian Rako Prijanto ‘Adipati Dolken’, ‘Maudy Ayunda’, ‘Ikang Fawzi’, “Fauzan Ja’far”, ‘Kinaryosih’, ‘Agus Kuncoro’, ‘Reza Pahlevi’, ‘Geccha Qheagaveta’, ‘Surya Saputra’, nan, nan, nan, nan, nan, nan 104 0.0009477 549
Mama Cake 2012 Three best friends in adventure to buy the steamed brownies “Mama Cake” for one of their friend’s dying grandmother. But every time after they already bought it, there must be a bad accident happen to them. Comedy Unrated 7.5 65 Indonesian Anggy Umbara ‘Ananda Omesh’, ‘Boy William’, ‘Arie Dagienkz’, ‘Henidar Amroe’, ‘Candil’, ‘Andhara Early’, ‘Herichan’, ‘Dinda Kanyadewi’, ‘Kinaryosih’, ‘Renata Kusmanto’, ‘Ferry Maryadi’, ‘Tyas Mirasih’, ‘Erwin Moron’, ‘Bagus Netral’, ‘Piet Pagau’ 137 0.0008342 550
Mata Tertutup 2012 NA Drama Unrated 6.3 40 Indonesian Garin Nugroho ‘Eka Nusa Pertiwi’, ‘Jajang C. Noer’, ‘M. Dinu Imansyah’, ‘Taslim Idrus’, ‘Andriani Isna’, ‘Rijal Maj’, ‘Kedung Darma R.’, ‘Nanang Rakhmat’, ‘Dyah Arum Retnowati’, ‘Kukuh Riyadi’, ‘Tri Sasongko’, ‘Yoga Bagus Satatagama’, ‘Ign Wahono’, ‘Yesi Yoane’, nan 90 0.0004312 551
Misteri Pasar Kaget 2012 NA Drama Unrated 5.0 6 Indonesian Wimbadi J.P. ‘Erly Ashy’, ‘Permata Sari Harahap’, ‘Liek Suyatno’, ‘Masroom Bara’, ‘Baron Hermanto’, ‘Roy Marten’, ‘Polo’, ‘Ava Solo’, ‘Chandra Sundawa’, ‘Yatti Surachman’, nan, nan, nan, nan, nan 79 0.0000513 552
Mother Keder: Emakku Ajaib Bener 2012 NA Comedy Unrated 6.2 6 Indonesian Eko Nobel ‘Ira Maya Sopha’, ‘Qory Sandioriva’, ‘Jill Gladys’, ‘Pong Harjatmo’, ‘Athoy Herlambang’, ‘Zahra Nuraini’, ‘Yoga Prasetya’, ‘Yatti Surachman’, nan, nan, nan, nan, nan, nan, nan 91 0.0000637 553
My Last Love 2012 Angel (Donita) percaya bahwa cinta sejatinya adalah Hendra (Ajun Perwira). Laki-laki pilihan terbaiknya. Angel malah berkhayal suatu saat kelak hubungan kasih yang telah cukup lama mereka … Drama Unrated 6.2 18 Indonesian Nayato Fio Nuala ‘Donita’, ‘Caroline Elodie’, ‘Rozie Mahally’, ‘Jordi Onsu’, ‘Ayu Dyah Pasha’, ‘Ajun Perwira’, ‘Ranty Purnamasari’, ‘Boogie Samudra’, ‘Evan Sanders’, ‘Putri Una’, nan, nan, nan, nan, nan 88 0.0001910 554
Negeri 5 Menara 2012 Six best friends in the Islamic Boarding School often hang out near the mosque towers. All of them made a promise under the tower that one day, they will go to places that they have been dreaming about. Adventure Unrated 6.9 176 Indonesian Affandi Abdul Rachman ‘Donny Alamsyah’, ‘D. Syamrizal Ardiwinata’, ‘Ence Bagus’, ‘David Chalik’, ‘Ahmad Dhahnial’, ‘Rangga Djoned’, ‘Faizal’, ‘Arifal Faozi’, ‘Meirayni Fauziah’, ‘Ikang Fawzi’, ‘Sakurta H. Ginting’, ‘Hardy Hartono’, ‘Mario Irwiensyah’, ‘Khiva Iskak’, ‘Jiofani Lubis’ 114 0.0020781 555
Nenek Gayung 2012 This mysterious grandmother figure stirred up the masses. This grandmother was called Nenek Gayung, because she always brought a dipper and pandan mat to bathe her victims. Many had met … Comedy Unrated 4.8 41 Indonesian Nuri Dahlia ‘Aden Bajaj’, ‘Isa Bajaj’, ‘Melky Bajaj’, ‘Nikita Mirzani’, ‘Kiki Moh’, ‘Yurike Prastica’, ‘Kartika Putri’, ‘Joe Richard’, ‘Yadi Sembako’, ‘Tata Sivek’, ‘Mudy Taylor’, ‘Zacky Zimah’, nan, nan, nan 79 0.0003368 556
Pacarku Kuntilanak Kembar 2012 NA Horror Unrated 3.5 6 Indonesian Nuri Dahlia ‘Nikita Mirzani’, ‘Rizky Mocil’, ‘Nicky Tirta’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 80 0.0000359 557
Parts of the Heart 2012 8 stories about Peter, a gay man living in Jakarta from the age of 10 to 40 and his experiences with love that help to shape the man he is today. Drama Unrated 6.8 25 Indonesian Paul Agusta ‘Joko Anwar’, ‘Endy Arfian’, ‘Bobby Asmoro’, ‘Tuhdil Haqiqi’, ‘Khiva Iskak’, ‘Dewi Lopez’, ‘Nazyra C. Noer’, ‘Rainer Oktovianus’, ‘Ade Firza Paloh’, ‘Elbert Powa’, ‘Ardy Rinaldy’, ‘Yohannes Simon Sanggor’, ‘Fachry Shyine’, ‘Arief Ash Siddiq’, ‘Jeffrey Sirie’ 90 0.0002909 558
Perahu Kertas 2012 Tidal relationship between two human beings, Kugy (Maudy Ayunda) and Keenan (Adipati Dolken). Kugy is a tomboyish girl, cheerful, and who believes that she is the agent of Neptune. Drama Unrated 7.0 519 Indonesian Hanung Bramantyo ‘Maudy Ayunda’, ‘Adipati Dolken’, ‘Reza Rahadian’, ‘Afiqah’, ‘Amanina Datau’, ‘Titi Dwijayati’, ‘Sylvia Fully’, ‘Pierre Gruno’, ‘Sharena Gunawan’, ‘Kevin Julio’, ‘Ben Kasyafani’, ‘Dewi Lestari’, ‘Hayria Lonton’, ‘August Melasz’, ‘Elyzia Mulachela’ 111 0.0062167 559
Perahu Kertas 2 2012 The sequel to the “Perahu Kertas” movie follows Kugy (Maudy Ayunda) and Keenan (Adipati Dolken) as their relationship becomes more complicated. Drama Unrated 6.8 235 Indonesian Hanung Bramantyo ‘Maudy Ayunda’, ‘Adipati Dolken’, ‘Reza Rahadian’, ‘Rifqa Amalsyita’, ‘Amanina Datau’, ‘Titi Dwijayati’, ‘Sylvia Fully’, ‘Sharena Gunawan’, ‘Rizky Julio’, ‘Ben Kasyafani’, ‘Hayria Lonton’, ‘August Melasz’, ‘Elyzia Mulachela’, ‘Tio Pakusadewo’, ‘Alfonso O. Rorimpandey’ 100 0.0027345 560
Petualangan Singa Pemberani 2012 NA Animation Unrated 3.6 7 Indonesian Lee Croudy ‘Giring Ganesha’, ‘Putri Titian’, ‘Özge Özpirinçci’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 92 0.0000431 561
Pulau Hantu 3 2012 NA Horror Unrated 4.6 29 Indonesian Jose Poernomo ‘Shinta Bachir’, ‘Abdurrahman Arif’, ‘Boy Hamzah’, ‘Nicky Jutras’, ‘Jenny Cortez’, ‘Amel Alvie’, ‘Tasya Djerly Emor’, ‘Kadir Rosa Ibrahim’, ‘Zahra Jasmine’, ‘Ricky Komo’, ‘Laras Monca’, ‘Boy Rano’, ‘Reynavenzka’, ‘Aiko Sarwosri’, ‘Grace Veronica’ 84 0.0002283 562
Radio Galau FM 2012 Bara (Dimas Anggara), who wants to be a writer meets a junior named Velin (Natasha Rizki), a spoiled girl that later becomes his girlfriend. Then comes Diandra (Alisia Rininta), a senior who can make Bara feels comfortable. Comedy Unrated 6.4 115 Indonesian Iqbal Rais ‘Dimas Anggara’, ‘Natasha Rizki’, ‘Alisia Rininta’, ‘Franda’, ‘Indri Giana’, ‘Delly Malik Muharyoso’, ‘Jordi Onsu’, ‘Joe Project P.’, ‘Tiara Sumiarto’, ‘Ramon Y. Tungka’, ‘Boy William’, nan, nan, nan, nan 94 0.0012594 563
Rayya, Cahaya di Atas Cahaya 2012 NA Drama Unrated 7.6 42 Indonesian Viva Westi ‘Tio Pakusadewo’, ‘Titi Rajo Bintang’, ‘Verdi Solaiman’, ‘Alex Abbad’, ‘Masayu Anastasia’, ‘Lila Azizah’, ‘Vedie Bellamy’, ‘Arie Dagienkz’, ‘Fanny Fabriana’, ‘Christine Hakim’, ‘Rico Marpaung’, ‘Bobby Rachman’, ‘Tino Saroengallo’, nan, nan 100 0.0005462 564
Republik Twitter 2012 On Twitter, Sukmo is a cool smart guy and full of confidence. He looks handsome on his twitter time-line, making Sukmo easily accessible to anyone, including Hanum, a pretty and … Drama Unrated 7.3 54 Indonesian Kuntz Agus ‘Laura Basuki’, ‘Abimana Aryasatya’, ‘Ben Kasyafani’, ‘Jennifer Arnelita’, ‘Gary M. Iskak’, ‘Sammy Notaslimboy’, ‘Edi Oglek’, ‘Leroy Osmani’, ‘Otig Pakis’, ‘Tio Pakusadewo’, ‘Boy Rano’, ‘Enzy Storia’, ‘Nina Tamam’, nan, nan 105 0.0006745 565
Rumah Bekas Kuburan 2012 NA Horror Unrated 3.7 9 Indonesian Irwan Siregar ‘Fifi Buntaran’, ‘Julia Perez’, ‘Vikri Rahmat’, ‘Diah Cempaka Sari’, ‘Toddyzilla’, ‘Adi Wahyu’, nan, nan, nan, nan, nan, nan, nan, nan, nan 79 0.0000570 566
Rumah Hantu Pasar Malam 2012 NA Horror Unrated 3.6 12 Indonesian Arie Azis ‘Rebecca Reijman’, ‘Uli Auliani’, ‘Amel Alvie’, ‘Billy Chong’, ‘Kang Jaka’, ‘Rocky Jeff’, ‘Imey Liem’, ‘Awan Sogi’, nan, nan, nan, nan, nan, nan, nan 74 0.0000739 567
Rumah Kentang 2012 Two siblings are forced to move into their mother’s house after their mother died. Having heard countless rumors about that house is being haunted and called “Rumah Kentang”, they try their best to sell the house but always failed. Horror Unrated 5.9 76 Indonesian Jose Poernomo ‘Shandy Aulia’, ‘Tasya Kamila’, ‘Gilang Dirgahari’, ‘Ki Kusumo’, ‘Medina’, ‘Chintami Atmanegara’, ‘Iszur Muchtar’, ‘Rina Nose’, ‘Boy Rano’, ‘Daus Separo’, ‘Sonia Wibisono’, nan, nan, nan, nan 102 0.0007673 568
Rumah dan Musim Hujan 2012 Meticulous family story set in an old Javan house. Outside, it’s raining incessantly. The story’s three parts, each with a relative as protagonist, reveal contradictions between faith, … Comedy Unrated 7.4 65 Indonesian Ifa Isfansyah ‘Tora Sudiro’, ‘Vino G. Bastian’, ‘Tara Basro’, ‘Landung Simatupang’, ‘Jajang C. Noer’, ‘Aulia Sarah’, nan, nan, nan, nan, nan, nan, nan, nan, nan 100 0.0008231 569
Rumah di Seribu Ombak 2012 NA Drama Unrated 7.0 29 Indonesian Erwin Arnada ‘Risjad Aden’, ‘Tania Grace’, ‘Riman Jayadi’, ‘Andre Julian’, ‘Bianca Oleen’, ‘Dedey Rusma’, ‘Jerinx S.I.D.’, ‘Lukman Sardi’, ‘Andania Suri’, nan, nan, nan, nan, nan, nan 107 0.0003474 570
Sampai Ujung Dunia 2012 When 3 childhood friends are faced with a love triangle, Annissa challenges to choose whomever to bring her first to Holland under her conditions. Drama Unrated 8.0 37 Indonesian Monty Tiwa ‘Diaz Ardiawan’, ‘Chintami Atmanegara’, ‘Deddy Mahendra Desta’, ‘Iwa K.’, ‘Tutie Kirana’, ‘Renata Kusmanto’, ‘Gading Marten’, ‘Roy Marten’, ‘Sita Nursanti’, ‘Dimas Projosujadi’, ‘Dwi Sasono’, ‘Sujiwo Tejo’, nan, nan, nan NA 0.0005065 571
Sang Martir 2012 NA Drama Unrated 6.7 7 Indonesian Helfi C.H. Kardit ‘Nadine Ames’, ‘Henidar Amroe’, ‘Ganindra Bimo’, ‘Edo Borne’, ‘Adipati Dolken’, ‘Adi Kurdi’, ‘Jamal Mirdad’, ‘Astri Nurdin’, ‘Tio Pakusadewo’, ‘Yogia Pramatana’, ‘Titi Qadarsih’, ‘Bunga Elisabeth Rihana’, ‘Ray Sahetapy’, ‘Ghina Salsabila’, ‘Fauzan Smith’ 98 0.0000803 572
Santet Kuntilanak 2012 NA Horror Unrated 3.1 7 Indonesian Nayato Fio Nuala ‘Nadya Almira’, ‘Uli Auliani’, ‘Rina Diana’, ‘Natassa Lengkong’, ‘Yessa Lona’, ‘Rozie Mahally’, ‘Stewart Pesch’, ‘Yudha Putra’, ‘Jovian Sulaeman’, ‘Fero Walandouw’, nan, nan, nan, nan, nan 77 0.0000371 573
Sanubari Jakarta 2012 NA Drama Unrated 6.6 15 Indonesian Lola Amaria ‘Hafez Ali’, ‘Ence Bagus’, ‘Deddy Corbuzier’, ‘Rangga Djoned’, ‘Reuben Elishama’, ‘Irfan Guchi’, ‘Albert Halim’, ‘Permata Sari Harahap’, ‘C.S.P. Dimas Hary’, ‘Illfie’, ‘Trianti Indah’, ‘Agastya Kandou’, ‘Dinda Kanyadewi’, ‘Miea Kusuma’, ‘Kirana Larasati’ 100 0.0001694 574
Seandainya 2012 NA Drama Unrated 6.3 7 Indonesian Nayato Fio Nuala ‘Christ Laurent’, ‘Dinda Hauw’, ‘Billy As’, ‘Yova Gracia’, ‘Rendy Kjaernett’, ‘Cut Meyriska’, ‘Krisna Murti’, ‘Erlin Sarintan’, ‘Rohman Suwandata’, nan, nan, nan, nan, nan, nan 82 0.0000755 575
Soegija 2012 This movie follows the story of Dutch East Indies’ (now Indonesia) first indigenous bishop, Albertus Soegijapranata SJ, from his inauguration until the end of Indonesia’s independence war (1940-1949). Biography Unrated 6.2 117 Indonesian Garin Nugroho ‘Nirwan Dewanto’, ‘Annisa Hertami Kusumastuti’, ‘Wouter Braaf’, ‘Muhammad Abbe’, ‘Eko Cockscomb’, ‘Annisa Hertami’, ‘Butet Kertaradjasa’, ‘Olga Lydia’, ‘Margono’, ‘Marwoto’, ‘Andrea Reva’, ‘Rukman Rosadi’, ‘Landung Simatupang’, ‘Henky Solaiman’, ‘Nobuyuki Suzuki’ 115 0.0012413 576
Sule, Ay Need You 2012 Sule had to go to Jakarta to ask his uncle for help after his father went crazy for failing to become a “Lurah”. Instead of getting help, he was chased and arrested by police because he was suspected of being a police fugitive. Comedy SU 7.1 56 Indonesian Cuk Fk ‘Dicky Chandra’, ‘Shita Destya’, ‘Irene Justine’, ‘Titi Kamal’, ‘Agus Kuncoro’, ‘Ery Makmur’, ‘Nunung’, ‘Parto’, ‘Divya Qamilla’, ‘Tya Restyana’, ‘Juan Bione Subiantoro’, ‘Entis Sutisna’, ‘Andre Taulany’, ‘Cici Tegal’, ‘Indro Warkop’ NA 0.0006804 577
Tali Pocong Perawan 2 2012 Tania was a closeted girl who secretly liked Jordy. So she could only watch helplessly when Grace approached Jordy. One day, Janet, her neighbor, gave the idea to use the Virgin Pocong Rope to bewitch Jordy. Horror 17+ 4.2 20 Indonesian Volkan Maida ‘Wiwid Gunawan’, ‘Icha Anisa’, ‘Framly Daniel’, ‘Bella Esperance’, ‘Nikita Mirzani’, ‘Kartika Putri’, nan, nan, nan, nan, nan, nan, nan, nan, nan 84 0.0001437 578
Tanah Surga… Katanya 2012 A family lives in the frontier between Indonesia and Malaysia. But his son chooses to live in Malaysia because, in Indonesia, the government is not taking care of people in the frontier and his life in Malaysia is much better. Drama Unrated 6.9 102 Indonesian Herwin Novianto ‘Osa Aji Santoso’, ‘Norman R. Akyuwen’, ‘Andre Dimas Apri’, ‘Tissa Biani Azzahra’, ‘Ence Bagus’, ‘Gatot Brajamusti’, ‘Harmonika’, ‘Frosentiaus Lanyo’, ‘Deddy Mizwar’, ‘Astri Nurdin’, ‘Agus Rahman’, ‘Ringgo Agus Rahman’, ‘Anisa Putri Ranidita’, ‘Andriyanus Riyan’, ‘Muhammad Rizky’ 91 0.0012043 579
Test Pack 2012 A couple who have been married 7 years set on having children and trying everything from nutrition, fertility calendars, and even sexual positions to reach their goal of having a family. Comedy Unrated 7.1 134 Indonesian Monty Tiwa ‘Reza Rahadian’, ‘Acha Septriasa’, ‘Renata Kusmanto’, ‘Meriam Bellina’, ‘Endhita’, ‘Muhammad Fachroni’, ‘Ade Habibie’, ‘Karissa Habibie’, ‘Agung Hercules’, ‘Uli Herdinansyah’, ‘Gading Marten’, ‘Jaja Mihardja’, ‘Ratna Riantiarno’, ‘Dwi Sasono’, ‘Fitria Sechan’ 105 0.0016280 580
The Witness 2012 The Witness tells the story about the girl “Angel Williams” who is having nightmares about a boy who is commiting suicide. One day Angel is invited by her family to a dinner in their house … Drama Unrated 6.3 39 English Muhammad Yusuf ‘Gwen Zamora’, ‘Pierre Gruno’, ‘Agung Saga’, ‘Kimberly Ryder’, ‘Marcellino Lafrand’, ‘Febby Febiola’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0004204 581
Toilet Blues 2012 Anjany run away from home after she was accused of being involved in an obscence act with her male friends Drama Unrated 6.2 18 Indonesian Dirmawan Hatta nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 87 0.0001910 582
Ummi Aminah 2012 Ummi Aminah (Nani Widjaja), an ustazah who has thousands of faithful worshipers. wherever he gives the sermon, the mosque is always packed full. In fact, he never asked for payment. Ummi … Drama Unrated 7.6 16 Indonesian Aditya Gumay ‘Nani Widjaja’, ‘Gatot Brajamusti’, ‘Aty Cancer’, ‘Budi Chairul’, ‘Cathya Kamila’, ‘Rasyid Karim’, ‘Ruben Onsu’, ‘Temmy Rahadi’, ‘Zee Zee Shahab’, ‘Revalina S. Temat’, ‘Elma Theana’, ‘Genta Windi’, ‘Satria Wishnu’, ‘Ali Zainal’, nan 104 0.0002081 583
Vakansi yang Janggal dan Penyakit Lainnya 2012 Fed up with her daily routine, Ning takes on a new job at a furniture shop. There, she gets the opportunity to get away from her indifferent husband Jarot for a couple of days, having to deliver a sofa with her colleague Mur. Drama Unrated 4.7 57 Indonesian Yosep Anggi Noen ‘Muhammad Abe Baasyin’, ‘Christy Mahanani’, ‘Joned Suryatmoko’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0004584 584
Xia aimei 2012 NA Drama Unrated 7.6 9 Indonesian Alyandra ‘Franda’, ‘Shareefa Daanish’, ‘Gilang Dirgahari’, ‘Norman Kamaru’, ‘Olga Lydia’, ‘Jasmine Julia Machate’, ‘Samuel Rizal’, ‘Ferry Salim’, nan, nan, nan, nan, nan, nan, nan 73 0.0001170 585
13 Cara Memanggil Setan 2011 NA Horror Unrated 5.3 19 Indonesian A. Liong Wong ‘Debby Ayu’, ‘Five Vi’, ‘Ki Kusumo’, ‘H.I.M. Damsyik’, ‘Fairly Wattimena’, ‘Ayank Merinda’, ‘Roy Saputra’, ‘Diki Al Mubaraq’, ‘Yoga Hoebnerj’, ‘Dewi Aida’, ‘Febriyane’, nan, nan, nan, nan 80 0.0001723 586
Ada Apa dengan Pocong? 2011 A story about accidental killing of a woman by a herd of men. After the incident, the woman got up from his grave became Pocong and Kuntilanak to avenge his death. Comedy Unrated 5.2 27 Indonesian Nayato Fio Nuala ‘Zacky Zimah’, ‘Joanna Alexandra’, ‘Dallas Pratama’, ‘Mpok Atiek’, ‘Bolot’, ‘Monique Henry’, ‘Remon Kruligh’, ‘Jerry Likumahwa’, ‘Raymond’, ‘Tasha Said’, nan, nan, nan, nan, nan NA 0.0002402 587
Akibat Pergaulan Bebas 2 2011 NA Drama Unrated 3.2 20 Indonesian Findo Purwono ‘Lia Aulia’, ‘Tasya Djerly Emor’, ‘Keith Foo’, ‘Rocky Jeff’, ‘Leylarey Lesesne’, ‘Aming Sugandhi’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001095 588
Anakluh 2011 NA Drama Unrated 7.2 6 Indonesian Edward Sirait ‘Shara Aryo’, ‘Masayu Clara’, ‘Rizky Hanggono’, ‘Suci Winata’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 89 0.0000739 589
Arisan! 2 2011 Eight years have passed since the first “Arisan!”, many things have changed in the lives of a social elite friendship in Jakarta. Amidst the chaotic sequence of events in Jakarta, a friend of them decide to head to Gili island, Lombok. Comedy Unrated 6.6 157 Indonesian Nia Di Nata ‘Cut Mini Theo’, ‘Tora Sudiro’, ‘Surya Saputra’, ‘Aida Nurmala’, ‘Rachel Maryam Sayidina’, ‘Atiqah Hasiholan’, ‘Rio Dewanto’, ‘Edward Gunawan’, ‘Adinia Wirasti’, ‘Keiko Marwan’, ‘Cynthia Lamusu’, ‘Isabelle Patrice’, ‘Jajang C. Noer’, ‘Lili Harahap’, ‘Melissa Karim’ 119 0.0017731 590
Arwah Goyang Karawang 2011 Lilis was forced to return to be a dancer in a jaipong dance group called Goyang Karawang. But, Neneng feels threatened by the return of Lilis and she tried to maintain her position. The competition between them became more exciting. Comedy Unrated 2.9 35 Indonesian Helfi C.H. Kardit ‘Erlando’, ‘Ajeng Kraton’, ‘Julia Perez’, ‘Dewi Perssik’, ‘Bembi Zaenal’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001737 591
Arwah Kuntilanak Duyung 2011 NA Comedy 21+ 2.8 35 Indonesian Yoyok Subagyo ‘Dewi Perssik’, ‘Saipul Jamil’, ‘Pretty Asmara’, ‘Entis Sutisna’, ‘Afdhal Yusman’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 77 0.0001677 592
Ayah, Mengapa Aku Berbeda? 2011 NA Drama Unrated 6.7 25 Indonesian Findo Purwono ‘Dinda Hauw’, ‘Surya Saputra’, ‘Kiki Azhari’, ‘Fendy Chow’, ‘Rafi Cinoun’, ‘Aji Fernandez’, ‘Khazari’, ‘Rheina Maryana’, ‘Rima Melati’, ‘Indra Sinaga’, nan, nan, nan, nan, nan 99 0.0002866 593
Badai di Ujung Negeri 2011 Very good film . i love it Adventure Unrated 7.6 37 Indonesian Agung Sentausa ‘Adrian Alim’, ‘Dedy Murphy Avivu’, ‘Edo Borne’, ‘H. Jojon’, ‘Ida Leman’, ‘Priady Muzy’, ‘Rabzki Muzy’, ‘Arifin Putra’, ‘Astrid Tiar’, nan, nan, nan, nan, nan, nan NA 0.0004812 594
Baik-Baik Sayang 2011 NA Drama Unrated 6.7 11 Indonesian Somad Sutedja ‘Wali Band’, ‘Intan Nuraini’, ‘Arumy Bachsin’, ‘Sulis’, ‘Dennis Adhiswara’, ‘Cecep Reza’, ‘Alicia Djohar’, ‘Anang Hermansyah’, ‘Didi Petet’, ‘Syahrini’, nan, nan, nan, nan, nan 95 0.0001261 595
Batas 2011 NA Drama Unrated 7.5 26 Indonesian Rudy Soedjarwo ‘Marcella Zalianty’, ‘Marcell Domits’, ‘Arifin Putra’, ‘Jajang C. Noer’, ‘Ardina Rasti’, ‘Piet Pagau’, ‘Otig Pakis’, ‘Tetty Liz Indriati’, ‘Gabriel Armando’, ‘Alifyandra’, nan, nan, nan, nan, nan NA 0.0003337 596
Belkibolang 2011 Turithrepe could be the translation of Belkibolang, a contraction of ‘Belok kiri boleh langsung’ (‘Turning right through red permitted’). An exception to the rule. Nine young Indonesian … Drama Unrated 5.7 18 Indonesian Edwin ‘Alexa’, ‘Deddy Mahendra Desta’, ‘Panji Rahadi’, ‘Dwi Sasono’, ‘Sapto Soetardjo’, ‘Marsha Timothy’, ‘Vindy’, nan, nan, nan, nan, nan, nan, nan, nan 87 0.0001756 597
Bukan Pocong Biasa 2011 NA Comedy Unrated 5.4 30 Indonesian Nayato Fio Nuala ‘Zacky Zimah’, ‘Yoga Arizona’, ‘Mpok Atiek’, ‘Ronald Gustav’, ‘Irene Justine’, ‘Soraya Larasati’, ‘Mucle’, ‘Randy Pangalila’, ‘Malih Tongtong’, nan, nan, nan, nan, nan, nan 80 0.0002772 598
Catatan (Harian) Si Boy 2011 Satrio (Ario Bayu) and Natasha (Carissa Puteri) met in an incident. Satrio who is interested in Natasha decides to help her to find the owner of the book that was given by her mom, which turns out to be a diary of a man named “Boy”. Action Unrated 6.8 125 Indonesian Putrama Tuta ‘Ario Bayu’, ‘Onky Alexander’, ‘Abimana Aryasatya’, ‘Tara Basro’, ‘Paul Foster’, ‘Albert Halim’, ‘Roy Marten’, ‘Didi Petet’, ‘Carissa Putri’, ‘Melanie Ricardo’, ‘Poppy Sovia’, nan, nan, nan, nan 96 0.0014545 599
Cewek Gokil 2011 NA Comedy Unrated 5.9 13 Indonesian Rizal Mantovani ‘Irina Björklund’, ‘Enditha Bonacelli’, ‘Pong Harjatmo’, ‘Syailendra Soepomo’, ‘Velove Vexia’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001312 600
Cewek Saweran 2011 NA Drama Unrated 5.0 7 Indonesian Eddie Cahyono ‘Juwita Bahar’, ‘Djaduk Ferianto’, ‘Kriss Hatta’, ‘Harry Izwan’, ‘Marwoto’, ‘Dyah Arum Retnowati’, nan, nan, nan, nan, nan, nan, nan, nan, nan 84 0.0000599 601
Cowok Bikin Pusing 2011 NA Drama Unrated 4.8 13 Indonesian Winalda E. ‘Alex Abad’, ‘Laudya Cynthia Bella’, ‘Marcel Chandrawinata’, ‘Julie Estelle’, ‘Nino Fernandez’, ‘Marissa Nasution’, ‘Aming Sugandhi’, nan, nan, nan, nan, nan, nan, nan, nan 86 0.0001068 602
Dedemit Gunung Kidul 2011 NA Horror Unrated 3.7 18 Indonesian Yoyok Subagyo ‘Uli Auliani’, ‘Tasa Rudman’, ‘Ammy Tawaqal’, ‘Afdhal Yusman’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001140 603
Di Bawah Lindungan Ka’bah 2011 In West Sumatra in the 1920s, Hamid and Zainab come from families from very different social classes. But it did not stop them fall in love and dream of finding a way for society to accept them, also to make the pilgrimage to Mecca. Drama Unrated 7.4 92 Indonesian Hanny Saputra ‘Laudya Cynthia Bella’, ‘Herjunot Ali’, ‘Niken Anjani’, ‘Tarra Budiman’, ‘Jenny Rachman’, ‘Widyawati’, ‘Didi Petet’, ‘Leroy Osmani’, nan, nan, nan, nan, nan, nan, nan 121 0.0011650 604
Dilema 2011 Dilemma is an omnibus film, five stories that depict dark side of Jakarta’s underbelly. Jakarta’s underground world that seldom to talk about, and forgotten by most of the people. Crime 17+ 7.2 61 Indonesian Adilla Dimitri ‘Kenes Andari’, ‘Abimana Aryasatya’, ‘Ario Bayu’, ‘Rangga Djoned’, ‘Wulan Guritno’, ‘Roy Marten’, ‘Jajang C. Noer’, ‘Tio Pakusadewo’, ‘Pevita Pearce’, ‘Reza Rahadian’, ‘Slamet Rahardjo’, ‘Ray Sahetapy’, ‘Lukman Sardi’, ‘Verdi Solaiman’, ‘Roy Sungkono’ 100 0.0007516 605
Enter the Hamster 2011 Nineties rock legends Vivian’s Hamster, having split up ten years ago under catastrophic circumstances, realise that the time has come to reunite the band. No sooner do they hit the … Action Unrated 6.3 7 English Paul Vorrasi ‘Brett Jones’, ‘Zuzanna Kamusinski’, ‘Jess Thomas-Hall’, ‘Sheree Andersen’, ‘Aran Bright’, ‘Christopher Cobban’, ‘Jo Crozier’, ‘Peter Jeremijenko’, ‘Shannon Papera’, ‘Karen Russell’, ‘Johancee Theron’, ‘Michael Underwood’, ‘Stephen Parr’, ‘Andy Roberts’, ‘Tim Kirchler’ 103 0.0000755 606
Garuda di Dadaku 2 2011 A star player on a national youth soccer team finds a lot of burden from all directions placed on his young shoulders. Drama SU 6.4 104 Indonesian Rudy Soedjarwo ‘Emir Mahira’, ‘Aldo Tansani’, ‘Maudy Koesnaedi’, ‘Ramzi’, ‘Rio Dewanto’, ‘Monica Sayangbati’, ‘Rendy Khrisna’, ‘Aliando Syarief’, ‘Mayo Ramzi Fuhaira’, ‘Miguel Thomas’, ‘Joshua Pandelaki’, ‘Rahmat Ee’, ‘Agon’, ‘Dorman Borrisman’, ‘Riyanto Hasyim’ 100 0.0011390 607
Get Married 3 2011 Mae and Rendy already have children, they decide to become an independent family which is free from their parents and friends who only cause trouble. But after giving birth, Mae experienced ‘baby blues’ which made her become emotional. Comedy Unrated 5.5 39 Indonesian Monty Tiwa ‘Nirina Zubir’, ‘Fedi Nuril’, ‘Aming Sugandhi’, ‘Ringgo Agus Rahman’, ‘Deddy Mahendra Desta’, ‘Meriam Bellina’, ‘Jaja Mihardja’, ‘Ira Wibowo’, ‘Ratna Riantiarno’, ‘Barry Prima’, ‘Kimberly Ryder’, ‘Billy W. Polli’, ‘Subarkah’, ‘Titi Dwijayati’, ‘Hanung Bramantyo’ 95 0.0003670 608
Hafalan Shalat Delisa 2011 Delisa lives in a village on the Aceh coast. On December 26, 2004, when Delisa was preparing to take the prayer practice test, suddenly an earthquake and a tsunami hit their village and several other areas in Aceh and Southeast Asia. Drama Unrated 7.2 98 Indonesian Soni Gaokasak ‘Chantiq Schagerl’, ‘Reza Rahadian’, ‘Nirina Zubir’, ‘Ghina Salsabila’, ‘Reska Tania Apriadi’, ‘Riska Tania Apriadi’, ‘Billy Boedjanger’, ‘Raiyan Laksamana’, ‘Mike Lewis’, ‘Fathir Muchtar’, ‘Joe Project P.’, ‘Kanz Randhawa’, ‘Tony Taulo’, ‘Loide Christina Teixeira’, ‘Teuku Umam’ 102 0.0012074 609
Jenglot Pantai Selatan 2011 NA Horror Unrated 4.0 66 Indonesian Rizal Mantovani ‘Gabriella Veronica Arian’, ‘Debby Ayu’, ‘Narto Bantul’, ‘Framly Daniel’, ‘Celine Evangelista’, ‘Putri Farmer’, ‘Febriyanie Ferdzilla’, ‘Daniel Gan’, ‘Frans Hambali’, ‘Anastasiya Kovba’, ‘Buanergis Muryono’, ‘Temmy Rahadi’, ‘Wichita Satari’, ‘Tata Sivek’, ‘Zidni Adam Zawas’ 78 0.0004518 610
Kalung Jailangkung 2011 NA Horror Unrated 5.8 11 Indonesian Nayato Fio Nuala “Ghea D’Syawal”, ‘Reymond Knuliq’, ‘Djati Kusuma’, ‘Soraya Larasati’, ‘Yessa Lona’, ‘Rozie Mahally’, ‘Torro Margens’, ‘Munazat Radittya’, ‘Erlin Sarintan’, ‘George Taka’, ‘Zacky Zimah’, nan, nan, nan, nan 80 0.0001092 611
Kehormatan di Balik Kerudung 2011 NA Drama Unrated 6.2 13 Indonesian Tya Subiakto Satrio ‘Donita’, ‘Andhika Pratama’, ‘Ussy Sulistiawaty’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 105 0.0001379 612
Kejarlah Jodoh Kau Kutangkap 2011 NA Comedy Unrated 6.4 25 Indonesian Indrayanto Kurniawan ‘Andhika Pratama’, ‘Donita’, ‘Lydia Kandou’, ‘Bertrand Antolin’, ‘Pretty Asmara’, ‘Mucle’, ‘Joe Project P.’, ‘Polo’, ‘Juhana Sutisna’, nan, nan, nan, nan, nan, nan 103 0.0002738 613
Kentut 2011 A regent candidate must undergo medical surgery because her right chest was shot while campaigning. After the operation, she still had to undergo treatment at the hospital, because she had to wait until she farted, a sign of recovery. Comedy Unrated 4.8 25 Indonesian Aria Kusumadewa ‘Deddy Mizwar’, ‘Ira Wibowo’, ‘Keke Soeryo’, ‘Cok Simbara’, ‘Iis Dahlia’, ‘Rahman Yacob’, ‘Hengky Tornando’, ‘Anwar Fuady’, ‘Medina Kamil’, ‘Zairin Zain’, nan, nan, nan, nan, nan 90 0.0002053 614
Kepergok Pocong 2011 People who find mystic books get rich quick in graves. But there are some oddities. Comedy Unrated 4.6 11 Indonesian Nayato Fio Nuala ‘Azis Gagap’, ‘Reymond Knuliq’, ‘Rozie Mahally’, ‘Nadya Almira’, ‘Keira Sabhira’, ‘Albert Putra’, ‘Anastasya Octaviana’, ‘Vicky Irawan’, nan, nan, nan, nan, nan, nan, nan 78 0.0000866 615
Keranda Kuntilanak 2011 NA Comedy Unrated 3.2 16 Indonesian Nayato Fio Nuala ‘Zacky Zimah’, ‘Fiona Fachry’, ‘Tifany Jane’, ‘Anastasya Octaviana’, ‘Yessa Lona’, ‘Indra Brotolaras’, ‘Munazat Radittya’, ‘Stefan William’, nan, nan, nan, nan, nan, nan, nan 83 0.0000876 616
Khalifah 2011 NA Drama Unrated 6.6 14 Indonesian Nurman Hakim ‘Marsha Timothy’, ‘Indra Herlambang’, ‘Ben Joshua’, ‘Titi Rajo Bintang’, ‘Brohisman’, ‘Jajang C. Noer’, ‘Yoga Pratama’, ‘Dion Wiyoko’, nan, nan, nan, nan, nan, nan, nan 90 0.0001581 617
Kuntilanak Kesurupan 2011 NA Comedy 17+ 2.4 20 Indonesian Nayato Fio Nuala ‘Irish Bella’, ‘Sazha Carissa’, ‘Azis Gagap’, ‘Violenzia Jeanette’, ‘Reymond Knuliq’, ‘Yessa Lona’, ‘Julia Perez’, ‘Guntur Triyoga’, ‘Fero Walandouw’, ‘Evhi Yuliani’, nan, nan, nan, nan, nan 79 0.0000821 618
Langit Biru 2011 NA Drama Unrated 6.6 16 Indonesian Lasja Fauzia ‘Annisa Pinandita’, ‘Cody Mcclendon’, ‘Joko Anwar’, ‘Ayushita’, ‘Alice Callista’, ‘Nathanael Carol’, ‘Brandon De Angelo’, ‘Ira Duaty’, ‘Donna Harun’, ‘Ary Kirana’, ‘Patton Otlivio Latupeirissa’, ‘Hermann Josis Mokalu’, ‘Baby Natalie’, ‘Tika Panggabean’, ‘Jonathan Prasetyo’ 93 0.0001807 619
Laut Bercermin 2011 A girl from the Bajo tribe in Wakatobi district goes to a fortune teller in her area. The fortune teller performed a ritual using a mirror, where the local people believed that with a mirror they could see what they were waiting for. Drama Unrated 7.1 78 Indonesian Kamila Andini ‘Atiqah Hasiholan’, ‘Reza Rahadian’, ‘Gita Novalista’, ‘Eko’, ‘Inal’, ‘Zainal’, ‘Kuasi’, ‘Halwiyah’, ‘Baharudin’, ‘Ende’, ‘La Ode Ahmad Ready Putra’, ‘Darsono’, ‘Narsih’, ‘Selti’, ‘Warni’ 100 0.0009477 620
Lima Elang 2011 Baron is reluctant to move from Jakarta to Balikpapan. In the new town, he chooses to play with his remote-controlled car, instead of making new friends. Despite his behavior, Baron is … Family Unrated 7.1 52 Indonesian Rudy Soedjarwo ‘David Chalik’, ‘Omara N. Esteghlal’, ‘Junior Liem’, ‘Teuku Rizky Muhammad’, ‘Christoffer Nelwan’, ‘Iqbaal Dhiafakhri Ramadhan’, ‘Monica Sayangbati’, ‘Bastian Bintang Simbolon’, nan, nan, nan, nan, nan, nan, nan 88 0.0006318 621
Lost in Papua 2011 In the deep jungle of Papua, Rangga (Edo Borne) and his team is on a mission to explore possible mining opportunities in the area. They do not realize they have entered a restricted area … Adventure Unrated 6.5 13 Indonesian Irham Acho Bahtiar ‘Fanny Fabriana’, ‘Fauzi Baadila’, ‘Piet Pagau’, ‘Didi Petet’, ‘Edo Borne’, ‘Petrus Taro Gerze’, ‘Fahrani’, nan, nan, nan, nan, nan, nan, nan, nan 100 0.0001446 622
Love Story 2011 Ranti and Galih from two different villages are in love and make plans to marry. But the villagers forbid their love as they believe that if the villages are united by a marriage, the disaster will strike. Drama 17+ 7.3 27 Indonesian Hanny Saputra ‘Acha Septriasa’, ‘Irwansyah’, ‘Henidar Amroe’, ‘Donny Damara’, ‘Bella Graceva’, ‘Maudy Koesnaedi’, ‘Reza Pahlevi’, ‘Reza Rahadian’, nan, nan, nan, nan, nan, nan, nan 96 0.0003373 623
Lovely Man 2011 Cahaya (Raihaanun) travels to Jakarta, Indonesia, to search for her father and discovers that he is a prostitute for men. Drama Unrated 7.2 208 Indonesian Teddy Soeriaatmadja ‘Donny Damara’, ‘Raihaanun Soeriaatmadja’, ‘Yayu A.W. Unru’, ‘Ari Syarif’, ‘Lani Sonda’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 76 0.0025627 624
Masih Bukan Cinta Biasa 2011 NA Drama Unrated 6.8 19 Indonesian Benni Setiawan ‘Ferdy Taher’, ‘Wulan Guritno’, ‘Olivia Lubis Jensen’, ‘Axel Andaviar’, ‘Budi Arab’, ‘Dalton’, ‘Mucle’, ‘Joe Project P.’, nan, nan, nan, nan, nan, nan, nan 98 0.0002211 625
Mati Muda di Pelukan Janda 2011 NA Comedy Unrated 2.5 6 Indonesian Helfi C.H. Kardit ‘M. Ihsan Tarore’, ‘Ayu Pratiwi’, ‘Shinta Bachir’, ‘Alfie Alfandi’, ‘Stevie Domminique Jollie’, ‘Joe Project P.’, ‘Julia Robex’, ‘Vijey Sadiansyah’, nan, nan, nan, nan, nan, nan, nan 82 0.0000257 626
Milli & Nathan 2011 Milli and Nathan liked each other since high school in Bandung. They dated. Until Nathan broke the news that he would get married. Milli was shocked, disappointed and angry. She removed … Drama Unrated 7.6 37 Indonesian Hanny Saputra ‘Olivia Lubis Jensen’, ‘Christ Laurent’, ‘Sabai Morscheck’, ‘Chaca Rasidy Ariefiansyah’, ‘Fendy Chow’, ‘Frans Tumbuan’, ‘Minati Atmanegara’, ‘H.I.M. Damsyik’, ‘Mario Lawalatta’, ‘Uwie Jasmine’, ‘Dave Alexander’, ‘Dimas Beck’, nan, nan, nan 89 0.0004812 627
Misteri Hantu Selular 2011 A youth group terrorized by the ghost who always come after their phone playing automatically the mysterious ringtone Horror Unrated 6.2 11 Indonesian Indra Tirtana ‘Celine Evangelista’, ‘Boy Hamzah’, ‘Reynavenzka’, ‘Permadi Sh’, ‘Gita Sinaga’, ‘Guruh Soekarnoputra’, ‘Umar Syarif’, ‘Udjie Tongky’, nan, nan, nan, nan, nan, nan, nan NA 0.0001167 628
Mortal Enemies 2011 After making a brotherly bond with a fellow orphan and reunited by tragedy they fight to save Verdy’s fiancée and stop the international crime scandal together. Action 13+ 6.1 105 English Asun Mawardi ‘Robin Shou’, ‘Verdy Bhawanta’, ‘Yayu A.W. Unru’, ‘Marcio Fernando Da Silva’, ‘Andrew Lincoln Suleiman’, ‘Karina Nadila’, ‘Andry Ganda Wijaya’, nan, nan, nan, nan, nan, nan, nan, nan 103 0.0010960 629
My Blackberry Girlfriend 2011 NA Comedy Unrated 5.2 16 Indonesian Findo Purwono ‘Emmanuel Akwafo’, ‘Hardi Fadhillah’, ‘Keith Foo’, ‘Luna Maya’, ‘Fathir Muchtar’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 83 0.0001424 630
Oh Tidak..! 2011 NA Comedy Unrated 4.7 7 Indonesian Ardy Octaviand ‘Fathir Muchtar’, ‘Marsha Timothy’, ‘Marcella Lumowa’, ‘Jarwo Kwat’, ‘Arie Dagienkz’, ‘Kakek Gilang’, ‘Nenek Gilang’, ‘Mbok Ijah’, nan, nan, nan, nan, nan, nan, nan 89 0.0000563 631
Pacar Hantu Perawan 2011 NA Comedy Unrated 3.8 39 Indonesian Yoyok Subagyo ‘Misa Campo’, ‘Rafi Cinoun’, ‘Jonathan Frizzy’, ‘Natha Narita’, ‘Dewi Perssik’, ‘Olga Syahputra’, ‘Vicky Vette’, nan, nan, nan, nan, nan, nan, nan, nan 76 0.0002536 632
Pelet Kuntilanak 2011 NA Horror 21+ 3.5 11 Indonesian Nayato Fio Nuala ‘Debby Ayu’, ‘Cinta Dewi’, ‘Angie Yulia’, ‘Billy Davidson’, ‘Billy As’, ‘Yudha Putra’, ‘Aria Bahari’, ‘Daeng’, nan, nan, nan, nan, nan, nan, nan NA 0.0000659 633
Pelukan Janda Hantu Gerondong 2011 NA Horror Unrated 4.0 20 Indonesian Helfi C.H. Kardit ‘Indah Kalalo’, ‘Aida Saskia’, ‘Shidiq Hamidi’, ‘Adam Jordan’, ‘Lia Ladysta’, ‘Angel Lelga’, ‘Andreano Philip’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001369 634
Pengejar Angin 2011 NA Drama Unrated 6.8 23 Indonesian Hanung Bramantyo ‘Giorgino Abraham’, ‘Wanda Hamidah’, ‘Agus Kuncoro’, ‘Siti Helda Meilita’, ‘Mathias Muchus’, ‘Lukman Sardi’, ‘Harta Yudana’, ‘Qausar Harta Yudana’, nan, nan, nan, nan, nan, nan, nan 101 0.0002676 635
Perempuan² Liar 2011 NA Comedy Unrated 6.1 16 Indonesian Rako Prijanto ‘Maeeva Amin’, ‘Bedu’, ‘Rina Diana’, ‘Ghozali’, ‘Gary M. Iskak’, ‘Emmi Lemmu’, ‘Torro Margens’, ‘Andries Munzier’, ‘Dallas Pratama’, ‘Arief Rivan’, ‘Tora Sudiro’, ‘Rusdi Syarif’, nan, nan, nan 81 0.0001670 636
Pocong Kesetanan! 2011 NA Comedy Unrated 4.8 20 Indonesian Nayato Fio Nuala ‘Raffi Ahmad’, ‘Rina Diana’, ‘Febriyanie Ferdzilla’, ‘Azis Gagap’, ‘Reymond Knuliq’, ‘Rozie Mahally’, ‘Ajun Perwira’, ‘Diah Cempaka Sari’, ‘Guntur Triyoga’, nan, nan, nan, nan, nan, nan 76 0.0001643 637
Pocong Mandi Goyang Pinggul 2011 The story about a creature in a bed-sheet and a live pelmeni’s seller in the cemetery. Comedy Unrated 1.8 158 Indonesian Yoyok Subagyo ‘Ucok Baba’, ‘Annisa Bahar’, ‘Tata Dado’, ‘Tatang Gepeng’, ‘Sasha Grey’, ‘Sheza Idris’, ‘Chand Kelvin’, ‘Baby Margaretha’, ‘Mpok Nori’, ‘Andreano Philip’, nan, nan, nan, nan, nan 90 0.0004867 638
Pocong Minta Kawin 2011 NA Comedy Unrated 7.1 12 Indonesian Nayato Fio Nuala ‘Mpok Atiek’, ‘Bolot’, ‘Christopher’, ‘Boy Idrus’, ‘Dhawan Khai’, ‘Bobby Maulana’, ‘Dithra Mierva’, ‘Vicky Nitinegoro’, ‘Julia Perez’, ‘Putri’, ‘Chika Waode’, nan, nan, nan, nan 84 0.0001458 639
Pocong Ngesot 2011 NA Comedy 17+ 2.8 17 Indonesian Nayato Fio Nuala ‘Dhana Gadree’, ‘Azis Gagap’, ‘Venilia Agi K.’, ‘Leylarey Lesesne’, ‘Rozie Mahally’, ‘Keira Sabhira’, ‘Fero Walandouw’, nan, nan, nan, nan, nan, nan, nan, nan 79 0.0000815 640
Poconggg Juga Pocong 2011 The view of the world in a funny way from the eyes of a ghost called “Poconggg”. Comedy Unrated 6.2 39 Indonesian Nayato Fio Nuala ‘Ajun Perwira’, ‘Rizna Nyctagina’, ‘Shapira Indah’, ‘Rizky Mocil’, ‘Guntur Triyoga’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 78 0.0004138 641
Pupus 2011 NA Drama Unrated 7.0 31 Indonesian Rizal Mantovani ‘Donita’, ‘Marcel Chandrawinata’, ‘Ichsan Akbar’, ‘Kaditha Ayu’, ‘Arthur Brotolaras’, ‘Vicky Monica’, nan, nan, nan, nan, nan, nan, nan, nan, nan 99 0.0003713 642
Purple Love 2011 Together with his best friends, Pasha planned to propose to his girlfriend Lisa. It turns out that Lisa broke their relationship because she chose another man. Pasha now is heartbroken. Drama Unrated 6.2 13 Indonesian Guntur Soeharjanto ‘Pasha’, ‘Nirina Zubir’, ‘Kirana Larasati’, ‘Qory Sandioriva’, ‘Makki’, ‘Arlonsy Onci Miraldi’, ‘Enda’, ‘Rowman’, ‘Henidar Amroe’, ‘Djenar Maesa Ayu’, ‘Imey Liem’, ‘Pasha’, ‘Unang’, nan, nan 99 0.0001379 643
Red and White III: Hearts of Freedom 2011 The third and final film of “Red and White” trilogy and set during the Indonesian revolution in 1947-1948, as a band of guerrillas fights for Indonesia’s freedom on land, sea, and air against the Dutch empire. Action Unrated 6.2 131 Indonesian Conor Allyn ‘Darius Sinathrya’, ‘T. Rifnu Wikana’, ‘Donny Alamsyah’, ‘Rahayu Saraswati’, ‘Lukman Sardi’, ‘Astri Nurdin’, ‘Ranggani Puspandya’, ‘Nugie’, ‘Mike Bell’, ‘Aldy Zulfikar’, ‘Budi Ros’, ‘Achmad’, ‘Aco’, ‘Adit’, ‘Nyoman Adiyana’ NA 0.0013898 644
Rumah Tanpa Jendela 2011 NA Drama Unrated 7.2 56 Indonesian Aditya Gumay ‘Emir Mahira’, ‘Dwi Tasya’, ‘Raffi Ahmad’, ‘Ingrid Widjanarko’, ‘Yuni Shara’, ‘Aswin Fabanyo’, ‘Alicia Djohar’, ‘Aty Cancer’, ‘Varissa Camelia’, ‘Indra Bekti’, ‘Maudy Ayunda’, ‘Billy Davidson’, ‘Ayu Gumay’, ‘Ouzan Ruz’, ‘Jessica Veranda’ 100 0.0006899 645
Sajadah Ka’bah 2011 NA Action Unrated 6.6 7 Indonesian Rhoma Irama ‘Rhoma Irama’, ‘Ruhut Sitompul’, ‘Ida Iasha’, ‘Zahwa Aqilah’, ‘Michella Adlen Ladouceur’, ‘Leroy Osmani’, ‘Qomar’, ‘Ridho Rhoma’, nan, nan, nan, nan, nan, nan, nan 107 0.0000791 646
Sang Penari 2011 Young teenagers who fall in love live in poverty in their small village in the 1960s. The girl, Srintil, is a dancer blessed with dancing moves that said have a certain magic. The boy, Rasus, leaves the village to join the army force. Drama Unrated 7.1 243 Indonesian Ifa Isfansyah ‘Prisia Nasution’, ‘Oka Antara’, ‘Slamet Rahardjo’, ‘Dewi Irawan’, ‘Lukman Sardi’, ‘Hendro Djarot’, nan, nan, nan, nan, nan, nan, nan, nan, nan 112 0.0029523 647
Semesta Mendukung 2011 NA Drama Unrated 6.9 18 Indonesian John de Rantau ‘Sheina Abdat’, ‘Rendy Ahmad’, ‘Sayef Muhammad Billah’, ‘Febby Febiola’, ‘Dinda Hauw’, ‘Zawawi Imron’, ‘Angga Putra’, ‘Helmalia Putri’, ‘Rangga Raditya’, ‘Omeyga Rossye’, ‘Ferry Salim’, ‘Lukman Sardi’, ‘Sujiwo Tejo’, ‘Revalina S. Temat’, ‘Indro Warkop’ 101 0.0002125 648
Serdadu Kumbang 2011 NA Drama Unrated 7.2 29 Indonesian Ari Sihasale ‘Yudi Miftahudin’, ‘Aji Santosa’, ‘Fachri Azhari’, ‘Monica Sayangbati’, ‘Titi Rajo Bintang’, ‘Ririn Ekawati’, ‘Lukman Sardi’, ‘Asrul Dahlan’, ‘Leroy Osmani’, ‘Dorman Borisman’, ‘Surya Saputra’, ‘Deden Saedul Bahri’, ‘Sri Bintang’, ‘Fanny Fadillah’, ‘Adinda Fudia Hanamici’ 106 0.0003573 649
Setannya Kok Masih Ada 2011 NA Comedy Unrated 4.5 13 Indonesian Muchyar Syamas ‘Deddy Mahendra Desta’, ‘Zacky Zimah’, ‘Ardani’, ‘Deriell Jaqueline’, ‘Rohaina Mursid’, ‘Hikmal Abrar Nasution’, ‘Nisye Ivana Ngantung’, ‘Novita’, ‘Simson Rarameha’, ‘Paramita Sari’, ‘Wawan Sunaryowan’, ‘Cecep Supriatna’, ‘Sutrisna’, ‘Ramco Sari Tua’, ‘Indah Kusuma Wardani’ 83 0.0001001 650
Skandal 2011 NA Drama Unrated 5.0 20 Indonesian Jose Poernomo ‘Uli Auliani’, ‘Febriyanie Ferdzilla’, ‘Gary M. Iskak’, ‘Mario Lawalatta’, ‘Mike Lucock’, ‘Laras Monca’, ‘Boy Rano’, nan, nan, nan, nan, nan, nan, nan, nan 83 0.0001711 651
Surat Kecil Untuk Tuhan 2011 This movie tells the story of a girl named Gita Sesa Wanda Cantika or also known as Keke who fights deadly cancer called Rhabdomyosarcoma as she is the first Rhabdomyosarcoma patient in Indonesia. Biography Unrated 6.3 100 Indonesian Harris Nizam ‘Dwi Andhika’, ‘Egi John Foreisythe’, ‘Dinda Hauw’, ‘Alex Komang’, ‘Ranty Purnamasari’, ‘Heri Savalas’, ‘Esa Septian Pramudha Sigit’, nan, nan, nan, nan, nan, nan, nan, nan 105 0.0010780 652
Suster Keramas 2 2011 Three motorbike racers, a tour guide, and a Japanese tourist named Sachiko (Sora Aoi) coincidentally meet in a hospital after involved in accidents. As soon as they reach there, they feel strange things happening in the hospital. Comedy 17+ 3.9 53 Indonesian Findo Purwono ‘Ricky Harun’, ‘Zidni Adam Zawas’, ‘Sora Aoi’, ‘Marcell Darwin’, ‘Violenzia Jeanette’, ‘Eva Asmarani’, ‘Tasya Djerly Emor’, nan, nan, nan, nan, nan, nan, nan, nan 80 0.0003537 653
Tanda Tanya 2011 A story of interconnecting lives in modern day Semarang, all struggling with the differences of their faiths. Drama Unrated 7.1 188 Indonesian Hanung Bramantyo ‘Reza Rahadian’, ‘Revalina S. Temat’, ‘Agus Kuncoro’, ‘Endhita’, ‘Rio Dewanto’, ‘Henky Solaiman’, ‘Deddy Sutomo’, nan, nan, nan, nan, nan, nan, nan, nan 100 0.0022841 654
Tarung: City of the Darkness 2011 NA Action Unrated 6.2 69 Indonesian Nayato Fio Nuala ‘Guntur Triyoga’, ‘Volland humonggio’, ‘Krisna Patra’, ‘Daud Radex’, ‘Fikri Baladraf’, ‘Cinta Dewi’, ‘Gouw Hartono’, ‘Reymond Knuliq’, nan, nan, nan, nan, nan, nan, nan 84 0.0007320 655
Tebus 2011 NA Crime Unrated 4.4 13 Indonesian Muhammad Yusuf ‘Tio Pakusadewo’, ‘Chintami Atmanegara’, ‘Revaldo’, ‘Sheila Marcia’, ‘Jajang C. Noer’, ‘Preddi Prahman’, ‘Luna Sabrina’, ‘Anneke Jodi’, nan, nan, nan, nan, nan, nan, nan 100 0.0000979 656
Tendangan dari Langit 2011 A boy who has an amazing ability in football lives with his parents in the tourism area at the Bromo Mountain. One day, his ability was accidentally seen by a football coach and offered the boy a trial with Persema Malang Football Club. Drama Unrated 7.1 67 Indonesian Hanung Bramantyo ‘Yosie Kristanto’, ‘Maudy Ayunda’, ‘Giorgino Abraham’, ‘Jordi Onsu’, ‘Joshua Suherman’, ‘Natasha Chairani’, ‘Agus Kuncoro’, ‘Sujiwo Tejo’, ‘Yatti Surachman’, ‘T.M. Tarsan’, ‘Torro Margens’, ‘Irfan Bachdim’, ‘Matias Ibo Kru’, ‘Kim Kurniawan’, ‘Mathias Muchus’ 118 0.0008140 657
The Mentalist 2011 Two mentalists, Deddy Corbuzier and Ronggo Sewu (Limbad), compete to show who is the best. Ronggo Sewu who used to be Deddy Corbuzier’s assistant framed Deddy Corbuzier by using black magic in every magic show. Action Unrated 7.2 183 Indonesian Walmer Sitohang ‘Meiditha Badawijaya’, ‘Jodi Lyn Brockton’, ‘Deddy Corbuzier’, ‘Natascha Hopkins’, ‘Limbad’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0022547 658
The Perfect House 2011 NA Thriller Unrated 6.6 18 Indonesian Affandi Abdul Rachman ‘Endy Arfian’, ‘Bella Esperance’, ‘Mike Lucock’, ‘Wanda Nizar’, ‘Cathy Sharon’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 96 0.0002033 659
The Raid: Redemption 2011 A S.W.A.T. team becomes trapped in a tenement run by a ruthless mobster and his army of killers and thugs. Action 13+ 7.6 187222 Indonesian Gareth Evans ‘Iko Uwais’, ‘Joe Taslim’, ‘Donny Alamsyah’, ‘Yayan Ruhian’, ‘Pierre Gruno’, ‘Ray Sahetapy’, ‘Tegar Satrya’, ‘Iang Darmawan’, “Eka ‘Piranha’ Rahmadia”, ‘Verdi Solaiman’, ‘Alfridus Godfred’, ‘Rully Santoso’, ‘Melkias Ronald Torobi’, ‘Johanes Tuname’, ‘Sofyan Alop’ 101 2.4348164 660
The Tarix Jabrix 3 2011 The Tarix Jabrix got the biggest challenge of their lives. They have to negotiate with their old enemies, The Road Devils motorcycle gang so as not to cause more riots in Bandung City. Comedy Unrated 7.8 43 Indonesian Iqbal Rais ‘Tria Changcut’, ‘Erick Changcut’, ‘Dipa Changcut’, ‘Alda Changcut’, ‘Qibil Changcut’, ‘Olivia Lubis Jensen’, ‘Edi Brokoli’, ‘Kamidia Radisti’, ‘Joe Project P.’, ‘Ingrid Widjanarko’, ‘Candil’, ‘Denny Chandra’, ‘Budi Dalton’, ‘Sellen Fernandez’, ‘Fathir Muchtar’ 92 0.0005739 661
Tumbal Jailangkung 2011 NA Horror Unrated 5.3 9 Indonesian Nayato Fio Nuala ‘Soraya Larasati’, ‘Denny Weller’, ‘Violenzia Jeanette’, ‘Rocky Jeff’, ‘Tasa Rudman’, ‘Jerry Likumahwa’, ‘Romeo Sianipar’, ‘Fiona Callaghan’, ‘Nadedja Kovba’, ‘Frans Nicholas’, ‘Indra Permana Putra’, ‘Debby Rivinandya’, ‘Anna Stepanova’, nan, nan 82 0.0000816 662
Virgin 3: Satu Malam Mengubah Segalanya 2011 NA Drama Unrated 6.1 12 Indonesian Nayato Fio Nuala ‘Alex Abbad’, ‘Raffi Ahmad’, ‘Fikri Baladraf’, ‘Irish Bella’, ‘Gege Elisa’, ‘Ynessa Ioa Gaffar’, ‘Shapira Indah’, ‘Fero Walandouw’, nan, nan, nan, nan, nan, nan, nan 82 0.0001253 663
18+ 2010 NA Drama Unrated 4.8 104 Indonesian Nayato Fio Nuala ‘Arumy Bachsin’, ‘Rangga Djoned’, ‘Adipati Dolken’, ‘Wulan Guritno’, ‘Leylarey Lesesne’, ‘Bella Nasyahab’, ‘Stevanie Nepa’, ‘Eka D. Sitorus’, ‘Aly Zein’, ‘Samuel Zyglwyn’, nan, nan, nan, nan, nan NA 0.0008542 664
3 Hati, Dua Dunia, Satu Cinta 2010 A love story of a Moslem freelance journalist and a Catholic college girl, in resistance by their different cultures and religion. Comedy Unrated 6.9 148 Indonesian Benni Setiawan ‘Reza Rahadian’, ‘Laura Basuki’, ‘Arumy Bachsin’, ‘Hadad Alwi’, ‘Henidar Amroe’, ‘Muhammad Assegaf’, ‘Zaenal Abidin Domba’, ‘Rasyid Karim’, ‘Vicky Satria’, ‘Ira Savira’, ‘Gesi Selvia’, ‘Robby Tumewu’, ‘Ira Wibowo’, ‘Jay Widjajanto’, nan 100 0.0017475 665
3 Pejantan Tanggung 2010 NA Comedy Unrated 4.7 12 Indonesian Iqbal Rais ‘Ringgo Agus Rahman’, ‘Deddy Mahendra Desta’, ‘Dennis Adhiswara’, ‘Siti Anizah’, ‘Joe Project P.’, ‘Piet Pagau’, nan, nan, nan, nan, nan, nan, nan, nan, nan 82 0.0000965 666
7 Hati, 7 Cinta, 7 Wanita 2010 NA Drama Unrated 7.4 10 Indonesian Robby Ertanto ‘Jajang C. Noer’, ‘Marcella Zalianty’, ‘Olga Lydia’, ‘Happy Salma’, ‘Intan Kieflie’, ‘Tamara Tyasmara’, ‘Tizza Radia’, ‘Patty Sandya’, ‘Novi Sandra Sari’, ‘Debby Rivinandya’, ‘Kevin Rose Nasution’, ‘Henky Solaiman’, ‘Revi Budiman’, ‘Tegar Satrya’, ‘Rangga Djoned’ 94 0.0001266 667
Affair 2010 A love triangle turns into a nightmare between three friends. Horror Unrated 4.2 61 Indonesian Nayato Fio Nuala ‘Sigi Wimala’, ‘Garneta Haruni’, ‘Dimas Aditya’, ‘Monique Henry’, ‘Rohman Suwandata’, ‘Rommy Ravalzi’, nan, nan, nan, nan, nan, nan, nan, nan, nan 75 0.0004384 668
Akibat Pergaulan Bebas 2010 NA Drama Unrated 4.3 27 Indonesian Nayato Fio Nuala ‘Smitha Anjani’, ‘Uli Auliani’, ‘Leylarey Lesesne’, ‘Sabai Morscheck’, ‘Ray Sahetapy’, ‘Samuel Zyglwyn’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001987 669
Aku atau Dia? 2010 NA Comedy Unrated 6.3 11 Indonesian Affandi Abdul Rachman ‘Alex Abbad’, ‘Shara Aryo’, ‘Edo Borne’, ‘Yama Carlos’, ‘Grace Chim’, ‘Julie Estelle’, ‘Rizky Hanggono’, ‘Sophie Navita’, ‘Fedi Nuril’, ‘Ananda Omesh’, ‘Ringgo Agus Rahman’, ‘Lukman Sardi’, ‘Verdi Solaiman’, ‘T.J.’, ‘Lenna Tan’ NA 0.0001186 670
Alangkah Lucunya (Negeri Ini) 2010 Three freshly graduated adults try to educate young beggars to become street vendors, but are opposed by their fathers. Comedy Unrated 7.2 230 Indonesian Deddy Mizwar ‘Reza Rahadian’, ‘Tika Bravani’, ‘Asrul Dahlan’, ‘Deddy Mizwar’, ‘Slamet Rahardjo’, ‘Jaja Mihardja’, ‘Tio Pakusadewo’, ‘Irfan Siagian’, ‘Angga Putra’, ‘Sakurta H. Ginting’, ‘Rina Hasyim’, ‘Jaya Kusuma’, ‘Edwin’, ‘Pradana Ardiansyah’, ‘Agri Firdaus’ 104 0.0028337 671
Arisan Brondong 2010 NA Comedy Unrated 4.4 26 Indonesian Helfi C.H. Kardit ‘Hardi Fadhillah’, ‘Randi Fadillah’, ‘Farish Nahdi’, ‘Ferly Putra’, ‘Bella Saphira’, ‘Heather Storm’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001958 672
Bebek Belur 2010 A story of the Cibebek village, where every problem happen in villager’s daily life, including problems that are very funny, sad, and touching, with various types of characters in them. Comedy Unrated 4.9 18 Indonesian Adrianto Sinaga ‘Didi Petet’, ‘Deddy Mizwar’, ‘Slamet Rahardjo’, ‘Torro Margens’, ‘Gigi Band’, ‘Joshua Pandelaki’, ‘Ully Artha’, ‘Rima Melati’, ‘Ida Kusumah’, ‘Jajang C. Noer’, ‘Nungki Kusumastuti’, ‘Bajaj Gru’, ‘Valentino’, ‘Thessa Kaunang’, ‘Sam Bimbo’ 108 0.0001509 673
Belum Cukup Umur 2010 NA Drama Unrated 6.4 7 Indonesian Nayato Fio Nuala ‘Joanna Alexandra’, ‘Mentari’, ‘Vikri Rahmat’, ‘Zidni Adam Zawas’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000767 674
Cin… Tetangga Gue, Kuntilanak! 2010 NA Comedy Unrated 5.1 9 Indonesian Yan Senjaya ‘Cynthiara Alona’, “De’ratu”, ‘Topan Dicky’, ‘Deden Dower’, ‘Chairil Jm’, ‘Dafino Kandau’, ‘Rozie Mahally’, ‘Mayang’, ‘Melinda’, ‘Trisno’, nan, nan, nan, nan, nan NA 0.0000785 675
Cinta 2 Hati 2010 NA Drama Unrated 6.7 17 Indonesian Benni Setiawan ‘Afgansyah Reza’, ‘Olivia Lubis Jensen’, ‘Tika Putri’, ‘Deddy Mizwar’, ‘Dalton’, ‘Jaja Mihardja’, ‘Ayu Dyah Pasha’, ‘Jody Sumantri’, ‘Roy Tobing’, ‘Dwi Yan’, nan, nan, nan, nan, nan NA 0.0001949 676
Dalam Mihrab Cinta 2010 Syamsul (Dude Harlino), a student of Islamic Boarding School, run away and turned to the dark side after being framed up for a crime he didn’t commit. Now, Syamsul living his life on the street as a thief and a professional criminal. Drama Unrated 7.6 49 Indonesian Habiburrahman El Shirazy ‘Dude Harlino’, ‘Asmirandah’, ‘Meyda Sefira’, ‘Tsania Marwa’, ‘Berliana Febryanti’, ‘Boy Hamzah’, ‘Niniek L. Karim’, ‘Umar Libus’, ‘El Manik’, ‘Iszur Muchtar’, ‘Kaharudin Syah’, ‘Elma Theana’, ‘Neno Warisman’, nan, nan NA 0.0006372 677
Dawai 2 Asmara 2010 Ridho, who was studying abroad, was called home by his father, Rhoma Irama, to continue his mission: giving a fresh nuance to Indonesia’s original music, dangdut. Comedy Unrated 7.1 14 Indonesian Asep Kusdinar ‘Delon’, ‘Emily Graham’, ‘Rhoma Irama’, ‘Pepeng Naif’, ‘Ridho Rhoma’, ‘Cathy Sharon’, nan, nan, nan, nan, nan, nan, nan, nan, nan 113 0.0001701 678
Demi Dewi 2010 NA Drama Unrated 5.3 7 Indonesian Charles Gozali ‘Wulan Guritno’, ‘Winky Wiryawan’, ‘Abimana Aryasatya’, ‘Bulan Ayu’, ‘Volland humonggio’, ‘Ray Sahetapy’, ‘Widyawati’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000635 679
Dendam Pocong Mupeng 2010 NA Horror Unrated 3.9 7 Indonesian Steady Rimba ‘Dian Aditya’, ‘Lia Ladysta’, ‘Tesa Mariska’, ‘Rizky Mocil’, ‘Iva Novanda’, ‘Andreano Philip’, ‘Ferly Putra’, ‘Andi Soraya’, nan, nan, nan, nan, nan, nan, nan NA 0.0000467 680
Di Dasar Segalanya 2010 The poignant tale of a young woman’s struggle with Bipolar Disorder, an illness that has haunted her all her life. Drama Unrated 6.1 12 Indonesian Paul Agusta ‘Primawan Luqman Hakim’, ‘Kartika Jahja’, ‘T. Rifnu Wikana’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 84 0.0001253 681
Gaby dan Lagunya 2010 NA Drama Unrated 6.9 17 Indonesian Nayato Fio Nuala ‘Ikbal Azhari’, ‘Rendy Kjaernett’, ‘Leylarey Lesesne’, ‘Karina Nadila’, ‘Guntur Triyoga’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0002007 682
Hantu Puncak Datang Bulan 2010 NA Comedy Unrated 4.2 33 Indonesian Steady Rimba ‘Dian Aditya’, ‘Lia Ladysta’, ‘Tesa Mariska’, ‘Rizky Mocil’, ‘Iva Novanda’, ‘Andreano Philip’, ‘Ferly Putra’, ‘Andi Soraya’, nan, nan, nan, nan, nan, nan, nan NA 0.0002372 683
Hantu Tanah Kusir 2010 A man’s horse cart was swapped with the ghost’s horse cart. His fate is instantly changed and his passengers are crowded. But it did not last long, a passenger with a sexy Japanese girl named Pauline (Maria Ozawa) appeared in front of him. Horror Unrated 4.4 27 Indonesian Findo Purwono ‘Zacky Zimah’, ‘Maria Ozawa’, ‘Rheina Maryana’, ‘Yadi Sembako’, ‘Eva Asmarani’, ‘Benu Buloe’, ‘Shinta Bachir’, ‘Adi Irwandi’, ‘Laila Sari’, nan, nan, nan, nan, nan, nan NA 0.0002033 684
Hari Untuk Amanda 2010 Amanda (Fanny Fabriana), a woman in her mid-20s, suddenly shrouded in extreme doubt. Because Hari (Oka Antara), her ex-girlfriend comes back in her life, when Amanda will be married in 10 days to Dody (Reza Rahadian). Drama Unrated 7.6 90 Indonesian Angga Dwimas Sasongko ‘Oka Antara’, ‘Fanny Fabriana’, ‘Reza Rahadian’, ‘Kinaryosih’, ‘Gary M. Iskak’, ‘Noveleta Dinar’, ‘Rina Hasyim’, ‘Indra Herlambang’, ‘Aida Nurmala’, ‘Henky Solaiman’, nan, nan, nan, nan, nan NA 0.0011704 685
Heart 2 Heart 2010 Pandu and Indah, meet for the first time on a lake and fall in love after three days. When they return to Jakarta, Pandu believes that they will meet again if they are meant to be together…. Drama Unrated 8.4 75 Indonesian Nayato Fio Nuala ‘Aliff Alli’, ‘Arumy Bachsin’, ‘Irish Bella’, ‘Wulan Guritno’, ‘Argatama Levy’, ‘Miradz’, ‘Indah Permatasari’, ‘George Taka’, nan, nan, nan, nan, nan, nan, nan 90 0.0010780 686
I Know What You Did on Facebook 2010 A lady made a facebook profile to date to a man. After he dates a man, suddenly the man fell in love with another lasy and the first lady want him back Comedy Unrated 4.9 19 Indonesian Awi Suryadi ‘Fanny Fabriana’, ‘Edo Borne’, ‘Kimi Jayanti’, ‘Yama Carlos’, ‘Agastya Kandou’, ‘Fikri Ramdhan’, ‘Restu Sinaga’, ‘Imelda Therinne’, nan, nan, nan, nan, nan, nan, nan 90 0.0001593 687
Istri Bo’ongan 2010 NA Drama Unrated 3.9 8 Indonesian Arie Azis ‘Bari Bintang’, ‘Gaston Castano’, ‘Fahrani’, ‘Jessica Iskandar’, ‘Julia Perez’, ‘703 Ricard’, ‘Dwi Sasono’, ‘Tarzan’, nan, nan, nan, nan, nan, nan, nan 90 0.0000534 688
Jakarta Maghrib 2010 Jakarta Maghrib is an omnibus movie derived from five real events experienced by some urban Jakarta residents during maghrib. Drama Unrated 7.5 59 Indonesian Salman Aristo ‘Reza Rahadian’, ‘Ringgo Agus Rahman’, ‘Lukman Sardi’, ‘Adinia Wirasti’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 75 0.0007572 689
Jejak Darah 2010 Tracing towards the mystery of their close relative’s death, Jessica and Reno uncloak the terrifying truth of abortion and anti-aging cream. Horror Unrated 6.0 6 Indonesian Nur Hidayat ‘Dimas Aditya’, ‘Ayu Diana’, ‘Thalita Latief’, ‘Mentari’, ‘Nabilla’, ‘Robby Tumewu’, nan, nan, nan, nan, nan, nan, nan, nan, nan 94 0.0000616 690
Jinx 2010 NA Comedy Unrated 3.0 7 Indonesian Muhammad Yusuf ‘H.I.M. Damsyik’, ‘Dj Devina’, ‘Fairly’, ‘Ferdy’, ‘Tatang Gepeng’, ‘Mpok Hindun’, ‘Adam Jackson’, ‘Aurélie Moeremans’, ‘Yurike Prastica’, ‘Rebecca Reijman’, ‘Ray Sahetapy’, ‘Pembawa Sial’, ‘Henky Solaiman’, nan, nan 100 0.0000359 691
Kabayan Jadi Milyuner 2010 NA Comedy Unrated 4.9 13 Indonesian Guntur Soeharjanto ‘Jamie Aditya’, ‘Meriam Bellina’, ‘Rianti Cartwright’, ‘Melly Goeslaw’, ‘Didi Petet’, ‘Slamet Rahardjo’, ‘Tino Saroengallo’, ‘Aming Sugandhi’, ‘Christian Sugiono’, nan, nan, nan, nan, nan, nan 105 0.0001090 692
Kain Kafan Perawan 2010 NA Horror Unrated 4.3 34 Indonesian Nayato Fio Nuala ‘Smitha Anjani’, ‘Ratu Felisha’, ‘Sarah Jane’, ‘Ardina Rasti’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 85 0.0002502 693
Laskar Pemimpi 2010 NA Comedy Unrated 5.7 27 Indonesian Monty Tiwa ‘Masayu Anastasia’, ‘Wahyu Rudi Astadi’, ‘Candil’, ‘Muhammad Fachroni’, ‘Gading Marten’, ‘Hermann Josis Mokalu’, ‘Gumilar Nurochman’, ‘Tika Panggabean’, ‘Djoni Permato’, ‘Dimas Projosujadi’, ‘Dwi Sasono’, ‘Shanty’, ‘Marcell Siahaan’, ‘T. Rifnu Wikana’, nan NA 0.0002634 694
Lihat Boleh, Pegang Jangan 2010 NA Comedy Unrated 2.9 10 Indonesian Findo Purwono ‘Shinta Bachir’, ‘Derry Drajat’, ‘Steve Emmanuel’, ‘Christy Jusung’, ‘Mahadewi’, ‘Mario Maulana’, ‘Dewi Perssik’, ‘Dimas Seto’, nan, nan, nan, nan, nan, nan, nan 95 0.0000496 695
London Virginia 2010 NA Comedy Unrated 7.2 6 Indonesian Cheverly Amalia ‘Cheverly Amalia’, ‘Abdurrahman Arif’, ‘Sabrina Athika’, ‘Pierre Gruno’, ‘Gading Marten’, ‘Barry Prima’, nan, nan, nan, nan, nan, nan, nan, nan, nan 95 0.0000739 696
Love in Perth 2010 Lola (Gita Gutawa) got a scholarship at a high school in Perth, Australia. Her best friend who had a crush on her said that he’ll be waiting for her to come back. But, Perth changed Lola’s life as she knows more people her love in Perth. Drama Unrated 5.8 46 Indonesian Findo Purwono ‘Gita Gutawa’, ‘Michella Putri’, ‘Michelle Denis Coates’, ‘Joshua Otay’, ‘Derby Romero’, ‘Petra Sihombing’, ‘Oliver Sille’, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0004565 697
Madame X 2010 When A Capital in the middle of nowhere is threatened by the emergence of KANJENG Storm And The militant political party and homophobia, Safety of Country Singer depending on ADAM, A Hairdresser. Action Unrated 6.4 58 Indonesian Lucky Kuswandi ‘Joko Anwar’, ‘Titi Dwijayati’, ‘Ikhsan Himawan’, ‘Ria Irawan’, ‘Saira Jihan’, ‘Vincent Ryan Rompies’, ‘Sarah Sechan’, ‘Shanty’, ‘Marcell Siahaan’, ‘Aming Sugandhi’, ‘Fitri Tropica’, ‘Robby Tumewu’, nan, nan, nan 100 0.0006352 698
Mafia Insyaf 2010 NA Action Unrated 4.7 21 Indonesian Otoy Witoyo ‘Atiqah Hasiholan’, ‘Tora Sudiro’, ‘Indah Kalalo’, ‘Ferry Ardiansyah’, ‘Anindhika’, ‘Jaja Mihardja’, ‘Zacky Zimah’, ‘Guntur Triyog’, ‘Kieran Shidu’, nan, nan, nan, nan, nan, nan NA 0.0001689 699
Melodi 2010 NA Drama Unrated 7.4 7 Indonesian Harry Suharyadi ‘Emir Mahira’, ‘Nadya Amanda’, ‘Djenar Maesa Ayu’, ‘Andre Hehanusa’, ‘Yasamin Jasem’, ‘Mario Maulana’, ‘Daus Separo’, ‘T.J.’, ‘Nadia Vella’, ‘Vetty Vera’, ‘T. Rifnu Wikana’, nan, nan, nan, nan 95 0.0000886 700
Menculik Miyabi 2010 Three Indonesian guys head to the airport to see their favorite Japanese porn star, Maria Ozawa, when she visits Jakarta. But airport chaos results in them kidnapping their idol. Action Unrated 3.4 136 Indonesian Findo Purwono ‘Maria Ozawa’, ‘Nicky Tirta’, ‘Herfiza Novianti’, ‘Alessia Cestaro’, ‘Hardi Fadhillah’, ‘Kevin Julio’, ‘Rizky Mocil’, ‘Farish Nahdi’, ‘Sabrina Pai’, nan, nan, nan, nan, nan, nan 85 0.0007912 701
Menebus Impian 2010 Nur, a student, suffers hardships with her mother, Sekar, who only works as a laundry clerk. Both have different views of achieving a better life. The mother wants to focus on financing … Drama Unrated 6.1 14 Indonesian Hanung Bramantyo ‘Acha Septriasa’, ‘Ayu Dyah Pasha’, ‘Fedi Nuril’, ‘Ayu Diana’, ‘Zaskia Adya Mecca’, ‘Jaja Mihardja’, ‘Joshua Suherman’, ‘Cici Tegal’, nan, nan, nan, nan, nan, nan, nan NA 0.0001461 702
Minggu Pagi di Victoria Park 2010 About a young woman who struggle in foreign countries to improve her self esteem to her family and to the community. Drama Unrated 7.5 69 Indonesian Lola Amaria ‘Donny Alamsyah’, ‘Lola Amaria’, ‘Titi Rajo Bintang’, ‘Donny Damara’, ‘Permata Sari Harahap’, ‘Imelda Soraya’, nan, nan, nan, nan, nan, nan, nan, nan, nan 97 0.0008855 703
Nakalnya Anak Muda 2010 NA Horror Unrated 4.0 12 Indonesian Nayato Fio Nuala ‘Uli Auliani’, ‘Ratu Felisha’, ‘Rozie Mahally’, ‘Rommy Ravalzi’, ‘Billy Ade Sumirat’, ‘Fero Walandouw’, nan, nan, nan, nan, nan, nan, nan, nan, nan 75 0.0000821 704
Ngebut Kawin 2010 ONES (RINGGO AGUS RAHMAN) is a taxi driver in Jakarta. He has simple live. But that doesnt lose his spirit to take care of his GRANDFATHER (ENGKONG) (HENGKY SOLAIMAN), 100 years old, who … Comedy Unrated 6.0 11 Indonesian Guntur Soeharjanto ‘Boneng’, ‘Harry de Fretes’, ‘Wiwid Gunawan’, ‘Kadir’, ‘Ringgo Agus Rahman’, ‘Vincent Ryan Rompies’, ‘Henky Solaiman’, ‘Doyok Sudarmadji’, ‘Ira Wibowo’, nan, nan, nan, nan, nan, nan NA 0.0001129 705
Not for Sale 2010 NA Drama Unrated 4.0 11 Indonesian Nayato Fio Nuala ‘Chindy Anggrina’, ‘Arumy Bachsin’, ‘Okkie Callerista’, ‘Leylarey Lesesne’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 85 0.0000753 706
Obama Anak Menteng 2010 NA Drama Unrated 6.1 18 Indonesian John de Rantau ‘Hasan Faruq Ali’, ‘Teuku Zacky Azwar’, ‘Cara Lachelle’, ‘Eko Noah’, ‘Eko Nuh’, ‘Monica Sayangbati’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001879 707
Pemburu Hantu: The Movie 2010 NA Horror Unrated 5.1 10 Indonesian Alamsyah ‘Poppy Bunga’, ‘Farah Hatim’, ‘Putri Arifanti’, ‘Jenny Cortez’, ‘Teno Ali’, ‘Reza Pahlevi’, ‘Lukman Har’, ‘Hariry Mak’, ‘Shomad Ms.’, ‘Sholeh Patie’, ‘Kh. Syarif Rahmat Sq’, ‘Randy Tanaya’, nan, nan, nan 81 0.0000873 708
Pengakuan Seorang Pelacur 2010 NA Drama Unrated 5.6 10 Indonesian Andrew Timothy ‘Jenny Cortez’, ‘Andi Soraya’, ‘Gita Prisilfia’, ‘Andreano Philip’, ‘Kissinger Mae’, ‘Daniel Topan’, ‘Kanz Randhawa’, ‘Ayu Yohana’, ‘Tata Liem’, ‘Rian Emanuel’, nan, nan, nan, nan, nan 83 0.0000958 709
Pengantin Pantai Biru 2010 Having vacation on the beach, a group of friends hunted by a ghost bride who was raped and had her fiance killed a long time ago while honeymoon on the same place. Horror 17+ 2.5 26 Indonesian Nayato Fio Nuala ‘Cathrine Wilson’, ‘Keith Foo’, ‘Uli Auliani’, ‘Cynthiara Alona’, ‘Debby Ayu’, ‘Fendi Trihartanto’, ‘Yoga Hoebnerj’, ‘Torro Margens’, ‘Kanz Randhawa’, nan, nan, nan, nan, nan, nan 74 0.0001112 710
Pengantin Sunat 2010 NA Comedy Unrated 3.0 14 Indonesian Rako Prijanto ‘Aming Sugandhi’, ‘Dara Rizki Ruhiana’, ‘Cameria Happy Pramita’, ‘Ayu Dewi’, ‘Gary M. Iskak’, ‘Marwoto’, ‘Daus Separo’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000719 711
Pengantin Topeng 2010 Randy (Hardy Hartono) and Alexa (Masayu Anastasia) are getting married. To say goodbye to the carefree days, they invite three best friends on a vacation, in a paradise beach. Billy (… Drama Unrated 7.1 10 Indonesian Awi Suryadi ‘Masayu Anastasia’, ‘Lolita Putri’, ‘Adelia Rasya’, ‘Hardy Hartono’, ‘Gerry Tambalban’, ‘George Timothy’, “Heni Siti Mu’minah”, ‘Dea Safitri’, ‘Mas Rado’, ‘Deddy Arafah’, ‘Wahono’, nan, nan, nan, nan NA 0.0001215 712
Perjaka Terakhir 2 2010 NA Comedy Unrated 4.6 14 Indonesian Jacky ‘Ringgo Agus Rahman’, ‘Fahrani’, ‘Bari Bintang’, ‘Joe Project P.’, ‘Barry Prima’, ‘Weni Rosaline’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001102 713
Pocong Jumat Kliwon 2010 NA Comedy Unrated 3.0 17 Indonesian Nayato Fio Nuala ‘Arumy Bachsin’, ‘Sazha Carissa’, ‘Dana Cole’, ‘Monique Henry’, ‘Leylarey Lesesne’, ‘Rozie Mahally’, ‘Zacky Zimah’, nan, nan, nan, nan, nan, nan, nan, nan 77 0.0000873 714
Pocong Keliling 2010 NA Comedy Unrated 4.2 38 Indonesian Viva Westi ‘Indra Birowo’, ‘Adipati Dolken’, ‘Donita’, ‘Indah Kalalo’, ‘Yeyen Lydia’, ‘Eric Scada’, ‘Daus Separo’, ‘Cathrine Wilson’, nan, nan, nan, nan, nan, nan, nan NA 0.0002731 715
Pocong Rumah Angker 2010 NA Horror Unrated 5.7 17 Indonesian Nayato Fio Nuala ‘Pamela Bowie’, ‘Donita’, ‘Krisna Patra’, ‘Radith’, ‘Zacky Zimah’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001658 716
Raped by Saitan (Diperkosa Setan) 2010 NA Horror Unrated 5.1 34 Indonesian Petruska Karangan ‘Cynthiara Alona’, ‘Winda Amanta’, ‘Anggun’, ‘Daffy’, ‘Faizal’, ‘Elfrida Manik’, ‘Mastur’, ‘Nia’, ‘Teguh Yulianto’, nan, nan, nan, nan, nan, nan 84 0.0002967 717
Ratu KostMopolitan 2010 NA Comedy Unrated 6.0 20 Indonesian Ody C. Harahap ‘Luna Maya’, ‘Adi Kurdi’, ‘Fathir Muchtar’, ‘Reza Pahlevi’, ‘Yatti Surachman’, ‘Cici Tegal’, nan, nan, nan, nan, nan, nan, nan, nan, nan 85 0.0002053 718
Rayuan Arwah Penasaran 2010 NA Horror Unrated 3.4 9 Indonesian Ferry Ipey Assad ‘Dimaz Andrean’, ‘Rahma Azhari’, ‘Artis Jepang’, ‘Putri Patricia’, ‘Andreano Philip’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000524 719
Red CobeX 2010 NA Comedy Unrated 5.8 24 Indonesian Upi Avianto ‘Tika Panggabean’, ‘Indi Barends’, ‘Sellen Fernandez’, ‘Irvan Hakim’, ‘Niniek L. Karim’, ‘Edo Kondologit’, ‘Aida Nurmala’, ‘Joe Project P.’, ‘Lukman Sardi’, ‘Sarah Sechan’, ‘Shanty’, ‘Revalina S. Temat’, ‘Cut Mini Theo’, nan, nan 105 0.0002382 720
Red and White II: Blood of Eagles 2010 NA Action Unrated 6.8 247 Indonesian Conor Allyn ‘Donny Alamsyah’, ‘Ario Bayu’, ‘Atiqah Hasiholan’, ‘Alex Komang’, ‘Rahayu Saraswati’, ‘Lukman Sardi’, ‘Joe Sims’, ‘Darius Sinathrya’, ‘T. Rifnu Wikana’, ‘Rudy Wowor’, nan, nan, nan, nan, nan 100 0.0028741 721
Rintihan Kuntilanak Perawan 2010 a virgin girl was killed by a boy who rape her and then she try to kill that boy.but, will that be easy because she has been a ghost. Horror Unrated 4.0 68 Indonesian Yoyok Subagyo ‘Tera Patrick’, ‘Angel Lelga’, ‘Christian Nino’, ‘Andreano Philip’, ‘Cathrine Wilson’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0004654 722
Roman Picisan 2010 ROMAN PICISAN tells love story between Canting (24) and Bali (27), two different characters, back ground and life style, who is met by many conditions and situations that finally make them … Drama Unrated 6.2 11 Indonesian Rako Prijanto ‘Tora Sudiro’, ‘Artika Sari Devi’, ‘Alex Abbad’, ‘Nungki Kusumastuti’, ‘Arif Rifan’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 85 0.0001167 723
SKJ: Seleb Kota Jogja 2010 NA Comedy Unrated 6.7 35 Indonesian Lakonde ‘Bagus’, ‘Fandy Christian’, ‘Fandi’, ‘Karmela’, ‘Butet Kertaradjasa’, ‘Cinta Laura Kiehl’, ‘Jaja Mihardja’, ‘Nindy’, ‘Juan Rangga’, ‘Tama’, ‘Restu Triandy’, nan, nan, nan, nan NA 0.0004013 724
Sang Pencerah 2010 The journey of an Indonesian national hero named K.H. Ahmad Dahlan striving for Muhammadiyah, an Islamic organization in Indonesia, and how he was rejected by the society as he was trying to fix up their perspective. Biography Unrated 6.8 209 Indonesian Hanung Bramantyo ‘Lukman Sardi’, ‘Zaskia Adya Mecca’, ‘Slamet Rahardjo’, ‘Giring Ganesha’, ‘M. Ihsan Tarore’, ‘Dennis Adhiswara’, ‘Abdurrahman Arif’, ‘Ikranagara’, ‘Mario Irwiensyah’, ‘Agus Kuncoro’, ‘Ricky Perdan’, ‘Yatti Surachman’, ‘Sujiwo Tejo’, nan, nan NA 0.0024319 725
Satu Jam Saja 2010 NA Drama Unrated 7.0 42 Indonesian Ario Rubbik ‘Vino G. Bastian’, ‘Revalina S. Temat’, ‘Andhika Pratama’, ‘Rano Karno’, ‘Imey Liem’, ‘Marini’, ‘Rima Melati’, ‘Widyawati’, nan, nan, nan, nan, nan, nan, nan NA 0.0005031 726
Sehidup (Tak) Semati 2010 NA Drama Unrated 6.6 7 Indonesian Iqbal Rais ‘Joanna Alexandra’, ‘Bolot’, ‘Fanny Fabriana’, ‘Faqih Ngatemin’, ‘Rina Nose’, ‘Astri Nurdin’, ‘Henky Solaiman’, ‘Winky Wiryawan’, nan, nan, nan, nan, nan, nan, nan NA 0.0000791 727
Selimut Berdarah 2010 NA Thriller Unrated 4.0 6 Indonesian Ferry Ipey Assad ‘Dimaz Andrean’, ‘Ananda George’, ‘Enno Lerian’, ‘Pinkan Mambo’, ‘Roy Marten’, ‘Adhi Pawitra’, ‘Melina Zafar’, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000411 728
Senggol Bacok 2010 NA Comedy Unrated 5.9 19 Indonesian Iqbal Rais ‘Kunto Aji’, ‘Jonny Iskandar’, ‘Kinaryosih’, ‘Marcella Lumowa’, ‘Fathir Muchtar’, ‘Ringgo Agus Rahman’, ‘Juhana Sutisna’, ‘Reni Yuliana’, nan, nan, nan, nan, nan, nan, nan 100 0.0001918 729
Setan Facebook 2010 NA Horror Unrated 4.1 22 Indonesian Helfi C.H. Kardit ‘Chindy Anggrina’, ‘Boy Hamzah’, ‘Jehan Sienna’, ‘Maeeva Amin’, ‘Ricky Ertan’, ‘Shinta Puteri’, ‘Shierly Rushworth’, ‘Indah Setyani’, ‘Waqid’, nan, nan, nan, nan, nan, nan NA 0.0001543 730
Sst… Jadikan Aku Simpanan 2010 NA Drama Unrated 5.0 8 Indonesian Hanny Saputra ‘Ayu Azhari’, ‘Julia Perez’, ‘Melody Septania’, ‘Acha Septriasa’, ‘Diaz Theo’, ‘Zidni Adam Zawas’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000684 731
Susah Jaga Keperawanan di Jakarta 2010 NA Comedy Unrated 4.5 11 Indonesian Joko Nugroho ‘Masayu Anastasia’, ‘Rifky Balweel’, ‘Indra Birowo’, ‘Sarah Rizkya’, ‘Aulia Sarah’, ‘Tessy’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000847 732
Sweetheart 2010 Nina was forced to move to a new school for girls because her mother Cynthia had just married a rich businessman. Nina has to deal with the Sweetheart gang, a collection of three of the … Drama Unrated 6.0 7 Indonesian Hanny Saputra ‘Joanna Alexandra’, ‘Ayu Azhari’, ‘Marcel Chandrawinata’, ‘Aurélie Moeremans’, ‘Sabai Morscheck’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000719 733
Tanah Air Beta 2010 NA Drama Unrated 8.0 36 Indonesian Ari Sihasale ‘Asrul Dahlan’, ‘Alexandra Gottardo’, ‘Thessa Kaunang’, ‘Griffit Patricia’, ‘Yahuda Rumbindi’, ‘Lukman Sardi’, ‘Ari Sihasale’, ‘Robby Tumewu’, nan, nan, nan, nan, nan, nan, nan NA 0.0004928 734
Taring 2010 A monster from sacred jungle attacks a group of people who broke the offering Horror Unrated 5.2 20 Indonesian Rizal Mantovani ‘Fahrani’, ‘Shinta Bachir’, ‘Hendrik Betta’, ‘Meidian Maladi’, ‘Dallas Pratama’, ‘Rebecca Reijman’, ‘Reynavenzka’, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001780 735
Te[rekam] 2010 NA Horror Unrated 3.6 14 Indonesian Nayato Fio Nuala ‘Monique Henry’, ‘Olga Lydia’, ‘Julia Perez’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 75 0.0000862 736
The God Babe 2010 NA Comedy Unrated 3.8 8 Indonesian Arie Azis ‘Mike Lewis’, ‘Jaja Mihardja’, ‘Tyas Mirasih’, ‘Vincent Ryan Rompies’, ‘Dwi Sasono’, ‘Tora Sudiro’, ‘Revalina S. Temat’, ‘Zacky Zimah’, nan, nan, nan, nan, nan, nan, nan NA 0.0000520 737
Tiran: Mati di Ranjang 2010 NA Horror Unrated 3.8 21 Indonesian Arie Azis ‘Dewi Perssik’, ‘Indra L. Bruggman’, ‘Ayu Dewi’, ‘Eva Asmarani’, ‘Debby Ayu’, ‘Zuzana Chang’, ‘Jenny Cortez’, ‘Boy Hamzah’, ‘Tities Saputra’, ‘Salsabila Septiani’, ‘Arie K. Untung’, nan, nan, nan, nan NA 0.0001366 738
Toilet 105 2010 A transfer student moves to a new school after moving to Indonesia, where she and the students has been disturbed by strange supernatural anomalies in the school’s bathroom. Horror Unrated 5.2 45 Indonesian Hartawan Triguna ‘Coralie Gerald’, ‘Ricky Harun’, ‘Aming Sugandhi’, ‘Indra Birowo’, ‘Suti Karno’, ‘Leonil Tikoalu’, ‘Rizki Putra’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0004004 739
Ai Lop Yu Pul 2009 NA Comedy Unrated 3.4 11 Indonesian Winaldha E. Melalatoa ‘Ricky Harun’, ‘Ria Irawan’, ‘Mike Lucock’, ‘Oxcerila Paryana’, ‘Didi Petet’, ‘Anna Shirley’, ‘Subarkah’, ‘Rahman Yacob’, nan, nan, nan, nan, nan, nan, nan 82 0.0000640 740
Air Terjun Pengantin 2009 A woman and her lover go on vacation with their friends to Pengantin Island that has Pengantin Waterfall, a waterfall that if we hope for something there, it will happen. Horror Unrated 3.5 190 Indonesian Rizal Mantovani ‘Tamara Blezinski’, ‘Marcel Chandrawinata’, ‘Tyas Mirasih’, ‘Kieran Sidhu’, ‘Navy Rizky Tavania’, ‘Andrew Roxburgh’, ‘Nanie Darham’, ‘Jenny Cortez’, ‘Lucky Moniaga’, ‘Axin Andeskar’, ‘Gabriella Veronica Arian’, ‘Alex Bintaro’, ‘Posman Tobing’, ‘Majid Piranha’, nan 80 0.0011379 741
Anak Setan 2009 NA Horror Unrated 5.4 19 Indonesian Allo Geaffary ‘Ringgo Agus Rahman’, ‘Indri Satiya’, ‘Jill Gladys’, ‘Alex Komang’, ‘Marini’, ‘Mieke Amalia’, ‘Gading Marten’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001756 742
Asmara Dua Diana 2009 Asmara is lucky to be married to Diana Wulandari, who is beautiful and wealthy. Inheritance lies ahead of him. But Asmara easily attracts women, as well as the sexy Diana Dwiyana. Comedy Unrated 5.4 24 Indonesian Awi Suryadi ‘Jamie Aditya’, ‘Luna Maya’, ‘Aura Kasih’, ‘José Rizal Manua’, ‘Mario Maulana’, ‘Verdi Solaiman’, ‘Restu Sinaga’, ‘Joshua Pandelaki’, ‘John Guntur’, ‘Chandra Tatoo’, ‘Imah Tamam’, ‘Fahry Marasabessy’, nan, nan, nan NA 0.0002218 743
Benci Disko 2009 NA Comedy Unrated 2.8 19 Indonesian Rako Prijanto ‘Tora Sudiro’, ‘Vincent Ryan Rompies’, ‘Cewek Arab’, ‘Cewek Cina’, ‘Denny Malik’, ‘Poppy Sovia’, ‘Arie K. Untung’, nan, nan, nan, nan, nan, nan, nan, nan 89 0.0000910 744
Bukan Cinta Biasa 2009 NA Comedy Unrated 6.2 38 Indonesian Benni Setiawan ‘Ferdy Element’, ‘Wulan Guritno’, ‘Olivia Lubis Jensen’, ‘Tike P.’, ‘Julia Perez’, ‘Afgansyah Reza’, ‘Rocky’, nan, nan, nan, nan, nan, nan, nan, nan 110 0.0004032 745
Bukan Malin Kundang 2009 NA Comedy Unrated 6.1 20 Indonesian Iqbal Rais ‘Ringgo Agus Rahman’, ‘Deddy Mahendra Desta’, ‘Sissy Priscillia’, ‘Aming Sugandhi’, ‘Jaja Mihardja’, ‘Joe Project P.’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0002088 746
Capres: Calo Presiden 2009 NA Comedy Unrated 5.5 8 Indonesian Toto Hoedi ‘Dwi Sasono’, ‘Happy Salma’, ‘Cathrine Wilson’, ‘Denny Chandra’, ‘Butet Kertaradjasa’, ‘Kelik Pelipur Lara’, ‘Remy Sylado’, ‘Sujiwo Tejo’, nan, nan, nan, nan, nan, nan, nan 90 0.0000753 747
Cin(T)a 2009 Cina and Annisa love God and God loves them both. But Cina and Annisa cannot love each other because they call God by different names Drama 17+ 7.1 224 Indonesian Sammaria Simanjuntak ‘Sahat Gultom’, ‘Saira Jihan’, ‘Sunny Soon’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 79 0.0027215 748
Darah Janda Kolong Wewe 2009 NA Horror Unrated 3.3 14 Indonesian Mamahit Luigi Donie ‘Dian Aditya’, ‘Shiddiq Kamidi’, ‘Lia Ladysta’, ‘Iva Novanda’, ‘Yurike Prastica’, ‘Mario Pratama’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000791 749
Darah Perawan Bulan Madu 2009 A young gentleman called Putra (Restu Sinaga) marries Amira (Indah Kalalo) and would like to give the best honeymoon experience for his wife in his privately owned island. However, strange … Horror Unrated 4.8 21 Indonesian Hartawan Triguna ‘Indah Kalalo’, ‘Restu Sinaga’, ‘Yogi Aldi’, ‘Adelia Rasya’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 87 0.0001725 750
Dikejar Setan 2009 NA Horror Unrated 5.0 7 Indonesian Harry Suharyadi ‘Nadia Vella’, ‘Frans Nicholas’, ‘Dida Airlangga’, ‘Winda Amanta’, ‘Djenar Maesa Ayu’, ‘Ruly Rizal’, nan, nan, nan, nan, nan, nan, nan, nan, nan 98 0.0000599 751
Emak Ingin Naik Haji 2009 Emak, an elderly woman who is patient, sincere, and full of kindness, really wants to make the pilgrimage to Mecca. Unfortunately, she does not have enough money to realize her dream, while her daily life depends only on the sale of cakes. Drama Unrated 6.9 138 Indonesian Aditya Gumay ‘Ati Kanser Zein’, ‘Reza Rahadian’, ‘Didi Petet’, ‘Niniek L. Karim’, ‘Ayu Pratiwi’, ‘Adenin Adlan’, ‘Alexia’, ‘Henidar Amroe’, ‘Aswin Fabanyo’, ‘Helsi Herlinda’, ‘Dedi Maulana’, ‘Cut Memey’, ‘Gagan Ramdhani’, ‘Genta Windi’, nan 98 0.0016294 752
Garuda di Dadaku 2009 Talented 12-year-old boy dreams of becoming a great soccer player despite his loving grandfather’s stern disapproval. Drama SU 6.6 236 Indonesian Ifa Isfansyah ‘Emir Mahira’, ‘Aldo Tansani’, ‘Marsha Aruan’, ‘Ikranagara’, ‘Maudy Koesnaedi’, ‘Ramzi’, ‘Ari Sihasale’, ‘Baron Yusuf Siregar’, ‘Wilson Klein Sugianto’, ‘Landung Simatupang’, ‘Leroy Osmani’, ‘Marah Laut’, ‘Ben Kalalo’, ‘Abizar’, ‘Andi Bersama’ 97 0.0026653 753
Get Married 2 2009 After four years of marriage, Mae and Rendy have not been blessed with children. Unlike her friends who are also married and have children. When Rendy forgot their wedding anniversary, Mae was sulking and ask to go home to her parents. Comedy Unrated 6.1 76 Indonesian Hanung Bramantyo ‘Nirina Zubir’, ‘Nino Fernandez’, ‘Aming Sugandhi’, ‘Ringgo Agus Rahman’, ‘Deddy Mahendra Desta’, ‘Jaja Mihardja’, ‘Meriam Bellina’, ‘Ira Wibowo’, ‘Kimberly Ryder’, ‘Marissa Nasution’, ‘Ruhut Sitompul’, ‘Mpok Nori’, ‘Henky Solaiman’, ‘Indra Bekti’, ‘Dimas Aditya’ NA 0.0007933 754
Glitch: Tersesat dalam Waktu 2009 Right before tsunami happen in Indonesia, there was a time glitch in various parts of the world, including in Jakarta. At that time, three friends who back to Cibubur, West Java suddenly moved to Bukittinggi, West Sumatra. Sci-Fi Unrated 4.4 7 Indonesian David Purnomo ‘Fikha Effendi’, ‘Amanda Faried’, ‘Andhika Pratama’, ‘Ikhsan Samiaji’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000527 755
Hantu Biang Kerok 2009 NA Comedy Unrated 3.1 8 Indonesian We We ‘Elvy Sukaesih’, ‘Fadli Fuad’, ‘Kamidia Radisti’, ‘Rizky Mocil’, ‘Erland Joshua’, ‘Nurul Fawzia Alba’, ‘Umar Syarief Altaz’, ‘Nazar Amir’, ‘Aldo Banar’, ‘Rafi Cinoun’, ‘Vega Darwanti’, ‘Diego Dimas’, ‘Dorce Gamalama’, ‘Melela Gayo’, ‘Ali Gohom’ 100 0.0000424 756
Hantu Binal Jembatan Semanggi 2009 NA Horror Unrated 4.7 25 Indonesian Gunung Nusa Pelita ‘Okie Agustina’, ‘Cynthiara Alona’, ‘Wicky Husein’, ‘Idea Pasha’, ‘Five Vi’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002011 757
Hantu Jamu Gendong 2009 Kafka never believe in ghost, but somehow he always gets the chance to see the ghost with her medicine basket thinking that she’s human. Horror Unrated 3.8 27 Indonesian Nayato Fio Nuala ‘Julia Perez’, ‘Dimas Aditya’, ‘Fendi Trihartanto’, ‘Rina Hasyim’, ‘Vikri Rahmat’, ‘Diah Cempaka Sari’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001756 758
Hantu Rumah Ampera 2009 NA Horror Unrated 4.9 16 Indonesian Rudy Soedjarwo ‘Ben Joshua’, ‘Nadila Ernesta’, ‘Rahma Landy’, ‘Meity Josefina’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 87 0.0001342 759
Heart-Break.com 2009 NA Comedy Unrated 6.4 19 Indonesian Affandi Abdul Rachman ‘Ramon Y. Tungka’, ‘Raihaanun Soeriaatmadja’, ‘Gary M. Iskak’, ‘Shara Aryo’, ‘Edo Borne’, ‘Yama Carlos’, ‘Sophie Navita’, ‘Jajang C. Noer’, ‘Richa Novisha’, ‘Ananda Omesh’, ‘Verdi Solaiman’, nan, nan, nan, nan 105 0.0002081 760
Identitas 2009 Adam, the mortuary officer in a hospital ask to himself about the idea of “identity” of a person, due to his own unknown past and his own lack of an identity. So he only feels alive when he… Drama Unrated 6.6 36 Indonesian Aria Kusumadewa ‘Tio Pakusadewo’, ‘Leony Vitria Hartanti’, ‘Ray Sahetapy’, ‘Titi Rajo Bintang’, ‘Otig Pakis’, ‘Teguh Esha’, ‘Norman R. Akyuwen’, ‘Erna Herawati’, ‘Budi Roy Irawan’, ‘Beni Kesatriaan’, ‘Ria Probo’, ‘Edi Purnama’, ‘Ritta Rosma’, ‘Wim Salim’, ‘Andrea Santawirya’ 92 0.0004066 761
Jagad X Code 2009 NA Comedy Unrated 5.9 37 Indonesian Herwin Novianto ‘Ringgo Agus Rahman’, ‘Mario Irwiensyah’, ‘Opi Bachtiar’, ‘Tika Putri’, ‘Tio Pakusadewo’, ‘Ray Sahetapy’, ‘Ully Artha’, ‘Feybrian Thomas Loeis’, ‘Tino Saroengallo’, nan, nan, nan, nan, nan, nan NA 0.0003736 762
Jamila dan Sang Presiden 2009 NA Drama Unrated 6.8 48 Indonesian Ratna Sarumpaet ‘Atiqah Hasiholan’, ‘Christine Hakim’, ‘Fauzi Baadila’, ‘Ria Irawan’, ‘Marcellino Lafrand’, ‘Eva Celia Latjuba’, ‘Surya Saputra’, ‘Dwi Sasono’, nan, nan, nan, nan, nan, nan, nan 87 0.0005585 763
Janda Kembang 2009 NA Comedy Unrated 4.3 18 Indonesian Lakonde ‘Ringgo Agus Rahman’, ‘Luna Maya’, ‘Sarah Sechan’, ‘Esa Septian Pramudha Sigit’, ‘Rifat Sungkar’, ‘Argo Aa Jimmy’, ‘Didi Boleh’, ‘Bramantyo’, ‘Ridwan Hidayat’, ‘Lilis Ireng’, ‘Epy Kusnandar’, ‘Marissa Nasution’, ‘Sita Nursanti’, ‘Joe Project P.’, ‘Joshua Pandelaki’ NA 0.0001324 764
Jeritan Kuntilanak 2009 After their friend dies accidentally, a group of friends finds themselves the victims of a terrible curse. Horror Unrated 4.4 17 Indonesian Nayato Fio Nuala ‘Joanna Alexandra’, ‘Furry Citra’, ‘H.I.M. Damsyik’, ‘Garneta Haruni’, ‘Julia Perez’, ‘Andrew Roxburgh’, ‘Cathrine Wilson’, ‘Zacky Zimah’, nan, nan, nan, nan, nan, nan, nan 90 0.0001280 765
Kambing Jantan 2009 Dika just finished high school and went to Australia for college because of his mother. While in Australia, he must face a long distance relationship with her long time girlfriend. Comedy Unrated 5.6 198 Indonesian Rudy Soedjarwo ‘Raditya Dika’, ‘Meity Josefina’, ‘Anggi Nasution’, ‘Edgar Nasution’, ‘Ingga Nasution’, ‘Judith Nasution’, ‘Herfiza Novianti’, “Angie O’Flaherty”, ‘Deny Danu Prasetia’, ‘Sarah Shafitri’, ‘Edric Tjandra’, nan, nan, nan, nan 118 0.0018974 766
Kata Maaf Terakhir 2009 NA Drama Unrated 5.8 6 Indonesian Maruli Ara ‘Ade Surya Akbar’, ‘Rachel Amanda’, ‘Maia Estianty’, ‘Kinaryosih’, ‘Tio Pakusadewo’, ‘Dwi Sasono’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000595 767
Kawin Laris 2009 NA Comedy Unrated 6.0 10 Indonesian Cassandra Massardi ‘Vincent Ryan Rompies’, ‘Zumi Zola’, ‘Candil’, ‘Edric Tjandra’, ‘Udjo Project Pop’, ‘Nana Mirdad’, ‘Jill Gladys’, ‘Sujiwo Tejo’, nan, nan, nan, nan, nan, nan, nan 92 0.0001027 768
Keramat 2009 A behind-the-scenes story of a group of filmmakers that turns into a terrifying journey to the other “world” to save their mythically missing actress, Migi, by a supernatural power. Horror 17+ 6.8 269 Indonesian Monty Tiwa ‘Poppy Sovia’, ‘Migi Parahita’, ‘Sadha Triyudha’, ‘Miea Kusuma’, ‘Dimas Projosujadi’, ‘Diaz Ardiawan’, ‘Brama Sutasara’, ‘Monty Tiwa’, nan, nan, nan, nan, nan, nan, nan 80 0.0031301 769
Ketika Cinta Bertasbih 2009 Azzam (Kholidi Asadil Alam), an Indonesian student in Cairo, struggling to live his daily life while studying and working. His life then takes a sharp turn after an encounter with two women that he was interested in. Drama Unrated 6.0 177 Indonesian Chaerul Umam ‘Kholidi Asadil Alam’, ‘Oki Setiana Dewi’, ‘Alice Norin’, ‘Andi Arsyil Rahman’, ‘Meyda Sefira’, ‘Deddy Mizwar’, ‘Niniek L. Karim’, ‘Didi Petet’, ‘Habiburrahman El Shirazy’, ‘Tika Putri’, ‘Lucky Perdana’, ‘Cut Yanthi’, ‘Aspar Paturusi’, ‘Mediana Hutomo’, ‘El Manik’ 120 0.0018173 770
Ketika Cinta Bertasbih 2 2009 After nine years in Egypt, Azzam (Kholidi Asadil Alam) finally finishes his study and return to Indonesia. But good luck is not on his side yet, he still struggle to find job and love. Drama Unrated 6.2 107 Indonesian Chaerul Umam ‘Kholidi Asadil Alam’, ‘Oki Setiana Dewi’, ‘Alice Norin’, ‘Andi Arsyil Rahman’, ‘Deddy Mizwar’, ‘Niniek L. Karim’, ‘Dude Harlino’, ‘Asmirandah’, ‘Unang Bagito’, ‘Mediana Hutomo’, ‘Nungki Kusumastuti’, ‘Aspar Paturusi’, ‘Cici Tegal’, ‘Neno Warisman’, ‘Cut Yanthi’ 120 0.0011352 771
King 2009 King tells story about the dream of a village boy named Guntur (Rangga Raditya) to become an international badminton player like his and his father idol, Liem Swie King. Drama Unrated 6.9 49 Indonesian Ari Sihasale ‘Rangga Raditya’, ‘Lucky Martin’, ‘Surya Saputra’, ‘Mamiek Prakoso’, ‘Ariyo Wahab’, ‘Argo Aa Jimmy’, ‘Jonathan Christie’, ‘Asrul Dahlan’, ‘Wulan Guritno’, ‘Swie King Liem’, ‘Gery Puraatmadja’, ‘Yatti Surachman’, ‘Valerie Thomas’, ‘Wawan Wanisar’, nan NA 0.0005786 772
Kirun + Adul 2009 When the daughter of the Vice President is kidnapped, two best friends who live in Bali, are the prime suspects. In fact, the Vice President’s daughter who actually takes advantage of them because she is angry with her father. Comedy Unrated 6.2 25 Indonesian Jose Poernomo ‘Ricky Harun’, ‘Abdurrahman Arif’, ‘Permata Sari Harahap’, ‘Reza Rahadian’, ‘Didi Petet’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002652 773
Kisah Nyata Kereta Setan Manggarai 2009 NA Horror Unrated 3.8 20 Indonesian Nanang Istiabudi ‘Ferry Gustian’, ‘Vera Lasut’, ‘Ocke Mulyawan R.’, ‘Ray Thompson’, ‘Nelly Yustikarini’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001300 774
Krazy Crazy Krezy… 2009 NA Comedy Unrated 3.3 9 Indonesian Rako Prijanto ‘Tora Sudiro’, ‘Vincent Ryan Rompies’, ‘Mohd Pierre Andre’, ‘Fanny Fadillah’, ‘Gary M. Iskak’, ‘Sissy Priscillia’, ‘Acha Septriasa’, ‘Sigi Wimala’, ‘Julia Ziegler’, nan, nan, nan, nan, nan, nan 97 0.0000508 775
Kuntilanak Beranak 2009 NA Horror Unrated 4.9 54 Indonesian Nayato Fio Nuala ‘Garneta Haruni’, ‘Monique Henry’, ‘Dion Wiyoko’, ‘Vikri Rahmat’, ‘Ismi Melinda’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0004528 776
Kutukan Suster Ngesot 2009 NA Horror Unrated 3.8 24 Indonesian David Purnomo ‘Rustam Anwar’, ‘Celine Evangelista’, ‘Fanny Ghassani’, ‘Beauty Lupita’, ‘Randy Pangalila’, ‘Alia Rosa’, ‘Seno Setyawan’, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001561 777
Macabre 2009 Two newly weds Adjie and Astrid, along with 3 of their best friends decided to have an interstate road trip as a last attempt to reconcile Adjie with his estranged little sister Ladya. … Drama Unrated 6.5 2846 Indonesian Kimo Stamboel ‘Shareefa Daanish’, ‘Julie Estelle’, ‘Ario Bayu’, ‘Sigi Wimala’, ‘Arifin Putra’, ‘Daniel Mananta’, ‘Dendy Subangil’, ‘Imelda Therinne’, ‘Mike Lucock’, ‘Ruly Lubis’, ‘Felicia A. Sumarauw’, ‘Risdo Alaro Martondang’, ‘Ikhsan Samiaji’, ‘Cansirano’, ‘Roni Kribs’ 95 0.0316551 778
Maling Kutang 2009 Two neighbours steal a bra and they think it is magical. Comedy Unrated 3.5 24 Indonesian Rako Prijanto ‘Indra Birowo’, ‘Deswita Maharani’, ‘Kinaryosih’, ‘Arie K. Untung’, ‘Ence Bagus’, ‘Sogi Indra Dhuaja’, ‘Fanny Fadillah’, ‘Epy Kusnandar’, ‘Daus Separo’, ‘Andi Soraya’, ‘T.J.’, ‘Sujiwo Tejo’, ‘Nani Widjaja’, nan, nan NA 0.0001437 779
Mati Suri 2009 In the days leading up to her wedding, Abel is confronted by a strange pregnant woman who claims she’s carrying the child of her fiance, Wisnu. Shocked by this revelation, Abel feels that … Horror Unrated 5.5 59 Indonesian Rizal Mantovani ‘Nadine Chandrawinata’, ‘Yama Carlos’, ‘Aty Cancer’, ‘Keith Foo’, ‘Tyas Mirasih’, ‘Ahkmad Safyadi H.’, ‘Monica Sayangbati’, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0005553 780
Mau Dong… Ah 2009 NA Comedy Unrated 1.9 8 Indonesian Christian Pauli ‘Komeng’, ‘Julia Perez’, ‘Damien Perez’, ‘Andi Soraya’, ‘Cut Memey’, ‘Jojon’, ‘Happy Salma’, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000260 781
Merah Putih 2009 This movie is about a redemption plan from a team that tried to save Indonesia Action Unrated 6.2 310 Indonesian Yadi Sugandi ‘Donny Alamsyah’, ‘Rahayu Saraswati’, ‘Lukman Sardi’, ‘Joe Sims’, ‘Darius Sinathrya’, ‘David John Watton’, ‘T. Rifnu Wikana’, ‘Rudy Wowor’, nan, nan, nan, nan, nan, nan, nan NA 0.0032889 782
Merantau 2009 A young man from the countryside uses his skills in silat martial arts to survive the slave trade. Action 13+ 6.7 9991 Indonesian Gareth Evans ‘Iko Uwais’, ‘Sisca Jessica’, ‘Christine Hakim’, ‘Mads Koudal’, ‘Yusuf Aulia’, ‘Alex Abbad’, ‘Yayan Ruhian’, ‘Laurent Buson’, ‘Donny Alamsyah’, ‘Ratna Galih’, ‘Libby Brien’, ‘Raiya Galih’, ‘Rahyma Yanii’, nan, nan 134 0.1145459 783
Nazar 2009 NA Comedy Unrated 2.8 6 Indonesian Sofyan D. Surza ‘Jessica Iskandar’, ‘Ben Joshua’, ‘Renata Kusmanto’, ‘Shinta Puteri’, ‘Adelia Rasya’, “Ytonk Club 80’s”, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000287 784
Paku Kuntilanak 2009 NA Horror Unrated 4.7 28 Indonesian Findo Purwono ‘Dewi Perssik’, ‘Heather Storm’, ‘Keith Foo’, ‘Kiwil’, ‘Cynthiara Alona’, ‘Edi Brokoli’, ‘Hardi Fadhillah’, ‘Baron Hermanto’, ‘Rizky Mocil’, ‘Nani Widjaja’, nan, nan, nan, nan, nan 76 0.0002252 785
Perempuan Berkalung Sorban 2009 The story of a woman sacrifice and struggle, as a child as well as a mother and a wife, in the environment of the clerics’ family in the Islamic Boarding School because she received unfair approval. Drama 17+ 6.7 120 Indonesian Hanung Bramantyo ‘Revalina S. Temat’, ‘Joshua Pandelaki’, ‘Widyawati’, ‘Oka Antara’, ‘Reza Rahadian’, ‘Ida Leman’, ‘Leroy Osmani’, ‘Frans Christianto’, ‘Berliana Febryanti’, ‘Erron Lebang’, ‘Tika Putri’, ‘Risty Tagor’, ‘Francine Roosenda’, ‘Pangky Suwito’, ‘Piet Pagau’ 131 0.0013758 786
Perjaka Terakhir 2009 NA Drama Unrated 3.6 14 Indonesian Arie Azis ‘Aming Sugandhi’, ‘Fahrani’, ‘Reza Rahadian’, ‘Nani Widjaja’, ‘Boogie Samudra’, ‘Bari Bintang’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000862 787
Pijat Atas Tekan Bawah 2009 Garry works as a massage therapist while Barry is a photographer. When they become acquainted with Hanny, a Public Relations executive in an oil company, their lives become unpredictable, making everything chaotic and hilarious. Comedy Unrated 2.5 15 Indonesian K.K. Dheeraj ‘Wendy Armoko’, ‘Denny Cagur’, ‘Tata Dado’, ‘Kiki Fatmala’, ‘Saipul Jamil’, ‘Narji’, ‘Ruben Onsu’, ‘Pelia’, nan, nan, nan, nan, nan, nan, nan 90 0.0000642 788
Pintu Terlarang 2009 The life of a successful sculptor named is turned upside down when he began receiving mysterious messages from someone who asked for his help. Horror Unrated 6.8 1803 Indonesian Joko Anwar ‘Fachry Albar’, ‘Marsha Timothy’, ‘Ario Bayu’, ‘Tio Pakusadewo’, ‘Verdi Solaiman’, ‘Henidar Amroe’, ‘Putri Sukardi’, ‘Ade Firza Paloh’, ‘Atiqah Hasiholan’, ‘Rio Dewanto’, ‘Otto Djauhari’, ‘Arswendi Nasution’, ‘James Awuy’, ‘Jesse Awuy’, ‘Kartika Jahja’ 115 0.0209798 789
Pocong Jalan Blora 2009 NA Horror Unrated 3.6 17 Indonesian Nayato Fio Nuala ‘Abdurrahman Arif’, ‘Arumy Bachsin’, ‘Fikri Baladraf’, ‘Ridwan Ghany’, ‘Garneta Haruni’, ‘Monique Henry’, ‘Zidni Adam Zawas’, nan, nan, nan, nan, nan, nan, nan, nan 80 0.0001047 790
Pocong Kamar Sebelah 2009 NA Horror Unrated 4.1 21 Indonesian Nayato Fio Nuala ‘Rahma Azhari’, ‘Reza Pahlevi’, ‘Andrew Roxburgh’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001473 791
Pocong Setan Jompo 2009 NA Horror Unrated 2.9 11 Indonesian Findo Purwono ‘Jonathan Frizzy’, ‘Uli Auliani’, ‘Bella Esperance’, ‘Herichan’, ‘Deriell Jaqueline’, ‘Rizky Mocil’, nan, nan, nan, nan, nan, nan, nan, nan, nan 89 0.0000546 792
Preman in Love 2009 SAHRONI (Tora Sudiro), preman desa Demolong di kaki gunung Sumbing merubah total kehidupannya karena jauh cinta dengan RINI (Fanny Fabriana), anak pak Lurah yang pulang ke desa untuk … Comedy Unrated 6.7 46 Indonesian Rako Prijanto ‘Tora Sudiro’, ‘Vincent Ryan Rompies’, ‘Fanny Fabriana’, ‘Bagoes Surya Aji Wibowo’, ‘Marwoto’, ‘Didik Nini Thowok’, nan, nan, nan, nan, nan, nan, nan, nan, nan 100 0.0005274 793
Punk in Love 2009 The story about love, life, and friendship of four street punks friends. From their hometown in Malang, East Java, they plan a journey to Jakarta with the purpose to help their friend confess his love to his crush before her wedding day. Adventure Unrated 6.6 167 Indonesian Ody C. Harahap ‘Vino G. Bastian’, ‘Andhika Pratama’, ‘Yogi Finanda’, ‘Aulia Sarah’, ‘Davina Veronica’, ‘Cathrine Wilson’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0018861 794
Putih Abu-Abu dan Sepatu Kets 2009 NA Drama Unrated 4.3 18 Indonesian Nayato Fio Nuala ‘Arumy Bachsin’, ‘Adipati Dolken’, ‘Filda Effendi’, ‘Rana Audi Marissa’, ‘Michella Putri’, ‘Rendy Septino’, ‘Steven William’, nan, nan, nan, nan, nan, nan, nan, nan 80 0.0001324 795
Queen Bee 2009 Queenita Siregar (Tika Putri), a girl who has a normal life like most teenagers until his father Rachmat Siregar (Mathias Muchus), was elected as one of the presidential candidates. Drama Unrated 4.6 21 Indonesian Fajar Nugros ‘Tika Putri’, ‘Oka Antara’, ‘Reza Rahadian’, ‘Mathias Muchus’, ‘Jajang C. Noer’, ‘Marsha Natika’, ‘Anizabella Putri’, ‘Sarah Sechan’, nan, nan, nan, nan, nan, nan, nan 107 0.0001653 796
Rasa 2009 A British professor must find an ancient artifact as a ransom for his daughter’s life. Action Unrated 7.0 20 Indonesian Charles Gozali ‘Christian Sugiono’, ‘Pevita Pearce’, ‘Wulan Guritno’, ‘Alex Komang’, ‘Steven Benitez’, ‘Ray Sahetapy’, ‘Joe Taslim’, ‘Sarah Benitez’, ‘Samantha Aguilar’, ‘Monica Sayangbati’, nan, nan, nan, nan, nan NA 0.0002396 797
Romeo Juliet 2009 The film about a love story between Rangga, loyal supporter of Persija soccer club with Desi, Persib supporters. Rangga willing to do anything to get love Desi, even eloped to another city that is not related to Persija and Persib. Drama Unrated 7.5 69 Indonesian Andibachtiar Yusuf ‘Sissy Priscillia’, ‘Edo Borne’, ‘Alex Komang’, ‘Epy Kusnandar’, ‘Ramon Y. Tungka’, ‘Norman R. Akyuwen’, ‘Permata Sari Harahap’, nan, nan, nan, nan, nan, nan, nan, nan 104 0.0008855 798
Ruma Maida 2009 A scholar researches the historical significance of a house that serves as a free school in hopes of saving it from being demolished by a developer. Drama Unrated 7.2 24 Indonesian Teddy Soeriaatmadja ‘Atiqah Hasiholan’, ‘Yama Carlos’, ‘Verdi Solaiman’, ‘Davina Veronica’, ‘Imelda Soraya’, ‘Nino Fernandez’, ‘Wulan Guritno’, ‘Rizal Edwin Manangsang’, ‘Lucky Martin’, ‘Yobel Nathaniel’, ‘Alivia Aurice Pradiesha’, ‘Alfath Risvandy’, ‘Tina Roostiati’, ‘Yahuda Rumbindi’, ‘Insos Sabarofek’ 90 0.0002957 799
SMS: Suka Ma Suka 2009 When Rezky, a reporter, is late for work, he is reprimanded so terribly that he decides to find a flat near the office so he won’t be late again. Then Rezky meets Wisnu, a photographer, in … Comedy Unrated 5.0 13 Indonesian Encep Masduki ‘Laudya Cynthia Bella’, ‘Teuku Wisnu’, ‘Rezky Aditya’, ‘Jarwo Kwat’, ‘Chelsea Olivia’, ‘Sarah Sechan’, ‘Choky Sitohang’, ‘Shireen Sungkar’, nan, nan, nan, nan, nan, nan, nan NA 0.0001112 800
Sang Pemimpi 2009 This movie is an adaptation from a popular novel by the same title, and sequel to Laskar Pelangi. It portrays two village boys with a dream of traveling to Paris, to study at Sorbonne University. Adventure Unrated 6.8 352 Indonesian Riri Riza ‘Lukman Sardi’, ‘Rendy Ahmad’, ‘Vikri Septiawan’, ‘Azwir Fitrianto’, ‘Nugie’, ‘Landung Simatupang’, ‘Mathias Muchus’, ‘Zulfanny’, ‘Ariel Peterpan’, ‘Sandy Pranatha’, ‘Rieke Dyah Pitaloka’, ‘Maudy Ayunda’, ‘Yayu A.W. Unru’, ‘Jay Widjajanto’, ‘Ahmad Syaifullah’ 120 0.0040959 801
Satu Rumpun? 2009 Bekti, from Indonesia, and Samseng from Malaysia come to USA to work. They are deceived by an employment agency and left stranded on the highway. Both have to find a way to survive with a very limited amount of cash. Comedy Unrated 8.2 6 Indonesian Arci Fadillah ‘Kenzo Abduh’, ‘Golam Sarwar Harun’, ‘Kamal Hossein’, ‘Sheilla Nastassia’, ‘Imam Pamuji’, ‘Omar Parlindungan’, ‘Michael Price’, ‘Sumon’, ‘Atiqur Rahman Sumon’, ‘Kaungmyat Thu’, ‘Andrea Vasquez’, ‘Adonis Williams’, nan, nan, nan 90 0.0000842 802
Selendang Rocker 2009 NA Comedy Unrated 6.1 12 Indonesian Awi Suryadi ‘Candil’, ‘Saykoji’, ‘Ramzi’, ‘Edric Tjandra’, ‘Joe Project P.’, ‘Sarah Jane’, nan, nan, nan, nan, nan, nan, nan, nan, nan 89 0.0001253 803
Sepuluh 2009 NA Drama 17+ 5.7 15 Indonesian Henry Riady ‘Ari Wibowo’, ‘Rachel Maryam Sayidina’, ‘August Melasz’, ‘Keke Harun’, ‘Yofana’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001463 804
Serigala Terakhir 2009 Childhood friends who have the same story and same condition made a gang with their other friends. Their gang is named Serigala Terakhir a.k.the Last Wolves. They have a dream to be the biggest mafia that can they reach. Action Unrated 6.7 255 Indonesian Upi Avianto ‘Vino G. Bastian’, ‘Fathir Muchtar’, ‘Abimana Aryasatya’, ‘Fanny Fabriana’, ‘Zaneta Georgina’, ‘Reza Pahlevi’, ‘Dallas Pratama’, ‘Ali Syakieb’, ‘Dion Wiyoko’, nan, nan, nan, nan, nan, nan 110 0.0029236 805
Setan Budeg 2009 A vengeful spirit follows three body hunters as they search for missing corpses in Jakarta, Indonesia. Horror Unrated 4.2 41 Indonesian Findo Purwono ‘Dewi Perssik’, ‘Saipul Jamil’, ‘Uli Auliani’, ‘Kiwil’, ‘Edi Brokoli’, ‘Hardi Fadhillah’, ‘Cynthiara Alona’, ‘Rizky Mocil’, nan, nan, nan, nan, nan, nan, nan NA 0.0002947 806
Sumpah (Ini) Pocong! 2009 NA Comedy Unrated 4.0 22 Indonesian Helfi C.H. Kardit ‘Julia Perez’, ‘Jarwo Kwat’, ‘Aming Sugandhi’, ‘Udjie Tongky’, ‘Marlon Renaldi’, ‘Dian Aditya’, ‘Lia Ladysta’, ‘Iva Novanda’, ‘Agung Udijana’, nan, nan, nan, nan, nan, nan NA 0.0001506 807
Suster Keramas 2009 Michiko (Rin Sakuragi), a Japanese tourist comes to Indonesia to search for his brother who works as a nurse. There she meets three people who assist in her search. After a while, they all begin to become victims of a haunting. Comedy Unrated 3.0 42 Indonesian Helfi C.H. Kardit ‘Herfiza Novianti’, ‘Rin Sakuragi’, ‘Alex Abbad’, ‘Shinta Bachir’, ‘Rizky Mocil’, ‘Yadi Sembako’, ‘Zidni Adam Zawas’, nan, nan, nan, nan, nan, nan, nan, nan 82 0.0002156 808
Susuk Pocong 2009 NA Horror Unrated 2.9 20 Indonesian Findo Purwono ‘Andi Soraya’, ‘Dewi Perssik’, ‘Restu Sinaga’, ‘Debby Ayu’, ‘Angel Lelga’, ‘Deswita Maharani’, ‘Yadi Sembako’, ‘Andre Taulany’, ‘Melina Zafar’, ‘Yana Zein’, nan, nan, nan, nan, nan NA 0.0000992 809
Terowongan Rumah Sakit 2009 NA Horror Unrated 5.5 6 Indonesian Helfi C.H. Kardit ‘Rifky Balweel’, ‘Sarah Shafitri’, ‘Henidar Amroe’, ‘Kaditha Ayu’, ‘Riri Rinta’, ‘Ray Sahetapy’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000565 810
The Ghost of Mortuary 2009 While searching for her missing sister, a college student experiences frightening dreams filled with other-worldly apparitions. Horror Unrated 5.1 38 Indonesian Nayato Fio Nuala ‘Imelda Lubis’, ‘Uwie Jasmine’, ‘Mandala Abadi Shoji’, ‘Julia Perez’, ‘Rizky Mocil’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 85 0.0003316 811
The Maling Kuburans 2009 NA Comedy Unrated 6.6 9 Indonesian Dwi Ilalang ‘Indra Birowo’, ‘Donita’, ‘Heri Savalas’, ‘Syahrini’, ‘Tessy’, “Ytonk Club 80’s”, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001016 812
The Police 2009 NA Action Unrated 6.0 16 Indonesian A. Leung Wong ‘Vino G. Bastian’, ‘Ferry Irawan’, ‘Ki Kusumo’, ‘Teguh Leo’, ‘Marissa Nasution’, ‘Diaz Theo’, ‘Malih Tongtong’, ‘Fairly Wattimena’, nan, nan, nan, nan, nan, nan, nan 90 0.0001643 813
The Real Pocong 2009 NA Horror Unrated 5.3 24 Indonesian Hanny Saputra ‘Nabila Syakieb’, ‘Ashraf Sinclair’, ‘Sakinah Dava Erawan’, ‘Kinaryosih’, ‘Agastya Kandou’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002177 814
The Tarix Jabrix 2 2009 The member of The Tarix Jabrix had completed high school. Because they are getting a university that made them separate, they finally agreed to study in Jakarta. Comedy Unrated 5.8 43 Indonesian Iqbal Rais ‘Windi Agustina’, ‘Joanna Alexandra’, ‘Alda Changcut’, ‘Dipa Changcut’, ‘Erick Changcut’, ‘Qibil Changcut’, ‘Tria Changcut’, ‘Sellen Fernandez’, ‘Epy Kusnandar’, ‘Carissa Putri’, ‘Cecep Reza’, ‘Judika Sihotang’, ‘Duma Riris Silalahi’, ‘Adrian Subono’, ‘Ramon Y. Tungka’ NA 0.0004268 815
Virgin 2: Bukan Film Porno 2009 NA Drama Unrated 5.5 58 Indonesian Nayato Fio Nuala ‘Joanna Alexandra’, ‘Christina Santika’, ‘Smitha Anjani’, ‘Ikbal Azhari’, ‘Yama Carlos’, ‘Ari Darsono’, ‘Wichita Satari’, ‘Ramon Y. Tungka’, nan, nan, nan, nan, nan, nan, nan NA 0.0005459 816
Wakil Rakyat 2009 NA Comedy Unrated 5.5 20 Indonesian Monty Tiwa ‘Tora Sudiro’, ‘Revalina S. Temat’, ‘Wiwid Gunawan’, ‘Dwi Sasono’, ‘Gading Marten’, ‘Jaja Mihardja’, ‘Eddie Karsito’, ‘Erron Lebang’, ‘Marwoto’, ‘Joe Project P.’, ‘Harry Panca’, ‘Yati Pesek’, ‘Vincent Ryan Rompies’, ‘Francine Roosenda’, ‘Debby Sahertian’ NA 0.0001882 817
XXL: Double Extra Large 2009 NA Comedy Unrated 4.5 24 Indonesian Ivander Tedjasukmana ‘Aming Sugandhi’, ‘Mey Chan’, ‘Sarah Sechan’, ‘Meriam Bellina’, ‘Dwi Sasono’, ‘Candil’, ‘Joe Project P.’, ‘Migi Parahita’, ‘Epy Kusnandar’, ‘Iyang P. Project’, ‘Debby Sahertian’, ‘Francine Roosenda’, ‘Tessy’, ‘T. Rifnu Wikana’, ‘Mario Maulana’ 90 0.0001848 818
3 Doa 3 Cinta 2008 Huda, Rian and Syahid are three friends that study at the same Islamic school in Java. They all have lost someone in their family and they aspire to different things in their lives. Drama Unrated 6.7 76 Indonesian Nurman Hakim ‘Brohisman’, ‘Butet Kertaradjasa’, ‘Yoga Pratama’, ‘Nicholas Saputra’, ‘Dian Sastrowardoyo’, ‘Yoga Bagus Satatagama’, nan, nan, nan, nan, nan, nan, nan, nan, nan 114 0.0008713 819
40 Hari Bangkitnya Pocong 2008 NA Horror Unrated 4.8 42 Indonesian Rudy Soedjarwo ‘Raffi Ahmad’, ‘Irwansyah’, ‘Sabai Morscheck’, ‘Connie Sutedja’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0003450 820
Ada Kamu, Aku Ada 2008 NA Drama SU 5.2 26 Indonesian Rizal Mantovani ‘Bunga Citra Lestari’, ‘Andhika Pratama’, ‘Rama Michael’, ‘Olivia Natalia’, ‘Wichita Satari’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002314 821
Anda Puas Saya Loyo 2008 NA Comedy Unrated 2.8 6 Indonesian K.K. Dheeraj ‘Komeng’, ‘Ruben Onsu’, ‘Bedu’, ‘Ryan Syehan’, ‘Yeyen Lydia’, ‘Andi Soraya’, ‘Bowby Tince’, ‘Sandy Tumiwa’, ‘Mastur’, ‘Leila Sari’, ‘Untung Blancon’, ‘Deliana Siahaan’, ‘Didan’, ‘Dudung Hayo’, ‘Siti Fatonah’ 82 0.0000287 822
Asoy Geboy 2008 ASEP (RIZKY MOCIL), HILMAN (ARGO AA JIMMY) and DIDI (RFFI AHMAD) are villagers at SEMILIR ANGIN village, they go to Jakarta to continue their study and have a goal to reach a Bachelor … Comedy Unrated 2.2 6 Indonesian Arie Azis ‘Raffi Ahmad’, ‘Indah Kalalo’, ‘Argo Aa Jimmy’, ‘Uli Auliani’, ‘Fanny Fadillah’, ‘Rizky Mocil’, ‘Alia Rosa’, ‘Tarzan’, ‘Meggy Z.’, nan, nan, nan, nan, nan, nan NA 0.0000226 823
Babi Buta yang Ingin Terbang 2008 The experiences of a woman and the people around her, all with obsessive agendas of their own. A fragile but panoramic vision of a community that is not at ease with itself - and hopes that can never be truly fulfilled. Drama Unrated 6.1 215 Indonesian Edwin ‘Joko Anwar’, ‘Clarine Baharrizki’, ‘Ladya Cheryl’, ‘Andhara Early’, ‘Carlo Genta’, ‘Pong Harjatmo’, ‘Wicaksono’, nan, nan, nan, nan, nan, nan, nan, nan 77 0.0022442 824
Barbi3 2008 NA Comedy Unrated 3.4 17 Indonesian Monty Tiwa ‘Titi Kamal’, ‘Poppy Sovia’, ‘Francine Roosenda’, ‘Deddy Mahendra Desta’, ‘Cathy Sharon’, ‘Sujiwo Tejo’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000989 825
Basahhh… 2008 NA Comedy Unrated 6.7 23 Indonesian M. Haikal ‘Irshadi Bagas’, ‘Meriam Bellina’, ‘Derry Drajat’, ‘Sakurta H. Ginting’, ‘Ivan Gunawan’, ‘Kevin Julio’, ‘Yuki Kato’, ‘Jaja Mihardja’, ‘Boyke Dian Nugraha’, ‘Julia Perez’, ‘Esa Septian Pramudha Sigit’, ‘Olga Syahputra’, ‘T.J.’, nan, nan 89 0.0002637 826
Best Friend? 2008 Tania is the golden child of the teachers because she is smart. But her schoolmates find her too serious. Moli, the new student, is the exact opposite of Tania. But the other students, also… Drama Unrated 6.9 15 Indonesian Fajar Bustomi ‘Nikita Willy’, ‘Risty Tagor’, ‘Oka Antara’, ‘Arumy Bachsin’, ‘Donita’, ‘Eza Giunino’, ‘Arswendi Nasution’, ‘Marsha Natika’, ‘Leroy Osmani’, ‘Karina Suwandhi’, ‘Steven Umboh’, ‘Ira Wibowo’, nan, nan, nan NA 0.0001771 827
Chika 2008 NA Drama Unrated 7.3 23 Indonesian Rocky Soraya ‘Sharon Jessica’, ‘Muhammad Fardhan’, ‘Aditya Firmansyah’, ‘Kimberly Ryder’, ‘Sarah Sechan’, ‘Lula Kamal’, ‘Alex Komang’, ‘Chintami Atmanegara’, nan, nan, nan, nan, nan, nan, nan NA 0.0002873 828
Cinlok 2008 Cundra, a young executive, and Nayla, a hotel manager, meet each other at a food stall. Cundra starts the conversation that developes into a relationship. He finds out that Nayla has a … Comedy Unrated 4.5 20 Indonesian Guntur Soeharjanto ‘Tora Sudiro’, ‘Luna Maya’, ‘Tukul Arwana’, ‘Ria Irawan’, ‘Yeyen Lydia’, ‘Yurike Prastica’, ‘Leila Sari’, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001540 829
Cinta Setaman 2008 NA Drama Unrated 6.0 17 Indonesian Harry Suharyadi ‘Nicholas Saputra’, ‘Alex Abbad’, ‘Dennis Adhiswara’, ‘Oppie Andaresta’, ‘Joko Anwar’, ‘Djenar Maesa Ayu’, ‘Indi Barends’, ‘Inul Daratista’, ‘Atiqah Hasiholan’, ‘Ria Irawan’, ‘Jajang C. Noer’, ‘Julia Perez’, ‘Titiek Puspa’, ‘Slamet Rahardjo’, ‘Surya Saputra’ NA 0.0001745 830
Claudia/Jasmine 2008 NA Comedy Unrated 7.5 55 Indonesian Awi Suryadi ‘Kirana Larasati’, ‘Kinaryosih’, ‘Mieke Amalia’, ‘Nino Fernandez’, ‘Andhika Pratama’, ‘Verdi Solaiman’, ‘Ira Maya Sopha’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0007059 831
Coblos Cinta 2008 Two students are competing to be the Head of Student Executive Board. There is a lot of rivalry between them as the two candidates trying to gain influence by doing funny campaigns, with erratic happenings as the election day approaches. Comedy Unrated 2.7 7 Indonesian Findo Purwono ‘Nadia Saphira’, ‘Tommy Kurniawan’, ‘Jessica Iskandar’, ‘Gracia Indri’, ‘Siti Anizah’, ‘Alessia Cestaro’, ‘Marrio Merdhithia’, ‘Tarra Budiman’, ‘Melvin Giovanie’, ‘Hamzah Notonegoro’, ‘Irfan Akbar’, ‘Mama Dahlia’, ‘Framly Daniel’, ‘Kiki Farrel’, ‘Adly Fayruz’ 90 0.0000323 832
D.O. (Drop Out) 2008 Jemi is a slacker whose about to get dropped out from his campus - thanks for years of repeating the classes. His one-track mind gets him to no other subjects than scoring chicks. In his … Comedy 17+ 4.8 45 Indonesian Winaldha E. Melalatoa ‘Ben Joshua’, ‘Titi Kamal’, ‘Boyke Dian Nugraha’, ‘Dimas Aditya’, ‘Sarah Sechan’, ‘Dwi Sasono’, ‘Donna Harun’, ‘Shareefa Daanish’, nan, nan, nan, nan, nan, nan, nan NA 0.0003696 833
Di Bawah Pohon 2008 Three women looking for answers of their life in Bali Drama Unrated 6.7 49 Indonesian Garin Nugroho ‘Ikranagara’, ‘Ayu Laksmi’, ‘Nadia Saphira’, ‘Dwi Sasono’, ‘Marcella Zalianty’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 104 0.0005618 834
Doa yang Mengancam 2008 A man threatens God that if his wish is not fulfilled within three days, he will turn to the devil. On the third day, lightning strikes him and he falls unconscious. Drama Unrated 6.1 37 Indonesian Hanung Bramantyo ‘Aming Sugandhi’, ‘Jojon’, ‘Titi Kamal’, ‘Oka Antara’, ‘Berliana Febryanti’, ‘Cathya Kamila’, ‘Zaskia Adya Mecca’, ‘Ramzi’, ‘Cici Tegal’, ‘Nani Widjaja’, ‘Rini Yulianti’, nan, nan, nan, nan 90 0.0003862 835
Drupadi 2008 Drupadi is adapted from the ancient Indian epic Mahabharata. This movie depicts the story of Drupadi, the wife of five brothers known as the Pandawas. One fateful night, the Pandawa … Drama Unrated 5.8 40 Indonesian Riri Riza ‘Dian Sastrowardoyo’, ‘Nicholas Saputra’, ‘Donny Alamsyah’, ‘Ario Bayu’, ‘Whani Darmawan’, ‘Djarot B. Dharsana’, ‘Butet Kertaradjasa’, ‘Aditya Bagus Sambada’, ‘Aditya Bagus Santosa’, ‘Dwi Sasono’, nan, nan, nan, nan, nan 45 0.0003970 836
Fiksi. 2008 Alisha (Ladya Cheryl) never feel comfortable staying in her cool and spacious home until one day she meets Bari (Donny Alamsyah) who introduces her the meaning of love. Thriller Unrated 7.5 296 Indonesian Mouly Surya ‘Ladya Cheryl’, ‘Donny Alamsyah’, ‘Aty Cancer’, ‘Egy Fedly’, ‘Rina Hasyim’, ‘Inong’, ‘Kinaryosih’, ‘José Rizal Manua’, ‘Soultan Saladin’, nan, nan, nan, nan, nan, nan 90 0.0037988 837
From Bandung with Love 2008 Vega aka Vey, a university student, works as a radio broadcaster and copywriter. She has her own radio show that discusses love, “From Bandung With Love”. On one show, she theorizes that 10… Drama Unrated 6.6 29 Indonesian Henry Adianto ‘Marsha Timothy’, ‘Andrea Dian’, ‘Richard Kevin’, ‘Kieran Sidhu’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 80 0.0003275 838
Gara-Gara Bola 2008 After losing a World Cup bet, two hapless buddies must use their wits to pay off their debt to a big Jakarta bookie. Comedy Unrated 5.3 40 Indonesian Agasyah Karim ‘Winky Wiryawan’, ‘Herjunot Ali’, ‘Tarzan’, ‘Aida Nurmala’, ‘Laura Basuki’, ‘Willem Bevers’, ‘Aming Sugandhi’, ‘Roy Tobing’, ‘Indra Herlambang’, ‘Farishad I. Latjuba’, ‘Otto Djauhari’, ‘Paul Kucrut’, ‘Ayu Dewi’, ‘Melissa Karim’, ‘Joko Anwar’ 75 0.0003628 839
Hantu Aborsi 2008 NA Horror Unrated 2.6 14 Indonesian Toto Hoedi ‘Happy Salma’, ‘Okan Kornelius’, ‘Bulan Ayu’, ‘Andi Soraya’, ‘Sujiwo Tejo’, ‘Yodi F.P.’, ‘Rizal Syahdan’, ‘Ida Zein’, nan, nan, nan, nan, nan, nan, nan 90 0.0000623 840
Hantu Ambulance 2008 NA Horror Unrated 3.1 29 Indonesian Nayato Fio Nuala ‘Suzzanna’, ‘William Alvin’, ‘Dimaz Andrean’, ‘Fitri Ayu’, ‘Gianina Emanuela’, ‘Ratna Galih’, ‘Keanu’, ‘Elvita Sambuaga’, ‘Clift Sangra’, ‘Tamara’, nan, nan, nan, nan, nan NA 0.0001538 841
Hantu Jembatan Ancol 2008 NIKKO (BEN JOSHUA) 20 years old, handsome, last semester student, engages to a beautiful and smart woman, DONNA (NIA RAMADHANI), 19 years old. Nikko loves donna very much, and so does the … Horror 17+ 3.7 23 Indonesian Arie Azis ‘Dennis Adhiswara’, ‘Nadila Ernesta’, ‘Ben Joshua’, ‘Nia Ramadhani’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001456 842
Hantu Perawan Jeruk Purut 2008 NA Horror Unrated 2.7 22 Indonesian Nayato Fio Nuala ‘Ratu Felisha’, ‘Monique Henry’, ‘Mastur’, ‘Miller’, ‘Reza Pahlevi’, ‘Allanys Weber’, ‘Moudy Zanya’, nan, nan, nan, nan, nan, nan, nan, nan 80 0.0001016 843
In the Name of Love 2008 Satrio Hidayat really loves Citra, but as he has not stabilized yet, Citra marries Triawan Negara. Hence the two men become rivals and they declare their mutual enmity by trying to bring … Drama Unrated 5.3 35 Indonesian Rudy Soedjarwo ‘Vino G. Bastian’, ‘Acha Septriasa’, ‘Christine Hakim’, ‘Tutie Kirana’, ‘Roy Marten’, ‘Cok Simbara’, ‘Lukman Sardi’, ‘Luna Maya’, ‘Tengku Firmansyah’, ‘Nino Fernandez’, ‘Yama Carlos’, ‘Dicky Wahyudi’, ‘Dhea Ananda’, ‘Ario Bayu’, ‘Lucky Hakim’ 127 0.0003174 844
Kado Hari Jadi 2008 A young man wakes up chained to metal chair in a room painted a sickening shade of pink and illuminated by a single blinding block of neon lights placed at his right. A razor blade hangs on… Thriller Unrated 4.3 16 Indonesian Paul Agusta ‘Paul Agusta’, ‘Kartika Jahja’, ‘Yoggie Richard’, ‘Jeffrey Sirie’, ‘Hukla Turangan’, ‘T. Rifnu Wikana’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001177 845
Kalau Cinta Jangan Cengeng 2008 Boy, a famous movie star, has a dark past, as he was involved in a car accident that killed two people. Later, he becomes an Ambassador for an Anti-Drug campaign and gives a lecture at the … Drama Unrated 4.6 9 Indonesian Monty Tiwa ‘Marshanda’, ‘Ringgo Agus Rahman’, ‘Sigi Wimala’, ‘Dwi Sasono’, ‘Vincent Ryan Rompies’, ‘Tutie Kirana’, nan, nan, nan, nan, nan, nan, nan, nan, nan 112 0.0000708 846
Karma 2008 NA Thriller Unrated 7.0 32 Indonesian Allan Lunardi ‘Dominique Agisca Diyose’, ‘Joe Taslim’, ‘Verdi Solaiman’, ‘Jenny Chang’, ‘H.I.M. Damsyik’, ‘Leny Jaya Dewi’, ‘Maria Glenon’, ‘Adi Kurdi’, ‘Jonathan Mulia’, ‘Lucy Roswita’, ‘Henky Solaiman’, ‘Jaya Suprana’, nan, nan, nan 90 0.0003833 847
Kawin Kontrak 2008 NA Comedy 17+ 4.8 44 Indonesian Ody C. Harahap ‘Dimas Aditya’, ‘Mieke Amalia’, ‘Masayu Anastasia’, ‘Wiwid Gunawan’, ‘Ricky Harun’, ‘Herichan’, ‘Dinda Kanyadewi’, ‘Lukman Sardi’, ‘Adrianto Sinaga’, nan, nan, nan, nan, nan, nan NA 0.0003614 848
Kawin Kontrak Lagi 2008 NA Comedy Unrated 4.4 34 Indonesian Ody C. Harahap ‘Ricky Harun’, ‘Lukman Sardi’, ‘Wiwid Gunawan’, ‘Aditya’, ‘Yogi Aldi’, ‘Teno Ali’, ‘Niken Anjani’, ‘Deby Ayu’, ‘Hardi Fadhillah’, ‘Thalita Latief’, ‘Adelia Rasya’, ‘Adrianto Sinaga’, ‘Cut Mini Theo’, nan, nan NA 0.0002560 849
Kekasih 2008 NA Drama Unrated 5.2 5 Indonesian Wisnu Adi ‘Angga Dwisaputra’, ‘Vonny Kristianda’, ‘Pitradjaya Burnama’, ‘Donny Damara’, ‘Farah Diana’, ‘Iwan Fals’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000445 850
Kereta Hantu Manggarai 2008 A group of teenagers performs a ritual to “summon” and board a train that is said to be a ghost train, to find their member’s missing sister. On the train, they experience various terrible events. Horror 13+ 5.1 195 Indonesian Nayato Fio Nuala ‘Sheila Marcia’, ‘Melvin Giovanie’, ‘Stefanie Hariadi’, ‘Nadila Ernesta’, ‘Gianina Emanuela’, ‘Fendi Trihartanto’, ‘Rina Hasyim’, ‘Abio Abie’, ‘Diah Cempaka Sari’, nan, nan, nan, nan, nan, nan 89 0.0017018 851
Kesurupan 2008 A College Teen Gets Possessed By Three Satanic Spirits After Retrieving A Mysterious Odd Doll,With The Help Of Her Two Friends They Must Race Against Time In Order Of What Is Something Sinister Happening To Her Before Time Runs Out. Horror Unrated 4.4 26 Indonesian Rizal Mantovani ‘Shareefa Daanish’, ‘Andhika Pratama’, ‘Nia Ramadhani’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 99 0.0001958 852
Ku Tunggu Jandamu 2008 NA Comedy Unrated 3.2 19 Indonesian Findo Purwono ‘Cynthiara Alona’, ‘Edi Brokoli’, ‘Farah Diana’, ‘Dewi Perssik’, ‘Andi Soraya’, ‘Yana Zein’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001040 853
Kun fayakuun 2008 NA Drama Unrated 6.7 14 Indonesian Guntur Novaris ‘Agus Kuncoro’, ‘Zaskia Adya Mecca’, ‘Opick’, ‘Desy Ratnasari’, ‘Raihaanun Soeriaatmadja’, ‘Andre Stinky’, ‘Marini Zumarnis’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001605 854
Kuntilanak 3 2008 A group of youngsters is on a mission to find their missing friends in a haunting jungle. Along the way, they met a young woman who’s in a personal mission to the mystical village looking for a way to stop her wicked curse. Horror 17+ 5.3 169 Indonesian Rizal Mantovani ‘Julie Estelle’, ‘Ida Iasha’, ‘Imelda Therinne’, ‘Reza Pahlevi’, ‘Laura Antoinette’, ‘Mandala Abadi Shoji’, ‘Cindy Valerie’, ‘Laudya Cynthia Bella’, nan, nan, nan, nan, nan, nan, nan NA 0.0015327 855
Laskar Pelangi 2008 In the 1970s, a group of 10 students struggles with poverty and develop hopes for the future in Gantong Village on the farming and tin mining island of Belitung off the east coast of Sumatra. Adventure SU 7.8 2045 Indonesian Riri Riza ‘Cut Mini Theo’, ‘Zulfanny’, ‘Ikranagara’, ‘Lukman Sardi’, ‘Ferdian’, ‘Tora Sudiro’, ‘Ario Bayu’, ‘Slamet Rahardjo’, ‘Mathias Muchus’, ‘Rieke Dyah Pitaloka’, ‘Verrys Yamarno’, ‘T. Rifnu Wikana’, ‘Alex Komang’, ‘Jajang C. Noer’, ‘Robby Tumewu’ 124 0.0272950 856
Liar 2008 NA Drama Unrated 4.6 11 Indonesian Rudy Soedjarwo ‘Raffi Ahmad’, ‘Irgi Fahrezi’, ‘Intan Nuraini’, ‘Asmirandah’, ‘Ayu Ting Ting’, ‘Cita Citata’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000866 857
Lost in Love 2008 Sequel to the 2003 movie “Eiffel I’m in Love”. Drama Unrated 6.7 85 Indonesian Rachmania Arunita ‘Pevita Pearce’, ‘Richard Kevin’, ‘Arifin Putra’, ‘Adrian Subono’, ‘Chrisye Subono’, ‘George Rudy’, ‘Barry Prima’, ‘Florence Quartenoud’, ‘Arinda Gita’, ‘Rebecca Marder’, ‘John Paval’, nan, nan, nan, nan 126 0.0009745 858
Love 2008 In Jakarta, five couples of varying ages and backgrounds experience the different stages of romantic love, from its giddy start to its painful end. Drama Unrated 6.5 76 Indonesian Kabir Bhatia ‘Fauzi Baadila’, ‘Laudya Cynthia Bella’, ‘Wulan Guritno’, ‘Irwansyah’, ‘Luna Maya’, ‘Surya Saputra’, ‘Acha Septriasa’, ‘Darius Sinathrya’, ‘Sophan Sophiaan’, ‘Widyawati’, nan, nan, nan, nan, nan 102 0.0008453 859
MBA: Married by Accident 2008 Pressured by their peers, teen couple Raskal and Ole decided to have sex for the first time, and resulted in a clearly unexpected pregnancy. These high schoolers tried to make it their own way, with supports from a gang of misfits. Comedy Unrated 6.0 20 Indonesian Winaldha E. Melalatoa ‘Nikita Willy’, ‘Marcell Darwin’, ‘Debby Ayu’, ‘Ikang Fawzi’, ‘Leonil Tikoalu’, ‘Marini Zumarnis’, ‘Putra Afrizalsyah’, ‘Tino Saroenggallo’, ‘Billy Boedjanger’, ‘Tino Saroengallo’, ‘Sarah Sechan’, nan, nan, nan, nan NA 0.0002053 860
Mas Suka Masukin Aja 2008 NA Comedy Unrated 1.4 9 Indonesian Rully Manna ‘Olga Syahputra’, ‘Dorce Gamalama’, ‘Adul’, ‘Habibi’, ‘Verlita Evelyn’, ‘Kiki Fatmala’, ‘Kiki Amelia’, ‘Ucok Baba’, ‘Bolot’, ‘Tata Dado’, ‘Kadir’, ‘Doyok Sudarmadji’, nan, nan, nan 90 0.0000216 861
May 2008 NA Drama Unrated 5.3 7 Indonesian Viva Westi ‘Verdi Solaiman’, ‘André Peter Emric’, ‘Yama Carlos’, ‘Jenny Chang’, ‘Ria Irawan’, ‘Niniek L. Karim’, ‘Tutie Kirana’, ‘Jajang C. Noer’, ‘Tio Pakusadewo’, ‘Lukman Sardi’, ‘Arian Junio Winanto’, nan, nan, nan, nan 105 0.0000635 862
Mengaku Rasul 2008 Rianti and Ajie are two young lovers, whose parents don’t approve of their relationship. Rianti seeks consolation in a religious school led by preacher Samir. Ajie wants her to leave the school, which he thinks is brainwashing her. Drama Unrated 6.0 13 Indonesian Helfi C.H. Kardit ‘Jian Batari’, ‘Vonny Cornellya’, ‘Alblen Fillindo Fabe’, ‘Ray Sahetapy’, ‘M. Ihsan Tarore’, ‘Hengky Tornando’, ‘Baby Zelvia’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001335 863
Mereka Bilang, Saya Monyet! 2008 NA Drama Unrated 6.7 43 Indonesian Djenar Maesa Ayu ‘Titi Rajo Bintang’, ‘Henidar Amroe’, ‘Ray Sahetapy’, ‘Bucek Depp’, ‘Jajang C. Noer’, ‘August Melasz’, ‘Joko Anwar’, ‘Arswendo Atmowiloto’, ‘Banyu Bening’, ‘Ayu Dewi’, ‘Fairuz Faisal’, ‘Indra Herlambang’, ‘Mario Lawalatta’, ‘Nadya Rompies’, nan NA 0.0004930 864
Merem Melek 2008 NA Comedy Unrated 3.0 8 Indonesian Nayato Fio Nuala ‘Miller’, ‘Yama Carlos’, ‘Cathrine Wilson’, ‘Noumira Sjahril’, ‘Nealla Gordon’, ‘Vikri Rahmat’, ‘Amber Susa’, ‘Al Vicente’, nan, nan, nan, nan, nan, nan, nan NA 0.0000411 865
Mupeng 2008 NA Comedy Unrated 4.0 14 Indonesian Awi Suryadi ‘Dimas Aditya’, ‘Mario Maulana’, ‘Rizky Mocil’, ‘Mike Lucock’, ‘Titi Qadarsih’, ‘Marissa Nasution’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000958 866
Namaku Dick 2008 What if you have a second chance to get the girl of your dreams The story begins with a flashback where Bama (11 years old) with brace teeth, too big pant, thick glasses is crushing on a … Comedy Unrated 4.3 35 Indonesian Teddy Soeriaatmadja ‘Tora Sudiro’, ‘Marissa Nasution’, ‘Slamet Rahardjo’, ‘Maria Agnes’, ‘Ence Bagus’, ‘Indra Bekti’, ‘Richa Novisha’, ‘Henky Solaiman’, ‘Verdi Solaiman’, ‘Arie K. Untung’, ‘Davina Veronica’, nan, nan, nan, nan 90 0.0002575 867
Oh Baby 2008 BABY (CINTA LAURA KIEHL), 15 years old, is a beautiful and energetic orphan, who has one dream. To be a dancer so that she can pay for his grandpas medication who has been ill. Thats why … Drama Unrated 5.5 73 Indonesian Cassandra Massardi ‘Cinta Laura Kiehl’, ‘Ridwan Ghany’, ‘Randy Pangalila’, ‘Rio Bhaskara’, ‘Pitradjaya Burnama’, ‘Eza Giunino’, ‘Tio Pakusadewo’, ‘Ari Sihasale’, ‘Ariel Tatum’, ‘Edric Tjandra’, ‘Restu Triandy’, ‘Unang’, nan, nan, nan NA 0.0006870 868
Oh, My God! 2008 NA Comedy Unrated 4.2 15 Indonesian Rako Prijanto ‘Desta Club 80s’, ‘Deddy Mahendra Desta’, ‘Maia Estianty’, ‘Ringgo Agus Rahman’, ‘Revalina S. Temat’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001078 869
Otomatis Romantis 2008 NA Comedy Unrated 6.2 54 Indonesian Guntur Soeharjanto ‘Marsha Timothy’, ‘Tora Sudiro’, ‘Tukul Arwana’, ‘Mpok Atiek’, ‘Chintami Atmanegara’, ‘Wulan Guritno’, ‘Dwi Sasono’, ‘Poppy Sovia’, ‘Tarzan’, nan, nan, nan, nan, nan, nan 100 0.0005729 870
Pencarian Terakhir 2008 A young woman searches her missing brother in the mountain, with help from an old friend who survived after gone lost in the same mountain. Adventure Unrated 7.2 39 Indonesian Affandi Abdul Rachman ‘Lukman Sardi’, ‘Richa Novisha’, ‘Yama Carlos’, ‘Verdi Solaiman’, ‘Alex Abbad’, ‘Aiman Faisal’, ‘Anwar Fauzy’, ‘Wanda Nizar’, ‘Ricky Novel’, ‘Dian Ari Praswarti’, ‘Tesadesrada Ryza’, ‘Imelda Soraya’, ‘Endris Sukmana’, ‘Tupang Tiar’, nan 90 0.0004805 871
Pocong vs. Kuntilanak 2008 NA Horror Unrated 2.8 17 Indonesian David Purnomo ‘Ahmad Zaki’, ‘Alia Rosa’, ‘Aldiansyah Taher’, ‘Ikhsan Samiaji’, ‘Diana Puspita’, ‘Amanda’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000815 872
Pulau Hantu 2 2008 NA Horror Unrated 3.8 36 Indonesian Jose Poernomo ‘Ricky Harun’, ‘Abdurrahman Arif’, ‘Reza Rahadian’, ‘Uli Auliani’, ‘Wiwid Gunawan’, ‘Boy Rano’, ‘Astrid Satwika’, ‘Nicky Tirta’, nan, nan, nan, nan, nan, nan, nan NA 0.0002341 873
Radit & Jani 2008 Radit and Jani are a young couple who are determined to get married despite opposition from Jani’s parents. Without enough money and steady work, they have to live a hard life. Drama 17+ 6.9 276 Indonesian Upi Avianto ‘Vino G. Bastian’, ‘Fahrani’, ‘Vivian Idris’, ‘Nungki Kusumastuti’, ‘Marrio Merdhithia’, ‘Joshua Pandelaki’, ‘Adrianto Sinaga’, ‘Henky Solaiman’, nan, nan, nan, nan, nan, nan, nan NA 0.0032588 874
Sarang Kuntilanak 2008 A group of film students travel to a mysterious village named the Kalimati to make a documentary. While there, one of the students leaves with a necklace, leaving the students plagued with an evil curse. Horror Unrated 3.5 16 Indonesian Nayato Fio Nuala ‘Ayu Andhika’, ‘Ikbal Azhari’, ‘Elena Lubis’, ‘Diah Cempaka Sari’, ‘Renny Umari’, ‘Zidni Adam Zawas’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000958 875
Saus Kacang 2008 NA Drama Unrated 5.0 21 Indonesian Indrayanto Kurniawan ‘Bunga Citra Lestari’, ‘Ashraf Sinclair’, ‘Nadia Saphira’, ‘Marsha Milan Londoh’, ‘Bams Samsons’, ‘Rima Melati’, ‘Christian Sugiono’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001797 876
Setannya Kok Beneran? 2008 With their career acting as ghost-busting paranormals in a fake reality show is about to end, the three phony losers accepted an invitation for a friendly meet and greet in a village out of… Comedy Unrated 4.3 18 Indonesian Muchyar Syamas ‘Ence Bagus’, ‘Indra Birowo’, ‘Jill Gladys’, ‘Jojon’, ‘Mario Lawalatta’, ‘Dewi Safira’, ‘Tessy’, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001324 877
Si Jago Merah 2008 Four students who are threatened with drop out because of arrears in college for 4 consecutive semesters, namely Gito (Deddy Mahendra Desta), Dede (Ringgo Agus Rahman), Kuncoro (Sukma … Comedy Unrated 5.7 46 Indonesian Iqbal Rais ‘Ringgo Agus Rahman’, ‘Deddy Mahendra Desta’, “Ytonk Club 80’s”, ‘Judika Sihotang’, ‘Poppy Sovia’, ‘Tika Putri’, ‘Indra Birowo’, ‘Epy Kusnandar’, ‘Magdalena’, ‘Billy W. Polli’, ‘Sarah Sechan’, nan, nan, nan, nan NA 0.0004487 878
Skandal Cinta Babi Ngepet 2008 NA Romance Unrated 1.5 13 Indonesian K.K. Dheeraj ‘Ratu Felisha’, ‘Ferry Fernandez’, ‘Olga Syahputra’, ‘Arthur Tobing’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 91 0.0000334 879
Suami-Suami Takut Istri: The Movie 2008 A film version of a popular Indonesian sitcom, “Suami Suami Takut Istri: The Movie” follows four close friends who travel on vacation to Bali with their domineering wives. The four wives (… Comedy Unrated 3.5 32 Indonesian Sofyan D. Surza ‘Otis Pamutih’, ‘Aty Fathiyah’, ‘Irfan Setiadi’, ‘Putty Noor’, ‘Ozzol Ramdan’, ‘Melvy Noviza’, ‘Yanda Djaitov’, ‘Asri Pramawati’, ‘Epy Kusnandar’, ‘Marissa’, ‘Desi Novitasari’, ‘Fauzi Baadila’, ‘Alexandra Gottardo’, ‘Olla Ramlan’, ‘Sarah Azhari’ NA 0.0001917 880
Summer Breeze 2008 Reina is caught in a love triangle with the twin brothers, Ares and Orion. They both care about Reina. Then Reina’s father is assigned abroad and she goes with him, which causes a long … Romance Unrated 6.8 18 Indonesian Allan Lunardi ‘Marcel Chandrawinata’, ‘Mischa Chandrawinata’, ‘Chelsea Olivia’, ‘Mathias Muchus’, ‘Ira Wibowo’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002094 881
Sumpah Pocong di Sekolah 2008 NA Drama Unrated 4.5 42 Indonesian Awi Suryadi ‘Marcell Darwin’, ‘Fandy Christian’, ‘Hardi Fadhillah’, ‘Henidar Amroe’, ‘Herichan’, ‘Alex Komang’, ‘Joshua Pandelaki’, ‘Dwi Putrantiwi’, nan, nan, nan, nan, nan, nan, nan NA 0.0003234 882
Susahnya Jadi Perawan 2008 NA Comedy Unrated 4.0 10 Indonesian Mirwan Suwarso ‘Nova Eliza’, ‘Andra Junaidi’, ‘Emmi Lemmu’, ‘Fathir Muchtar’, ‘Tio Pakusadewo’, ‘Julia Perez’, ‘Restu Sinaga’, ‘Olga Syahputra’, nan, nan, nan, nan, nan, nan, nan 90 0.0000684 883
Syahadat Cinta 2008 I like this movie and i moeslim Drama Unrated 8.0 12 Indonesian Gunawan Paggaru ‘Ahmad Affandy’, ‘Ratu Annisa’, ‘Minati Atmanegara’, ‘Imel Putri Cahyati’, ‘Hengky Kurniawan Chova’, ‘Cantika Ramona Felder’, ‘Donna Harun’, ‘Ricky Harun’, ‘Chairil J.M.’, ‘Aris Kurniawan’, ‘Reiner Manopo’, ‘Monica Oemardi’, ‘Adhitya Putri’, ‘Arif Rahman’, nan NA 0.0001643 884
Takut: Faces of Fear 2008 Anthology of 6 horror stories from Indonesia. From ghost, zombie, insect, murderer, and cannibal. Horror Unrated 5.9 248 Indonesian Robby Ertanto ‘Shareefa Daanish’, ‘Dinna Olivia’, ‘Marcella Zalianty’, ‘Wiwid Gunawan’, ‘Shanty’, ‘Eva Celia Latjuba’, ‘Lukman Sardi’, ‘Mike Lucock’, ‘Sogi Indra Dhuaja’, ‘Fauzi Baadila’, ‘Epy Kusnandar’, ‘Dewi Irawan’, ‘Junior Liem’, ‘Prisia Nasution’, ‘Donny Alamsyah’ NA 0.0025038 885
Tali Pocong Perawan 2008 A jealous young man tries to steal his brother’s girlfriend using the power of an ancient myth. Horror SU 3.4 58 Indonesian Arie Azis ‘Dewi Perssik’, ‘Ramon Y. Tungka’, ‘Ibnu Jamil’, ‘Endhita’, ‘Dwi Putrantiwi’, ‘Zora Vidyanata’, ‘Cathrine Wilson’, nan, nan, nan, nan, nan, nan, nan, nan 105 0.0003374 886
Tarzan ke Kota 2008 NA Comedy Unrated 3.8 6 Indonesian Reka Wijaya ‘Sandra Dewi’, ‘Ajul Jiung’, ‘Vincent Ryan Rompies’, ‘H.I.M. Damsyik’, ‘Connie Sutedja’, ‘Reza Pahlevi’, ‘Mamo Ijo’, ‘Rudi Sipit’, “Hamka De’ Vito Siregar”, nan, nan, nan, nan, nan, nan 90 0.0000390 887
The Shaman 2008 NA Horror SU 5.9 16 Indonesian Raditya Sidharta ‘Oka Antara’, ‘Farah Debby’, ‘Dirly Idol’, ‘Vicky Notonegoro’, ‘Piet Pagau’, ‘Julia Perez’, ‘Kamidia Radisti’, ‘Kemal Vivaveni’, nan, nan, nan, nan, nan, nan, nan NA 0.0001615 888
The Tarix Jabrix 2008 Starting from the desire of Cacing, an energetic natural born leader, wants to become a member of The Road Devil, the most brutal and feared Motorcycle Gang in the City of Bandung. But he always fails when undergoing tests or exams. Comedy SU 6.7 90 Indonesian Iqbal Rais ‘Tria Changcut’, ‘Erick Changcut’, ‘Qibil Changcut’, ‘Alda Changcut’, ‘Dipa Changcut’, ‘Carissa Putri’, ‘Francine Roosenda’, ‘Ario Bayu’, ‘Sam Bimbo’, ‘Edi Brokoli’, ‘Sellen Fernandez’, ‘Sisca Jessica’, ‘Iga Mawarni’, nan, nan 95 0.0010318 889
Tiren: Mati Kemaren 2008 Unable to accept his daughter’s sudden and mysterious death, the father intentionally let the child’s death shroud still tied during the funeral which make her became free spirit, and take … Horror Unrated 3.2 21 Indonesian Emil G. Hampp ‘Dewi Perssik’, ‘Baron Hermanto’, ‘Sarah Azhari’, ‘Deriell Jaqueline’, ‘Aldiansyah Taher’, ‘Renee The’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001150 890
Tri Mas Getir 2008 NA Comedy Unrated 5.0 22 Indonesian Rako Prijanto ‘Tora Sudiro’, ‘Indra Birowo’, ‘Vincent Ryan Rompies’, ‘Titi Kamal’, ‘Emmy Lemu’, ‘Tino Saroengallo’, ‘Tino Saroenggallo’, ‘Cut Mini Theo’, ‘Robby Tumewu’, nan, nan, nan, nan, nan, nan 97 0.0001882 891
Tulalit 2008 After observing his strange behavior, wealthy, self-obsessed socialite Meriam is convinced her son Edric is gay. Edric’s friend Ry convinces him to frame a photo from a magazine and pretend… Comedy Unrated 3.1 7 Indonesian Saptadji ‘Meriam Bellina’, ‘Edric Chan’, ‘Shareefa Daanish’, ‘Robby Tumewu’, ‘Daus Spano’, ‘Kiwil’, ‘Yadi Sembako’, ‘Budi Anduk’, ‘Arie K. Untung’, ‘Pretty Asmara’, ‘Mario Maulana’, ‘Harry Rahyan’, ‘Hendrik Bhibir’, ‘Murfi Owe’, ‘Ajier’ 93 0.0000371 892
Verses of Love 2008 A man who try to get through a complicated relationship in the Islamic way. Drama 17+ 7.1 981 Indonesian Hanung Bramantyo ‘Fedi Nuril’, ‘Rianti Cartwright’, ‘Carissa Putri’, ‘Zaskia Adya Mecca’, ‘Melanie Putria’, ‘Dennis Adhiswara’, ‘Oka Antara’, ‘Surya Saputra’, ‘Mieke Wijaya’, ‘Amak Baldjun’, ‘Marini Burhan’, ‘Rudy Wowor’, ‘Leroy Osmani’, nan, nan 130 0.0119185 893
Want More? 2008 NA Comedy Unrated 4.9 16 Indonesian Thomas Nawilis ‘Nadila Ernesta’, ‘Hardi Fadhillah’, ‘Ratu Felisha’, ‘Ferry Irawan’, ‘Mike Lucock’, ‘Marissa Nasution’, ‘Boyke Dian Nugraha’, ‘Gusti Randa’, ‘Olga Syahputra’, ‘Five Vi’, nan, nan, nan, nan, nan 90 0.0001342 894
XL: Extra Large - Antara Aku, Kau, dan Mak Erot 2008 NA Drama Unrated 4.8 34 Indonesian Monty Tiwa ‘Alex Abbad’, ‘Jamie Aditya’, ‘Sentot Gempur’, ‘Tutie Kirana’, ‘Erron Lebang’, ‘Rizky Mocil’, ‘Barry Prima’, ‘Francine Roosenda’, ‘Elmayana Sabriena’, ‘Sarah Sechan’, ‘Ingrid Widjanarko’, ‘T. Rifnu Wikana’, nan, nan, nan NA 0.0002793 895
3 Hari Untuk Selamanya 2007 The three days trip that changes everything. In that trip they meet many things and discuss about sex, marriage and religion. Comedy Unrated 7.1 305 Indonesian Riri Riza ‘Bowie Budianto’, ‘Tutie Kirana’, ‘Ringgo Agus Rahman’, ‘Nicholas Saputra’, ‘Adinia Wirasti’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 104 0.0037056 896
Angkerbatu 2007 A Korean construction company pays with their lives for building in a forbidden forest. Horror Unrated 4.9 30 Indonesian Jose Poernomo ‘Mieke Amalia’, ‘Susilo Badar’, ‘Yama Carlos’, ‘Imelda’, ‘Dan Kim’, ‘Nuri Maulida’, ‘Bayu S. Virguna’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002515 897
Badai Pasti Berlalu 2007 The story of a brokenhearted woman who becomes cold and bitter, a medical student who was placing a bet with his pals to win her heart, and an odd guy but had once studied abroad who forces her to marry him in order to protect her family. Drama Unrated 6.7 33 Indonesian Teddy Soeriaatmadja ‘Vino G. Bastian’, ‘Raihaanun Soeriaatmadja’, ‘Winky Wiryawan’, ‘Indra Birowo’, ‘Que Haidar’, ‘Dewi Irawan’, ‘Agastya Kandou’, ‘Slamet Rahardjo’, ‘Fasha Sandha’, ‘Davina Veronica’, nan, nan, nan, nan, nan 90 0.0003783 898
Beranak dalam Kubur 2007 Jessy, Jovan, Titaz and Kalia and Brian are the doctoral students who are make friends. They are doing the observatory for their anatomy task in a hospital. They found a closed and … Horror Unrated 3.1 27 Indonesian Freddy Lingga ‘Dinda Kanyadewi’, ‘Revand T. Narya’, ‘Julia Perez’, ‘Adhitya Putri’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001432 899
Bukan Bintang Biasa 2007 Bella (Laudya Cynthia Bella), Raffi (Raffi Ahmad), Ayu (Ayushita), Dimas (Dimas Beck) and Chelsea (Chelsea Olivia) are college mates in an art academy. At first, Bella was Raffi’s … Drama Unrated 4.3 46 Indonesian Lasja Fauzia ‘Raffi Ahmad’, ‘Ayushita’, ‘Dimas Beck’, ‘Laudya Cynthia Bella’, ‘Chelsea Olivia’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003385 900
Dead Time 2007 A jaded cop. A narcoleptic journalist. A nation divided. A Fantasy you’d wish never come true. Crime Unrated 7.0 875 Indonesian Joko Anwar ‘Donny Alamsyah’, ‘Fachry Albar’, ‘Ario Bayu’, ‘Fahrani’, ‘Tipi Jabrik’, ‘José Rizal Manua’, ‘August Melasz’, ‘Arswendi Nasution’, ‘Shanty’, ‘Sujiwo Tejo’, ‘Frans Tumbuan’, ‘Agung Udijana’, nan, nan, nan 102 0.0104810 901
Enam 2007 Six young filmmakers go to a remote house to make a horror short film. They are warned by the owner that the house has a soul of its own. Horror Unrated 5.8 12 Indonesian Stephen Odang ‘Putri Patricia’, ‘Barry Prima’, ‘David Saragih’, ‘Mandala Abadi Shoji’, ‘Duran Valentino’, ‘Winnie Yanthi’, nan, nan, nan, nan, nan, nan, nan, nan, nan 97 0.0001191 902
Film Horor 2007 NA Comedy Unrated 5.2 32 Indonesian Toto Hoedi ‘Dwi A.P.’, ‘Ferdinal Arnaz’, ‘Maria Eva’, ‘Andhika Gumilang’, ‘Ferry Irawan’, ‘Secha Lauretta’, ‘Sheila Marcia’, ‘Terta Mayasari’, ‘Cut Memey’, ‘Reza Rahadian’, ‘Shierly Rushworth’, ‘Udjie Tongky’, ‘Angie Virgin’, nan, nan 115 0.0002847 903
Genderuwo 2007 Ghosts haunt the mad novelist who threaten a women who stay alone in a house Horror 17+ 1.7 30 Indonesian K.K. Dheeraj ‘Davina Veronica’, ‘Robby Shine’, ‘Indah Kirana’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000873 904
Get Married 2007 Mae (Nirina Zubir) and her friends have big obsessions to become big people but instead, they all end up becoming something that they didn’t dream of. Be they frustrated young people who spent days together in a hut on the edge of river. Comedy Unrated 6.5 216 Indonesian Hanung Bramantyo ‘Nirina Zubir’, ‘Meriam Bellina’, ‘Richard Kevin’, ‘Iga Mawarni’, ‘Jaja Mihardja’, ‘Ringgo Agus Rahman’, ‘Verdi Solaiman’, ‘Stanlee’, ‘Subhan’, ‘Putri Sukardi’, ‘Ingrid Widjanarko’, nan, nan, nan, nan 105 0.0024025 905
Hantu 2007 NA Horror Unrated 5.8 38 Indonesian Adrianto Sinaga ‘Dhea Ananda’, ‘Dwi Andhika’, ‘Oka Antara’, ‘Andhika Gumilang’, ‘Monique Henry’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 95 0.0003771 906
Jelangkung 3 2007 Yodi wanted more than anything to find out if the stories about the curse associated with the horror movie Jelangkung were true. He had heard that if someone watched the movie alone, they … Horror SU 4.7 23 Indonesian Angga Dwimas Sasongko ‘Mitha Griselda’, ‘Reza Pahlevi’, ‘Andrew Roxburgh’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001850 907
Kangen 2007 Two lovebirds separated by fate, and has to deal with a heartbreaking feeling of longing for each other. Drama Unrated 5.8 14 Indonesian Nayato Fio Nuala ‘Bunga Citra Lestari’, ‘Reuben Elishama’, ‘Reuben E. Hadju’, ‘Nino Fernandez’, ‘Uli Herdinansyah’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001389 908
Kuntilanak 2 2007 A young college student has recently moved out of her old, haunted boarding house, escaping from followers of Mangkoedjiwo Sect who seek revenge over the death of Sri Sukmarahimi Mangkoedjiwo. Horror Unrated 5.7 155 Indonesian Rizal Mantovani ‘Sutan Amanullah’, ‘Bella Esperance’, ‘Julie Estelle’, ‘Ibnu Jamil’, ‘Buanergis Muryono’, ‘Piet Pagau’, ‘Evan Sanders’, ‘Cepi Setiawan’, ‘Lita Soewardi’, ‘Cindy Valerie’, nan, nan, nan, nan, nan NA 0.0015118 909
Lantai 13 2007 Luna has just gotten her first job as a secretary for a major company in Jakarta. She’s got her own desk, new good friends and a seemingly friendly boss. There’s only one problem. Ever … Horror Unrated 4.8 35 Indonesian Helfi C.H. Kardit ‘Widi Mulia’, ‘Bella Esperance’, ‘Lucky Hakim’, ‘Irwansyah’, ‘Virnie Ismail’, ‘Tio Pakusadewo’, ‘Ariyo Wahab’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002875 910
Lari dari Blora 2007 NA Drama Unrated 5.6 8 Indonesian Akhlis Suryapati ‘Tina Astari’, ‘Fadli Fuad’, ‘Iswar Kelana’, ‘Octav Kriwil’, ‘Annika Kuyper’, ‘Egy Massadiah’, ‘Andreano Philip’, ‘Ardina Rasti’, ‘W.S. Rendra’, ‘Soultan Saladin’, ‘Nizar Zulmi’, nan, nan, nan, nan NA 0.0000767 911
Lawang Sewu 2007 A group of six teenagers find themselves haunted and terrorized by a Kuntilanak when they try to find their missing friend inside Lawang Sewu, a supposedly haunted building in Semarang. Horror Unrated 5.2 79 Indonesian Arie Azis ‘Thalita Latief’, ‘Marcell Darwin’, ‘Melvin Giovanie’, ‘Tsania Marwa’, ‘Salvita Decorte’, ‘Ronald Gustav’, ‘Bunga Jelitha’, ‘Renny Djajoesman’, ‘Nuri Maulida’, ‘Yati Pesek’, ‘August Melasz’, ‘Chicco Jerikho’, nan, nan, nan 112 0.0007030 912
Legenda Sundel Bolong 2007 Imah’s boss Danapati rapes her. She tries to hide the fact from her husband Imah, but soon strange things start to happen as people are found dead with holes in their backs. People believe it is the work of the ghost Sundel Bolong. Horror Unrated 5.0 23 Indonesian Hanung Bramantyo ‘Uli Auliani’, ‘Baim’, ‘Jian Batari’, ‘Tio Pakusadewo’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 91 0.0001968 913
Long Road to Heaven 2007 This film is set in the aftermath of the 2002 Bali bombings. Focusing on three different perspectives, it looks at how these individuals find peace in their lives. Drama Unrated 6.9 45 English Enison Sinaro ‘Made Kopi’, ‘Sarah Treleaven’, “John O’Hare”, ‘Madison Evens’, ‘Jason Paul Robson’, ‘Mirrah Foulkes’, ‘Alfredo Font’, ‘Adityawan Darmawan’, ‘Salman Aristo’, ‘Raelee Hill’, ‘Nyoman Budiyasa S. Sn’, ‘Alex Komang’, ‘Clara Yulia’, ‘Sudibyo Js’, ‘Hestu Wreda’ 120 0.0005313 914
Lotus Requiem 2007 This is an omnibus film by women directors: Nia Dinata (Love for Share), Upi Avianto (Radit and Jani), Lasja Fauzia Susatyo (Not an Ordinary Star), and one guest director, Fatimah T. Rony. … Drama 17+ 7.5 70 Indonesian Upi Avianto ‘Fauzi Baadila’, ‘Susan Bachtiar’, ‘Otto Djauhari’, ‘Kirana Larasati’, ‘Arswendi Nasution’, ‘Ade Firza Paloh’, ‘Rieke Dyah Pitaloka’, ‘Ratna Riantiarno’, ‘Rachel Maryam Sayidina’, ‘Sarah Sechan’, ‘Shanty’, ‘Tarzan’, ‘Winky Wiryawan’, nan, nan 105 0.0008984 915
Love Is Cinta 2007 Ryan (Irwansyah) canceled his departure to America to meet Cinta (Acha Septriasa). But, he died tragically in an accident. However, Ryan is given chance to live once again to confess to Cinta but as someone else named Doni (Raffi Ahmad). Drama 17+ 5.6 132 Indonesian Hanny Saputra ‘Acha Septriasa’, ‘Irwansyah’, ‘Raffi Ahmad’, ‘Andhika Pratama’, ‘Juwita Maritsa’, ‘Tio Pakusadewo’, ‘Henidar Amroe’, ‘Unique Priscilla’, ‘Nirina Zubir’, nan, nan, nan, nan, nan, nan NA 0.0012649 916
Malam Jumat Kliwon 2007 NA Horror 17+ 2.2 29 Indonesian Nayato Fio Nuala ‘Daffy Ariaga’, ‘Abimana Aryasatya’, ‘Nadiah Hasan’, ‘Gracia Indri’, ‘Ben Joshua’, ‘Debby Kristy’, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001092 917
Medley 2007 Medley is a movie about parallel universe and possibilities in life about choices, consequences and relationships. Medley tells a story about one man, who is turning 30 years old in the … Drama Unrated 6.4 8 Indonesian Franklin Darmadi ‘Alexandra Gottardo’, ‘Alex Komang’, ‘Hermann Josis Mokalu’, ‘Rachel Maryam Sayidina’, ‘Imelda Therinne’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 97 0.0000876 918
Mengejar Mas Mas 2007 Because the sun doesn’t need to catched. Comedy Unrated 7.3 45 Indonesian Rudy Soedjarwo ‘Marcell Anthony’, ‘Eddie Karsito’, ‘Roy Marten’, ‘Shaheila Nafissa’, ‘Zaldy Nurzaman’, ‘Dinna Olivia’, ‘Elmayana Sabriena’, ‘Dwi Sasono’, ‘Poppy Sovia’, ‘Ira Wibowo’, nan, nan, nan, nan, nan 94 0.0005621 919
Miracle: Menantang Maut 2007 Kinar got alphabetic code KITA MATI that indicates the upcoming deaths of herself and everyone with initial in the code Horror SU 3.6 14 Indonesian Helfi C.H. Kardit ‘Abimana Aryasatya’, ‘Ivy Batuta’, ‘Nadila Ernesta’, ‘Lian Firman’, ‘Andry Ilham’, ‘Inong’, ‘Dhitra Marfie’, ‘Intan Ayu Purnama’, ‘Keira Sabhira’, ‘Wisnu Wijaya’, nan, nan, nan, nan, nan 98 0.0000862 920
Naga Bonar Jadi 2 2007 This movie is a sequel to the 1986 movie “Naga Bonar”. The story about the relationship between Naga Bonar, a pickpocket who became a self-proclaimed general during Indonesia’s war of independence and his only son Bonaga. Comedy Unrated 7.1 397 Indonesian Deddy Mizwar ‘Deddy Mizwar’, ‘Tora Sudiro’, ‘Wulan Guritno’, ‘Mike Lucock’, ‘Uli Herdinansyah’, ‘Darius Sinathrya’, ‘Lukman Sardi’, ‘Emir Alviandri Akram’, ‘Prio Aljabar’, ‘Indra Birowo’, ‘Ghozali’, ‘Sakurta H. Ginting’, ‘Nusa Kalimasada’, ‘Opie Kumis’, ‘Julian Kunto’ 118 0.0048233 921
Pocong 3 2007 NA Horror Unrated 5.1 44 Indonesian Monty Tiwa ‘Francine Roosenda’, ‘Darius Sinathrya’, ‘Gary M. Iskak’, ‘Elmayana Sabriena’, ‘Rina Hasyim’, ‘Otig Pakis’, ‘Ajeng Sardi’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003840 922
Pulau Hantu 2007 Eight teenagers are set to sail for a holiday. However, the yacht has to leave them in a private small island with a single resort. The island keeps a ghostly secret that starts to prey … Horror Unrated 3.9 39 Indonesian Jose Poernomo ‘Ricky Harun’, ‘Yedihel Luntungan’, ‘Kartika Ayuningtyas’, ‘Indri Yanuarti’, ‘Abdurrahman Arif’, ‘Ufara Dzikri’, ‘Bramasto’, ‘Rini Oktaviani’, ‘Boy Rano’, ‘Muthia Nova Syahputri’, ‘Monica Sayangbati’, ‘Panca Prakoso’, ‘Oreffor Coy’, nan, nan 91 0.0002603 923
Quickie Express 2007 A man struggles for fame and money, until he is offered as a gigolo for Quickie express Company. Comedy Unrated 6.9 360 Indonesian Dimas Djayadiningrat ‘Sandra Dewi’, ‘Reuben Elishama’, ‘Ria Irawan’, ‘Melissa Karim’, ‘Tio Pakusadewo’, ‘Rudolph Angelo Ratulangi’, ‘Lukman Sardi’, ‘Tino Saroengallo’, ‘Tino Saroenggallo’, ‘Ira Maya Sopha’, ‘Tora Sudiro’, ‘Aming Sugandhi’, ‘Rudy Wowor’, ‘Amron Paul Yuwono’, nan NA 0.0042506 924
Roh 2007 NA Horror Unrated 4.4 11 Indonesian Atok Suharto ‘Angel Bella’, ‘Ryan Delon’, ‘Zaenal Abidin Domba’, ‘Irul Luthan’, ‘Putri Patricia’, ‘Tabah Penemuan’, ‘Rini Yuliantini’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000828 925
Selamanya 2007 Aristha (Julie Estelle) met his old lover, Bara (Dimas Seto), at the police station. Bara, who feels guilty because Aristha plunges into the world of drugs, trying desperately to pull … Drama Unrated 7.0 45 Indonesian Ody C. Harahap ‘Masayu Anastasia’, ‘Julie Estelle’, ‘Dimas Seto’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0005390 926
Suster N 2007 A movie about the famous ghost of the Dutch raised nurse, Norah, who can not walk for having a wounded leg. Horror Unrated 4.3 27 Indonesian Viva Westi ‘Atiqah Hasiholan’, ‘Wulan Guritno’, ‘Bob Seven’, ‘Ardina Rasti’, ‘Henky Solaiman’, ‘H.I.M. Damsyik’, ‘Ratna Riantiarno’, ‘Ade Irawan’, ‘Titi Qadarsih’, ‘Mila Karmila’, ‘Dominique Sanda’, ‘Jajang C. Noer’, ‘Lukman Sardi’, nan, nan NA 0.0001987 927
Suster Ngesot 2007 Vira (18) pretty girl. She is a nurse and have friend named Silla (18) pretty girl, a nurse, sexy. They go from bandung to Jakarta to work as nurses, a job that they got. Silla is been … Horror Unrated 4.9 39 Indonesian Arie Azis ‘Nia Ramadhani’, ‘Mike Lewis’, ‘Donita’, ‘Lia Waode’, ‘Mastur’, ‘Arswendi Nasution’, ‘Jajang C. Noer’, nan, nan, nan, nan, nan, nan, nan, nan 87 0.0003270 928
Tentang Cinta 2007 NA Drama Unrated 7.9 54 Indonesian Soni Gaokasak ‘Vino G. Bastian’, ‘Hayria Faturrahman’, ‘Sheila Marcia’, ‘Fedi Nuril’, ‘Slamet Rahardjo’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0007300 929
Terowongan Casablanca 2007 NA Horror Unrated 3.9 40 Indonesian Nanang Istiabudi ‘Donny Arifin’, ‘Ki Joko Bodo’, ‘Nino Fernandez’, ‘Jupiter Fortissimo’, ‘Titi Qadarsih’, ‘Ardina Rasti’, ‘Ray Sahetapy’, ‘Asha Shara’, ‘Aldiansyah Taher’, ‘Five Vi’, nan, nan, nan, nan, nan NA 0.0002669 930
The Butterfly 2007 Vano (Andhika Pratama), Tia (Poppy Sovia), and Desi (Debby Kristy) has met and become best friends since the beginning of the college. Tia who is boyish becomes really protective toward … Drama Unrated 6.4 21 Indonesian Nayato Fio Nuala ‘Debby Kristy’, ‘Andhika Pratama’, ‘Poppy Sovia’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 85 0.0002300 931
The Photograph 2007 An escort at a karaoke bar struggles to raise money to send her daughter out of the city to live with her grandmother and settle her debts with her pimp. She moves in with an aging photographer and helps him fulfill his last wishes. Drama Unrated 6.8 179 Indonesian Nan Triveni Achnas ‘Kay Tong Lim’, ‘Shanty’, ‘Lukman Sardi’, ‘Indi Barends’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 94 0.0020828 932
The Wall 2007 Film The Wall bercerita tentang pembuatan film di sebuah villa tua yang menakutkan. Sabrina (Nessa Sadin), seorang penulis skenario bergaya gothic mencoba menulis di villa angker tersebut … Horror Unrated 4.6 8 Indonesian Kumar Pareek ‘Rifky Balweel’, ‘Savira Crith’, ‘Deriell Jaqueline’, ‘Defry Padhayangan’, ‘Nessa Sadin’, ‘An-Shun Yu’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000630 933
9 Naga 2006 Three friends since childhood earn a living by working as assassins. The more they did, the more they realized that the work did not promise a better future. Suddenly, an event made them change and tried to correct their past mistakes. Crime 17+ 6.5 119 Indonesian Rudy Soedjarwo ‘Donny Alamsyah’, ‘Fauzi Baadila’, ‘Dorman Borisman’, ‘Ajeng Sardi’, ‘Lukman Sardi’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 104 0.0013236 934
Bangku Kosong 2006 tells the story of a sacred bench that can not be occupied by anyone from time to time, but a new student girl named Dinda is very curious about what happened in the past, she was … Horror Unrated 5.8 49 Indonesian Helfi C.H. Kardit ‘Adhitya Putri’, ‘Cathy Sharon’, ‘Bella Esperance’, ‘Tities Saputra’, ‘Zhi F.’, ‘Nadiah Hasan’, ‘Tania Hardjosubroto’, ‘Dewi Sahira’, ‘Keke Harun’, ‘Renny Umari’, ‘Reza Artamevia’, ‘Nurul Hidayati’, ‘Annie Anwar’, ‘Piet Pagau’, ‘Unique Priscilla’ NA 0.0004863 935
Berbagi Suami 2006 This is the story of women those are live in polygamy life. It’s about their consequence to accept the status as other wife. Comedy 17+ 7.5 379 Indonesian Nia Di Nata ‘Jajang C. Noer’, ‘Shanty’, ‘Dominique Agisca Diyose’, ‘El Manik’, ‘Tio Pakusadewo’, ‘Lukman Sardi’, ‘Nungki Kusumastuti’, ‘Ria Irawan’, ‘Ira Maya Sopha’, ‘Winky Wiryawan’, ‘Rieke Dyah Pitaloka’, ‘Reuben Elishama’, ‘Atiqah Hasiholan’, ‘Janna Karina Sukasah’, ‘Melissa Karim’ NA 0.0048640 936
Betina 2006 NA Drama Unrated 7.6 5 Indonesian Lola Amaria ‘Agastya Kandou’, ‘Kinaryosih’, ‘Tutie Kirana’, ‘Otig Pakis’, ‘Subur Sukirman’, ‘Zairin Zain’, nan, nan, nan, nan, nan, nan, nan, nan, nan 70 0.0000650 937
Denias, Senandung di Atas Awan 2006 A boy from a tribe in inland Papua named Denias struggles to get the proper education for a better life. Drama Unrated 6.8 150 Indonesian John de Rantau ‘Albert Fakdawer’, ‘Ari Sihasale’, ‘Marcella Zalianty’, ‘Mathias Muchus’, ‘Nia Zulkarnaen’, ‘Michael Jakarimilena’, ‘Audry Papilaja’, ‘Pevita Pearce’, ‘Minus Coneston Karoba’, ‘Ryan Manobi’, ‘Chalvin Wanda’, ‘Yahuda Rumbindi’, ‘Sonya Baransono’, ‘Philipus Ramendei Thamo’, ‘Roni Wabia’ 110 0.0017454 938
Ekspedisi Madewa 2006 Tiro, a geologist is suddenly caught up in a quest for a powerful ancient artefact when he accidentally find a missing artefact from ancient Asia empire. The artifact thus leads to the … Adventure Unrated 5.8 25 Indonesian Franklin Darmadi ‘Tora Sudiro’, ‘Irshadi Bagas’, ‘Indra Birowo’, ‘Arie Dagienkz’, ‘Ubay Fox’, ‘Pierre Gruno’, ‘Jonathan Ozoh’, ‘Marsha Timothy’, ‘Frans Tumbuan’, nan, nan, nan, nan, nan, nan NA 0.0002481 939
Garasi 2006 Gaia, Aga and Awan only have one goal in their lives: to play music. They formed a band, produced their own mini-album, and distributed it with the support of a local music store. Soon, the… Drama Unrated 6.2 69 Indonesian Agung Sentausa ‘Fedi Nuril’, ‘Ayu Ratna’, ‘Aries Budiman’, ‘Desta Club 80s’, ‘Arie Dagienkz’, ‘David Tarigan’, ‘Jajang C. Noer’, ‘Niniek L. Karim’, ‘Syaharani’, ‘Marqie Setianto’, ‘Denny Sakrie’, ‘Irwanda Sarumpaet’, ‘Rivano Setyo Utomo’, nan, nan 110 0.0007320 940
Gotcha 2006 NA Horror Unrated 5.1 22 Indonesian Nayato Fio Nuala ‘Hendrik Betta’, ‘Kirana Larasati’, ‘Fikri Ramdhan’, ‘Maya Septha’, ‘Arie K. Untung’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001920 941
Gue Kapok Jatuh Cinta 2006 NA Comedy Unrated 4.5 11 Indonesian Thomas Nawilis ‘Oka Antara’, ‘Big Dicky’, ‘Dude Harlino’, ‘Hilyani’, ‘Imelda’, ‘Sabria Kono’, ‘Stan Lee’, ‘Teuku Wisnu’, ‘Metha Yunatria’, nan, nan, nan, nan, nan, nan 110 0.0000847 942
Hantu Jeruk Purut 2006 Anna, a horror novelist, found dead at her house after she recorded a ghostlike atmosphere in Jeruk Purut Cemetery. Her best friend, Airin whose dreamed to be a novelist then tries to trace… Horror Unrated 4.7 54 Indonesian Nayato Fio Nuala ‘Angie Virgin’, ‘Sheila Marcia’, ‘Samuel Zyglwyn’, ‘Valia Rahma’, ‘Renny Umari’, ‘Yulia Widiastuti’, ‘Ernawati’, ‘Andrew Roxburgh’, ‘Ferry Irawan’, ‘Ahmad Khadaffie’, ‘Eyya Marnaira’, ‘Yuni Sulistyowati’, nan, nan, nan NA 0.0004343 943
Heart 2006 Rachel (Nirina Zubir) is a tomboy girl whose childhood friend is Farel (Irwansyah). This friendship is tested when Farel admits that he has fallen in love with Luna (Acha Septriasa), a feminine girl that makes Rachel wrecked by jealousy. Drama 17+ 6.6 291 Indonesian Hanny Saputra ‘Nirina Zubir’, ‘Irwansyah’, ‘Acha Septriasa’, ‘Ari Sihasale’, ‘Rachel Amanda’, ‘Irshadi Bagas’, ‘Unique Priscilla’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0032865 944
Jakarta Undercover 2006 How is Jakarta at midnight? You will find it out in this movie. Thriller Unrated 6.2 72 Indonesian Lance Laggong ‘Luna Maya’, ‘Lukman Sardi’, ‘Fachry Albar’, ‘Verdi Solaiman’, ‘Christian Sugiono’, ‘Laura Antoinette’, ‘Kenshiro Arashi’, ‘Adry Valeri Wens’, nan, nan, nan, nan, nan, nan, nan NA 0.0007639 945
Jatuh Cinta Lagi 2006 A love story between two cynical urban yuppies who have to face each other as lawyers in a courtroom. Romance Unrated 5.1 11 Indonesian Rizal Mantovani ‘Gary M. Iskak’, ‘Krisdayanti’, ‘Cornelia Agatha’, ‘Enditha’, ‘Alex Abbad’, ‘Bayu Ariotomo’, ‘Sue Bonnington’, ‘Daniel Ziv’, nan, nan, nan, nan, nan, nan, nan NA 0.0000960 946
Jomblo 2006 Four college best friends with their funny lifestyle about college. Met a girl who taught them about love and betrayals, and their life would never be the same again. Comedy Unrated 7.2 317 Indonesian Hanung Bramantyo ‘Dennis Adhiswara’, ‘Rianti Cartwright’, ‘Rizky Hanggono’, ‘Karenina Maria’, ‘Richa Novisha’, ‘Tike Priatnakusumah’, ‘Ringgo Agus Rahman’, ‘Nadya Saphira’, ‘Christian Sugiono’, nan, nan, nan, nan, nan, nan NA 0.0039056 947
Koper 2006 Yahya, a low-class employee, finds a suitcase on an empty street. The suitcase is suspected to contain robbed money from a bank. This results in everybody giving the once invisible Yahya … Drama Unrated 5.1 15 Indonesian Richard Oh ‘Anjasmara’, ‘Joko Anwar’, ‘Djenar Maesa Ayu’, ‘Arie Dagienkz’, ‘Moammar Emka’, ‘Alberthiene Endah’, ‘Zen Hae’, ‘Maya Hasan’, ‘Indra Herlambang’, ‘Erry Isfandiari’, ‘Virnie Ismail’, ‘Niniek L. Karim’, ‘Aristides Katopo’, ‘Butet Kertaradjasa’, ‘Eka Kurniawan’ NA 0.0001309 948
Lentera Merah 2006 An employee of Lentera Merah, the campus newspaper of the University of Indonesia, is found dead in the office with the number 65 written in blood by his body. In the meantime, five students compete for a position at the publication. Drama Unrated 6.0 57 Indonesian Hanung Bramantyo ‘Dimas Beck’, ‘Laudya Cynthia Bella’, ‘Firrina’, ‘Beauty Oehmke’, ‘Auxilia Paramitha’, ‘Kartika Indah Pelapory’, ‘Fikri Ramdhan’, ‘Tesadesrada Ryza’, ‘Saputra’, ‘Teuku Wisnu’, nan, nan, nan, nan, nan NA 0.0005852 949
Maskot 2006 A boy is told by his dying father that he can inherit the family business only if he finds a new chicken mascot for the company’s logo printed on the soy sauce bottles. But his quest … Comedy Unrated 6.6 22 Indonesian Robin Moran ‘Uli Auliani’, ‘Butet Kertaradjasa’, ‘Epy Kusnandar’, ‘El Manik’, ‘Ariyo Wahab’, ‘Wawan Wanisar’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002485 950
Opera Jawa 2006 The story of the performer of Javanese Ramayana human wayang. They are a spouse who lives in a village by selling earthenware products. Conflicts arrived as the husband is going bankrupt and the wife start to looking for another love. Drama Unrated 6.4 398 Indonesian Garin Nugroho ‘Martinus Miroto’, ‘Eko Supriyanto’, ‘Artika Sari Devi’, ‘Retno Maruti’, ‘Jecko Siompo Pui’, ‘I. Nyoman Sura’, ‘Slamet Gundono’, ‘Wenang Nggiku’, ‘Mugiyono’, ‘Sutanti Sudarso’, ‘Wahono’, ‘Sukiatno’, ‘Dahlan’, ‘Pawiro Wagimin’, ‘Subagyo’ NA 0.0043587 951
Pesan dari Surga 2006 NA Drama Unrated 5.7 34 Indonesian Sekar Ayu Asmara ‘Luna Maya’, ‘Vino G. Bastian’, ‘Ario Bayu’, ‘Rianti Cartwright’, ‘Shareefa Daanish’, ‘Uli Herdinansyah’, ‘Indah Kalalo’, ‘Ukka Rizki’, ‘Lukman Sardi’, ‘Tino Saroengallo’, ‘Dimas Seto’, ‘Ramon Y. Tungka’, ‘Davina Veronica’, ‘Cathrine Wilson’, ‘Madina Wowor’ NA 0.0003316 952
Pocong 2006 Wisnu has to witness the brutal slaughter of his family and soon thereafter an evil spirit starts haunting him. Drama 17+ 5.6 39 Indonesian Rudy Soedjarwo ‘Shally Tria Amanda’, ‘Ronald Kansil’, ‘Eddie Karsito’, ‘Kinaryosih’, ‘Tutie Kirana’, ‘Dwi Sasono’, ‘T. Rifnu Wikana’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003737 953
Pocong 2 2006 Two sisters find themselves haunted by an evil spirit. Horror 17+ 6.5 139 Indonesian Rudy Soedjarwo ‘Revalina S. Temat’, ‘Ringgo Agus Rahman’, ‘Henidar Amroe’, ‘Agung Basuki’, ‘Vedie Bellamy’, ‘Fadiptya Hadi’, ‘Ronald Kansil’, ‘Eddie Karsito’, ‘Otig Pakis’, ‘Dwi Sasono’, ‘Risty Tagor’, nan, nan, nan, nan 98 0.0015461 954
Realita, Cinta, dan Rock n’ Roll 2006 Ipang (Vino G. Bastian) and Nugi (Herjunot Ali) are two friends who don’t like school. They love to play music and have a dream of becoming rock’n roll musicians. They often skip school to have fun in Sandra’s store (Nadine Chandrawinata). Drama Unrated 6.7 281 Indonesian Upi Avianto ‘Vino G. Bastian’, ‘Herjunot Ali’, ‘Nadine Chandrawinata’, ‘Barry Prima’, ‘Shandy Harun’, ‘Frans Tumbuan’, nan, nan, nan, nan, nan, nan, nan, nan, nan 114 0.0032216 955
Ruang 2006 The film opens with the arrival of an old man named Rais (Slamet Rahardjo). A diplomat who returned to his homeland since his mother died. He came to the house of his sister, Rima (Reggy … Drama 17+ 7.1 27 Indonesian Teddy Soeriaatmadja ‘Reggy Lawalata’, ‘Luna Maya’, ‘Slamet Rahardjo’, ‘Kaharudin Syah’, ‘Adinia Wirasti’, ‘Winky Wiryawan’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003280 956
The Chanting 2006 A young college student moves to a new boarding house in a very haunted area. Horror Unrated 6.1 403 Indonesian Rizal Mantovani ‘Julie Estelle’, ‘Evan Sanders’, ‘Ratu Felisha’, ‘Alice Iskak’, ‘Lita Soewardi’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0042066 957
12:00 A.M. 2005 NA Drama Unrated 3.6 23 Indonesian Nayato Fio Nuala ‘Abimana Aryasatya’, ‘Olga Lydia’, ‘Rionaldo Stockhorst’, ‘Inong’, ‘Fenita Jayanti’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 105 0.0001417 958
Alexandria 2005 Bagas keeps his feeling towards his childhood friend, Alexandria, but he is unable to express it out. Things changed when Bagas realizes that his best friend, Rafi, already moved ahead and declared his love for Alexandria. Drama Unrated 7.3 87 Indonesian Ody C. Harahap ‘Fachry Albar’, ‘Marcel Chandrawinata’, ‘Julie Estelle’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 110 0.0010868 959
Bad Wolves 2005 NA Action Unrated 6.9 11 Indonesian Richard Buntario ‘Indra Bekti’, ‘Sultan Djorghi’, ‘Ivan Gunawan’, ‘Zack Lee’, ‘Ferry Maryadi’, ‘Fathir Muchtar’, ‘Rena Tabitha’, nan, nan, nan, nan, nan, nan, nan, nan 122 0.0001299 960
Banyu Biru 2005 Banyu (Tora Sudiro), a young supermarket customer service who is absorbed in his daily routine. A strange incident inspires him to hit the road and solve past family issues. Drama Unrated 6.4 117 Indonesian Teddy Soeriaatmadja ‘Tora Sudiro’, ‘Dian Sastrowardoyo’, ‘Slamet Rahardjo’, ‘Didi Petet’, ‘Ladya Cheryl’, ‘Karin Abdullah’, ‘Irshadi Bagasputro’, ‘Indra Birowo’, ‘Berliana Febryanti’, ‘Butet Kertaradjasa’, ‘Oscar Lawalatta’, ‘Rima Melati’, ‘Kukuh Adi Rizky’, ‘Yadi Timo’, nan NA 0.0012813 961
Belahan Jiwa 2005 Cairo, Baby Blue, Arimbi, and Farlyna are a soulmates. They think they have a connection each other and it’s reveals from when they are have a boyfriend. Unknowingly by them, the quartet … Thriller Unrated 6.5 54 Indonesian Sekar Ayu Asmara ‘Endhita’, ‘Ria Irawan’, ‘Indah Kalalo’, ‘Surya Saputra’, ‘Dian Sastrowardoyo’, ‘Rachel Maryam Sayidina’, ‘Robby Tumewu’, ‘Alexander Wiguna’, ‘Marcella Zalianty’, ‘Nirina Zubir’, nan, nan, nan, nan, nan NA 0.0006006 962
Brownies 2005 Mel has a successful life. It all changes when her fiancé, Joe, is involved with another woman. She changes drastically and had all her friends worried. They decide to introduce Mel to Are,… Romance Unrated 6.0 38 Indonesian Hanung Bramantyo ‘Marcella Zalianty’, ‘Bucek Depp’, ‘Philip Jusuf’, ‘Luna Maya’, ‘Renia’, ‘Arie K. Untung’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003901 963
Catatan Akhir Sekolah 2005 A journey of three students for making a short documentary movie about their school as a last farewell tribute to every single thing of their memories in High School. Comedy Unrated 7.4 447 Indonesian Hanung Bramantyo ‘Joanna Alexandra’, ‘Vino G. Bastian’, ‘Marcel Chandrawinata’, ‘Rabzki Muzy’, ‘V.J. Ramon’, ‘Christian Sugiono’, ‘Ramon Y. Tungka’, nan, nan, nan, nan, nan, nan, nan, nan 109 0.0056602 964
Detik Terakhir 2005 Regi suffers from depression since childhood, being raised by wealthy parents who have little time for her, but plenty to fight with and cheat on each other. While in college she meets and … Drama Unrated 7.2 15 Indonesian Nanang Istiabudi ‘Shanty’, ‘Cornelia Agatha’, ‘Tri Budiman’, ‘Gugun Gondrong’, ‘Dewi Irawan’, ‘Mike Lucock’, ‘Sausan Machari’, ‘Popy Ramadhani’, ‘Melanie Subono’, ‘Ari Sudarsono’, ‘Yoan Tanamal’, nan, nan, nan, nan NA 0.0001848 965
Gie 2005 Soe Hok Gie is an activist who lived in the sixties. Set in the darkest era of Indonesian modern history, “Gie” is an interpretation of what happened based on his journal. Biography Unrated 7.6 840 Indonesian Riri Riza ‘Nicholas Saputra’, ‘Jonathan Mulia’, ‘Thomas Nawilis’, ‘Christian Audi’, ‘Sita Nursanti’, ‘Wulan Guritno’, ‘Lukman Sardi’, ‘Indra Birowo’, ‘Surya Saputra’, ‘Donny Alamsyah’, ‘Robby Tumewu’, ‘Tutie Kirana’, ‘Gino Korompis’, ‘Marcell Audi Buwono’, ‘Lidia Andriani’ 147 0.0109242 966
Issue 2005 NA Thriller Unrated 6.2 6 Indonesian Gunawan Paggaru ‘Tamara Blezinski’, ‘Adrian Maulana’, ‘August Melasz’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000637 967
Janji Joni 2005 A film delivery man promises a beautiful young woman to deliver a film reel on time to a movie theater. But the the whole city seems to conspire against him. Adventure Unrated 7.6 1240 English Joko Anwar ‘Nicholas Saputra’, ‘Mariana Renata’, ‘Rachel Maryam Sayidina’, ‘Surya Saputra’, ‘Dwiki Riza’, ‘Alvin Adam’, ‘Adetasha’, ‘Valiza Aguiandri’, ‘Indra Birowo’, ‘Noella Birowo’, ‘Dinar’, ‘Adam Gomajaka’, ‘Wulan Guritno’, ‘Indra Herlambang’, ‘Ria Irawan’ NA 0.0161262 968
Me vs. High Heels 2005 NA Romance Unrated 5.4 16 Indonesian Nayato Fio Nuala ‘Raffi Ahmad’, ‘Dwi Andhika’, ‘Anggur Aulia’, ‘Ayushita’, ‘Hengky Kurniawan Chova’, ‘Nita Ferlina’, ‘Susilo Hendarto’, ‘Nurul Hidayati’, ‘Nuri Maulida’, ‘Ardina Rasti’, ‘Pipip Sasati’, ‘Hedi Yunus’, nan, nan, nan 118 0.0001478 969
Mirror 2005 A high school girl named Kikan began to see dead people through the mirrors. Horror 17+ 6.9 71 Indonesian Hanny Saputra ‘Nirina Zubir’, ‘Jonathan Lesmana’, ‘Ichi Nuraini’, ‘Vida Sylvia Pasaribu’, ‘Henidar Amroe’, ‘Unique Priscilla’, ‘Indra Brasco’, ‘Joshua Pandelaki’, ‘Ira Wibowo’, ‘M. Leo Lumanto’, ‘Salwa Shahab’, ‘Irshadi Bagas’, ‘Ayez Kassar’, nan, nan 112 0.0008383 970
Panggil Namaku 3× 2005 NA Horror Unrated 5.4 21 Indonesian Nayato Fio Nuala ‘Huwaida Ahmad’, ‘Raffi Ahmad’, ‘Thya Ariestya’, ‘Nita Ferlina’, ‘Benny Hendrawan’, ‘Djati Kusuma’, ‘Hayria Lonton’, ‘Titi Qadarsih’, ‘Sony Septian’, ‘Sita Simanjuntak’, ‘Rionaldo Stockhorst’, ‘Bunga Zainal’, nan, nan, nan 97 0.0001940 971
Tentang Dia 2005 Gadis has a prolonged heartbreak after her boyfriend betrays her and impregnates her best friend. She has her diary as company and refuses to socialise. Randu is very much in love with … Drama Unrated 7.2 78 Indonesian Rudy Soedjarwo ‘Adinia Wirasti’, ‘Sigi Wimala’, ‘Fauzi Baadila’, ‘Donna Agnesia’, ‘Didi Petet’, ‘Raskhy Ramadhan’, nan, nan, nan, nan, nan, nan, nan, nan, nan 105 0.0009610 972
Ungu Violet 2005 Lando is frustrated and depressed because his fiance left him. Kalin has to move to jakarta after her parents died and works as a busway ticket officer. One day, Lando accidentally takes a photograph of Kalin’s face. Drama Unrated 6.4 110 Indonesian Rako Prijanto ‘Dian Sastrowardoyo’, ‘Rizky Hanggono’, ‘Rima Melati’, ‘Syarifa Zifa’, ‘Agastya Kandou’, ‘Gary M. Iskak’, ‘Ade Irawan’, ‘Titi Qadarsih’, ‘Rosseline Oscar’, ‘Niniek L. Karim’, nan, nan, nan, nan, nan NA 0.0012047 973
Untuk Rena 2005 Eleven-year-old girl, RENA (Maudy Ayunda), lives in Rumah Matahari (The House of Sun) since she was a baby. Rumah Matahari is a fun and peaceful orphanage. In the orphanage, where about 30 … Drama Unrated 7.3 36 Indonesian Riri Riza ‘Maudy Ayunda’, ‘Surya Saputra’, ‘Karlina Inawati’, ‘Suzuki Nobuyuki’, ‘Raja Khalil Jibran’, ‘Sally Ann Gething’, ‘Afifah Isyakarima’, ‘Aldy Zulfikar’, nan, nan, nan, nan, nan, nan, nan 105 0.0004497 974
Vina Bilang Cinta 2005 24 year-old pessimist Cillia meets Tris, an aspiring singer who recently moved to Jakarta. Romance Unrated 5.2 10 Indonesian Indra Yudhistira ‘Callista Argentina’, ‘Delon’, ‘Elmayana Sabriena’, ‘Rachel Maryam Sayidina’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000890 975
Virgin 2005 Three Indonesian girls, high school friends, go on a journey where money, sex, violence and alcohol seems to be superior to their own wishes and dreams. Drama Unrated 5.8 63 Indonesian Hanny Saputra ‘Laudya Cynthia Bella’, ‘Ardina Rasti’, ‘Angie Virgin’, ‘Mike Lucock’, ‘Uli Auliani’, ‘Ari Sihasale’, ‘Ayu Azhari’, ‘Henidar Amroe’, ‘Unique Priscilla’, ‘Tio Pakusadewo’, nan, nan, nan, nan, nan 114 0.0006253 976
What Love Means 2005 NA Comedy Unrated 5.5 49 Indonesian Sunil Soraya ‘Shandy Aulia’, ‘Samuel Rizal’, ‘Dimas Beck’, ‘Acha Septriasa’, ‘Onky Alexander’, ‘Didi Petet’, ‘Nick Plantico’, ‘Raliegh Wilson’, nan, nan, nan, nan, nan, nan, nan NA 0.0004612 977
30 Hari Mencari Cinta 2004 Three girls are betting to find love in 30 days. Comedy Unrated 6.0 201 Indonesian Upi Avianto ‘Maria Agnes’, ‘Vino G. Bastian’, ‘Luna Maya’, ‘Dinna Olivia’, ‘Revaldo’, ‘Rionaldo Stockhorst’, ‘Nirina Zubir’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0020637 978
Bangsal 13 2004 NA Horror Unrated 6.6 20 Indonesian Ody C. Harahap ‘Endhita’, ‘Luna Maya’, ‘Andhika’, ‘Lia Chandra’, ‘Erka’, ‘Bayu Wahyudi’, nan, nan, nan, nan, nan, nan, nan, nan, nan 94 0.0002259 979
Impian Kemarau 2004 A man who is in charge of seeding clouds to bring rain to a parched district becomes obsessed with a traditional singer. Drama Unrated 7.4 16 Indonesian Ravi L. Bharwani ‘Levie Hardigan’, ‘Ria Irawan’, ‘Jabrik Gelanggang’, ‘Moertri Purnomo’, ‘Hery Sadewa’, ‘Clara Sinta’, nan, nan, nan, nan, nan, nan, nan, nan, nan 86 0.0002026 980
Kejar Amerika 2004 Two young Indonesians, Bayu and Jimi, win a 2-week vacation to San Francisco. Yet, as soon as they arrive, their American Dream turns into a nightmare. Adventure 13+ 5.9 39 Indonesian David Sungkar ‘Pretty Asmara’, ‘Richard Chang’, ‘Kesso’, ‘Hans Larson’, ‘Bobby Orlando’, ‘Rachel Rehmet’, ‘Damon Viola’, ‘David M. Wallace’, ‘John Wolff’, ‘Amron Paul Yuwono’, nan, nan, nan, nan, nan NA 0.0003937 981
Lovely Luna 2004 NA Drama Unrated 4.9 14 Indonesian Lasja Fauzia ‘Denny Aditya W.S.’, ‘Herjunot Ali’, ‘Shareefa Daanish’, ‘Imelda Soraya’, ‘Radhit Syaharzam’, ‘Davina Veronica’, nan, nan, nan, nan, nan, nan, nan, nan, nan 92 0.0001174 982
Mengejar Matahari 2004 Four childhood friends live at a ghetto in Jakarta whose bonds are tested as they grow into adulthood. They share a ritual, “chasing the sun” (Mengejar Matahari), where they race through the ghetto, symbolically chasing their future. Drama Unrated 7.1 233 Indonesian Rudy Soedjarwo ‘Fedi Nuril’, ‘Winky Wiryawan’, ‘Fauzi Baadila’, ‘Udjo’, ‘Agni P. Arkadewi’, ‘Ade Habibie’, ‘Nungki Kusumastuti’, ‘Agni Pratistha’, ‘Arif Rifan’, nan, nan, nan, nan, nan, nan 86 0.0028308 983
Petualangan 100 Jam 2004 NA Drama Unrated 6.8 6 Indonesian Winaldha E. Melalatoa ‘Joshua’, ‘Marshanda’, ‘Mathias Muchus’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 109 0.0000698 984
Rindu Kami Padamu 2004 Set in and around a mosque in sprawling Jakarta, Indonesia, during the Muslim holiday of Lebaran, the interwoven stories of family, faith and romantic love in this humorous yet poignant film are revealed through the eyes of kids Drama Unrated 6.9 49 Indonesian Garin Nugroho ‘Fauzi Baadila’, ‘Nova Eliza’, ‘Jaja Mihardja’, ‘Didi Petet’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0005786 985
Satu Kecupan 2004 A school girl is trying to get the first kiss from her ultra conservative boyfriend. Comedy Unrated 3.9 7 Indonesian Findo Poernowo ‘Masayu Anastasia’, ‘Hengky Kurniawan Chova’, ‘Dimas Seto’, ‘Ratu Felisha’, ‘Tommy Kurniawan’, ‘Anggie Regia A.’, ‘Leydia A.’, ‘Irvan Hakim’, ‘Aimee Juliette’, ‘Yudi Lifa’, ‘Martha Ludiya’, ‘Oman Nurchman’, ‘Dewi Rezer’, ‘Siti Rohasanah’, ‘Ishak S.M.’ 87 0.0000467 986
Tak Biasa 2004 NA Comedy Unrated 7.2 5 Indonesian Jose Poernomo ‘Lia Chandra’, ‘Novie Emerson’, ‘Miea Kusuma’, ‘Akhdiyat Duta Modjo’, ‘Melanie Putria’, ‘Rama Sukmono’, nan, nan, nan, nan, nan, nan, nan, nan, nan 146 0.0000616 987
Arisan! 2003 Friendship and principles are put to a test in the circle of Jakarta’s social elite which can be as turbulent as the city’s slums. Comedy Unrated 7.2 771 Indonesian Nia Di Nata ‘Cut Mini Theo’, ‘Tora Sudiro’, ‘Aida Nurmala’, ‘Surya Saputra’, ‘Rachel Maryam Sayidina’, ‘Trey Gondokusumo’, ‘Lili Harahap’, ‘Aurora Yahya’, ‘Wilza Lubis’, ‘Nico Siahaan’, ‘Tika Panggabean’, ‘Jajang C. Noer’, ‘Ria Irawan’, ‘Indra Birowo’, ‘Abraham’ 129 0.0094991 988
Biarkan Bintang Menari 2003 Geri “Grey” Kertasasmita and Neyna Neviana are childhood friends. They grew up in Cimelati, a small village near Bandung, West Java. Neyna are very fond of fairytale stories, and Grey is … Drama Unrated 5.9 53 Indonesian Indra Yudhistira ‘Ladya Cheryl’, ‘El Manik’, ‘Memes’, ‘Stephanie Pascalia’, ‘Rene Arie Seeman’, ‘Ariyo Wahab’, nan, nan, nan, nan, nan, nan, nan, nan, nan 112 0.0005351 989
Biola Tak Berdawai 2003 A woman with a dark past dedicates herself to taking care of multi-handicapped children. When a young musician comes into her life, she is forced to face her history, or it will destroy her future. Drama Unrated 6.7 94 Indonesian Sekar Ayu Asmara ‘Ria Irawan’, ‘Nicholas Saputra’, ‘Jajang C. Noer’, ‘Dicky Lebrianto’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0010777 990
Cinta 24 Karat 2003 NA Comedy Unrated 3.2 13 Indonesian Richard Buntario ‘Ferry Ardiansyah’, ‘Indra Bekti’, ‘Ivan Gunawan’, ‘Uya Kuya’, ‘Rena Tabitha’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000712 991
Eiffel I’m in Love 2003 A teenage girl, Tita, who led a perfect life. Her life completely changes when her parents good friend and his son, Adit, came from France to stay with them. Drama Unrated 6.1 470 Indonesian Nasri Cheppy ‘Shandy Aulia’, ‘Samuel Rizal’, ‘Vena Annisa’, ‘Yogi Finanda’, ‘Arifin Hilda’, ‘Titi Kamal’, ‘Tommy Kurniawan’, ‘Didi Petet’, nan, nan, nan, nan, nan, nan, nan 262 0.0049060 992
Kiamat Sudah Dekat 2003 Fandy (Andre Taulany), A Malaysian-born rocker finally met and fell in love with Sarah (Ayu Pratiwi), a beautiful and veiled girl, daughter of a religious Haji Romli (Deddy Mizwar). Comedy Unrated 7.0 103 Indonesian Deddy Mizwar ‘Nazar Amir’, ‘Chintami Atmanegara’, ‘Aldo Banar’, ‘Dicky Chandra’, ‘Anwar Fuady’, ‘Deddy Mizwar’, ‘Senandung Nacita’, ‘Ayu Pratiwi’, ‘Muhammad Dwiky Riza’, ‘Andre Stinky’, ‘Dewi Yull’, nan, nan, nan, nan 116 0.0012338 993
Rumah Ketujuh 2003 NA Comedy Unrated 5.0 31 Indonesian Rudy Soedjarwo ‘Indra Birowo’, ‘Andhara Early’, ‘Gary M. Iskak’, ‘Dewi Rezer’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002652 994
Singa Karawang Bekasi 2003 NA Drama Unrated 6.1 7 Indonesian Nurul M. Berry ‘Adipura’, ‘Gladys Angelie’, ‘Rendy Bragi’, ‘Nurayendra Irwindo’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000731 995
Tusuk Jelangkung 2003 Sequel to the 2001 movie “Jelangkung” which will reveal the secret of Jelangkung. Horror Unrated 6.0 136 Indonesian Dimas Djayadiningrat ‘Ian Bahtiar’, ‘Thomas Nawilis’, ‘Dinna Olivia’, ‘Samuel Rizal’, ‘Iqball Rizantha’, ‘A.A. Gde Wipra’, ‘Marcella Zalianty’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0013963 996
Untukmu 2003 NA Drama Unrated 6.2 8 Indonesian Asun Mawardi ‘Asty Ananta’, ‘Erwin Bagindo’, ‘Dana Christina’, ‘Yunita David’, ‘Eka Evaliona’, ‘Tetty Liz Indriati’, ‘Okan Kornelius’, ‘Rudy Salam’, ‘Ali Syehan’, nan, nan, nan, nan, nan, nan NA 0.0000849 997
5 Sehat 4 Sempurna 2002 NA Comedy Unrated 6.0 27 Indonesian Richard Buntario ‘Fathir Muchtar’, ‘Rena Tabitha’, ‘Indra Bekti’, “Jae’im”, ‘Ivan Gunawan’, ‘Eddies Adelia’, ‘Elzan Aziz’, ‘Judith Ayudithya’, ‘Irfan Penyok’, nan, nan, nan, nan, nan, nan NA 0.0002772 998
Aku Ingin Menciummu Sekali Saja 2002 A Papuan teenage boy meets a woman at the port and is obsessed by a desire to kiss her. At the same time, his father is being hunted down by some unknown people because of his political activities to demand justice. Comedy Unrated 6.6 41 Indonesian Garin Nugroho ‘Octavianus Rysiat Muabuay’, ‘Lulu Tobing’, ‘Minus Coneston Karoba’, ‘Adi Kurdi’, ‘Philipus Ramendei Thamo’, ‘Vivaldi Gorys Aronggear’, ‘Theys H. Eluay’, ‘Sylvia Roselani Samber’, nan, nan, nan, nan, nan, nan, nan NA 0.0004630 999
Andai Ia Tahu 2002 A simple classic love story in modern times about opposites attract and the search of happiness by simply following ones heart. Comedy Unrated 6.0 45 Indonesian Indra Yudhistira ‘Rachel Maryam Sayidina’, ‘Marcell Siahaan’, ‘Nadia Mulya’, ‘Melanie Sadono’, ‘Priscilla Camelia’, ‘Harry Panca’, ‘Alex Abbad’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0004620 1000
Arwah yang Kembali 2002 NA Drama Unrated 5.8 6 Indonesian Anto Airlangga ‘Febby Lawrence’, ‘Andre Giovano’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000595 1001
Bendera 2002 After school on Saturday afternoon, a teacher asks her 6th grade students, Budi and Rosi, to take charge of raising the flag for next Monday’s ceremony. Because the flag is dirty, the … Family Unrated 7.1 11 Indonesian Nan Triveni Achnas ‘Hafidz Khoir’, ‘Nuansa Jawadwipa’, ‘Wina Hendrawan’, ‘Sofyan D. Surza’, ‘Agoes Jolly’, ‘Ricky H. Malau’, nan, nan, nan, nan, nan, nan, nan, nan, nan 75 0.0001336 1002
Beth 2002 NA Drama Unrated 6.1 19 Indonesian Aria Kusumadewa ‘Ine Febriyanti’, ‘Lola Amaria’, ‘Nurul Arifin’, ‘Bucek Depp’, ‘El Manik’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 84 0.0001983 1003
Ca-bau-kan 2002 A woman, given up for adoption when she was young, returns from Holland to Indonesia to find out about her parents. She is about to discover a shocking truth… Drama Unrated 7.4 98 Indonesian Nia Di Nata ‘Ferry Salim’, ‘Lola Amaria’, ‘Niniek L. Karim’, ‘Irgi Fahrezi’, ‘Alex Komang’, ‘Robby Tumewu’, ‘Ananda George’, ‘Tutie Kirana’, ‘Henky Solaiman’, ‘Lulu Dewayanti’, ‘Chossy Latu’, ‘Alvin Adam’, ‘Maria Oentoe’, ‘Billy Glenn’, ‘Joseph Ginting’ 120 0.0012409 1004
Eliana, Eliana 2002 After three years of separation, Bunda pays her daughter Eliana a surprise visit. Drama Unrated 6.8 132 Indonesian Riri Riza ‘Rachel Maryam Sayidina’, ‘Jajang C. Noer’, ‘Henidar Amroe’, ‘Marcella Zalianty’, ‘Arswendi Nasution’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 105 0.0015360 1005
Kafir 2002 The death of a shaman may not be accepted by the Earth!!! Horror Unrated 4.2 37 Indonesian Mardaly Sjarif ‘Sujiwo Tejo’, ‘Meriam Bellina’, ‘Aldo Banar’, ‘Jane Catherine’, ‘Bombom Gumbira’, ‘Chandra Lois’, ‘Alam Putra’, ‘Tompo S.’, ‘Eka Sapta’, ‘Subarkah’, ‘Ning Tyas’, nan, nan, nan, nan NA 0.0002659 1006
Titik Hitam 2002 “Whoever die first, the dead one must tell to the live one how is their journey of death.” Drama Unrated 4.7 18 Indonesian Sentot Sahid ‘Winky Wiryawan’, ‘Aurora Yahya’, ‘Endhita’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001448 1007
What’s Up with Love? 2002 A popular girl has to choose whether she wants to stay as a part of her clique or fall for the brooding literature-loving boy in her school. Drama Unrated 7.8 2445 Indonesian Rudy Soedjarwo ‘Dian Sastrowardoyo’, ‘Nicholas Saputra’, ‘Ladya Cheryl’, ‘Titi Kamal’, ‘Adinia Wirasti’, ‘Sissy Priscillia’, ‘Gito Rollies’, ‘Hendra Perdana’, ‘Edi Brokoli’, ‘Febian Ricardo’, ‘Dennis Adhiswara’, ‘Pramana Padmodarmaya’, ‘Mang Diman’, ‘Frans Tumbuan’, ‘Rininta Boer’ 112 0.0326339 1008
Jakarta Project 2001 NA Drama Unrated 4.9 15 Indonesian Indra Yudhistira ‘Claudia Hidayat’, “Ba’i Soemarlono”, ‘Syarmi Amanda’, ‘Matthew Holmes’, ‘Andrew Linggar’, ‘Yusuf Muhammad’, ‘Ronny P. Tjandra’, ‘Imam Wibowo’, nan, nan, nan, nan, nan, nan, nan 93 0.0001258 1009
Joshua Oh Joshua 2001 Two homeless kids must look for money after school. They go to shopping centers to help people bring their shopping. One of the kids has a nice mother, whereas the other has an evil stepmother even though he’s the smartest kid in school. Comedy Unrated 6.4 110 Indonesian Edward Sirait ‘Joshua Suherman’, ‘Anjasmara’, ‘Jodi’, ‘Cut Keke’, ‘Desy Ratnasari’, ‘Eeng Saptahadi’, ‘Mega Utami’, ‘Ingrid Widjanarko’, ‘Dwi Yan’, nan, nan, nan, nan, nan, nan 90 0.0012047 1010
Marsinah 2001 The movie is based on a true story about an Indonesian labour leader who was kidnapped, tortured, and killed because of her struggle (East Java 1993). The case remains unsolved. Several … Drama Unrated 7.5 21 Indonesian Slamet Rahardjo ‘Margarita’, ‘Intarti’, ‘Dyah Arum Retnowati’, ‘Tosan Wiryawan’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002695 1011
Pasir Berbisik 2001 Berlian and her daughter Daya are on the run from political violence. They are forced to move inland from their seaside home to a desert of constantly shifting sands. Finally, Daya sees a vaguely familiar face from across the wasteland. Drama Unrated 7.2 189 Indonesian Nan Triveni Achnas ‘Christine Hakim’, ‘Dian Sastrowardoyo’, ‘Slamet Rahardjo’, ‘Didi Petet’, ‘Dik Doank’, ‘Dessy Fitri’, ‘Karlina Inawati’, ‘Dewi Sawitri’, ‘Mang Udel’, nan, nan, nan, nan, nan, nan 106 0.0023286 1012
The Uninvited 2001 Four young people spend their time looking into supernatural phenomenons. Horror Unrated 6.6 326 Indonesian Rizal Mantovani ‘Winky Wiryawan’, ‘Melanie Ariyanto’, ‘Rony Dozer’, ‘Harry Panca’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 102 0.0036818 1013
Tragedi 2001 NA Action Unrated 4.1 7 Indonesian Rudy Soedjarwo ‘Titi Kamal’, ‘Rako Prijanto’, ‘Gary M. Iskak’, ‘Indra Birowo’, ‘Poppy Devina’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 120 0.0000491 1014
Viva Indonesia 2001 Compendium of five short neo-realist tales set in different regions of Indonesia. What links them are radio broadcasts about the corruption and ethnic strife that threaten these regions, as… Drama Unrated 7.2 8 Indonesian Ravi L. Bharwani nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0000986 1015
Petualangan Sherina 2000 Adventure of a little girl who just moved to a new town and meet a new friends. Adventure Unrated 7.8 640 Indonesian Riri Riza ‘Sherina Munaf’, ‘Derby Romero’, ‘Didi Petet’, ‘Ucy Nurul’, ‘Mathias Muchus’, ‘Ratna Riantiarno’, ‘Butet Kertaradjasa’, ‘Henidar Amroe’, ‘Djaduk Ferianto’, ‘Dewi Hughes’, ‘Tino Saroengallo’, nan, nan, nan, nan 112 0.0085422 1016
Reinkarnasi 2000 NA Action Unrated 6.3 6 Indonesian Dede Yusuf ‘Adipura’, ‘Adjie Pangestu’, ‘Nathalie Widyanti’, ‘Dede Yusuf’, ‘Asrul Zulmi’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000647 1017
Telegram 2000 In Jakarta, a young journalist struggling to escape from the confines of familiar obligations, receives a telegram informing him that his mother is dying. Drama Unrated 6.1 45 Indonesian Slamet Rahardjo ‘Sujiwo Tejo’, ‘Mira Ayudhia’, ‘Ayu Azhari’, ‘Desy Ratnasari’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 82 0.0004697 1018
Kuldesak 1999 This movie focuses on four young men in Jakarta in the 1990s. They all have dreams, but sometimes life forces them to make radical choices. Action Unrated 6.8 105 Indonesian Nan Triveni Achnas ‘Bianca Adinegoro’, ‘Ryan Hidayat’, ‘Wong Aksan’, ‘Oppie Andaresta’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0012218 1019
Fatahillah 1998 NA Action Unrated 7.3 12 Indonesian Imam Tantowi ‘Amak Baldjun’, ‘Linda Djatmika’, ‘Igo Ilham’, ‘Aspar Paturusi’, ‘Robert Santoso’, ‘Yuni Sulistyowati’, ‘Abdi Wiyono’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001499 1020
Leaf on a Pillow 1998 The Indonesian society is seen through a middle-aged lady’s eyes in her daily encounters with the street children who work and live off the harsh and sleazy world of adults. Crime Unrated 7.6 226 Indonesian Garin Nugroho ‘Sarah Azhari’, ‘Deni Christantra’, ‘Christine Hakim’, ‘Heru’, ‘Kancil’, ‘Sugeng’, ‘Kabri Wali’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0029391 1021
Tropic of Emerald 1997 NA War Unrated 6.9 116 Japanese Orlow Seunke ‘Pierre Bokma’, ‘Esmée de la Bretonière’, ‘Christine Hakim’, ‘Bram van der Vlugt’, ‘Frans Tumbuan’, ‘José Rizal Manua’, ‘Piet Kamerman’, ‘Hiromi Tojo’, ‘Tio Djarot’, ‘Elske Falkena’, ‘Ivan F. Aldino’, ‘H.I.M. Damsyik’, ‘Jajang Pamontjak’, nan, nan NA 0.0013696 1022
Bergairah di Puncak 1996 NA Drama Unrated 4.6 17 Indonesian Steady Rimba ‘Windy Chindyana’, ‘Ibra Azhari’, ‘Febby Lawrence’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001338 1023
Bisikan Nafsu 1996 NA Horror Unrated 6.6 15 Indonesian Steady Rimba ‘Ibra Azhari’, ‘Windy Chindyana’, ‘Febby Lawrence’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 51 0.0001694 1024
Cinta dan Nafsu 1996 Habishshsbssidkdmdhdudbd fvdhjdddjdjdbdhssbaialaqoqn UN Drama Unrated 5.7 10 Indonesian Emil G. Hampp ‘Ibra Azhari’, ‘Febby Lawrence’, ‘Reynaldi’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000975 1025
Hukuman Zinah 1996 NA Horror Unrated 6.8 17 Indonesian Emil G. Hampp ‘Ibra Azhari’, ‘Windy Chindyana’, ‘Febby Lawrence’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 60 0.0001978 1026
Lampiasan nafsu 1996 NA Drama Unrated 7.0 5 Indonesian Emil G. Hampp ‘Ibra Azhari’, ‘Febby Lawrence’, ‘Thea Novita’, ‘Reynaldi’, ‘Andy Susie’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 78 0.0000599 1027
Selingkuh 1996 NA Drama Unrated 6.4 7 Indonesian Emil G. Hampp ‘Febby Lawrence’, ‘Alex Dirjosaputro’, ‘Reynaldi’, ‘Dias Astiza’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 71 0.0000767 1028
Bulan Tertusuk Ilalang 1995 NA Drama Unrated 7.4 42 Indonesian Garin Nugroho ‘Wiwiek Handawiyah’, ‘Bambang S. Jayantoro’, ‘Pramana Padmodarmaya’, ‘Ratna Paquita’, ‘Sri Rahayu’, ‘Ki Sutarman’, ‘Paquita Widjaja’, nan, nan, nan, nan, nan, nan, nan, nan 125 0.0005318 1029
Gairah Malam 2 1995 NA Drama Unrated 5.8 13 Indonesian Steady Rimba ‘Malfin Shayna’, ‘Taffana Dewi’, ‘Chairil J.M.’, ‘Eddy Chaniago’, ‘Corry Constantina’, ‘Steady Rimba’, ‘Lidya Larengkeng’, nan, nan, nan, nan, nan, nan, nan, nan 73 0.0001290 1030
Permainan Binal 1995 A bankrupt schemer tries to get his hands on a wealthy widow’s money but the daughter intervenes. Meanwhile, a mysterious killer is running amok. Drama Unrated 8.0 11 Indonesian Yonky Souhoka ‘Ibra Azhari’, ‘Windy Chindyana’, ‘Sonny Dewantara’, ‘Elizabeth Ivone’, ‘Teddy Mala’, ‘Sally Marcellina’, nan, nan, nan, nan, nan, nan, nan, nan, nan 100 0.0001506 1031
Ruby Fruit 1995 Maiko is a recently widowed young woman travelling to Bali to distract herself from the loss of her husband, Esau. At the airport she meets Kioko, who gives her a dagger and a photo of a … Fantasy Unrated 6.3 6 Indonesian Takumi Kimizuka ‘Tsugami Arimura’, ‘Ayana Inoue’, ‘Kaho Minami’, ‘Tomoko Mochizuki’, ‘Jun Togawa’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 95 0.0000647 1032
Without Mercy 1995 An ex-marine is framed for murder by an ex-officer not running illegal activities including a slave ring and bare knuckle brawls. Action 13+ 5.1 88 English Robert Chappell ‘Frank Zagarino’, ‘Ayu Azhari’, ‘Martin Kove’, ‘Frans Tumbuan’, ‘Advent Bangun’, ‘Yoshep Hungan’, ‘H.I.M. Damsyik’, ‘Anna M. Tarigan’, ‘Eddy Hansudi’, ‘John Honeyben’, ‘Silva Sandiarin’, ‘Diaz Tangkilisan’, ‘Titi Suwarino’, ‘Jurex Kline’, ‘Peter Engholm’ 90 0.0007680 1033
Catatan Harian Tante Sonya 1994 NA Drama Unrated 5.4 5 Indonesian Abrar Siregar ‘Ayu Azhari’, ‘Chris Michael’, ‘Poppy Farida’, ‘Esri Komara’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000462 1034
Dewi Angin Angin 1994 NA Fantasy Unrated 4.8 13 Indonesian Ackyl Anwari ‘Inneke Koesherawati’, ‘Chris Michael’, ‘Asep Bima’, ‘Murti Sari Dewi’, ‘Syarief Friant’, ‘Yoshep Hungan’, ‘Syamsuri Kaempuan’, ‘Ridwan Madhi’, ‘W.D. Mochtar’, ‘Piet Pagau’, ‘Sunarti Rendra’, ‘Sunarti Soewandi’, ‘Gitty Srinita’, ‘K. Supranto’, nan NA 0.0001068 1035
Gaun Merah 1994 NA Horror Unrated 6.2 6 Indonesian H. Tjut Djalil ‘Yohana Alexandra’, ‘Lela Anggraini’, ‘Richard Esl’, ‘Emri Margono’, ‘Nanung’, ‘Simon P.S.’, ‘Rosalina’, ‘Rizal Siregar’, ‘Heru Sutanto’, ‘Teguh Yulianto’, nan, nan, nan, nan, nan 84 0.0000637 1036
Godaan Cinta 1994 NA Drama Unrated 6.6 5 Indonesian Atok Suharto ‘Malfin Shayna’, ‘Gitty Srinita’, ‘Windy Chindyana’, ‘Rara Azis’, ‘Andy Jufri’, ‘Simon P.S.’, ‘Rizal Siregar’, ‘Sofia W.D.’, ‘Teguh Yulianto’, nan, nan, nan, nan, nan, nan 60 0.0000565 1037
Kenikmatan Tabu 1994 NA Drama Unrated 2.4 5 Indonesian Ackyl Anwari ‘Kiki Fatmala’, ‘Inneke Koesherawati’, ‘Teguh Yulianto’, ‘Lela Anggraini’, ‘Hudi Prayogo’, ‘Robby Sutara’, ‘Rudy Wahab’, ‘Corry Constantina’, ‘Pier Dhanen’, ‘Sarah Rubiyandi’, ‘Sri Agustina’, ‘Deby Carol’, ‘Anggi’, ‘Connie Constantia’, nan NA 0.0000205 1038
Pencet Sana Pencet Sini 1994 NA Comedy Unrated 6.5 25 Indonesian Arizal ‘Diding Boneng’, ‘Tisna S. Brata’, ‘Taffana Dewi’, ‘Yongki Dp’, ‘Sally Marcellina’, ‘Simon P.S.’, ‘S. Parya’, ‘Malfin Shayna’, ‘Didin Syamsudin’, ‘Tile’, ‘S. Wadhy’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, nan 83 0.0002781 1039
Ranjang yang Ternoda 1994 NA Drama Unrated 5.6 14 Indonesian Norman Benny ‘Inneke Koesherawati’, ‘Gitty Srinita’, ‘Dicky Wahyudi’, ‘Hendro Tangkilisan’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001342 1040
Saya Duluan Dong 1994 NA Comedy Unrated 5.9 18 Indonesian Arizal ‘Rara Azis’, ‘H.I.M. Damsyik’, ‘Ingrid M.P. Kansil’, ‘Simon P.S.’, ‘Diah Permatasari’, ‘Ike Rachmawati’, ‘Gitty Srinita’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, nan, nan, nan, nan, nan 83 0.0001817 1041
Setetes Noda Manis 1994 Dewi after three years in Germany, re-meet with Edo in a discotheque. Despite never communicating, Edo is still in love with Dewi. However, Dewi prefers Rony, a close friend of Edo who was … Drama Unrated 7.5 8 Indonesian Maman Firmansyah ‘Inneke Koesherawati’, ‘Reynaldi’, ‘Zainal Abidin’, ‘Ida Kusumah’, ‘Mien Brodjo’, ‘Ade Faizal’, ‘Fransisca’, ‘Sabar P. Sharif’, ‘Hendro Tangkilisan’, ‘Rieke Dyah Pitaloka’, ‘Gatot Suyitno’, nan, nan, nan, nan NA 0.0001027 1042
Si Kabayan Mencari Jodoh 1994 NA Comedy Unrated 4.7 6 Indonesian Maman Firmansyah ‘Didi Petet’, ‘Novi Gawatini’, ‘Rachmat Hidayat’, ‘Desy Ratnasari’, ‘Sena Utaya’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 85 0.0000483 1043
Surat Untuk Bidadari 1994 NA Drama Unrated 6.8 40 Indonesian Garin Nugroho ‘Nurul Arifin’, ‘Hotalili’, ‘Ibrahim Ibnu’, ‘Fuad Idris’, ‘Adi Kurdi’, ‘Jajang C. Noer’, ‘Monica Oemardi’, ‘Viva Westi’, ‘Windy’, nan, nan, nan, nan, nan, nan 118 0.0004654 1044
Wanita Dalam Gairah 1994 NA Crime 21+ 6.6 10 Indonesian H. Tjut Djalil ‘Inneke Koesherawati’, ‘Andy Jufri’, ‘Rara Azis’, ‘Ariel Prakasa’, ‘Rika Herliana’, ‘Ana’, ‘Rosalina’, ‘Shanty Cameron’, ‘Donald Sondak’, ‘Sentot’, ‘Edi Disel’, ‘Panji’, ‘Yance’, ‘Eka Nugroho’, ‘Lili Nugroho’ 68 0.0001129 1045
Badut-Badut Kota 1993 NA Comedy Unrated 7.9 7 Indonesian Ucik Supra ‘Dede Yusuf’, ‘Ayu Azhari’, ‘Sofyan Sharna’, ‘Rahman Yacob’, ‘Ami Priyono’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000946 1046
Gairah Malam 1993 NA Drama Unrated 5.1 14 Indonesian Steady Rimba ‘Ariel Prakasa’, ‘Malfin Shayna’, ‘Devi Permatasari’, ‘Adam Jordan’, ‘Andy Susie’, ‘Cindy Lasut’, ‘Harry Dagoe’, ‘Vera Susana’, ‘Buce Abubakar’, ‘S. Naryo Hadi’, ‘Arifin’, nan, nan, nan, nan 60 0.0001222 1047
Mumpung Ada Kesempatan 1993 NA Comedy Unrated 5.0 5 Indonesian Arizal ‘M. Amin’, ‘Ayu Azhari’, ‘Susy Bolle’, ‘John Iskandar’, ‘Kadir’, ‘Marno Kasno’, ‘Cut Keke’, ‘Sarah Rubiyandi’, ‘Doyok Sudarmadji’, ‘Tarzan’, nan, nan, nan, nan, nan 85 0.0000428 1048
Oeroeg 1993 Johan Ten Berghe joins the Dutch army when the Dutch East Indies unilaterally declare independence as Indonesia. He initiates his naive driver Twan in life in the East, having grown up … Drama Unrated 6.7 372 Dutch Hans Hylkema ‘Jeroen Krabbé’, ‘Rik Launspach’, ‘Martin Schwab’, ‘Ramelan Bekkema’, ‘Peter Faber’, ‘Tom Van Bauwel’, ‘Joris Putman’, ‘François Beukelaers’, ‘Tom Jansen’, ‘José Rizal Manua’, ‘Chris Tates’, ‘Marcel Musters’, ‘Patrick Kerkhof’, ‘Ayu Azhari’, ‘Marjon Brandsma’ NA 0.0042649 1049
Rage and Honor II 1993 Kris and Preston team up once again to take on powerful gangster Buntao. But, Buntao has problems of his own, dealing with Dazo, another gangster who is on a steady rise to power. Action 13+ 5.4 397 English Guy Norris ‘Cynthia Rothrock’, ‘Richard Norton’, ‘Patrick Muldoon’, ‘Frans Tumbuan’, ‘Ron Vreeken’, ‘Alex Tumundo’, ‘John J. Soucy’, ‘Tanaka’, ‘Yenny Farida’, ‘Daniel Cobb’, ‘Donald Paul Pemrick’, ‘Don Balfour’, ‘Graham Stumpf’, ‘Glenn Ruehland’, ‘John P. Melfi’ 98 0.0036684 1050
Susuk Nyi Roro Kidul 1993 NA Fantasy Unrated 5.0 8 Indonesian Azwar An ‘Sally Marcellina’, ‘Windy Chindyana’, ‘Ayu Yohana’, ‘Sonny Dewantara’, ‘Rendhy Recky’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000684 1051
Angel of Fury 1992 A security specialist (Nancy Bolan) is hired to deliver a valuable computer. She is joined by her former lover who has plans of his own for the computer. Action 13+ 4.2 253 Indonesian Ackyl Anwari ‘Cynthia Rothrock’, ‘Chris Barnes’, “Peter O’Brian”, ‘Zainal Abidin’, ‘August Melasz’, ‘Minati Atmanegara’, ‘Jureck Klyne’, ‘Roy Marten’, ‘Kiki Amir’, ‘Jack Maland’, ‘Tanaka’, ‘Robby Sutara’, ‘Karen Sukarno’, ‘Hamid Sopeng’, ‘Eddy Hansudi’ NA 0.0018183 1052
Bibir Mer 1992 Maria, who is disappointed with her boyfriend, Jodi , goes to work in a salon where she uses her ability to chat and interact with a good socially as a great advantage to keep customers lined up. Comedy 21+ 7.2 9 Indonesian Arifin C. Noer ‘Bella Esperance’, ‘Fadli’, ‘Galeb Husein’, ‘Jajang C. Noer’, ‘Tio Pakusadewo’, ‘Imam S. Wungkul’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001109 1053
Cinta Dalam Sepotong Roti 1992 NA Drama Unrated 6.7 43 Indonesian Garin Nugroho ‘Adjie Massaid’, ‘Monica Oemardi’, ‘Tio Pakusadewo’, ‘Rizky Teo’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0004930 1054
Kembalinya Si Janda Kembang 1992 Thanks to a cursed Egyptian ring, a murdered unfaithful wife returns as a ghost to seduce and kill men. Horror Unrated 5.6 7 Indonesian Sisworo Gautama Putra ‘Sally Marcellina’, ‘H.I.M. Damsyik’, ‘Ibrahim Asyhari’, ‘Diana Dewi’, ‘Eddy Gunawan’, ‘Nyoman Ayu Lenora’, ‘Ashysta Ratih’, ‘Netta Sri Suprapti’, nan, nan, nan, nan, nan, nan, nan 92 0.0000671 1055
Lady Dragon 1992 An ex-CIA agent (Kathy Gallagher) living in Indonesia tracks Ludvig Hauptman, the arms dealer who killed her husband. Along the way, she meets a young boy and his grandfather, who teach her in the ways of the Lady Dragon. Action 13+ 5.2 470 English David Worth ‘Cynthia Rothrock’, ‘Richard Norton’, ‘Robert Ginty’, ‘Bella Esperance’, ‘Hengky Tornando’, ‘Thomas Forcher’, ‘Pitradjaya Burnama’, ‘Advent Bangun’, ‘Diaz Tangkilisan’, ‘H.I.M. Damsyik’, ‘Henry Surentu’, ‘Syarief Friant’, ‘Edward Rehwinkle’, ‘Sam S.’, ‘Tanaka’ 97 0.0041821 1056
Masuk Kena Keluar Kena 1992 NA Comedy Unrated 6.8 35 Indonesian Arizal ‘Dono Warkop’, ‘Kasino Warkop’, ‘Sally Marcellina’, ‘Kiki Fatmala’, ‘H. Tile’, ‘Diding Boneng’, ‘Fortunella’, ‘Simon Pesas’, ‘Robert Syarif’, ‘Tile’, ‘Indro Warkop’, nan, nan, nan, nan 88 0.0004073 1057
Olga dan Sepatu Roda 1992 NA Comedy Unrated 7.1 9 Indonesian Achiel Nasrun ‘Nike Ardilla’, ‘Alba Fuad’, ‘Tino Karno’, ‘Ida Kusumah’, ‘Jack Maland’, ‘Mandra’, ‘Ami Priyono’, ‘Desy Ratnasari’, ‘Etty Sumiati’, nan, nan, nan, nan, nan, nan 90 0.0001093 1058
Salah Masuk 1992 NA Comedy Unrated 6.7 24 Indonesian Arizal ‘Fortunella’, ‘Tarida Gloria’, ‘Anton Indracaya’, ‘Angel D. Memah’, ‘Simon P.S.’, ‘Gitty Srinita’, ‘Tile’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, ‘Simon Wood’, nan, nan, nan, nan 88 0.0002752 1059
Skandal Iblis 1992 A female archaeologist is possessed by an evil spirit from an old necklace. Horror Unrated 6.6 9 Indonesian H. Tjut Djalil ‘Lela Anggraini’, ‘Eddy Gunawan’, ‘Ranieta Manopo’, ‘Emri Margono’, ‘Johan Saimima’, ‘Gitty Srinita’, ‘Teguh Yulianto’, nan, nan, nan, nan, nan, nan, nan, nan 86 0.0001016 1060
Ajian Ratu Laut Kidul 1991 Magician Anggoro mangles sorceress Lestari and banishes her to the woods. She becomes suicidal until Ki Jagasatru comes from the South Seas with a recipe for revenge. Drama Unrated 6.2 15 Indonesian Sisworo Gautama Putra ‘Ratu Dhenok’, ‘Syarief Friant’, ‘Karsiman Gada’, ‘Johny Indo’, ‘Tino Karno’, ‘Clift Sangra’, ‘Rita Sheba’, ‘Hamid Sopeng’, ‘Suzzanna’, ‘Erfan Yuda’, nan, nan, nan, nan, nan NA 0.0001591 1061
Bisa Naik Bisa Turun 1991 NA Comedy Unrated 7.3 27 Indonesian Arizal ‘Dono Warkop’, ‘Kasino Warkop’, ‘Indro Warkop’, ‘Diding Boneng’, ‘Kiki Fatmala’, ‘Lydia Febriani’, ‘Fortunella’, ‘Fujiyanti’, ‘Inneke Koesherawati’, ‘Yoga Pratama’, ‘Fritz G. Schadt’, ‘Gitty Srinita’, ‘Tile’, nan, nan NA 0.0003373 1062
Catatan Si Boy 5 1991 Boy (Onky Alexander) after finishing his lecture, trying to build a business in San Francisco. There, he has a beautiful boss named Sheena (Sophia Latjuba), who secretly also has a crush on… Drama Unrated 6.2 13 Indonesian Nasri Cheppy ‘Onky Alexander’, ‘Didi Petet’, ‘Paramitha Rusady’, ‘Sophia Latjuba’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 88 0.0001379 1063
Double Crosser 1991 NA Action Unrated 6.8 31 Indonesian Arizal ‘Kiki Amir’, ‘Didier A. Hamel’, ‘Ricky Hosada’, ‘Gino Makasutji’, ‘August Melasz’, “Peter O’Brian”, ‘Priscilla Patsy’, ‘Robby Sutara’, nan, nan, nan, nan, nan, nan, nan 85 0.0003607 1064
Gadis Metropolis 1991 NA Drama Unrated 7.6 9 Indonesian Bobby Sandy ‘Sally Marcellina’, ‘Inneke Koesherawati’, ‘Febby Lawrence’, ‘Alex Kembar’, ‘James Sahertian’, ‘Baby Silvia’, ‘Gugun Benget’, ‘Pitradjaya Burnama’, ‘Teddy Mala’, ‘Piet Pagau’, ‘Luthi Tambayong’, nan, nan, nan, nan NA 0.0001170 1065
Makhluk dari Kubur 1991 NA Horror Unrated 5.8 10 Indonesian S.A. Karim ‘Hendra Cipta’, ‘Yenny Farida’, ‘Muni Cader’, ‘Jack Maland’, ‘Bokir’, ‘Eddy Riwanto’, ‘Mang Diman’, ‘Rengga Takengon’, ‘Idjah Bomber’, ‘Tien Kadaryono’, ‘Lela Anggraini’, ‘Illa Doth’, ‘Dyne Puspita’, ‘Umar Hasby’, ‘Rina Hasyim’ 72 0.0000992 1066
Misteri Janda Kembang 1991 A girl returns from the dead to gain her revenge on a gang of thugs that raped and murdered her. Horror Unrated 4.9 9 Indonesian H. Tjut Djalil ‘H.I.M. Damsyik’, ‘Fujiyanti’, ‘Sally Marcellina’, ‘Emri Margono’, ‘Simon P.S.’, ‘Teddy Prangi’, nan, nan, nan, nan, nan, nan, nan, nan, nan 86 0.0000755 1067
Nada dan Dakwah 1991 NA Drama Unrated 5.0 7 Indonesian Chaerul Umam ‘Zainal Abidin’, ‘Ida Iasha’, ‘Rhoma Irama’, ‘Zainnuddin M.Z.’, ‘Deddy Mizwar’, ‘Nani Widjaja’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000599 1068
Perjanjian di Malam Keramat 1991 A greedy businessman wants a promotion so bad he arranges for a work rival and his entire family to be murdered. The wife / mother then returns as a vengeful ghost armed with a steel-clawed gloved. Horror Unrated 5.6 21 Indonesian Sisworo Gautama Putra ‘Anita Anjani’, ‘Alex Bernard’, ‘Malino Djunaedy’, ‘Yongki Dp’, ‘Elly Ermawati’, ‘Yenny Farida’, ‘Syarief Friant’, ‘Tino Karno’, ‘Piet Pagau’, ‘Clift Sangra’, ‘Suzzanna’, ‘Rengga Takengon’, nan, nan, nan 82 0.0002012 1069
Pesta 1991 A number of teenagers meet at Wendy’s birthday party (Paramitha Rusady), daughter of a conglomerate. Since the party, Wendy is close to Jefry (Ari Wibowo) who recently moved to Jakarta from… Drama Unrated 6.2 8 Indonesian Edward Sirait ‘Minati Atmanegara’, ‘Desy Ratnasari’, ‘Paramitha Rusady’, ‘Chris Salam’, ‘Remy Sylado’, ‘Jeffry Waworuntu’, ‘Ari Wibowo’, nan, nan, nan, nan, nan, nan, nan, nan 86 0.0000849 1070
Saur Sepuh 4: Titisan Darah Biru 1991 NA Action Unrated 7.7 6 Indonesian Imam Tantowi ‘Denny Porlen’, ‘Devi Permatasari’, ‘Baron Ahmadi’, ‘Golden Kasmara’, ‘Agus Kuncoro’, ‘Aneke Putri’, ‘Candy Satrio’, ‘Rita Zahara’, nan, nan, nan, nan, nan, nan, nan 82 0.0000791 1071
Si Kabayan dan Anak Jin 1991 NA Comedy Unrated 7.9 7 Indonesian Henky Solaiman ‘Azwar An’, ‘Nike Ardilla’, ‘Salim Bungsu’, ‘Ade Harun’, ‘Nia Harun’, ‘Rachmat Hidayat’, ‘Jef E. Koswara’, ‘Regi Reygusta Ninda’, ‘Didi Petet’, ‘Yetty Syarifah’, ‘Sena Utaya’, nan, nan, nan, nan NA 0.0000946 1072
Sudah Pasti Tahan 1991 NA Comedy Unrated 6.7 16 Indonesian Arizal ‘Pipi Agusta’, ‘Salim Alkatiri’, ‘Nurul Arifin’, ‘Diding Boneng’, ‘Yunita Sarah Boom’, ‘Illa Doth’, ‘Yenny Farida’, ‘Lydia Febriani’, ‘Fortunella’, ‘Anton Indracaya’, ‘Shirley Malinton’, ‘Sally Marcellina’, ‘Angel D. Memah’, ‘Simon P.S.’, ‘Tile’ 88 0.0001834 1073
Taksi 1991 Desi, a pretty young woman, leaves her baby in a taxi driven by Giyon. After going to the press to seek help in finding Desi, he takes the baby to his home. He soon becomes famous for his … Drama Unrated 7.2 29 Indonesian Arifin C. Noer ‘Meriam Bellina’, ‘Dorman Borisman’, ‘Rano Karno’, ‘Charlie Sahetapy’, ‘Henky Solaiman’, ‘Nani Widjaja’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003573 1074
Taksi 2 1991 NA Drama Unrated 5.4 9 Indonesian Ismail Soebardjo ‘Meriam Bellina’, ‘Rano Karno’, ‘Ayu Azhari’, ‘Onky Alexander’, ‘Rachmat Hidayat’, ‘Pitradjaya Burnama’, ‘Ida Kusumah’, ‘Firdha Razak’, ‘Mangara Siahaan’, nan, nan, nan, nan, nan, nan 105 0.0000832 1075
Antri Dong 1990 NA Comedy Unrated 3.8 6 Indonesian Arizal ‘Nurul Arifin’, ‘Eva Arnaz’, ‘Diding Boneng’, ‘Kiki Fatmala’, ‘Kadir’, ‘Lydia Kandou’, ‘Deddy Mizwar’, ‘Gitty Srinita’, ‘Doyok Sudarmadji’, nan, nan, nan, nan, nan, nan 86 0.0000390 1076
Blok M 1990 Lola (Desy Ratnasari) who is lonely at home, forming a gang with three of her female friends. Their activities were to wander around in Blok M which at that time became a miniature of … Drama Unrated 7.4 10 Indonesian Edward Sirait ‘Desy Ratnasari’, ‘Paramitha Rusady’, ‘Marwan Alkatiri’, ‘Torro Margens’, ‘Lenny Marlina’, ‘Chris Salam’, ‘Yoseano Waas’, nan, nan, nan, nan, nan, nan, nan, nan 83 0.0001266 1077
Catatan Si Boy 3 1990 NA Drama Unrated 6.2 20 Indonesian Nasri Cheppy ‘Onky Alexander’, ‘Meriam Bellina’, ‘Bella Esperance’, ‘Ida Kusumah’, ‘Leroy Osmani’, ‘Didi Petet’, ‘Paramitha Rusady’, ‘Nani Widjaja’, nan, nan, nan, nan, nan, nan, nan NA 0.0002122 1078
Forgotten Rules 1990 NA Comedy Unrated 7.3 24 Indonesian H. Tjut Djalil ‘Eva Arnaz’, ‘Diding Boneng’, ‘Rini S. Bono’, ‘Illa Doth’, ‘Nanang Durachman’, ‘Yenny Farida’, ‘Fortunella’, ‘Intan Fully’, ‘Emri Margono’, ‘Leo Adi Slamet’, ‘Henky Solaiman’, ‘Heru Sutanto’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’ NA 0.0002998 1079
Guntur tengah malam 1990 NA Horror Unrated 5.4 5 Indonesian A. Rachman ‘Desy Ratnasari’, ‘Alba Fuad’, ‘Johan Saimima’, ‘Alfian’, ‘Yenny Farida’, ‘Umar Bani’, ‘Nawan Djuanda’, ‘Herman Pero’, ‘Roni S.’, ‘Hendro Tangkilisan’, nan, nan, nan, nan, nan 81 0.0000462 1080
Jaka Swara 1990 NA Action Unrated 7.4 7 Indonesian Liliek Sudjio ‘Simon Cader’, ‘Usman Effendy’, ‘Rhoma Irama’, ‘Ade Irawan’, ‘Gino Makasutji’, ‘Camelia Malik’, ‘Ferry Octora’, ‘Piet Pagau’, ‘M.E. Zainuddin’, nan, nan, nan, nan, nan, nan NA 0.0000886 1081
Langitku Rumahku 1990 This is a story about two boys, Andri and Gempol. Andri is rich, educated but unhappy. Lonely and neglected by his parents, he befriends Gempol whose parents are too poor to send him to … Drama Unrated 7.5 31 Indonesian Slamet Rahardjo ‘Baron Ahmadi’, ‘Soenaryo Banyu Biru’, ‘Pitradjaya Burnama’, ‘Karsiman Gada’, ‘Zainuddin Idris’, ‘Moch Landing’, ‘Andri Sentanu’, ‘Untung Slamet’, ‘Soenaryo’, ‘Soeparmi’, ‘Wiyono Soewardjo’, ‘Yati Sumaryo’, ‘Reynaldo Thamrin’, ‘Zubaidah’, nan NA 0.0003978 1082
Mana Bisa Tahan 1990 NA Comedy Unrated 6.7 19 Indonesian Arizal ‘Zainal Abidin’, ‘Nurul Arifin’, ‘Diding Boneng’, ‘Pitradjaya Burnama’, ‘Nyoman Ayu Lenora’, ‘Sally Marcellina’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, nan, nan, nan, nan, nan, nan 85 0.0002178 1083
Misteri dari Gunung Merapi 1990 NA Action Unrated 5.6 10 Indonesian Liliek Sudjio ‘Fendy Pradana’, ‘Ida Iasha’, ‘Farida Pasha’, ‘Yurike Prastica’, ‘Rina Hasyim’, ‘Baron Hermanto’, ‘Asrul Zulmi’, ‘E.K. Soemadinata’, ‘Piet Pagau’, ‘Nani Widjaja’, ‘Simon Cader’, ‘Sofia Amang’, ‘Gino Makasutji’, ‘Yani Arimbi’, ‘Yoshep Hungan’ NA 0.0000958 1084
Saur Sepuh 3: Kembang Gunung Lawu 1990 NA Action Unrated 8.2 6 Indonesian Imam Tantowi ‘Murti Sari Dewi’, ‘Elly Ermawati’, ‘Yoshep Hungan’, ‘Fendy Pradana’, ‘Aneke Putri’, ‘Candy Satrio’, ‘Lam Ting’, ‘Hengky Tornando’, nan, nan, nan, nan, nan, nan, nan 95 0.0000842 1085
Soerabaja ’45 1990 NA Drama Unrated 8.7 15 Indonesian Imam Tantowi ‘Usman Effendy’, ‘Leo Kristi’, ‘Tuty Kusnendar’, ‘Juari Sanjaya’, ‘Nyoman Swadayani’, ‘Sasetyo Wilutomo’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002233 1086
Titisan Dewi Ular 1990 NA Comedy Unrated 5.5 13 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘Jeffry Waworuntu’, ‘Ade Irawan’, ‘Muni Cader’, ‘Doddy Sukma’, ‘Bokir’, ‘Devi Ivonne’, ‘Devi Sabah’, ‘Yana Achbarie’, ‘Rahmat Kartolo’, ‘Susi Sunaryo’, ‘Simon P.S.’, nan, nan, nan NA 0.0001223 1087
American Hunter 1989 A lethal hunter of bad guys tries to retrieve a microfilm containing information that would cause a Wall Street panic and an economic crisis for Western governments. Action Unrated 6.5 123 Indonesian Arizal ‘Christopher Mitchum’, ‘Bill Wallace’, ‘Ida Iasha’, ‘Mike Abbott’, ‘Roy Marten’, “Peter O’Brian”, ‘August Melasz’, ‘Chandra Leo’, ‘Atin Martino’, ‘Edy S. Jonathan’, ‘Kiki Fatmala’, ‘Karen Sukarno’, ‘Gino Makasutji’, ‘Yongky’, ‘Rengga Takengon’ 92 0.0013681 1088
Istana Kecantikan 1989 Niko, a gay man, is forced by rumours about his sexuality to marrie the pregnant Lita who was deserted by a mutual friend. The couple’s sexlife doesn’t amount to much and their relationship… Drama Unrated 5.9 9 Indonesian Wahyu Sihombing ‘Soendjoto Adibroto’, ‘Nurul Arifin’, ‘Joice Erna’, ‘Tonny Hidayat’, ‘Komalasari’, ‘Udin Labu’, ‘August Melasz’, ‘Mathias Muchus’, ‘Yayuk Sri Rahayu’, ‘Robby Sutara’, nan, nan, nan, nan, nan 90 0.0000909 1089
Joe Turun ke Desa 1989 NA Adventure Unrated 5.8 5 Indonesian Chaerul Umam ‘Meriam Bellina’, ‘Donny Damara’, ‘Sylvana Herman’, ‘Didi Petet’, ‘Desy Ratnasari’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 94 0.0000496 1090
Lebih Asyik Sama Kamu 1989 Two high schools girls fight (sometimes literally) for the attention of the boy they’re both in love with. Comedy Unrated 4.6 8 Indonesian Arizal ‘Ryan Hidayat’, ‘Sally Marcellina’, ‘Paramitha Rusady’, ‘Gugun Benget’, ‘Mathias Agus’, ‘Zul Bahar’, ‘Aminah Cendrakasih’, ‘Jumadi’, ‘Ida Kusumah’, ‘Sukarsih’, ‘Rigo Sulaiman’, ‘Yan Tarmizi’, ‘Yani Timoer’, ‘Dongky Wardoyo’, nan NA 0.0000630 1091
Lupus III 1989 NA Romance Unrated 6.7 7 Indonesian Edi Siswanto ‘Gusur Adhikarya’, ‘Boim’, ‘Gito Gilas’, ‘Hilman Hariwijaya’, ‘Sylvana Herman’, ‘Rima Melati’, ‘Deddy Mizwar’, ‘Ita Purnamasari’, ‘Mangara Siahaan’, ‘Wina Widyawati’, nan, nan, nan, nan, nan NA 0.0000803 1092
Musnahkan Ilmu Santet 1989 After he new husband and father are murdered, Hindun seeks help from a Santet (black magic) Queen. Due to the Santet Queen’s influence, Hindun becomes possessed and goes on a vengeance-fueled killing spree. Horror Unrated 3.8 6 Indonesian Maman Firmansyah ‘Joice Erna’, ‘Hengky Tornando’, ‘Rudy Salam’, ‘Devi Ivonne’, ‘Bung Salim’, ‘Dorman Borisman’, ‘Mandra’, ‘Jack Maland’, ‘Belkiez Rachman’, ‘Gino Makasutji’, ‘K. Arief Raduma’, ‘H.M. Firmansjah’, ‘Eva Chitra Rosalina’, ‘Meiske’, nan 74 0.0000390 1093
Pacar Ketinggalan Kereta 1989 NA Drama Unrated 7.5 11 Indonesian Teguh Karya ‘Ayu Azhari’, ‘Rachmat Hidayat’, ‘Niniek L. Karim’, ‘Alex Komang’, ‘Tuti I. Malaon’, ‘Camelia Malik’, ‘Piet Pagau’, ‘Didi Petet’, ‘Nani Vidia’, ‘Rita Zahara’, nan, nan, nan, nan, nan 139 0.0001412 1094
Pembalasan Ratu Pantai Selatan 1989 The spirit of an ancient evil queen posesses the body of a young anthropological student, who then goes on a murderous rampage. Action Unrated 5.6 1483 Indonesian H. Tjut Djalil ‘Barbara Anne Constable’, ‘Christopher J. Hart’, ‘Claudia Angelique Rademaker’, ‘Joseph P. McGlynn’, ‘Adam Stardust’, ‘Ikang Fawzi’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0142110 1095
Sabar Dulu Dong…! 1989 Dono, Kasino, Indro and two female friends they Winny (Eva Arnaz) and Anita (Anna Shirley) managed to turn an old hotel and the ugly becomes feasible. The hotel management is the source of … Comedy Unrated 7.1 22 Indonesian Ida Farida ‘Eva Arnaz’, ‘Anna Shirley’, ‘Tile’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, nan, nan, nan, nan, nan, nan, nan, nan, nan 81 0.0002673 1096
Saur Sepuh 2: Pesanggrahan Keramat 1989 NA Action Unrated 7.9 8 Indonesian Imam Tantowi ‘Murti Sari Dewi’, ‘Elly Ermawati’, ‘Yoshep Hungan’, ‘Fendy Pradana’, ‘Aneke Putri’, ‘Lam Ting’, ‘Hengky Tornando’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001081 1097
Tarzan Raja Rimba 1989 NA Adventure Unrated 6.0 7 Indonesian Ackyl Anwari ‘Barry Prima’, ‘Ziela Jalil’, ‘Johari Zain’, ‘Yoshep Hungan’, ‘Yurike Prastica’, ‘Machfud Abud’, ‘Alex Bernard’, ‘Panji Dharma’, ‘Yongki Dp’, ‘El Koesno’, ‘Donny Sabella’, ‘Rama Soedin’, ‘Joes Terpase’, ‘Rudy Wahab’, ‘Tonny Yusuf’ NA 0.0000719 1098
Wanita Harimau 1989 NA Horror Unrated 4.6 12 Indonesian Sisworo Gautama Putra ‘Lela Anggraini’, ‘H. Kosim Betawi’, ‘Bokir’, ‘Rina Hasyim’, ‘I. Gusti Jagat Karana’, ‘Nasir’, ‘Simon P.S.’, ‘Nenny Ribut Rawit’, ‘Leo Shonarna’, ‘Arbie Soetama’, ‘Doddy Sukma’, ‘Suzzanna’, ‘Mat Tuyul’, ‘S. Wadhy’, ‘Jeffry Waworuntu’ NA 0.0000945 1099
Arini II 1988 Nick and Arini finally marry despite their big age difference that leads to conflicts. Nick and Arini try to cope, and even decide to see a psychiatrist. Meanwhile, Ella, Arini’s child from… Drama Unrated 7.1 7 Indonesian Wim Umboh ‘Joice Erna’, ‘Rano Karno’, ‘Ida Iasha’, ‘Rima Melati’, ‘Rico Tampatty’, ‘Vivi Samodro’, ‘Sofia Amang’, ‘Yani Maslian’, ‘Rani Soraya’, ‘Doddy Sukma’, ‘Asrul Wiyono’, ‘Asrul Zulmi’, nan, nan, nan NA 0.0000850 1100
Catatan Si Boy 2 1988 NA Drama Unrated 6.9 27 Indonesian Nasri Cheppy ‘Onky Alexander’, ‘Venna Melinda’, ‘Dede Yusuf’, ‘Meriam Bellina’, ‘Diding Boneng’, ‘Illa Doth’, ‘Faradina’, ‘Boy Iskak’, ‘Btari Karlinda’, ‘Ida Kusumah’, ‘Melissa Noor’, ‘Tio Pakusadewo’, ‘Didi Petet’, ‘Baf Sjamsuddin’, ‘Doddy Sukma’ NA 0.0003188 1101
Diamond Run 1988 Back alleys are home to Nicky, who handles women and his fists with equal style. When he unknowingly sets up his girlfriend in an assassination plot, she escapes, only to become the … Action 13+ 4.3 20 English Robert Chappell ‘Ayu Azhari’, ‘Peter Bodzek’, ‘Peter Fox’, ‘Ava Lazar’, ‘Rima Melati’, ‘William Bell Sullivan’, ‘David Thornton’, ‘Frans Tumbuan’, nan, nan, nan, nan, nan, nan, nan NA 0.0001472 1102
Elegi Buat Nana 1988 NA Drama Unrated 6.3 6 Indonesian Achiel Nasrun ‘Ria Irawan’, ‘Cornelia Agatha’, ‘R. Adi Bagus’, ‘Lia Caroline’, ‘Gito Gilas’, ‘Rina Hasyim’, ‘Ryan Hidayat’, ‘W.D. Mochtar’, ‘Andreas Pancarian’, ‘Henny Rahayu’, ‘Desy Ratnasari’, ‘Lauren Sahertian’, ‘Didin Syamsudin’, nan, nan 97 0.0000647 1103
Irisan-Irisan Hati 1988 NA Drama Unrated 6.9 8 Indonesian Djun Saptohadi ‘Baharuddin Haji Omar’, ‘Christine Hakim’, ‘Tiara Jacquelina’, ‘Taufik Kang’, ‘Deddy Mizwar’, ‘Peggy Ng’, nan, nan, nan, nan, nan, nan, nan, nan, nan 106 0.0000945 1104
Jakarta 1988 A CIA agent roams the streets of New York haunted by the death of the beautiful woman he fell in love with while on assignment in Jakarta. Action 13+ 4.7 123 English Charles Kaufman ‘Chris Noth’, ‘Suzee Pai’, ‘Frans Tumbuan’, ‘Ronald Hunter’, ‘Zoraya Perucha’, ‘D.J. Sharp’, ‘David Gale’, ‘Doyok Sudarmadji’, ‘Judith Cohen’, “Mick O’Rourke”, ‘Elizabeth Burrelle’, ‘Farryl Lovett’, ‘Henky Nero’, ‘H. Kosim Betawi’, ‘Rengga Takengon’ NA 0.0009892 1105
Jodoh Boleh Diatur 1988 NA Comedy Unrated 7.0 19 Indonesian Ami Priyono ‘Raja Ema’, ‘Dono Warkop’, ‘Mr. Os’, ‘Ira Wibowo’, ‘Kasino Warkop’, ‘Indro Warkop’, ‘Yurike Prastica’, ‘Nia Zulkarnaen’, ‘Yusni Jaafar’, ‘Zakky Rinaldy’, nan, nan, nan, nan, nan NA 0.0002276 1106
Lukisan Berlumur Darah 1988 A school teacher and his wife relocate to Indonesia and move into a new home, only to discover the former owner had been killed by burglars and now the place is haunted. Horror Unrated 5.0 5 Indonesian Torro Margens ‘Tiara Jacquelina’, ‘Dharma Harun Al-Rashid’, ‘Yurike Prastica’, ‘Piet Pagau’, ‘Abdi Wiyono’, ‘Yoshep Hungan’, ‘Hamza Wahid’, ‘Arman Arroisi’, ‘Ari Sanjaya’, ‘Hesti Syani’, ‘Moch Riska’, nan, nan, nan, nan 86 0.0000428 1107
Perawan Rimba 1988 Women escape from brutal prison. Action Unrated 4.4 89 Indonesian Danu Umbara ‘Lydia Kandou’, ‘Harry Capri’, ‘Enny Beatrice’, ‘Pitradjaya Burnama’, ‘Nena Rosier’, ‘Torro Margens’, ‘Rita Zahara’, ‘Mintarsih Maulana’, ‘Mat Solar’, ‘Malino Djunaedy’, ‘H.I.M. Damsyik’, ‘Eddy Hansudi’, ‘Simon P.S.’, ‘Jeffry Sani’, ‘Sherly Sarita’ 93 0.0006701 1108
Permainan Dibalik Tirai 1988 Villain Bogart and his army of pirates invade a village and kill all the men and women they come across. They cap off the invasion by decapitating the village leader Gundala in front of … Adventure Unrated 4.3 9 Indonesian Maman Firmansyah ‘Mike Abbott’, ‘Atut Agustinanto’, ‘Nina Anwar’, ‘Tisna S. Brata’, ‘Lina Budiarty’, ‘Kiki Fatmala’, ‘Alba Fuad’, ‘Intan Fully’, ‘Baron Hermanto’, ‘Jureck Klyne’, ‘Vera Magdalena’, ‘W.D. Mochtar’, ‘Tatiek Wardiono’, nan, nan NA 0.0000662 1109
Santet 1988 NA Horror Unrated 5.1 18 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘Joice Erna’, ‘K. Arief Raduma’, ‘Busiti’, ‘Dorman Borisman’, ‘Karsiman Gada’, ‘Belkiez Rachman’, ‘Arbie Soetama’, ‘Yulie Soleh’, ‘Novie Chandra’, ‘H. Soemarsono’, ‘Bokir’, ‘Tony Damanik’, ‘H.I.M. Damsyik’, ‘I. Gusti Jagat Karana’ NA 0.0001571 1110
Saur Sepuh: Satria Madangkara 1988 NA Action Unrated 7.5 26 Indonesian Imam Tantowi ‘Murti Sari Dewi’, ‘Elly Ermawati’, ‘Baron Hermanto’, ‘Fendy Pradana’, ‘Aneke Putri’, ‘Hengky Tornando’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003337 1111
The White Alligator 1988 NA Horror Unrated 6.2 27 Indonesian H. Tjut Djalil ‘Suzzanna’, ‘Soendjoto Adibroto’, ‘Vera Magdalena’, ‘H.I.M. Damsyik’, ‘Rita Sheba’, ‘Yulie Soleh’, ‘Chris Salam’, ‘Atin Martino’, ‘Amin Ansari D.’, ‘Laila Wardhani’, ‘Rudy Wahab’, ‘Ari Sanjaya’, ‘Adi Permana’, ‘Bokir’, ‘Dorman Borisman’ 95 0.0002865 1112
Tjoet Nja’ Dhien 1988 Tjoet Nja’ Dhien assumes the leadership when her husband Teuku Umar is killed in an ambush. Dhien’s charismatic presence and power of survival motivate the locals to join and later continue their opposition to the Dutch in Aceh in 1896. Drama Unrated 7.4 150 Indonesian Eros Djarot ‘Pitradjaya Burnama’, ‘Christine Hakim’, ‘Rudy Wowor’, ‘Slamet Rahardjo’, ‘Rosihan Anwar’, ‘Roy Karyadi’, ‘Johan Moosdijk’, ‘Fritz G. Schadt’, ‘Robert Syarif’, ‘Huib van den Hoek’, ‘Rita Zahara’, nan, nan, nan, nan NA 0.0018994 1113
Arini 1987 Arini is “misled” by a close friend, Ira, who wants to marry her husband, Helmi. Eventually she finds out this plan, so she asks for a divorce and leaves her son, who later is discovered to… Drama Unrated 8.5 12 Indonesian Sophan Sophiaan ‘Widyawati’, ‘Joice Erna’, ‘Sophan Sophiaan’, ‘Rano Karno’, ‘Rima Melati’, ‘Vivi Samodro’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001745 1114
Barang Terlarang 1987 Cobra, the pornographer, abductor, drugs and weapons dealer, and his henchmen abduct and gang rape Irma, a woman who likes rough sex with her strong husband, Rudy. Irma’s husband gets her … Crime Unrated 4.0 46 Indonesian Maman Firmansyah ‘Eva Arnaz’, ‘Clift Sangra’, ‘Nena Rosier’, ‘Rengga Takengon’, ‘Hendro Tangkilisan’, ‘Dicky Zulkarnaen’, ‘Godfried Sancho’, ‘H.I.M. Damsyik’, ‘Alfian’, ‘Yona S. Kamarullah’, ‘Tuty Kusnendar’, ‘Husen Nur’, nan, nan, nan 87 0.0003149 1115
Catatan Si Boy 1987 A college student from a rich family had a relationship with a girl from his college but the couple’s love was objected by her parents. Drama Unrated 7.1 49 Indonesian Nasri Cheppy ‘Didi Petet’, ‘Onky Alexander’, ‘Ayu Azhari’, ‘Meriam Bellina’, ‘Faradina’, ‘Leroy Osmani’, ‘Baf Sjamsuddin’, ‘Kaharudin Syah’, ‘Nani Widjaja’, ‘Dede Yusuf’, nan, nan, nan, nan, nan NA 0.0005953 1116
Cintaku di Rumah Susun 1987 NA Comedy Unrated 8.0 23 Indonesian Nya Abbas Akup ‘Eva Arnaz’, ‘Asmuni’, ‘Kadir’, ‘Tuti I. Malaon’, ‘Rima Melati’, ‘Deddy Mizwar’, ‘Jajang C. Noer’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003149 1117
Depan Bisa Belakang Bisa 1987 NA Comedy Unrated 6.7 30 Indonesian H. Tjut Djalil ‘Eva Arnaz’, ‘Avent Cristy’, ‘H.I.M. Damsyik’, ‘Yongki Dp’, ‘Anton Indracaya’, ‘Simon P.S.’, ‘Tanaka’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, nan, nan, nan, nan, nan NA 0.0003439 1118
Johny Indo 1987 NA Biography Unrated 7.6 5 Indonesian Jimmy Atmaja ‘Minati Atmanegara’, ‘Amin Ansari D.’, ‘Dadeng Herang’, ‘Johny Indo’, ‘Anton Indracaya’, ‘Udin Labu’, ‘Mathias Muchus’, ‘Frank Rorimpandey’, ‘Yunus Takara’, ‘Sigit Tayu’, ‘Yusmadi’, nan, nan, nan, nan 131 0.0000650 1119
Kelabang Seribu 1987 NA Action Unrated 4.8 5 Indonesian Imam Tantowi ‘Nurul Arifin’, ‘Advent Bangun’, ‘Ricky Hosada’, ‘W.D. Mochtar’, ‘Barry Prima’, ‘Aneke Putri’, ‘Wenny Rosaline’, ‘Doddy Sukma’, ‘Sutrisno Wijaya’, nan, nan, nan, nan, nan, nan 95 0.0000411 1120
Kerikil-Kerikil Tajam 1987 Kerikil Kerikil Tajam (“Sharp Gravel”) traces the dangers that beset village women journeying to Jakarta to find employment not available to them in their villages. Drama Unrated 7.4 9 Indonesian Sjuman Djaya ‘Meriam Bellina’, ‘Christine Hakim’, ‘Pong Harjatmo’, ‘Astri Ivo’, ‘Roy Marten’, ‘Deddy Mizwar’, ‘Ray Sahetapy’, ‘Cok Simbara’, ‘Rae Sita’, ‘Deddy Sutomo’, ‘Nani Widjaja’, nan, nan, nan, nan NA 0.0001140 1121
Lupus 1987 Lupus as known title “Tangkaplah Daku Kau Kujitak) is an Movie based by Book (Novel) that wrote by Hilman Hariwijaya. tell story about young name Lupus (Ryan Hidayat). Lupus has a sister … Romance Unrated 8.2 11 Indonesian Achiel Nasrun ‘Nurul Arifin’, ‘Septian Dwi Cahyo’, ‘Gito Gilas’, ‘Ryan Hidayat’, ‘Ria Irawan’, ‘Andreas Pancarian’, ‘Firdha Razak’, ‘Agyl Shahriar’, ‘Henky Solaiman’, ‘Tatiek Wardiono’, nan, nan, nan, nan, nan NA 0.0001543 1122
Maidens Revenge 1987 Two sisters plot for revenge against the drug-lord who murdered their family and took their home, now being used as a base for their experiments on aphrodisiacs. The older sister becomes a prostitute in order to get close to the gang. Action Unrated 5.2 241 Indonesian Ackyl Anwari ‘Enny Beatrice’, ‘Yenny Farida’, ‘Harry Capri’, ‘Nina Anwar’, ‘Dicky Zulkarnaen’, ‘August Melasz’, ‘Hendra Cipta’, ‘Leily Sagita’, ‘Yetty Loren’, ‘Debby Ratna’, ‘S. Parya’, ‘Djamal Saputra’, ‘Machfud Abud’, ‘El Koesno’, ‘Rosmiati’ NA 0.0021445 1123
Menumpas Teroris 1987 NA Action Unrated 5.4 16 Indonesian Imam Tantowi ‘Advent Bangun’, ‘El Manik’, ‘Torro Margens’, ‘Deddy Mizwar’, ‘Barry Prima’, ‘Aneke Putri’, ‘Belkiez Rachman’, ‘Grace Suwandi’, ‘Yoseano Waas’, nan, nan, nan, nan, nan, nan 90 0.0001478 1124
Nada-Nada Rindu 1987 NA Drama Unrated 5.6 7 Indonesian Muchlis Raya ‘Susy Bolle’, ‘S. Bono’, ‘Dana Christina’, ‘Pupung Harris’, ‘Anton Indracaya’, ‘Rhoma Irama’, ‘Camelia Malik’, ‘Piet Pagau’, nan, nan, nan, nan, nan, nan, nan 122 0.0000671 1125
Naga Bonar 1987 Naga Bonar is a pickpocket. During the withdrawal of the Japanese occupying forces from Indonesia in 1945 he declares himself a general of the Liberation Forces. Soon a mask becomes his true self, and he becomes a true soldier and patriot. Comedy Unrated 7.1 198 Indonesian M.T. Risyaf ‘Deddy Mizwar’, ‘Nurul Arifin’, ‘Wawan Wanisar’, ‘Afrizal Anoda’, ‘Ras Barkah’, ‘Yetti Sardjio’, ‘Roldiah Matulessy’, ‘Piet Pagau’, ‘Robert Syarif’, ‘Henky Nero’, ‘Fritz G. Schadt’, ‘Nico Pelamonia’, ‘Kaharudin Syah’, ‘Jan Rompies’, ‘Capink’ NA 0.0024056 1126
Pernikahan Berdarah 1987 After murdering a woman’s husband in a jealous rage, Badrowi is severely beaten by villagers and his body is thrown into a ravine. There, he gains supernatural powers from a spider and then starts terrorizing the village. Action Unrated 4.7 6 Malay Torro Margens ‘Raja Ema’, ‘Billy Chong’, ‘Zainal Abidin’, ‘Dhalia’, ‘Ida Kusumah’, ‘Sutopo H.S.’, ‘Dolly Martin’, ‘Piet Pagau’, ‘Abdi Wiyono’, ‘Aznah Hamid’, ‘Yusni Jaafar’, ‘Sabree Fadzil’, ‘Gatot Subroto’, ‘Nurhuda’, ‘Yoshep Hungan’ 90 0.0000483 1127
Samson and Delilah 1987 Young Samson sees his mother murdered by a soldier from the Netherlands. His grandfather sends him supernatural powers and makes him invulnerable. All grown up Samson is ready for revenge … Adventure Unrated 4.5 65 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘Paul Hay’, ‘Eddy Gunawan’, ‘H.I.M. Damsyik’, ‘Soendjoto Adibroto’, ‘Affandi S. Yasin’, ‘Corbi Vile’, ‘Muhammad Rizqy’, ‘Tony Damanik’, ‘Rukman Herman’, ‘Diana Suarkom’, ‘Melisa Husein’, ‘Yonkky’, nan, nan NA 0.0005005 1128
Si Buta dari Gua Hantu: Neraka Perut Bumi 1987 Raden Parna, a psychopathic and brutal Indonesian despot terrorizes and exploits the rural population. The cruel warlord demands sacrifices from the villagers, slaughtering them when they don’t meet his demands. Action Unrated 5.8 54 Indonesian Ratno Timoer ‘Advent Bangun’, ‘Enny Beatrice’, ‘Harry Capri’, ‘Ratno Timoer’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0005359 1129
Tujuh Manusia Harimau 1987 NA Horror Unrated 6.4 19 Indonesian Imam Tantowi ‘Shinta Kartika Dewi’, ‘Dina Diana’, ‘Nasrul Ilhar’, ‘Syamsuri Kaempuan’, ‘El Manik’, ‘Etty Nurbaety’, ‘Teddy Purba’, ‘Tizar Purbaya’, ‘Aneke Putri’, ‘Ray Sahetapy’, ‘Suhaimi Said’, ‘Sanamin Suromenggolo’, nan, nan, nan 90 0.0002081 1130
Batas Impian Ranjang Setan 1986 NA Horror Unrated 4.2 41 Indonesian H. Tjut Djalil ‘Didier A. Hamel’, ‘Chintami Atmanegara’, ‘Linda Lolita Hoesin’, ‘Richie Ricardo’, ‘Gusti Randa’, ‘Eva Alisa’, ‘Sofia’, ‘Bokir’, ‘Doddy Sukma’, ‘Marianne Wolf’, ‘Simon P.S.’, ‘Belkiez Rachman’, ‘Anton Indracaya’, ‘Herman Tino’, ‘Mansyur Syahdan’ 83 0.0002947 1131
Biarkan Bulan Itu 1986 NA Drama Unrated 5.8 5 Indonesian Arifin C. Noer ‘Aminah Cendrakasih’, ‘H.I.M. Damsyik’, ‘Ikang Fawzi’, ‘Marisa Haque’, ‘Galeb Husein’, ‘Anton Indracaya’, ‘El Manik’, ‘Rima Melati’, ‘Deliana Surawidjaja’, ‘Ratno Timoer’, ‘Indra Widyawati’, nan, nan, nan, nan NA 0.0000496 1132
Bintang Kejora 1986 NA Comedy Unrated 7.9 7 Indonesian Chaerul Umam ‘El Manik’, ‘Ikranagara’, ‘Mang Udel’, ‘Rini S. Bono’, ‘Ronny M. Toha’, ‘Ami Priyono’, ‘Sjaeful Anwar’, ‘Mang Diman’, ‘Netty Herawati’, ‘Ronny Karlina’, ‘Kirdjomuljo’, ‘Linda Leman’, ‘Paul Polii’, ‘Moertri Purnomo’, nan 88 0.0000946 1133
Final Score 1986 A Vietnam War veteran who now living in Indonesia discovers that gunmen invaded his home, murdered his son and his wife. Vowing revenge, he begins to track down the culprits, learning that they’re in the employ of his business rival. Action Unrated 7.0 160 Indonesian Arizal ‘Christopher Mitchum’, ‘Mike Abbott’, ‘Ida Iasha’, ‘Dicky Zulkarnaen’, ‘Zainal Abidin’, ‘August Melasz’, ‘Siska Widowati’, ‘Nizar Zulmi’, ‘Ivonne Elisabeth’, ‘Andre Mathias’, ‘Gino Makasutji’, ‘Syarief Friant’, ‘Tanaka’, ‘Baron Ahmadi’, ‘Karen Sukarno’ 88 0.0019165 1134
Ibunda 1986 NA Drama Unrated 7.0 20 Indonesian Teguh Karya ‘Tuti I. Malaon’, ‘Alex Komang’, ‘Ria Irawan’, ‘Umar Chattab’, ‘Ayu Azhari’, ‘Wawan Wanisar’, ‘Galeb Husein’, ‘Ira N.’, ‘Santi Sardi’, ‘Rasyid’, ‘Niniek L. Karim’, ‘Onny Mayor’, ‘Rossy S. Dradjat’, ‘Rita Zahara’, ‘Sari Manumpil’ NA 0.0002396 1135
Kejarlah Daku Kau Kutangkap 1986 NA Comedy Unrated 7.8 51 Indonesian Chaerul Umam ‘Lydia Kandou’, ‘Deddy Mizwar’, ‘Ully Artha’, ‘Lina Budiarty’, ‘Darussalam’, ‘T.B. Maulana Husni’, ‘Ikranagara’, ‘Nyoman Ayu Lenora’, ‘Henky Solaiman’, ‘Usbanda’, nan, nan, nan, nan, nan NA 0.0006807 1136
Keluarga Markum 1986 NA Comedy Unrated 8.0 5 Indonesian Chaerul Umam ‘Ully Artha’, ‘Nanang Durachman’, ‘Firza’, ‘Ikranagara’, ‘Lydia Kandou’, ‘Teddy Mala’, ‘Paul Polii’, ‘Ami Priyono’, ‘Rasyid’, ‘Baf Sjamsuddin’, ‘Soendoro’, ‘Yovita Euginia Trisiani’, ‘Usbanda’, ‘Dwi Yan’, ‘Yunita Yuniani’ 93 0.0000684 1137
Malam Jumat Kliwon 1986 A mentally-unstable author moves into an old house owned by her boyfriend’s husband, only the find the place inhabited by a vengeful ghost. Horror Unrated 8.2 15 Indonesian Sisworo Gautama Putra ‘Amit Abidin’, ‘Soendjoto Adibroto’, ‘Ali Albar’, ‘Bokir’, ‘Dorman Borisman’, ‘Elly Christina’, ‘Karsiman Gada’, ‘Rukman Herman’, ‘Irmawati’, ‘Johny Matakena’, ‘Torita Murni’, ‘Alan Nuary’, ‘Neneng Rosita’, ‘Doddy Sukma’, ‘Evie Susanto’ 88 0.0002105 1138
Opera Jakarta 1986 NA Drama Unrated 7.0 6 Indonesian Sjuman Djaya ‘Minati Atmanegara’, ‘Pitradjaya Burnama’, ‘Joice Erna’, ‘Rano Karno’, ‘Ida Kusumah’, ‘Deddy Mizwar’, ‘Sukarno M. Noor’, ‘Zoraya Perucha’, ‘Ratna Riantiarno’, ‘Ray Sahetapy’, ‘Nani Widjaja’, ‘Dewi Yull’, nan, nan, nan 181 0.0000719 1139
Pembalasan Rambu 1986 The Intruder is an Indonesian revenge film inspired by the movie Rambo. It’s about man named Rambu, a lone vigilante who goes after a mob that had killed his wife. Action Unrated 5.7 220 Indonesian Jopi Burnama “Peter O’Brian”, ‘Craig Gavin’, ‘Lia Warokka’, ‘Dana Christina’, ‘Kaharudin Syah’, ‘Harry Capri’, ‘Yenny Farida’, ‘Adrian Nugraha’, ‘Adang Mansyur’, ‘Kandar Sinyo’, ‘Welan Gerung’, ‘Avent Cristy’, ‘Johny Matakena’, ‘Dadeng Herang’, ‘Eddy Hansudi’ 88 0.0021458 1140
Petualangan Cinta Nyi Blorong 1986 The Snake Queen returns in this bizarre horror fantasy. In this sequel to “Nyi Blorong” (1982 aka “The Snake Queen”) Brian, a man who believes that money and power will win over the love of… Fantasy Unrated 5.9 37 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘Advent Bangun’, ‘George Rudy’, ‘Nina Anwar’, ‘Dorman Borisman’, ‘S. Bono’, ‘Rita Supardi’, ‘Torita Murni’, ‘Bokir’, ‘Mak Siti’, ‘Sri Wigati’, ‘Baron Ahmadi’, ‘Henky Nero’, ‘Simon P.S.’, ‘Bram Adrianto’ 84 0.0003736 1141
Sama Juga Bohong 1986 Dono, Kasino and Indro is a student boarding house parent Nia (Nia Zulkarnaen) the beautiful girl. Dono and his two friends managed to make the robot to be commercialized. They also met … Drama 13+ 7.6 25 Indonesian Chaerul Umam ‘Chintami Atmanegara’, ‘Rina Hasyim’, ‘Tompoh Salvatore’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, ‘Nia Zulkarnaen’, nan, nan, nan, nan, nan, nan, nan, nan 98 0.0003251 1142
Sentuhan Rumput yang Bergoyang 1986 NA Comedy Unrated 8.2 5 Indonesian Willy Wilianto ‘Harry Capri’, ‘Yana Diana’, ‘Rosy Fribuana’, ‘Anwar Fuady’, ‘Ina Haryadi’, ‘Cherry Ivonne’, ‘Etty Nurbaety’, ‘Simon Pitta’, ‘Sherly Sarita’, ‘Sri Suparmi’, ‘Willy Wilianto’, nan, nan, nan, nan 90 0.0000702 1143
Usia Dalam Gejolak 1986 NA Drama Unrated 8.1 15 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘Bagus Santoso’, ‘Nena Rosier’, ‘George Rudy’, ‘Ratno Timoer’, ‘Wieke Widowati’, ‘Fachrul Rozy’, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0002079 1144
Bangunnya Nyi Roro Kidul 1985 Two college students and a reporter search for the fabled Nyi Roro Kidul (“South Sea Queen”) and discover she may be living among humans working as a model. Horror Unrated 4.4 5 Indonesian Sisworo Gautama Putra ‘Bokir’, ‘Dorman Borisman’, ‘Johny Matakena’, ‘A. Khalik Noor Nasution’, ‘Nena Rosier’, ‘George Rudy’, ‘Agus Sirhan’, ‘Suzzanna’, ‘Didin Syamsudin’, nan, nan, nan, nan, nan, nan 100 0.0000376 1145
Carok 1985 NA Action Unrated 6.8 6 Indonesian Imam Tantowi ‘Barry Prima’, ‘Advent Bangun’, ‘El Manik’, ‘Yenny Farida’, ‘Yos Cano’, ‘Nina Anwar’, ‘Kandar Sinyo’, ‘Belkiez Rachman’, ‘Syamsuri Kaempuan’, ‘Suhaimi Said’, ‘Edy S. Jonathan’, ‘Susilowaty’, ‘Lenny Yudhistira’, ‘Lindi’, ‘Badar’ 92 0.0000698 1146
Darah perjaka 1985 NA Drama Unrated 5.2 5 Indonesian Ackyl Anwari ‘Machfud Abud’, ‘Advent Bangun’, ‘H.I.M. Damsyik’, ‘Yenny Farida’, ‘Melani Isbandi’, ‘Edy S. Jonathan’, ‘Udin Labu’, ‘S. Parya’, ‘Barry Prima’, ‘Johan Saimima’, ‘Wieke Widowati’, ‘Dicky Zulkarnaen’, nan, nan, nan 109 0.0000445 1147
Doea Tanda Mata 1985 NA Drama Unrated 7.2 12 Indonesian Teguh Karya ‘Zainal Abidin’, ‘Bambang B.S.’, ‘Benny Benhardi’, ‘Hermin Centhini’, ‘Umar Chattab’, ‘Corbi’, ‘Eka Gandara’, ‘Alex Komang’, ‘Aria Kusumadewa’, ‘Piet Pagau’, ‘Jenny Rachman’, ‘Henky Solaiman’, ‘Sylvia Widiantono’, nan, nan NA 0.0001478 1148
Gantian Dong 1985 NA Comedy Unrated 6.6 34 Indonesian Arizal ‘Mathias Agus’, ‘Chintami Atmanegara’, ‘Advent Bangun’, ‘Leily Sagita’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, ‘Lia Warokka’, ‘Wieke Widowati’, nan, nan, nan, nan, nan, nan NA 0.0003840 1149
Hell Raiders 1985 The story of Indonesia’s fight for independence from the Dutch. Action Unrated 6.4 22 Indonesian Gope T. Samtani ‘Roy Marten’, ‘Dicky Zulkarnaen’, ‘Rini S. Bono’, ‘Eva Arnaz’, ‘Barry Prima’, ‘Dana Christina’, ‘W.D. Mochtar’, ‘Dorman Borisman’, ‘Doddy Sukma’, ‘Tizar Purbaya’, ‘Eddy Wardy’, ‘Amoroso Katamsi’, ‘Asmus Sponti’, ‘Harun Syarif’, ‘Rengga Takengon’ NA 0.0002409 1150
Jaka Sembung & Bergola Ijo 1985 Balung Wesi was defeated in battle and is seeking revenge on Ki Sapu Angin, the teacher of Jaka Sembung, The Warrior. In mobilizing power to fight the Dutch, The Warrior makes the acquaintance of Bajing Ireng (Black Ninja). Action Unrated 5.8 43 Indonesian H. Tjut Djalil ‘Barry Prima’, ‘El Manik’, ‘Rita Zahara’, ‘Syamsuri Kaempuan’, ‘Tizar Purbaya’, ‘Piet Pagau’, ‘Zurmaini’, ‘Syamsuddin Syafei’, ‘H. Kosim Betawi’, ‘Djair’, ‘Donny Sabella’, ‘Fatima Maria’, ‘Hassan Dollar’, ‘Andi Maragau’, ‘Metty’ NA 0.0004268 1151
Kembang Kertas 1985 NA Drama Unrated 7.7 6 Indonesian Slamet Rahardjo ‘Zainal Abidin’, ‘Herman Felani’, ‘Ria Irawan’, ‘Lenny Marlina’, ‘Rima Melati’, ‘Gito Rollies’, ‘Dewi Yull’, nan, nan, nan, nan, nan, nan, nan, nan 100 0.0000791 1152
Kesempatan Dalam Kesempitan 1985 NA Comedy Unrated 6.8 31 Indonesian Arizal ‘Mathias Agus’, ‘Lina Budiarty’, ‘Tony Damanik’, ‘Lydia Kandou’, ‘Mila Karmila’, ‘Nena Rosier’, ‘Leily Sagita’, ‘Tetty Siregar’, ‘Kaharudin Syah’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, ‘Lia Warokka’, ‘Abdi Wiyono’, nan 92 0.0003607 1153
Komando Samber Nyawa 1985 The Indonesian rebels want to get rid of the evil Dutch occupiers, but they are too strong so they have to create a super commando unit with their best soldiers. Action Unrated 4.7 17 Indonesian E.G. Bakker ‘Barry Prima’, ‘Advent Bangun’, ‘Dicky Zulkarnaen’, ‘Kaharudin Syah’, ‘Harry Capri’, ‘Johan Saimima’, ‘Yenny Farida’, ‘Wieke Widowati’, ‘Didier A. Hamel’, ‘Herve F. Dusart’, ‘V.S. Alexander’, ‘Gino Makasutji’, nan, nan, nan 95 0.0001367 1154
Merpati Tak Pernah Ingkar Janji 1985 NA Drama Unrated 7.2 6 Indonesian Wim Umboh ‘Waty Anggraini’, ‘Benny Damsjik’, ‘Era Gloria’, ‘Sylvana Herman’, ‘Rima Melati’, ‘Paramitha Rusady’, ‘James Sahertian’, ‘Adi Bing Slamet’, ‘Iyut Bing Slamet’, ‘Kusno Sudjarwadi’, ‘Ade Yulia’, ‘Nia Zulkarnaen’, nan, nan, nan NA 0.0000739 1155
Putri Duyung 1985 NA Drama Unrated 6.3 6 Indonesian Atok Suharto ‘Eva Arnaz’, ‘Barry Prima’, ‘Advent Bangun’, ‘Gito Rollies’, ‘Erna Santoso’, ‘Yenny Farida’, ‘Darto Helm’, ‘Ida Gres’, ‘Bonny Rollies’, ‘Udin Labu’, ‘Herman Permana’, ‘Dahono’, ‘Yacob Essad’, ‘Steady Rimba’, ‘Suwito’ NA 0.0000647 1156
Ratu Sakti Calon Arang 1985 NA Action Unrated 6.1 22 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘Barry Prima’, ‘Amoroso Katamsi’, ‘Dorman Borisman’, ‘Nena Rosier’, ‘Elly Christina’, ‘Nanang Durachman’, ‘Linda Husein’, ‘Johny Matakena’, ‘Ratih Moortry’, ‘Paul Victor Mutolla’, ‘Diece Basri Nawas’, ‘Debby Ratna’, ‘Neneng Rosita’, ‘Diana Suarkom’ NA 0.0002296 1157
Secangkir Kopi Pahit 1985 NA Drama Unrated 6.6 20 Indonesian Teguh Karya ‘Zainal Abidin’, ‘Rina Hasyim’, ‘Alex Komang’, ‘Ray Sahetapy’, ‘Maruli Sitompul’, ‘Dewi Yull’, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0002259 1158
Si Buta dari Gua Hantu 1985 NA Action Unrated 5.8 12 Indonesian Ratno Timoer ‘Ayu Azhari’, ‘Advent Bangun’, ‘Pitradjaya Burnama’, ‘Harry Capri’, ‘Nur Hasanah’, ‘Linda Husein’, ‘S. Parya’, ‘Kandar Sinyo’, ‘Dwi Suharti’, ‘Ratno Timoer’, ‘Yani Timoer’, nan, nan, nan, nan NA 0.0001191 1159
Sunan Kalijaga & Syech Siti Jenar 1985 NA Action Unrated 6.6 14 Indonesian Ackyl Anwari ‘Zainal Abidin’, ‘Baron Ahmadi’, ‘Mang Diman’, ‘Arman Effendy’, ‘Anwar Fuady’, ‘Deddy Mizwar’, ‘Rd. Mochtar’, ‘Budi Schwarzkrone’, ‘Kusno Sudjarwadi’, ‘Ratno Timoer’, nan, nan, nan, nan, nan NA 0.0001581 1160
Di Luar Batas 1984 NA Drama Unrated 4.3 7 Indonesian Jopi Burnama ‘Eva Arnaz’, ‘Mangara Siahaan’, ‘Boy Tirayoh’, ‘Yenny Farida’, ‘Soendjoto Adibroto’, ‘Welan Gerung’, ‘Mat Solar’, ‘Ratna Debby Ardi’, ‘Tohir Akip’, nan, nan, nan, nan, nan, nan 87 0.0000515 1161
Golok Setan 1984 The Devil’s Sword lies hidden in a secret cave inside Devils Mountain. Four warriors attack the keeper and force him to hand over the map but he manages to escapes and runs to Mandala who sets off on his journey to save the Devil’s Sword. Adventure Unrated 5.7 400 Indonesian Ratno Timoer ‘Barry Prima’, ‘Gudi Sintara’, ‘Advent Bangun’, ‘Enny Christina’, ‘Rita Zahara’, ‘Kusno Sudjarwadi’, ‘Kandar Sinyo’, ‘H.I.M. Damsyik’, ‘Atut Agusman’, ‘Yos Santo’, ‘Rasjid Subadi’, ‘Hadisjam Tahax’, ‘Sutrisno Wijaya’, ‘Djair’, ‘Sanamin Suromenggolo’ NA 0.0039015 1162
Itu Bisa Diatur 1984 Three friends of Dono, Casino, Indro won the trust of opening a restaurant because of Dono’s cooking skills. Comedy Unrated 7.9 36 Indonesian Arizal ‘Aminah Cendrakasih’, ‘Pong Harjatmo’, ‘Edwin Lerrick’, ‘Nora’, ‘Doddy Sukma’, ‘Esther Sumampou’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, ‘Lia Warokka’, ‘Ira Wibowo’, ‘Abdi Wiyono’, nan, nan, nan 88 0.0004867 1163
Pengkhianatan G30S/PKI 1984 G30S/PKI is abbreviation of Gerakan 30 September which is a movement and political coup in Indonesia by the Communist Party of Indonesian (PKI). As a result, six generals and one first officer were kidnapped and killed. Drama Unrated 5.8 179 Indonesian Arifin C. Noer ‘Bram Adrianto’, “Syu’bah Asa”, ‘Ade Irawan’, ‘Amoroso Katamsi’, ‘Omar Khayyam’, ‘Dani Marsuni’, ‘Didi Sadikin’, ‘Charlie Sahetapy’, ‘Kies Slamet’, ‘Sofia W.D.’, nan, nan, nan, nan, nan NA 0.0017765 1164
Ponirah Terpidana 1984 NA Drama Unrated 6.9 8 Indonesian Slamet Rahardjo ‘Christine Hakim’, ‘Bambang Hermanto’, ‘Teguh Karya’, ‘Sitoresmi Prabuningrat’, ‘Moertri Purnomo’, ‘Slamet Rahardjo’, ‘N. Riantiarno’, ‘Ray Sahetapy’, ‘Clara Sinta’, ‘Agus T. Sudibyo’, ‘Heru Sutopo’, ‘Nani Vidia’, nan, nan, nan 105 0.0000945 1165
Raden Ajeng Kartini 1984 The biography of the Indonesian women’s emancipatist, R.A. Kartini, based on her letters. Drama Unrated 7.3 10 Indonesian Sjuman Djaya ‘Chintami Atmanegara’, ‘Andy Auric’, ‘Dhanny Dahlan’, ‘Farida Feisol’, ‘Sutopo H.S.’, ‘Bambang Hermanto’, ‘Adi Kurdi’, ‘Jenny Rachman’, ‘Rae Sita’, ‘Wisnu Wardhana’, ‘Nani Widjaja’, nan, nan, nan, nan NA 0.0001249 1166
Revenge of the Ninja 1984 NA Action Unrated 5.4 47 Indonesian Ratno Timoer ‘Barry Prima’, ‘Dana Christina’, ‘Advent Bangun’, ‘W.D. Mochtar’, ‘Kandar Sinyo’, ‘Muni Cader’, ‘Harry Capri’, ‘Farida Pasha’, ‘H.I.M. Damsyik’, ‘S. Parya’, ‘Yoseano Waas’, ‘Sjaeful Anwar’, ‘Piet Pagau’, ‘Johny Matakena’, ‘H. Kosim Betawi’ NA 0.0004343 1167
Satria Bergitar 1984 NA Action Unrated 6.6 14 Indonesian Nurhadie Irawan ‘Urip Arpan’, ‘Rhoma Irama’, ‘W.D. Mochtar’, ‘Mathias Muchus’, ‘Farida Pasha’, ‘Ricca Rahim’, ‘Soultan Saladin’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001581 1168
Sunan Kalijaga 1984 NA Action Unrated 5.9 16 Indonesian Sofyan Sharna ‘Deddy Mizwar’, ‘W.D. Mochtar’, ‘Zainal Abidin’, ‘Kusno Sudjarwadi’, ‘Arman Effendy’, ‘Sunarti Soewandi’, ‘Clara Sinta’, ‘S. Bono’, ‘Drs. Poernomo’, ‘Wildan Djafar’, ‘Wolly Sutinah’, ‘M. Pandji Anom’, ‘M.E. Zainuddin’, ‘Baun Gazali’, ‘Wijaya’ NA 0.0001615 1169
Tahu Diri Dong 1984 Casino, Dono Indro, Marina and Anita all reside in a problematic boarding house together. Comedy Unrated 7.1 36 Indonesian Arizal ‘Ita Agusta’, ‘Eva Arnaz’, ‘Malino Djunaedy’, ‘Lydia Kandou’, ‘Us Us’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, ‘Affandi S. Yasin’, nan, nan, nan, nan, nan, nan 89 0.0004374 1170
Telaga Angker 1984 NA Horror Unrated 7.2 14 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘George Rudy’, ‘Sandy Taroreh’, ‘Nina Anwar’, ‘Rukman Herman’, ‘Kandar Sinyo’, ‘Dorman Borisman’, ‘Johny Matakena’, ‘Teddy Mala’, ‘Malino Djunaedy’, ‘Bokir’, nan, nan, nan, nan 99 0.0001725 1171
Bergola Ijo 1983 NA Comedy Unrated 7.3 9 Indonesian Arizal ‘Barry Prima’, ‘Eva Arnaz’, ‘Nasrul’, ‘Benny G. Raharja’, ‘Hendra Cipta’, ‘Pitradjaya Burnama’, ‘Darussalam’, ‘Pong Harjatmo’, ‘Enny Beatrice’, ‘Malino Djunaedy’, ‘Edy S. Jonathan’, ‘Edwin Lerrick’, ‘Mathias Agus’, ‘Yenny Farida’, ‘Mosdek’ 97 0.0001124 1172
Budak Nafsu 1983 NA Thriller Unrated 7.3 15 Indonesian Sjuman Djaya ‘Minati Atmanegara’, ‘Muni Cader’, ‘Sjuman Djaya’, ‘El Manik’, ‘Roy Marten’, ‘Jenny Rachman’, ‘Rosmeiny Rachman’, ‘Bung Salim’, ‘Godfried Sancho’, ‘Maruli Sitompul’, ‘Mang Udel’, ‘Sofia W.D.’, nan, nan, nan NA 0.0001874 1173
Cinta Segi Tiga 1983 NA Drama Unrated 5.8 6 Indonesian Yung Indrajaya ‘Alwi A.S.’, ‘Rhoma Irama’, ‘Ade Irawan’, ‘Komalasari’, ‘El Manik’, ‘Aedy Moward’, ‘Ricca Rahim’, ‘Doddy Sukma’, nan, nan, nan, nan, nan, nan, nan NA 0.0000595 1174
Di Balik Kelambu 1983 NA Drama Unrated 7.7 15 Indonesian Teguh Karya ‘Hendro Djarot’, ‘Christine Hakim’, ‘Sandy Suwardi Hasan’, ‘Nungki Kusumastuti’, ‘August Melasz’, ‘Rima Melati’, ‘Slamet Rahardjo’, ‘Maruli Sitompul’, ‘Mark Sungkar’, ‘Sofia W.D.’, nan, nan, nan, nan, nan NA 0.0001976 1175
Escape from Hellhole 1983 A Punjabi girl getting tricked into living with a big time pimp who abducts virgins and forces them to submit to his hymen busting ways. Action Unrated 4.4 91 Indonesian Maman Firmansyah ‘Gudi Sintara’, ‘Dicky Zulkarnaen’, ‘Siska Widowati’, ‘Ramli Ivar’, ‘Leily Sagita’, ‘Youstine Rais’, ‘Jack Maland’, ‘H.I.M. Damsyik’, ‘Alfian’, ‘Syamsuri Kaempuan’, ‘El Kusno’, ‘Juscano Yusuf’, ‘Andi Maragau’, ‘Rengga Takengon’, ‘Diana Suarkom’ 100 0.0006852 1176
Kamp Tawanan Wanita 1983 A women in prison movie set in a Japanese POW camp during World War 2. Action Unrated 5.1 32 Indonesian Jopi Burnama ‘Marisa Haque’, ‘Boy Tirayoh’, ‘Mangara Siahaan’, ‘Farida Ciptadi’, ‘Jeffie Sani’, ‘Ivina Anwar’, ‘Avent Cristy’, ‘Usman Effendy’, ‘Lina Budiarty’, ‘Emawati Siregur’, ‘Indah Fadjawarti’, ‘Emmy Husein’, ‘Loli Temple’, ‘Baby Silvia’, ‘Torro Targeno’ 96 0.0002793 1177
Ken Arok - Ken Dedes 1983 legend stories popular in Javanese land. Ken Arok, who, since the baby was dumped by his parents, was raised by criminals until he became a fugitive when he grew up. He began to change when… History Unrated 7.9 13 Indonesian Djun Saptohadi ‘Bram Adrianto’, ‘Baron Ahmadi’, ‘Ali Albar’, ‘Eva Arnaz’, ‘Advent Bangun’, ‘Aminah Cendrakasih’, ‘Arthi Dewi’, ‘Syamsuri Kaempuan’, ‘Torro Margens’, ‘George Rudy’, ‘Gatot Subroto’, ‘Deddy Sutomo’, ‘Harun Syarif’, nan, nan NA 0.0001757 1178
Lebak Membara 1983 NA Action Unrated 6.0 12 Indonesian Imam Tantowi ‘George Rudy’, ‘El Manik’, ‘Ratno Timoer’, ‘Rachmat Hidayat’, ‘Dana Christina’, ‘Alfian’, ‘Minati Atmanegara’, ‘Pitradjaya Burnama’, ‘H.I.M. Damsyik’, ‘Feilung Efendy’, ‘Usman Effendy’, ‘Tizar Purbaya’, ‘Rengga Takengon’, ‘Sutrisno Wijaya’, nan NA 0.0001232 1179
Maju Kena Mundur Kena 1983 NA Comedy Unrated 7.8 65 Indonesian Arizal ‘Eva Arnaz’, ‘Idjah Bomber’, ‘Anis Chan’, ‘Irmawati’, ‘Lydia Kandou’, ‘Roldiah Matulessy’, ‘Menzano’, ‘Us Us’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, nan, nan, nan, nan NA 0.0008676 1180
Membakar Matahari 1983 NA Action Unrated 5.6 10 Indonesian Arizal ‘Eva Arnaz’, ‘Barry Prima’, ‘George Rudy’, ‘Edy S. Jonathan’, ‘Ruth Pelupessi’, ‘Malino Djunaedy’, ‘Bram Adrianto’, ‘Husin Lubis’, ‘Suhaimi Said’, ‘Affandi S. Yasin’, ‘Fatima Maria’, ‘Tuty Wasiat’, ‘Jack Maland’, ‘Sutrisno Wijaya’, ‘Gopal’ 90 0.0000958 1181
Midah Perawan Buronan 1983 NA Adventure Unrated 5.3 6 Indonesian Fritz G. Schadt ‘Eva Arnaz’, ‘Edy S. Jonathan’, ‘Adang Mansyur’, ‘Youstine Rais’, ‘George Rudy’, ‘Bung Salim’, ‘Maruli Sitompul’, ‘Syamsuddin Syafei’, ‘Christine Taroreh’, nan, nan, nan, nan, nan, nan NA 0.0000544 1182
Nyi Ageng Ratu Pemikat 1983 NA Fantasy Unrated 7.0 8 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘Barry Prima’, ‘Ratno Timoer’, ‘H.I.M. Damsyik’, ‘Soendjoto Adibroto’, ‘Franky Mara’, ‘Torita Murni’, ‘Diana Suarkom’, ‘Retno Susilo’, ‘Dewi Susanti’, ‘Dorman Borisman’, ‘Adang Mansyur’, ‘Jack Maland’, ‘Rengga Takengon’, nan 83 0.0000958 1183
Pasukan Berani Mati 1983 A group of indonesian liberation army set to avenge the death of their comrades killed by Netherland army. Action Unrated 6.2 17 Indonesian Imam Tantowi ‘Roy Marten’, ‘Dicky Zulkarnaen’, ‘Rini S. Bono’, ‘Eva Arnaz’, ‘Barry Prima’, ‘Dana Christina’, ‘W.D. Mochtar’, ‘Dorman Borisman’, ‘Doddy Sukma’, ‘Tizar Purbaya’, ‘Eddy Wardy’, ‘Amoroso Katamsi’, ‘Asmus Sponti’, ‘Harun Syarif’, ‘Rengga Takengon’ 100 0.0001804 1184
Perhitungan terakhir 1983 NA Action Unrated 7.2 5 Indonesian Danu Umbara ‘Barry Prima’, ‘Tuty Wasiat’, ‘Enny Haryono’, ‘George Rudy’, ‘Edy S. Jonathan’, ‘Eddy Hansudi’, ‘Alwi A.S.’, ‘Piet Pagau’, ‘Ellya Rosa’, ‘Bram Adrianto’, ‘Malino Djunaedy’, ‘Youstine Rais’, ‘Harry Capri’, ‘Hadisjam Tahax’, ‘Ramli Ivar’ 92 0.0000616 1185
Perkawinan Nyi Blorong 1983 Two warlords (Dewata Cengkar and Tejo Arum) fight each other for the love of Blorong (The Snake queen). Dewata Cengkar beheads Tejo Arum in a fight to get the right to marry the snake queen… Fantasy Unrated 5.4 10 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘Clift Sangra’, ‘Soendjoto Adibroto’, ‘Ade Irawan’, ‘Ruth Pelupessi’, ‘H.I.M. Damsyik’, ‘S. Parya’, ‘Atut Agusman’, ‘Enny Beatrice’, ‘Tina Ariestiana’, ‘Retno Susilo’, ‘Ermina Zaenah’, ‘Torita Murni’, ‘Gloria Suzane’, ‘Susy Amir’ NA 0.0000924 1186
Pokoknya Beres 1983 Dono, Casino, Indro, Marina and Anita share residence in a boarding house. Comedy Unrated 7.6 40 Indonesian Arizal ‘Dono Warkop’, ‘Kasino Warkop’, ‘Indro Warkop’, ‘Eva Arnaz’, ‘Lydia Kandou’, ‘Ita Agusta’, ‘Pitradjaya Burnama’, ‘Aminah Cendrakasih’, ‘Darussalam’, ‘Jack Maland’, ‘A. Khalik Noor Nasution’, ‘Us Us’, ‘Affandi S. Yasin’, ‘Norma Yunita’, nan NA 0.0005202 1187
The Warrior and the Blind Swordsman 1983 Dutch colonial army in West Java holds a tournament to select the best warrior to confront local freedom fighter Parmin (Jaka Sembung). The winner is a blind swordsman. Things get complicated when magician seductress Dewi Magi intervenes. Action Unrated 5.3 48 Indonesian Worod Suma ‘Barry Prima’, ‘Advent Bangun’, ‘Gudi Sintara’, ‘W.D. Mochtar’, ‘Syamsuddin Syafei’, ‘Gino Makasutji’, ‘Yos Santo’, ‘Hera Helmy’, ‘Rukman Herman’, ‘Bally Likumahua’, ‘Hangky Likumahua’, ‘Tuty Kusnendar’, ‘Grace Zahara’, ‘Vivi Rio’, ‘Debby Rio’ 90 0.0004353 1188
Aladin dan Lampu Wasiat 1982 NA Action Unrated 5.6 13 Indonesian Sisworo Gautama Putra ‘Pria Bombom’, ‘Marlia Hardi’, ‘Jack John’, ‘Lydia Kandou’, ‘Rano Karno’, ‘Husin Lubis’, ‘Johann Mardjono’, ‘Sukarno M. Noor’, ‘Alan Nuary’, ‘Doddy Sukma’, ‘Yayuk Suseno’, ‘Hadisjam Tahax’, nan, nan, nan NA 0.0001246 1189
Bayi Ajaib 1982 NA Horror Unrated 6.3 26 Indonesian Tindra Rengat ‘Rina Hasyim’, ‘Muni Cader’, ‘W.D. Mochtar’, ‘A.N. Alcaff’, ‘Wolly Sutinah’, ‘Djohor P. Harahap’, ‘Husin Lubis’, ‘Rizwy Ibrahim’, ‘Bambang Utoyo’, ‘Affandi S. Yasin’, ‘El Koesno’, ‘Udin Labu’, ‘Bokir’, ‘Mang Diman’, ‘Mang Harry’ 94 0.0002803 1190
Cara Hebat Ikut Penanggulangan Masalah Sosial 1982 A trio of police-like officers who help Jakarta people in dealing with daily social problems must try to solve many things. Ah, not really - sometimes they make it worse. Comedy Unrated 7.0 9 Indonesian Iksan Lahardi ‘M. Pandji Anom’, ‘Chintami Atmanegara’, ‘Alicia Djohar’, ‘Shirley Malinton’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, nan, nan, nan, nan, nan, nan, nan, nan 90 0.0001078 1191
Dongkrak Antik 1982 This time, Dono, Kasino, Indro and Mat Solar work as internship employees at a quite prestigious hotel managed by Paulus. Comedy Unrated 7.8 68 Indonesian Arizal ‘Meriam Bellina’, ‘Idjah Bomber’, ‘Pitradjaya Burnama’, ‘Anis Chan’, ‘Henky Nero’, ‘Gudi Sintara’, ‘Mat Solar’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, nan, nan, nan, nan, nan 90 0.0009076 1192
Ferocious Female Freedom Fighters 1982 A female wrestler who has decided that she no longer wants to wrestle, but whose mother (a former wrestler herself) wants her to keep wrestling to make money so her brother can have the operation. Action 13+ 5.0 210 Indonesian Jopi Burnama ‘Eva Arnaz’, ‘Barry Prima’, ‘Leily Sagita’, ‘Wieke Widowati’, ‘Ruth Pelupessi’, ‘Aminah Cendrakasih’, ‘Pitradjaya Burnama’, ‘Harri Karisma’, ‘Malino Djunaedy’, ‘Ruslan Basrie’, ‘Anton Burnama’, ‘Youstine Rais’, ‘Diana Suarkom’, ‘Yulie Soleh’, ‘Marie Yoice’ 74 0.0017967 1193
Ferocious Female Freedom Fighters, Part 2 1982 NA Action Unrated 6.4 16 Indonesian Arizal ‘Bram Adrianto’, ‘Eva Arnaz’, ‘Malino Djunaedy’, ‘Edy S. Jonathan’, ‘Husin Lubis’, ‘Fatima Maria’, ‘Ruth Pelupessi’, ‘Barry Prima’, ‘Suhaimi Said’, ‘Tuty Wasiat’, nan, nan, nan, nan, nan 90 0.0001752 1194
Gadis Bionik 1982 The crime rate in Indonesia has risen dramatically, gang violence has taken over. The police have their hands full tracking down the criminals. It seems like a success story when the Kontet… Action Unrated 6.4 7 Indonesian Ali Shahab ‘Hamid Arief’, ‘Eva Arnaz’, ‘Dorman Borisman’, ‘Aminah Cendrakasih’, ‘Dana Christina’, ‘Darussalam’, ‘Rahayu Effendi’, ‘Eddy Gombloh’, ‘Jack John’, ‘Jaja Mihardja’, ‘Susie Nanda’, ‘Don Nasco’, ‘Boedi S.R.’, ‘Eddy Supena’, ‘M. Toha’ NA 0.0000767 1195
Hukum Karma 1982 NA Action Unrated 4.3 12 Indonesian Jimmy Atmaja ‘Hendra Cipta’, ‘Marisa Haque’, ‘Ucok Harahap’, ‘Edy S. Jonathan’, ‘Irwan K.’, ‘Gudi Sintara’, ‘Wolly Sutinah’, ‘Mieke Wijaya’, nan, nan, nan, nan, nan, nan, nan 87 0.0000883 1196
Nyi Blorong 1982 The Daughter of the South Sea Queen rises to take a human lover. Fantasy Unrated 6.5 44 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘Ratno Timoer’, ‘Barry Prima’, ‘Nena Rosier’, ‘George Rudy’, ‘Dorman Borisman’, ‘Ade Irawan’, ‘Ruth Pelupessi’, ‘Emawati Siregur’, ‘H.I.M. Damsyik’, ‘Doddy Sukma’, ‘Djair’, ‘Bokir’, ‘Mak Siti’, ‘Youstine Rais’ NA 0.0004894 1197
Pengabdi Setan 1982 A wealthy family who have stopped practicing their Muslim faith are tormented by the undead after their mother dies. Horror 13+ 5.6 378 Indonesian Sisworo Gautama Putra ‘Ruth Pelupessi’, ‘W.D. Mochtar’, ‘Fachrul Rozy’, ‘Simon Cader’, ‘Siska Widowati’, ‘H.I.M. Damsyik’, ‘Diana Suarkom’, ‘Doddy Sukma’, ‘Ali Albar’, ‘Adang Mansyur’, ‘Moesdewyk’, ‘S. Parya’, ‘Dewi’, nan, nan 96 0.0036222 1198
Roro Mendut 1982 NA Drama Unrated 7.1 15 Indonesian Ami Priyono ‘W.D. Mochtar’, ‘Meriam Bellina’, ‘Mathias Muchus’, ‘Sunarti Rendra’, ‘Sofia W.D.’, ‘Kies Slamet’, ‘Mirna Coleman’, ‘Abdi Wiyono’, ‘Pedro Sudjono’, ‘Clara Sinta’, ‘Bagong Kussudiardjo’, nan, nan, nan, nan NA 0.0001822 1199
Sangkuriang 1982 NA Fantasy Unrated 5.9 13 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘Ratno Timoer’, ‘Ade Irawan’, ‘Ryan Hidayat’, ‘S. Parya’, ‘Atut Agustinanto’, ‘Clift Sangra’, ‘Amir Gajah’, ‘Rengga Takengon’, ‘Belkiez Rachman’, ‘H. Kosim Betawi’, ‘Karsiman Gada’, ‘Jack Maland’, ‘Simon P.S.’, ‘K. Arief Raduma’ NA 0.0001312 1200
Seputih Hatinya, Semerah Bibirnya 1982 NA Drama Unrated 7.7 6 Indonesian Slamet Rahardjo ‘Neneng Alina’, ‘Gisela Darusman’, ‘Eddy Guci’, ‘Christine Hakim’, ‘Marlia Hardi’, ‘Dian Hasri’, ‘El Manik’, ‘August Melasz’, ‘Menzano’, ‘Anissa Diah Sitawati’, ‘Frans Tumbuan’, nan, nan, nan, nan NA 0.0000791 1201
Special Silencers 1982 Large red pills are obtained from a forest dwelling mystic, which aid in meditation. However, if used by the untrained they cause a huge tree to grow in the stomach and burst its way through the skin. Action Unrated 6.0 72 Indonesian Arizal ‘Barry Prima’, ‘Eva Arnaz’, ‘W.D. Mochtar’, ‘Dicky Zulkarnaen’, ‘Herman Pero’, ‘Edy S. Jonathan’, ‘Enny Beatrice’, ‘Darussalam’, ‘Malino Djunaedy’, ‘Supranto’, ‘Mathias Agus’, ‘Suhaimi Said’, ‘Fatima Maria’, ‘Etty Sumiati’, nan 86 0.0007392 1202
Sundelbolong 1982 Sundelbolong is about a Javanese prostitute ghost from Indonesian mythology that is a vengeful spirit looking to haunt some high school students. Drama Unrated 6.2 49 Indonesian Sisworo Gautama Putra ‘Suzzanna’, ‘Rudy Salam’, ‘Barry Prima’, ‘Ruth Pelupessi’, ‘Marlia Hardi’, ‘H.I.M. Damsyik’, ‘Eddy Hansudi’, ‘Rukman Herman’, ‘El Koesno’, ‘Bokir’, ‘Dorman Borisman’, ‘Bambang Siswanto’, ‘Belkiez Rachman’, ‘Ketut Suwita’, ‘Rengga Takengon’ 102 0.0005199 1203
Tangkuban Perahu 1982 NA History Unrated 5.5 6 Indonesian Liliek Sudjio ‘Hendra Abidin’, ‘Pitradjaya Burnama’, ‘Marisa Haque’, ‘Pong Harjatmo’, ‘B.Z. Kadaryono’, ‘W.D. Mochtar’, ‘Anita Carolina Mohede’, ‘Alan Nuary’, ‘Eddy Bakar Pare’, ‘Teddy Purba’, nan, nan, nan, nan, nan NA 0.0000565 1204
Titian Serambut Dibelah Tujuh 1982 NA Drama Unrated 8.2 27 Indonesian Chaerul Umam ‘Rachmat Hidayat’, ‘Sukarno M. Noor’, ‘Soultan Saladin’, ‘Darussalam’, ‘Marlia Hardi’, ‘Dewi Irawan’, ‘Ida Leman’, ‘El Manik’, ‘Menzano’, ‘Youstine Rais’, nan, nan, nan, nan, nan 110 0.0003789 1205
Cewek Jagoan Beraksi Kembali 1981 NA Action Unrated 6.9 7 Indonesian Danu Umbara ‘Debbie Cinthya Dewi’, ‘Dana Christina’, ‘Eva Arnaz’, ‘Barry Prima’, ‘George Rudy’, ‘Bram Adrianto’, ‘Malino Djunaedy’, ‘Nanang Durachman’, ‘Eddy Hansudi’, ‘Yusuf Har’, ‘Edy S. Jonathan’, nan, nan, nan, nan NA 0.0000827 1206
Dr. Karmila 1981 NA Drama Unrated 6.3 6 Indonesian Nico Pelamonia ‘Tanty Josepha’, ‘Robby Sugara’, ‘Wahab Abdi’, ‘S. Bono’, ‘Mogi Darusman’, ‘Ade Irawan’, ‘Sanny Johan’, ‘Fatimah Maria’, ‘Rudy Salam’, ‘Uci Bing Slamet’, ‘Ferry Soraya’, ‘Kusno Sudjarwadi’, nan, nan, nan NA 0.0000647 1207
Dukun lintah 1981 After getting rejected by the woman he loves, a bitter man goes to a shaman for revenge. Soon after, villagers become infected with rabies and leeches. Horror Unrated 4.4 7 Indonesian Ackyl Anwari ‘Susanna Caecilia’, ‘Alex Kembar’, ‘Hendra Cipta’, ‘Hamid Arief’, ‘M. Pandji Anom’, ‘Komalasari’, ‘S. Bono’, ‘A.N. Alcaff’, ‘Husin Lubis’, ‘Wolly Sutinah’, ‘Alwi Oslan’, ‘Emawati Siregur’, ‘Nunung Kusuvident’, ‘El Koesno’, ‘Emma Gangga’ 97 0.0000527 1208
Gundala Putra Petir 1981 Is an 1981 Indonesia superhero movie directed by Lilik Sudijo. This film played by Teddy Purba, Ami Prijono and W.D. Mochtar. This is the first superhero film in Indonesia that adapted by comic book Action Unrated 5.6 69 Indonesian Liliek Sudjio ‘Hamid Arief’, ‘Pitradjaya Burnama’, ‘H.I.M. Damsyik’, ‘Rini Ratih Dewanti’, ‘August Melasz’, ‘W.D. Mochtar’, ‘Ami Priyono’, ‘Teddy Purba’, ‘Gordon Subandono’, ‘Anna Tairas’, ‘Ratno Timoer’, nan, nan, nan, nan NA 0.0006612 1209
Jaka Sembung 1981 Jaka Sembung is the leader of the rebel and a famous fighter that inspires people to fight the Dutch Colonial Government. The Dutch representative in Java offers a reward for his death and employs another mighty warrior to go after him. Action Unrated 6.3 203 Indonesian Sisworo Gautama Putra ‘Barry Prima’, ‘W.D. Mochtar’, ‘Dana Christina’, ‘Eva Arnaz’, ‘Dorman Borisman’, ‘Rukman Herman’, ‘H.I.M. Damsyik’, ‘S. Parya’, ‘S. Suryabrata’, ‘El Koesno’, ‘Dicky Zulkarnaen’, ‘Diana Suarkom’, ‘Eddy Bakar Pare’, ‘Rengga Takengon’, ‘Ali Albar’ 92 0.0021884 1210
Manusia Enam Juta Dollar 1981 NA Comedy Unrated 7.6 59 Indonesian Ali Shahab ‘Hamid Arief’, ‘Eva Arnaz’, ‘Dorman Borisman’, ‘Eddy Gombloh’, ‘Jack John’, ‘Don Nasco’, ‘A. Khalik Noor Nasution’, ‘Wolly Sutinah’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’, nan, nan, nan, nan NA 0.0007673 1211
Mystics in Bali 1981 A woman researches a book that takes her to the black magic cult of Leák in Bali. She meets an evil witch who promises to train her dark arts. But she is tricked and turned into a flying vampire with internal organs hanging from her neck. Fantasy Unrated 5.7 1040 Indonesian H. Tjut Djalil ‘Ilona Agathe Bastian’, ‘Yos Santo’, ‘Sofia W.D.’, ‘W.D. Mochtar’, ‘Debbie Cinthya Dewi’, ‘Itje Trisnawati’, ‘Ketut Suwita’, ‘Dis I Gusti Ngurah Lanang Jugutkarana’, ‘Teddy Riady’, ‘I Gusti Ngurah Oka Ayajimbaran’, ‘Dis I Gusti Lanang Agung Iswara’, ‘Gusti Ngurah Futra Wiryanata’, ‘Atikah’, ‘Ida Ayn Trisnawati’, ‘Luh Putu Triyata’ NA 0.0101439 1212
Ratu Ilmu Hitam 1981 A woman is accused of being a witch and thrown to her death over a cliff. A strange man rescues her, nurses her back to health, and is told that she must master black magic in order to exact vengeance on her tormentors. Horror Unrated 6.0 226 English Liliek Sudjio ‘Suzzanna’, ‘W.D. Mochtar’, ‘Teddy Purba’, ‘Sofia W.D.’, ‘Alan Nuary’, ‘Siska Widowati’, ‘Dorman Borisman’, ‘Jufri Sardan’, ‘Doddy Sukma’, ‘Mien Brodjo’, ‘Mien Brojo’, ‘Tizar Purbaya’, ‘Gordon Subandono’, ‘H.I.M. Damsyik’, ‘Adang Mansyur’ NA 0.0023204 1213
Serangan Fajar 1981 NA Drama Unrated 7.8 19 Indonesian Arifin C. Noer ‘Amoroso Katamsi’, ‘Bagong Kussudiardjo’, ‘Dani Marsuni’, ‘Abduh Mursid’, ‘Jajang C. Noer’, ‘Charlie Sahetapy’, ‘Suparmi’, ‘Suwastinah’, ‘Nunuk Chaerul Umam’, ‘Antonius Yacobus’, nan, nan, nan, nan, nan NA 0.0002536 1214
Srigala 1981 NA Horror Unrated 4.6 28 Indonesian Sisworo Gautama Putra ‘Lydia Kandou’, ‘Rudy Salam’, ‘Barry Prima’, ‘Siska Widowati’, ‘Dorman Borisman’, ‘S. Parya’, ‘Mieke Wijaya’, ‘El Koesno’, ‘Ali Albar’, ‘M. Affandy’, ‘Eddy Hansudi’, ‘Sukardi’, ‘Belkiez Rachman’, ‘Didin Syamsudin’, ‘Joko Satria Nagara’ NA 0.0002204 1215
Steel-Fisted Dragon 1981 A kung-fu master hunts down the villain who killed his mother. Action 13+ 5.3 24 Indonesian Iksan Lahardi ‘Vita Fatimah’, ‘Johnny Hong Kong’, ‘Beng Ito’, ‘Ronald Kansil’, ‘Johny Kokong’, ‘Steve Lee’, ‘Enden Marlinda’, ‘Hendro Tangkilisan’, nan, nan, nan, nan, nan, nan, nan 78 0.0002177 1216
Five Deadly Angels 1980 NA Action Unrated 5.1 21 English Danu Umbara ‘Yatti Octavia’, ‘Lydia Kandou’, ‘Debbie Cinthya Dewi’, ‘Dana Christina’, ‘Eva Arnaz’, ‘Rachmat Hidayat’, ‘Cok Simbara’, ‘August Melasz’, ‘Dorman Borisman’, ‘Ade Irawan’, ‘Malino Djunaedy’, ‘Susy Bolle’, ‘Rambi Ivar’, ‘Evie Susanto’, ‘Edy S. Jonathan’ 95 0.0001833 1217
Melodi Cinta Rhoma Irama 1980 NA Drama Unrated 6.7 6 Indonesian Muchlis Raya ‘Rhoma Irama’, ‘Ricca Rahim’, ‘Eddy Wardy’, ‘Farah Meuthia’, ‘Soultan Saladin’, ‘Rita Sugiarto’, nan, nan, nan, nan, nan, nan, nan, nan, nan 127 0.0000688 1218
Perempuan dalam Pasungan 1980 NA Drama Unrated 5.9 15 Indonesian Ismail Soebardjo ‘Kiki Amelia’, ‘Sjaeful Anwar’, ‘Rini S. Bono’, ‘Dorman Borisman’, ‘D. Djajakusuma’, ‘Nungki Kusumastuti’, ‘Sentot S.’, ‘Hassan Sanusi’, ‘Soerip’, ‘Frans Tumbuan’, ‘Sofia W.D.’, nan, nan, nan, nan 95 0.0001514 1219
Pintar Pintar Bodoh 1980 NA Comedy Unrated 7.7 42 Indonesian Arizal ‘Cassin Abbas’, ‘Bram Adrianto’, ‘Eva Arnaz’, ‘Dorman Borisman’, ‘Dana Christina’, ‘Debbie Cinthya Dewi’, ‘Malino Djunaedy’, ‘Menzano’, ‘Jaja Mihardja’, ‘Hassan Sanusi’, ‘Etty Sumiati’, ‘Usbanda’, ‘Dono Warkop’, ‘Indro Warkop’, ‘Kasino Warkop’ 89 0.0005534 1220
Rayuan Gombal 1980 NA Comedy Unrated 5.9 8 Indonesian Arizal ‘Ade’, ‘Aditya’, ‘Ita Agusta’, ‘Andra’, ‘Sandra Ciptadi’, ‘Didin’, ‘Rizali Indrakusuma’, ‘James’, ‘Doddy Kusuma’, ‘Lapian’, ‘Monos’, ‘Omen’, ‘Ferry Soraya’, ‘Rose Tanjung’, ‘Citra Wiharja’ 88 0.0000808 1221
Roman Picisan 1980 NA Drama Unrated 8.3 7 Indonesian Adisoerya Abdi ‘Pria Bombom’, ‘Dorman Borisman’, ‘Rahayu Effendi’, ‘Lydia Kandou’, ‘Rano Karno’, ‘Suti Karno’, ‘Tino Karno’, ‘Ita Mustafa’, ‘Frank Rorimpandey’, ‘George Rudy’, ‘Benny Sudiro’, ‘Nani Widjaja’, nan, nan, nan NA 0.0000994 1222
Savage Terror 1980 After a raft accident in the jungle, three anthropology students and their guides attempt to escape from a primitive cannibal tribe that has hunted them down. Adventure Unrated 2.9 298 Indonesian Sisworo Gautama Putra ‘Enny Haryono’, ‘Barry Prima’, ‘Johann Mardjono’, ‘Rukman Herman’, ‘Jafarpree York’, ‘Novita Rully’, ‘Youstine Rais’, ‘Michael Kelly’, ‘Rengga Takengon’, ‘Eva Arnaz’, ‘Yayuk Suseno’, nan, nan, nan, nan 90 0.0014788 1223
Senyummu Adalah Tangisku 1980 NA Drama Unrated 8.2 5 Indonesian Dasri Jacob ‘Zainal Abidin’, ‘Sofia Amang’, ‘Ruslan Basrie’, ‘Simon Cader’, ‘Sandra Ciptadi’, ‘Rano Karno’, ‘Anita Carolina Mohede’, ‘Sukarno M. Noor’, ‘Farida Pasha’, ‘Anna Tairas’, nan, nan, nan, nan, nan NA 0.0000702 1224
Usia 18 1980 NA Drama Unrated 7.0 14 Indonesian Teguh Karya ‘Zainal Abidin’, ‘Kiki Amelia’, ‘K.M. Bey Erri’, ‘Yessy Gusman’, ‘Dian Hasri’, ‘W.D. Mochtar’, ‘Pipiet Sandra’, ‘Dahlia Sofia’, ‘Henky Solaiman’, ‘Sofia W.D.’, nan, nan, nan, nan, nan NA 0.0001677 1225
Gita Cinta dari SMA 1979 NA Romance Unrated 8.0 24 Indonesian Arizal ‘Adisoerya Abdi’, ‘Lisa Dona’, ‘Yessy Gusman’, ‘Pong Harjatmo’, ‘Ade Irawan’, ‘Rano Karno’, ‘Arie Kusmiran’, ‘Rizal Nurdin’, ‘Junaedy Salat’, ‘Doddy Sukma’, ‘Yatti Surachman’, nan, nan, nan, nan NA 0.0003285 1226
Janur Kuning 1979 NA Drama Unrated 7.6 27 Indonesian Alam Rengga Surawidjaja ‘Sutopo H.S.’, ‘Deddy Sutomo’, ‘Kaharudin Syah’, ‘Dicky Zulkarnaen’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0003511 1227
Kabut Sutra Ungu 1979 NA Drama Unrated 7.6 12 Indonesian Sjuman Djaya ‘Jenny Rachman’, ‘Roy Marten’, ‘Wahab Abdi’, ‘Zainal Abidin’, ‘Farouk Afero’, ‘Ully Artha’, ‘Dana Christina’, ‘Chitra Dewi’, ‘Rina Hasyim’, ‘Ida Kusumah’, ‘El Manik’, ‘Rima Melati’, ‘Ita Mustafa’, ‘Ami Priyono’, ‘Rudy Salam’ 127 0.0001561 1228
Karate Sabuk Hitam 1979 Young man travels to Indonesia to visit relatives and learns the art of karate. Action Unrated 6.7 24 Indonesian Wisjnu Mouradhy ‘Chin-Kun Li’, ‘Siu-Lung Leung’, ‘Lieh Lo’, ‘Billy Chong’, ‘Rd. Mochtar’, ‘David Sembel’, ‘Kies Slamet’, ‘Toto Soegianto’, ‘Deasy Surachman’, nan, nan, nan, nan, nan, nan NA 0.0002752 1229
November 1828 1979 A group of Javanese villagers are driven to revolt against the Dutch colonialists in this historical drama, which revolves around the themes of loyalty and treachery. Drama Unrated 7.2 29 Indonesian Teguh Karya ‘Slamet Rahardjo’, ‘Rachmat Hidayat’, ‘Sardono W. Kusumo’, ‘El Manik’, ‘Jenny Rachman’, ‘Maruli Sitompul’, ‘Soerip’, ‘Mang Udel’, nan, nan, nan, nan, nan, nan, nan 140 0.0003573 1230
Puspa Indah Taman Hati 1979 NA Romance Unrated 7.6 9 Indonesian Arizal ‘Yessy Gusman’, ‘Marlia Hardi’, ‘Pong Harjatmo’, ‘Ade Irawan’, ‘Dewi Irawan’, ‘Rano Karno’, ‘Tino Karno’, ‘Sukarno M. Noor’, ‘Lis Sugianto’, ‘Doddy Sukma’, ‘Kaharudin Syah’, ‘Nani Widjaja’, nan, nan, nan NA 0.0001170 1231
Si Boneka Kayu, Pinokio 1979 NA Comedy Unrated 5.8 6 Indonesian Willy Wilianto ‘Iskak’, ‘Ateng’, ‘Bobby Alatas’, ‘Soes D.A.’, ‘Jack John’, ‘Dina Mariana’, ‘Lisa Tanzil’, ‘Sup Yusup’, nan, nan, nan, nan, nan, nan, nan 93 0.0000595 1232
Tuyul 1979 NA Horror Unrated 5.4 9 Indonesian Bay Isbahi ‘M. Pandji Anom’, ‘Hamid Arief’, ‘Idjah Bomber’, ‘Muni Cader’, ‘Debbie Cinthya Dewi’, ‘Vita Fatimah’, ‘Slamet Harto’, ‘Darto Helm’, ‘Komalasari’, ‘W.D. Mochtar’, ‘Alwi Oslan’, ‘Nenny Ribut Rawit’, ‘Elvy Sukaesih’, ‘Suryokencono’, ‘Tatiek Suwarno’ NA 0.0000832 1233
Godaan Siluman Perempuan 1978 NA Horror Unrated 6.4 7 Indonesian Ackyl Anwari ‘Doris Callebaute’, ‘Fadly’, ‘Sofia W.D.’, ‘Rina Hasyim’, ‘Syamsuddin Syafei’, ‘Baun Gazali’, ‘Emawati Siregur’, ‘El Koesno’, ‘Darto Helm’, ‘Anen’, ‘S. Parya’, ‘Karsiman Gada’, ‘Slamet Harto’, ‘Anna Moch. Baun’, ‘Alwi Oslan’ NA 0.0000767 1234
Kera Sakti 1978 The master of the secret Monkey Fist Kung Fu style must fight a gang of warrior thugs who are terrorizing a small village that he is visiting. He teams up with a young Silat expert who has been trying to defeat the bandit gang on his own. Action Unrated 5.9 16 Indonesian Kuan Tai Chen ‘Kuan Tai Chen’, ‘Billy Chong’, ‘Jenny Ho’, ‘Edy S. Jonathan’, ‘Da-Wai Lee’, ‘Hao Li’, ‘Chien-Yi Yeh’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001615 1235
Mat Peci 1978 NA Comedy Unrated 8.5 6 Indonesian Willy Wilianto ‘Rachmat Hidayat’, ‘Doris Callebaute’, ‘Kelly Jones’, ‘Eddy M.’, ‘Sapri’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 88 0.0000873 1236
Two in Black Belt 1978 After an eventful day at the International Karate Tournament, our hero Robby, an ex-police man returns home to find his mother has keen brutally murdered and his blind sister raped. In his … Action Unrated 5.8 26 Mandarin Sum Cheung ‘Ti Chen’, ‘Chok Chow Cheung’, ‘Enny Christina’, ‘Fu Hu’, ‘Chun-Wah Lee’, ‘Chi-Hsing Li’, ‘Chun Hua Li’, ‘Hsueh-Ming Liao’, ‘Ke-Ming Lin’, ‘Bei Lo’, ‘Ting Ma’, ‘George Rudy’, ‘Pomson Shi’, ‘Yayuk Suseno’, ‘San Tai’ 83 0.0002580 1237
Badai Pasti Berlalu 1977 Based on the famous novel, this is a story about Siska, a young woman, who gets heartbroken, as her fiancé broke off their engagement. Her brother introduces her to his friend Leo, who is … Drama Unrated 7.7 39 Indonesian Teguh Karya ‘Roy Marten’, ‘Christine Hakim’, ‘Slamet Rahardjo’, ‘Rahayu Effendi’, ‘Rachmat Hidayat’, ‘George Kamarullah’, ‘Herman Masduki’, ‘Maria Oentoe’, ‘Wolly Sutinah’, ‘Sofia W.D.’, ‘Mieke Wijaya’, nan, nan, nan, nan NA 0.0005139 1238
Krakatau 1977 NA Action Unrated 4.7 7 Indonesian Sandy Suwardi Hasan ‘Advent Bangun’, ‘Muni Cader’, ‘Awang Darmawan’, ‘Debbie Cinthya Dewi’, ‘Rachmat Hidayat’, ‘Tutie Kirana’, ‘Rd. Mochtar’, ‘W.D. Mochtar’, ‘Harun Syarif’, ‘Dicky Zulkarnaen’, nan, nan, nan, nan, nan NA 0.0000563 1239
Pembalasan Si Pitung 1977 NA Action Unrated 7.2 6 Indonesian Nawi Ismail ‘A.N. Alcaff’, ‘Hamid Arief’, ‘Muni Cader’, ‘Billy Chong’, ‘Darussalam’, ‘Sandy Suwardi Hasan’, ‘Rina Hasyim’, ‘Husin Lubis’, ‘Alam Rengga Surawidjaja’, ‘Rita Zahara’, nan, nan, nan, nan, nan 95 0.0000739 1240
Suci Sang Primadona 1977 NA Drama Unrated 8.4 5 Indonesian Arifin C. Noer ‘Rano Karno’, ‘Sukarno M. Noor’, ‘Alam Rengga Surawidjaja’, ‘Awaludin’, ‘Menzano’, ‘Pak Kuncung’, ‘Mak Bibah’, ‘Bu Kuncung’, ‘Joice Erna’, ‘Jajang Pamontjak’, ‘Charlie Sahetapy’, ‘Hadi Poernomo’, ‘Abduh Mursid’, ‘Dorman Borisman’, ‘Zainuddin Idris’ NA 0.0000719 1241
Inem Pelayan Sexy 1976 A rich businessman falls in love with a maid of his employee. Comedy Unrated 6.7 6 Indonesian Nya Abbas Akup ‘Kardjo Ac-Dc’, ‘Doris Callebaute’, ‘Ayub Abdul Djalal’, ‘Eddy Gombloh’, ‘Aedy Moward’, ‘Titiek Puspa’, ‘Yatti Surachman’, nan, nan, nan, nan, nan, nan, nan, nan 98 0.0000688 1242
Si Doel Anak Modern 1976 NA Comedy Unrated 6.4 18 Indonesian Sjuman Djaya ‘Wahab Abdi’, ‘Farouk Afero’, ‘Achmad Albar’, ‘Urip Arpan’, ‘Christine Hakim’, ‘Tutie Kirana’, ‘Rd. Mochtar’, ‘Yatti Octavia’, ‘Nico Pelamonia’, ‘Benyamin S.’, ‘Maruli Sitompul’, nan, nan, nan, nan NA 0.0001971 1243
Si Pitung Beraksi Kembali 1976 NA Action Unrated 7.1 15 Indonesian Nawi Ismail ‘Hamid Arief’, ‘Doris Callebaute’, ‘Rina Hasyim’, ‘W.D. Mochtar’, ‘Benyamin S.’, ‘Dicky Zulkarnaen’, nan, nan, nan, nan, nan, nan, nan, nan, nan 100 0.0001822 1244
Si Pitung 1975 NA Action Unrated 6.8 11 Indonesian Nawi Ismail ‘M. Pandji Anom’, ‘Hamid Arief’, ‘Sandy Suwardi Hasan’, ‘Rina Hasyim’, ‘W.D. Mochtar’, ‘Paula Rumokov’, ‘Hassan Sanusi’, ‘Mansjur Sjah’, ‘Connie Sutedja’, ‘Fifi Young’, ‘Dicky Zulkarnaen’, nan, nan, nan, nan 95 0.0001280 1245
Ateng Minta Kawin 1974 NA Comedy Unrated 6.8 9 Indonesian Nya Abbas Akup ‘Ateng’, ‘Iskak’, ‘Enny Kusrini’, ‘Titiek Puspa’, ‘Eddy Sud’, ‘Vivi Sumanti’, nan, nan, nan, nan, nan, nan, nan, nan, nan 111 0.0001047 1246
Atheis 1974 Hassan, a man raised in a traditional environment, resorts to murder when his wife has an affair. Drama Unrated 6.5 12 Indonesian Sjuman Djaya ‘Farouk Afero’, ‘Kris Biantoro’, ‘Ernie Djohan’, ‘Christine Hakim’, ‘Aedy Moward’, ‘Emmy Salim’, ‘Maruli Sitompul’, ‘Kusno Sudjarwadi’, ‘Deddy Sutomo’, ‘Rita Zahara’, nan, nan, nan, nan, nan 145 0.0001335 1247
Tarsan Kota 1974 The film tells the story of the Tarsans who used to live in the forest now living in the city. This film is inspired by the Tarzan story. Adventure Unrated 7.2 16 Indonesian Liliek Sudjio ‘Benyamin S.’, ‘Ida Royani’, ‘Awaludin’, ‘Tan Tjeng Bok’, ‘Eddy Gombloh’, ‘Slamet Harto’, ‘S. Kamdi’, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0001971 1248
Akhir Sebuah Impian 1973 Yanti (Emilia), an orphan at the age of 15, leaves Banyuwangi and travels to Jakarta to realize her dream: becoming a singer. Upon arrival in Jakarta, while crossing the road, she is hit by… Drama Unrated 5.8 5 Indonesian Turino Junaidy ‘Emilia Contessa’, ‘Broery Marantika’, ‘Benyamin S.’, ‘Pipie Adjie’, ‘Farouk Afero’, ‘Ridwan Djunaedi’, ‘Indrawaty Hadi’, ‘Henky Nero’, ‘Nurnaningsih’, ‘Soultan Saladin’, ‘Roos Sumanti’, ‘Deddy Sunarya’, ‘Susyana’, nan, nan 110 0.0000496 1249
Cinta Pertama 1973 Love story in which the girl’s parents disapprove of her boyfriend because he was accused of killing his former wife. Romance Unrated 7.4 9 Indonesian Teguh Karya ‘Ully Artha’, ‘Ardi H.S.’, ‘Christine Hakim’, ‘Aedy Moward’, ‘Norma Muchsin’, ‘Sari Narulita’, ‘A. Khalik Noor Nasution’, ‘Slamet Rahardjo’, ‘N. Riantiarno’, ‘Soultan Saladin’, ‘Henky Solaiman’, ‘Nani Surawidjaja’, ‘Robby Sutara’, nan, nan 110 0.0001140 1250
Si Mamad 1973 NA Comedy Unrated 7.0 20 Indonesian Sjuman Djaya ‘Ernie Djohan’, ‘Sandy Suwardi Hasan’, ‘Rina Hasyim’, ‘Rachmat Hidayat’, ‘Aedy Moward’, ‘Alam Rengga Surawidjaja’, ‘Mang Udel’, nan, nan, nan, nan, nan, nan, nan, nan 111 0.0002396 1251
Si Manis Jembatan Ancol 1973 NA Horror Unrated 5.2 8 Indonesian Turino Junaidy ‘Farouk Afero’, ‘Kris Biantoro’, ‘Nadia Giovanna’, ‘Lenny Marlina’, ‘Mansjur Sjah’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 95 0.0000712 1252
The Ghostly Face 1973 Ghost-Face man seems to perform good deeds, but a girl swore to find him and to kill him, because she saw him killing her father and stole a precious sword from her village’s temple. … Action Unrated 5.6 43 Indonesian Sai King Yang ‘Polly Ling-Feng Shang-Kuan’, ‘Lang-Fung Chang’, ‘Bao-Liang Chen’, ‘Chih Chen’, ‘Hui Lou Chen’, ‘Lenin Marlina’, ‘Lenny Marlina’, ‘Deddy Sutomo’, ‘Deteso Tomo’, ‘Wei-Ho Tu’, ‘Wen-Po Tu’, nan, nan, nan, nan NA 0.0004121 1253
Beranak dalam Kubur 1972 The story of two sisters, one evil, one good. The evil sister will go to any lengths to inherit the family wealth. Horror Unrated 5.9 28 Indonesian Awaludin ‘Sofia Amang’, ‘Robby Hart’, ‘Baron Hermanto’, ‘Deddy Mudjito’, ‘Azwar Noor’, ‘Ami Priyono’, ‘Kiki S.’, ‘Suhaimi Said’, ‘Djohan Subandrio’, ‘Dicky Suprapto’, ‘F.X. Sutono’, ‘Suzzanna’, ‘Mieke Wijaya’, nan, nan NA 0.0002827 1254
Intan Berduri 1972 A poor family, difficult of life, with a sickness life, and god help them, they found a treasure. Day by day they life has return to rich, unfortunately, they son was die, money can buy that. Drama Unrated 8.4 10 Indonesian Turino Junaidy ‘Benyamin S.’, ‘Rima Melati’, ‘Farouk Afero’, ‘Aminah Cendrakasih’, ‘Rahmat Kartolo’, ‘Ellya Khadam’, ‘Henky Nero’, ‘Nurnaningsih’, ‘Yatti Octavia’, ‘Simon P.S.’, ‘A. Rafiq’, ‘Soultan Saladin’, ‘Mansjur Sjah’, nan, nan 104 0.0001437 1255
Intan Perawan Kubu 1972 NA Adventure Unrated 7.4 7 Indonesian A.N. Alcaff nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000886 1256
Si Doel Anak Betawi 1972 NA Drama Unrated 7.7 20 Indonesian Sjuman Djaya ‘Sjuman Djaya’, ‘Dewi Rosaria Indah’, ‘Rano Karno’, ‘Tino Karno’, ‘Tutie Kirana’, ‘Sukarno M. Noor’, ‘Atik Pasono’, ‘Frank Rorimpandey’, ‘Benyamin S.’, ‘Nani Widjaja’, ‘Fifi Young’, nan, nan, nan, nan NA 0.0002635 1257
Wajah Seorang Laki-Laki 1972 NA Drama Unrated 6.2 6 Indonesian Teguh Karya ‘Tuti I. Malaon’, ‘Rima Melati’, ‘Slamet Rahardjo’, ‘Hanny Ray’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 110 0.0000637 1258
Malin Kundang 1971 NA History Unrated 7.1 7 Indonesian D. Djajakusuma ‘Noor Azizah’, ‘M. Budhrasa’, ‘Darussalam’, ‘Susy Dewi’, ‘Halida Hatta’, ‘Rano Karno’, ‘Lahardo’, ‘Rd. Mochtar’, ‘Atik Pasono’, ‘Mansjur Sjah’, ‘Muara Surawijaya’, ‘Robby Sutara’, ‘Syamsuddin Syafei’, ‘Hadisjam Tahax’, ‘Putu Wijaya’ NA 0.0000850 1259
Bernapas dalam Lumpur 1970 Supinah, a prostitute, is picked up by a kindly rich man, Budi. They fall in love and she recounts how she, as a naive willage woman, was lured into prostitution when she came to Jakarta in… Drama Unrated 7.6 9 Indonesian Turino Junaidy ‘Farouk Afero’, ‘Sri Harto’, ‘Rahmat Kartolo’, ‘Ismed M. Noor’, ‘Nurnaningsih’, ‘Tuty S.’, ‘Dicky Suprapto’, ‘Suzzanna’, ‘Ratno Timoer’, ‘Usbanda’, ‘Sofia W.D.’, ‘Dicky Zulkarnaen’, nan, nan, nan 117 0.0001170 1260
Badai Selatan 1962 NA Drama Unrated 6.3 6 Indonesian Sofia W.D. ‘W.D. Mochtar’, ‘Sukarno M. Noor’, ‘Ida Nursanti’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 92 0.0000647 1261
Operation Kalimantan 1962 After the end of the Second World War, the fighting continued in some parts of the world, as colonized countries struggled for independence. In the setting for this film, Indonesian … Action Unrated 5.8 8 Indonesian Vladimír Sís ‘Pitradjaya Burnama’, ‘Bambang Hermanto’, ‘Gustav Heverle’, ‘Bambang Irawan’, ‘R.D. Ismail’, ‘Hana Kreihanslova’, ‘Litbagay’, ‘Martin Ruzek’, ‘Mieke Wijaya’, nan, nan, nan, nan, nan, nan NA 0.0000794 1262
Pedjuang 1961 Devoted to the heroes who fought for their homeland’s freedom in the 1947 Indonesian war of liberation. War Unrated 6.2 6 Indonesian Usmar Ismail ‘Soendjoto Adibroto’, ‘Ariati’, ‘Farida Arriany’, ‘Pitradjaya Burnama’, ‘Chitra Dewi’, ‘Hamidy T. Djamil’, ‘Bambang Hermanto’, ‘Bambang Irawan’, ‘Rendra Karno’, ‘Ismed M. Noor’, ‘Lies Noor’, ‘Mansjur Sjah’, ‘Wolly Sutinah’, nan, nan 152 0.0000637 1263
Asrama Dara 1958 A teenage girl enters into a relationship with a middle-aged widower. Drama Unrated 7.8 24 Indonesian Usmar Ismail ‘Rendra Karno’, ‘Bambang Irawan’, ‘Bambang Hermanto’, ‘Baby Huwae’, ‘Nurbrani Jusuf’, ‘Tatik Maliyati’, ‘Achmad Sabur’, ‘Chitra Dewi’, ‘Fifi Young’, ‘Hassan Sanusi’, ‘Imam Subono’, ‘Nun Zairina’, ‘Aminah Cendrakasih’, ‘Suzzanna’, nan 119 0.0003203 1264
Tiga Dara 1956 A family’s attempt at matchmaking their oldest daughter and the conflicts that follow. Comedy Unrated 7.4 154 Indonesian Usmar Ismail ‘Chitra Dewi’, ‘Indiati Iskak’, ‘Mieke Wijaya’, ‘Hassan Sanusi’, ‘Fifi Young’, ‘Rendra Karno’, ‘Bambang Irawan’, ‘Usmar Ismail’, nan, nan, nan, nan, nan, nan, nan 115 0.0019501 1265
Tamu Agung 1955 An impending visit from a VIP causes chaos and confusion in the small, isolated village of Sukaslamet. Things take a hilarious turn when the herbal medicine seller is mistaken for the … Comedy Unrated 5.0 7 Indonesian Usmar Ismail ‘Cassin Abbas’, ‘Nina Amora’, ‘M. Pandji Anom’, ‘Chitra Dewi’, ‘Kuntjung’, ‘Tina Melinda’, ‘Hassan Sanusi’, ‘Sulastri’, ‘Udjang’, nan, nan, nan, nan, nan, nan 107 0.0000599 1266
Lewat Djam Malam 1954 A hero of revolution returns to civilian life to find the new society very different from the ideals he fought for. Drama Unrated 7.5 94 Indonesian Usmar Ismail ‘A.N. Alcaff’, ‘Dhalia’, ‘Netty Herawati’, ‘Bambang Hermanto’, ‘R.D. Ismail’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 101 0.0012064 1267
The Tiger from Tjampa 1953 Set in the 1930s, and narrated like a ballad from the past, The Tiger from Tjampa tells of how a young man, Lukman, seeks to avenge his father’s murder by learning pencak silat, a … Drama Unrated 6.4 30 Indonesian D. Djajakusuma ‘Wahid Chan’, ‘Bambang Hermanto’, ‘R.D. Ismail’, ‘Malin Maradjo’, ‘Nurnaningsih’, ‘Titi Savitri’, nan, nan, nan, nan, nan, nan, nan, nan, nan 97 0.0003285 1268
Enam Djam di Djogja 1951 Depicting the celebrated recapture of the town of Yogyakarta from Dutch forces in March 1949, by Indonesian youth of the resistance and members of the Indonesian army. Although it was held … Drama Unrated 6.3 9 Indonesian Usmar Ismail ‘R.D. Ismail’, ‘Del Juzar’, ‘Aedy Moward’, ‘Agus Muljono’, ‘M. Sani’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 116 0.0000970 1269
Darah dan Doa 1950 It tells the story of an Indonesian revolutionary who falls in love with one of his Dutch prisoners. Drama Unrated 6.6 27 Indonesian Usmar Ismail ‘Ella Bergen’, ‘Faridah’, ‘R.D. Ismail’, ‘Del Juzar’, ‘Aedy Moward’, ‘A. Rachman’, ‘Suzzanna’, nan, nan, nan, nan, nan, nan, nan, nan 150 0.0003049 1270
Resia Boroboedoer 1928 NA Adventure Unrated 7.0 8 Indonesian Nancing movie Corp.  ‘Olive Young’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan NA 0.0000958 1271
Loetoeng Kasaroeng 1926 NA Fantasy Unrated 7.2 11 Indonesian L. Heuveldorp ‘Martoana’, ‘Oemar’, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan 60 0.0001355 1272