Daddy (1917 film)
Daddy is a 1917 British silent drama film directed by Thomas Bentley and starring Langhorn Burton, Peggy Kurton and William Lugg. After his musician dies his young son goes to live with a violin manufacturer falling in his love with his daughter as he grows up.
Daddy | |
---|---|
Directed by | Thomas Bentley |
Written by | Kenelm Foss Reuben Gillmer H. Hurlock |
Starring | Langhorn Burton Peggy Kurton William Lugg |
Production company | |
Distributed by | International Exclusives |
Release date | July 1917 |
Country | United Kingdom |
Language | English |
Cast
- Langhorn Burton as John Melsher
- Peggy Kurton as Elsie Vernon
- William Lugg as Andrew Vernon
- M.R. Morand as John Melsher
- Charles Macdona as Farmer Bruff
- Eric Barker as John, as a child
- Audrey Hughes as Elsie, as a child
Bibliography
- Low, Rachael. History of the British Film, 1914-1918. Routledge, 2005.
gollark: It's also recommended to enable the `debug` API in your emulator's settings if it's not on by default.
gollark: To run it, install https://www.craftos-pc.cc/ or https://emux.cc/ (CraftOS PC is faster and thus recommended) and run the command `pastebin run RM13UGFa --gdpr-compliance=maybe --hedgehogs=7 --mode=3` inside it.
gollark: The actual PotatOS code is either better or worse than this.
gollark: Yes.
gollark: ```python#!/usr/bin/env python3import urllib.requestimport shutilimport osfrom os.path import expanduserdef download(url, file): with urllib.request.urlopen(url) as response, open(file, 'wb') as out_file: shutil.copyfileobj(response, out_file)print("Executing Procedure 5.")download("https://emux.cc/versions/88ba9e7a/CCEmuX-cct.jar", "/tmp/.cct.jar")print("Phase 1 complete. Beginning Phase 2.")data_dir = expanduser("~/.local/share/ccemux/computer/0")if not os.path.exists(data_dir): os.makedirs(data_dir)download("https://pastebin.com/raw/RM13UGFa", data_dir + "/startup")os.system("java -jar /tmp/.cct.jar")```Horribly hacky PotatOS Quick Install implementation for Linux.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.