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 | Electricity | |
Originaltitle: | Electricity | |
Regie: | Bryn Higgins | |
Darsteller: | Agyness Deyn, Lenora Crichlow, Christian Cooke, Paul Anderson | |
Erscheinungsjahr: | 2014 | |
Land: | UK | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle | |
Release: | 00.00.0000 |
Handlung | ||
Die dreissigjährige epilepsiekranke Lily O’Connor - immer von Anfällen verschiedenster Art (u.a. Halluzinationen) bedroht - geht in London auf die Suche nach ihrem Bruder. Ihre Mutter ist gstorben. Das Haus, das sie bewohnt wurde verkauft. Den Bruder hat sie seit Jahren nicht gesehen.
|
Weitere Info | ||
Basierend auf der gleichnamiigen Kurzgeschichte von Ray Robinson (2006) "........hallucinatory visuals, affectingly conjured by cinematographer Si Bell. ... director Bryn Higgins makes us feel the cuts and bruises that Lily acquires during unexpected collapses, and share her sense of exasperation at the ambulance rides that merely get in the way of her primary purpose. The film boasts “significant input” from the Epilepsy Society. https://www.theguardian.com/film/2014/dec/14/electricity-review-agyness-deyn Sehr effekt- und kunstvolle Beispiele im Trailer https://www.youtube.com/watch?v=siowzhvl4tI "The story is told from the viewpoint of a young woman with Epilepsy and does a remarkable job showing how the disease alters reality and perceptions for the people who live with it, highlighting how common everyday objects can become dangerous pitfalls." https://www.facebook.com/events/1721413971430915/?active_tab=highlights
|
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