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 ] [ Stichwort ] |
Titel | Blue Skies Are a Lie | |
Originaltitel: | Blue Skies Are a Lie | |
Genre: | Problemfilm | |
Directed: | Gregory Ruzzin | |
Besetzung: | Keith Brunsmann Julie Moses Matthew Sheehan | |
Kommentar: | Title Blue Skies Are a Lie Originaltitle: Blue Skies Are a Lie Regie: Darsteller: Keith Brunsmann Julie Moses Matthew Sheehan Erscheinungsjahr: 1995 Land: USA Stichwort: Epilepsie, Psychose, Paranoia, Agoraphobie, Platzangst "In this modestly budgeted but highly accomplished film, Keith Brunsmann, who has a commanding, intense presence, plays Joseph, a once-successful international photojournalist who one day recorded one atrocity too many for his psyche. As a result, he has holed himself up in his second-floor Los Angeles apartment for seven years, systematically recording from the media how the human race is destroying itself. He's also popping pills for his various ailments, including epilepsy. Recently, however, he has been responding to what appears to be his only human contact, his mail carrier, Robyn (radiant Julie Moses), a pretty, vivacious young woman. In struggling to master stand-up comedy, Robyn finds herself opening up to life's possibilities, outgrowing her sweet-natured, handsome but not especially imaginative live-in boyfriend (Matthew Sheehan) and becoming intrigued with the clearly brilliant but damaged Joseph. What happens next is tremendously touching and thoroughly captivating." http://articles.latimes.com/1998/apr/17/entertainment/ca-40008 Einige Aufnahmen der Protagonisten: https://zeldalambrechtdesign.wordpress.com/2012/10/04/blue-skies-are-a-lie/on-the-way-camping-bs/#main | |
Jahr: | 1995 | |
Veröffentlicht: | 00.00.0000 | |
Land: | USA |
Handlung | ||
Der paranoische Joseph lebt seit 7 Jahren in einem Appartement in Los Angelos, nachdem er veranlasst durch traumatischen Erfahrungen Verbrechens- und Katastrophennachrichten sammelt. Die liebevolle und hilfsbereite Aushilfspostbotin Robyn begegnet ihm täglich und sucht ihn aus seinem selbstgeschaffenen Gefängnis und von seiner Platzangst zu befreien, in dem er jede Art von Pillen u.a. gegen epileptische Anfälle zu sich nimmt. Ein gemeinsam geplanter Campingausflug ändert beider Leben.
|
Stichwort | ||
Zuschreibung, EpilepsieprotagonistIn, Ob Anfall ungeklärt, Hauptrolle |
/**********************************************************************************************
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