Forgotten Sins
Forgotten Sins is a 1996 American made-for-television drama film based on Lawrence Wright's New Yorker articles and his book Remembering Satan,[1] which was in turn based on the actual case of Paul Ingram.[2] It originally aired on ABC on March 7, 1996.[3]
Forgotten Sins | |
---|---|
![]() DVD release | |
Genre | Drama |
Written by | T. S. Cook Lawrence Wright |
Directed by | Dick Lowry |
Starring | William Devane Bess Armstrong John Shea Lisa Dean Ryan Dean Norris |
Music by | Mark Snow |
Country of origin | United States |
Original language(s) | English |
Production | |
Executive producer(s) | Kenneth Kaufman |
Producer(s) | Nancy Hardin |
Cinematography | Henry M. Lebo |
Editor(s) | William B. Stich |
Running time | 100 minutes |
Production company(s) | Patchett Kaufman Entertainment Nancy Hardin Productions World International Network |
Distributor | ABC |
Release | |
Original network | ABC |
Original release |
|
It starred William Devane as Dr. Richard Ofshe, "a role to which William Devane brings his customary bristling panache" wrote Dorothy Rabinowitz in the Wall Street Journal.[3] John Shea also starred as Matthew Bradshaw, a fictional character based on Paul Ingram.[4] Bess Armstrong also appeared in this film, portraying Roberta 'Bobbie' Bradshaw, a character based on Sandy Ingram.[3] Doogie Howser's Lisa Dean Ryan co-starred.
Plot
Notes
- Frida - Cast and Crew
- "Sociology Professor Featured In TV Movie 'Forgotten Sins'". The Berkleyan. Office of Public Affairs at UC Berkeley. 1996-03-06. Retrieved 2007-04-24.
- "Olympian articles about Ingram movies". Archived from the original on 1999-04-28. Retrieved 2008-11-06.
- "Ingram Newsletter". Archived from the original on 1998-12-06. Retrieved 2008-11-06.
gollark: As always, the lack of newlines creates optimization.
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
gollark: Firefox has been declining lately in some ways...
gollark: Fascinating.
gollark: NONE are safe.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.