Calling All Stars
Calling All Stars is a 1937 British musical comedy film directed by Herbert Smith and starring Arthur Askey, Evelyn Dall and Max Bacon. The film is a revue, featuring a number of musical acts playing themselves. It was made at Beaconsfield Studios for release as a quota quickie.[1] The film's art direction is by Norman G. Arnold.
Calling All Stars | |
---|---|
Directed by | Herbert Smith |
Produced by | Herbert Smith S.W. Smith |
Written by | Herbert Smith |
Starring | Arthur Askey Evelyn Dall Max Bacon Bert Ambrose |
Music by | Carroll Gibbons |
Cinematography | George Stretton |
Edited by | Brereton Porter |
Production company | British Lion Film Corporation |
Distributed by | British Lion Film Corporation |
Release date | March 1937 |
Running time | 79 minutes |
Country | United Kingdom |
Language | English |
Plot
After a set of master discs is dropped, the recording artists are gathered with each providing a portion of their composition.
Partial cast
- Arthur Askey - Waiter
- Bert Ambrose - Himself
- Carroll Gibbons - Himself
- Evelyn Dall - Herself
- Max Bacon - Himself
- Sam Browne - Himself
- Leon Cortez and His Coster Band
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
gollark: It's to help users by emphasising the idiomatic bottom-up approach involving making programs from small composable functions.
gollark: Ours is upside-down, though.
gollark: I found an upside-down mappings table somewhere, which ought to help.
References
- Chibnall p.288
Bibliography
- Chibnall, Steve. Quota Quickies: The British of the British 'B' Film. British Film Institute, 2007.
- Low, Rachael. Filmmaking in 1930s Britain. George Allen & Unwin, 1985.
- Wood, Linda. British Films, 1927-1939. British Film Institute, 1986.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.