Sironia

Sironia is a drama film directed by Brandon Dickerson and starring Amy Acker, Wes Cunningham, Tony Hale, Robyn Lively, Carrie Preston and Meaghan Martin. It was shot on location in Waco, Texas and Los Angeles, California.[1]

Sironia
Directed byBrandon Dickerson
Produced by
Written by
Starring
Music byWes Cunningham
CinematographyJordan Valenti
Edited byMichael R. Miller
Release date
  • October 21, 2011 (2011-10-21) (Austin Film Festival)
CountryUnited States
LanguageEnglish

Plot

Inspired by the music of singer-songwriter Wes Cunningham, Sironia is the story of a talented musician who has been chewed up and spit out by the Hollywood music machine. Frustrated by his broken career, Thomas Fisher and his wife Molly impulsively pack up and move to small town Sironia, Texas to live a more authentic life and raise their first child near Molly's brother and his family. Despite the change of scenery, Thomas's deep resentment over his lost dreams gets the best of him as he struggles to find peace with his stalled career, until he remembers what he loved about music - and Molly - in the first place.

Cast

Release

Sironia premiered at the 2011 Austin Film Festival in Austin, Texas in October 2011.[2][3]

Awards

  • Audience Award Winner, 2011 Austin Film Festival Festival[4]
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?
gollark: What is this "shard"?
gollark: Ah.

References

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