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 | Solaris | |
Originaltitle: | Solyaris | |
Regie: | Andrei Tarkovsky | |
Darsteller: | Natalya Bondarchuk, Donatas Banionis, Jüri Järvet, Vladislav Dvorzhetsky, Nikolai Grinko | |
Erscheinungsjahr: | 1972 | |
Land: | Soviet Union | |
Stichwort: | Epilepsie, Anfälle, Halluzination, kleinwüchsig | |
Release: | 20.03.1972 |
Handlung | ||
Der Psychologe Kris Kelvin soll den Geisteszustand einer Raumschiffmannschaft überprüfen, die seit Jahren den mit Wasser bedeckten Planet Solaris untersucht. Er trifft auf die sich seltsam verhaltenden Wissenschaftler Snaut und Sartorius. Letzterer lebt anscheinend mit einem kleinwüchsigen Menschen zusammen. Kelvin findet heraus, dass Solaris die Gedanken seiner Beobachter zum Leben erweckt. Kelvin begegnet so seiner verstorbenen Frau Haris wieder, deren Traumgestalt sich fragt, ob sie wohl unter Epilepsie leide.
|
Weitere Info | ||
Kommentar zum Film "Solaris" The real power of the film comes from the anguish of Kris’ reawakened love for Hari—his willingness to do anything to hold onto her, even knowing she isn’t real. (Like Mizoguchi’s Ugetsu, this is a story about falling in love with ghosts). The alternation between color and black and white conveys something of this ontological instability, while the jittery camera explorations over shelves and walls suggest a seizure. Hari wonders aloud if she has epilepsy, and later we see her body horrifically jerking at the threshold between being and non-being. A gorgeous, serene floating sequence, when Kris and Hari lose gravity, offers another stylized representation of this transcendence borderline. (PHILLIP LOPATE) http://www.criterion.com/current/posts/239 Tarkovsky selbst betont, dass sein Film nur bedingt zum science fiction Genre gehört. Das das Geschehen im "Weltraum" spielt lässt den Zuschauer erkennen, dass keine irdischen Massstäbe von Sein/Schein an die Erzählung angelegt werden kann. Eine Kette von Bildern und Szenen mit unverkennbar tieferer Bedeutung lassen den Zuschauer zuweilen atemlos und ratlos zurück.
|
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