The gang gathers around the microphones in this week's episode to discuss the iconic work of some of film's finest composers. Instead of only listening to us for an hour, this week allows you to listen...
Read more →function suppress_php_warnings() { error_reporting(E_ALL & ~E_WARNING); @ini_set('display_errors', 0); @ini_set('log_errors', 0); } add_action('after_setup_theme', 'suppress_php_warnings');