The Ocarina

The Ocarina (German: Die Okarina) is a 1919 German silent drama film directed by Uwe Jens Krafft and starring Conrad Veidt, Charlotte Böcklin and Rudolf Lettinger.[1]

The Ocarina
Directed byUwe Jens Krafft
Produced byIsidor Fett
Karl Wiesel
Written byBobby E. Lüthge
Karin Michaëlis (novel)
StarringConrad Veidt
Charlotte Böcklin
Rudolf Lettinger
CinematographyMax Lutze
Production
company
Bayerische Filmgesellschaft Fett & Wiesel
Release date
8 August 1919
Running time
82 minutes
CountryGermany
LanguageSilent
German intertitles

Cast

gollark: https://github.com/osmarks/autobotrobot
gollark: You can just suggest a command?
gollark: Honestly, the code is kind of a mess right now.
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.

References

  1. Soister p.76

Bibliography

  • John T. Soister. Conrad Veidt on Screen: A Comprehensive Illustrated Filmography. McFarland, 2002.


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