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 | Filming 'Othello' | |
Originaltitle: | Filming 'Othello' | |
Regie: | Orson Welles | |
Darsteller: | Orson Welles, Robert Coote, Hilton Edwards | |
Erscheinungsjahr: | 1978 | |
Land: | Deutschland | |
Stichwort: | Epilepsie | |
Release: | 10.07.1978 |
Handlung | ||
Anrührender und witziger Essayfilm über die Dreharbeiten an "Othello" (1952). Welles gibt Auskunft über seine Kunstauffassung, eine hervorragende Einführung in sein Werk. Er spricht mit zwei seiner Schauspieler und erklärt die Wichtigkeit des Schnitts. Einige Szenen aus "Othello" sind neu montiert.
|
Weitere Info | ||
Der Dokumentarfilm ist fast vergessen, nicht zuletzt wegen der verwickelten Autorenrechte daran, die bisher eine Neuausgabe auf DVD verhindert haben. Othello's Epilepsie “Othello”-Versionen und -Modernisierungen 1922: Dmitri Buchowetzki Zur Aufführungsgeschichte: Although to a lesser extent than Shakespeare's other tragedies, Othello was cut, during the 1700s, to fit the expectations and style of the period. Any speeches that were considered offensive or obscure were cut to leave more time for extravagant spectacles, songs and dances. Eighteenth-century audiences wanted Othello to fit into the mould of traditional hero. Lines were cut to eliminate the coarser aspects of his character. Othello's discussion with Iago at the beginning of Act 4, concerning whether Desdemona and Cassio could be 'naked in bed... and not mean harm' [4.1.5] was removed. Othello's epileptic fit was also cut, being deemed, apparently, 'absurd' and unacceptable. Another significant omission was Desdemona's Willow Song: lines like 'If I court moe women, you'll couch with moe men' [4.3.54], being considered too unladylike to be sung by a Venetian aristocrat. 'When he was studying that Part, he considered that Quin was a large, corpulent man... therefore... could not fall suddenly to the ground... but he, with his insignificant person, could do it… and therefore reintroduced that shameful scene of epilepsy… which should have been exploded with indignation and contempt… for offering such an absurd passage to a thinking and judicious audience.' (Macklin Garrick's Lear and Othello from Memoirs in the Life of Charles Macklin, Esq. By James Thomas Kirkman) Literatur zu "Epilepsie bei Othello" John P. Emery, Ph.D.: Othello's Epilepsy, Psychoanalytic Review, 46 D, 1959, 30-32 Shakespeare scientifically depicts Othello's trance. Its causes are natural and dramatically appropriate. Nineteenth-century members of the medical profession observe that Othello's very intense emotional state leads to his epileptic fit. 13 Contemporary doctors point out that “Emotional disturbances may be at fault” 7 in causing epilepsy and that mental agitation frequently precedes an epileptic seizure. 4 The incoherence of Othello's speech. Auszug aus: http://www.medscape.com/viewarticle/410682_4 And yet I fear you; for you're fatal then This raises another interesting question: whether a person can commit a crime while having a seizure and, therefore, not be held responsible. Anm.: The Epilepsy of Othello http://www.rsc.org.uk/othello/about/stage.html
|
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