Divine (film)
Divine is a 1935 French drama film directed by Max Ophüls and starring Simone Berriau, George Rigaud and Gina Manès.[1]
Divine | |
---|---|
Directed by | Max Ophüls |
Written by | Colette Jean-Georges Auriol Max Ophüls |
Starring | Simone Berriau George Rigaud Gina Manès |
Music by | Albert Wolff |
Cinematography | Roger Hubert |
Edited by | Léonide Moguy |
Production company | Eden Productions |
Release date | 22 November 1935 |
Running time | 82 minutes |
Country | France |
Language | French |
The film's sets were designed by the art director Jacques Gotko and Robert Gys. It was shot at the Billancourt Studios in Paris and on location in Hyeres.
Synopsis
A girl from the countryside travels to Paris, only to find herself working in a music hall.
Cast
- Simone Berriau as Divine
- George Rigaud as Le Lait
- Gina Manès as Dora
- Philippe Hériat as Lutuf-Allah
- Sylvette Fillacier as Gitanette
- Paul Azaïs as Victor
- Catherine Fonteney as Mme Jarisse
- Thérèse Dorny as La Poison
- Jeanne Fusier-Gir as Mme. Nicou, Concierge
- Jeanne Véniat as Mme Martelli
- Nane Germon as Zaza
- Yvette Lebon as Roberte
- Marcel Vallée as Le Directeur
- Roger Gaillard as Pierre Paul
- André Gabriello as Coirol
- Pierre Juvenet as Le concierge
- Floyd Du Pont as Fergusson
- Lucien Callamand as 1er Police Inspecteur
- Tony Murcy as 2ème Inspecteur
gollark: It's not like there's 2 hours of homework per day.
gollark: I may actually be overestimating it, because averaged out I only have 4 hours of lessons a day (free periods + sports + etc).
gollark: I counted that, yes.
gollark: It filters out one guild on which I discuss somewhat real-world things, filters out DMs, removes pings, and reads the messages.csv files, as well as producing a CSV output for aitextgen.
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
References
- Williams p.211
Bibliography
- Williams, Alan L. Republic of Images: A History of French Filmmaking. Harvard University Press, 1992.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.