function propTypeDateAddedSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "DATE_FORMAT(movies.DateAdded, '$GLOBALS[strDefaultDateFormat]') AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("movies.DateAdded"); } } function propTypeClicksSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "movies.DownloadCount AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeUserAddedSql($prop, $role) { global $CFG; if($role=="sql") { $sql = array(); $sql['select'] = "users.name AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]users AS users"] = "users.ID=movies.UserAddedID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeCommentsSql($prop, $role) { global $CFG; if($role=="sql") { $sql['select'] = "COUNT(comment.ID) AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]comment AS comment"] = "comment.MovieID=movies.MovieID"; $sql['group'][] = "movies.MovieID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } if(file_exists('localproptypes.php')) { include('localproptypes.php'); } ?>
[ Handlung ] [ Weitere Info ] [ Info Filmdatenbank IMDb ] |
Title | Mouchette | |
Originaltitle: | Mouchette | |
Regie: | Robert Bresson | |
Darsteller: | Nadine Nortier, Jean-Claude Guilbert, Marie Cardinal | |
Erscheinungsjahr: | 1967 | |
Land: | Frankreich | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle | |
Release: | 26.10.1967 |
Handlung | ||
Mouchette erlebt in ihrem kleinen Dorf und ihrer armen Familie nur traurige oder sie anwidernde Dinge. Spontan nimmt sie Partei für einen Wilderer und verschafft ihm ein falsches Alibi. Sie steht ihm bei, als er einen epileptischen Anfall erleidet und wird zum Dank dafür von ihm vergewaltigt. Das halbe Kind, das Mouchette noch ist, geht in einer erbarmungslosen Welt unter. Fast spielerisch läßt sie sich schließlich in den Fluß gleiten und ertrinkt.
|
Weitere Info | ||
Aufgenommen in die Epilepsie-Filmographie von Kerson, Toba et al.: Implacable Images: Why Epileptiform Events Continue to be Featured in Film and Television, "http://www.ncbi.nlm.nih.gov/pubmed/16793571" from Toba Kerson's notes: A. has been drinking heavily and explains to Mouchette that he thinks he has killed the game keeper. (about 30 to 40 minutes into the film. She is in his hut in a storm. Tells her “don’t worry, I have these spells. Continues the story. Then says. “I can’t see anything. I feel a fit coming on. Falls down, groans, froths, writhes. She lovingly holds his head and wipes his mouth and sings to him (the patriotic song from the beginning of the movie in the school room) He sleeps, gets up, puts on his hat and his gun, mistakes her kindness and rapes her.
|
Filminfo aus der IMDb Datenbank |
[ Info Filmdatenbank IMDb ] [ Trailer ] |
/**********************************************************************************************
YOU ARE NOT ALLOWED TO REMOVE THIS COPYRIGHT-Note!!!!!!
You didn't pay anything for this script, so you could at least
leave this Copyright-Notice here, it is only one short line at the bottom... thx :D
***********************************************************************************************/
?>
Copyright © 1998-2006 by Nikotto
modified by xiah