Mata Hari (1927 film)

Mata Hari: The Red Dancer (German: Mata Hari, die rote Tänzerin), often shortened on release to Mata Hari, is a 1927 German silent drama film directed by Friedrich Feher and starring Magda Sonja, Wolfgang Zilzer and Fritz Kortner. It depicts the life and death of the German World War I spy Mata Hari. It was the first feature-length portrayal of Hari.

Mata Hari
American release poster
Directed byFriedrich Feher
Written byLeo Birinsky
Starring
Music byWilly Schmidt-Gentner
CinematographyLeopold Kutzleb
Production
company
Distributed byNational Film
Release date
2 May 1927
Running time
80 minutes
CountryGermany
Language

It was shot at the Staaken Studios in Berlin with sets designed by Alfred Junge.

Cast

gollark: You know what, I'll ignore this ENTIRELY for now muahahahaha.
gollark: This is in a 130 line function which *kind of* explains what it's doing, but apiaristically.
gollark: It *seemed* like it was just inserting things, but it may also be moving everything after this into the children of the other thingy?
gollark: ```nim var emNode = newDoublyLinkedNode(emToken) for childNode in token.children.nodes: if childNode.value == opener.value.token: emToken.children.head = childNode.next if childNode.next != nil: childNode.next.prev = nil childNode.next = emNode emNode.prev = childNode if childNode.value == closer.value.token: emToken.children.tail = childNode.prev if childNode.prev != nil: childNode.prev.next = nil childNode.prev = emNode emNode.next = childNode```
gollark: This would really be easier if they had actually bothered to put comments in this. I've worked out that it is in fact *not* a `seq.insert` call precisely, but I don't know what it's meant to be doing.

See also

Bibliography

  • Kelly, Andrew. Cinema and the Great War. Routledge, 1997.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.