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 | Van Gogh | |
Originaltitle: | Van Gogh | |
Regie: | Maurice Pialat | |
Darsteller: | Jacques Dutronc, Alexandra London, Bernard Le Coq | |
Erscheinungsjahr: | 1991 | |
Land: | Frankreich | |
Stichwort: | Epilepsie, Psychose | |
Release: | 30.10.1991 |
Handlung | ||
Der niederländische Maler Vincent van Gogh begibt sich 1890 mit einem Empfehlungsschreiben seines Bruders Theo, eines bekannten Pariser Galeristen, in die Provinzstadt Auvers-sur-Oise, um sich von dem kunstbegeisterten Arzt Dr. Gachet behandeln zu lassen. Seine fieberhafte Produktivität bringt ihn an den Rand von Nervenkrisen. Gachets 19-jährige Tochter Marguerite folgt ihm sogar bei seinen Bordell-Ausflügen. Es kommt zum Zerwürfnis mit Theo. Ausgezehrt vom Alkohol, kehrt Vincent nach Auvers-sur-Oise zurück, wo er Selbstmord begeht.
|
Weitere Info | ||
In Schwaber Kerson, Toba: "Epilepsy and Media" (Manuskript) im Zusammenhang mit epileptischen Anfällen genannt. Biographischer Film der letzten Lebensperiode van Goghs. Im Mittelpunkt stehen nachlassende Schaffenskraft, Verzweiflung über die ausbleibende Anerkennung, Protest gegen die "Verbürgerlichung" des Bruders, Frauengeschichten. Van Gogh wird beim Malen gezeigt, größeren Raum aber nehmen seine Sonderlichkeiten und Escapaden und Exzesse ein. Seine Beziehung zu Gachets Tochter ist tatsächlich kompromittierend und unsensibel. Als Künstler sieht er sich überall im Recht. Seine eigene Kunst aber achtet er anscheinend gering.
"Van Gogh suffered from some sort of seizures, and in one of these attack he cut off a part of his ear. Following that attack, he was admitted to a hospital, where a young intern at the hospital suggested there might be “a kind of epilepsy” involved. The attacks became more frequent by 1890, the longest and severest lasting some 9 weeks. Initial attacks of confusion and unconsciousness were followed by periods of stupor and incoherence during which he was generally unable to paint, draw, or even to write letters. Eventually he commits suicide. This film examines the final 67 days of Van Gogh’s life."
|
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