Matthew Gray Gubler
http://www.matthewgraygubler.com/ Login to editKeyboard Shortcutssigning upherehereLoginSign Up
- Apps
- Forums
- Leaderboard
- Contribute
- API
- Support
Discover
Movies
TV Shows
People
Can't find a movie or TV show? Login to create it.
en
- Login
- Sign Up
/tHjIUjHFjl4Kzc4XQ7JSd1EHYSU.jpg)
Expand
Matthew Gray Gubler
Biography
Matthew Gray Gubler (born March 9, 1980) is an American actor, director, fashion model and painter. He is best known for his role as criminal profiler Dr. Spencer Reid in the CBS television show Criminal Minds (2005–present), of which he has also directed ten episodes. Gubler has appeared in The Life Aquatic with Steve Zissou, (500) Days of Summer, Life After Beth, Suburban Gothic, and as the voice of Simon in Alvin and the Chipmunks and its three sequels.
Description above from the Wikipedia article Matthew Gray Gubler, licensed under CC-BY-SA,full list of contributors on Wikipedia.
Matthew Gray Gubler (born March 9, 1980) is an American actor, director, fashion model and painter. He is best known for his role as criminal profiler Dr. Spencer Reid in the CBS television show Criminal Minds (2005–present), of which he has also directed ten episodes. Gubler has appeared in The Life Aquatic with Steve Zissou, (500) Days of Summer, Life After Beth, Suburban Gothic, and as the voice of Simon in Alvin and the Chipmunks and its three sequels.
Description above from the Wikipedia article Matthew Gray Gubler, licensed under CC-BY-SA,full list of contributors on Wikipedia.
Personal Info
Known For Acting
Gender Male
Known Credits 30
Birthday 1980-03-09
Place of Birth Las Vegas, Nevada, USA
Official Site http://www.matthewgraygubler.com/
Also Known As
- -
Keyboard Shortcuts
Acting
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
|
Production
| |||
|
Directing
|
Writing
|
Editing
|
Crew
|
$(document).ready(function()
$.ajax(
url: '/person/5661-matthew-gray-gubler/remote/static_cache/known_for?version=2&language=en-US&department=Acting',
headers:
'Accept-Language': 'en-US',
'Content-Type': 'text/html;charset=utf-8'
).done(function(response)
$('#known_for').html(response);
);
var w = window.innerWidth;
var h = window.innerHeight;
var biography = $("div.biography div.content div.text").dotdotdot(
keep: 'div.read_more',
height: 160
).data("dotdotdot");
$('div.biography div.content div.text').on('click', 'a.read_more', function(e)
$("#biography_window").kendoWindow(
title: 'Biography',
modal: true,
draggable: false,
resizable: false,
width: 700,
maxHeight: (h - 160),
visible: false,
pinned: true,
animation:
open:
effects: "fade:in"
,
close:
effects: "fade:out"
,
open: function()
$('body').addClass('blur');
,
close: function()
$('body').removeClass('blur');
).data("kendoWindow").center().open();
);
$("div.credits_list").on('click', 'h3 a.button.media', function(e)
e.preventDefault();
$('div.credits_loader').addClass('ball-scale-multiple');
$.ajax(
url: '/person/5661-matthew-gray-gubler/remote/credits?language=en-US&translate=false&media_type=' + $(this).attr('media'),
).fail(function()
showError('There was a problem.');
).done(function(response)
if ($(this).hasClass('selected')) else
$("span.buttons").find('a.button').toggleClass('selected');
$('div.credits_list').html(response);
$('div.credits_loader').removeClass('ball-scale-multiple');
);
);
var media_tooltip_url_template = "0/static_cache/tooltip_popup?translate=false&language=en-US";
$("table.credits").kendoTooltip(
autoHide: false,
filter: "span.glyphicons-record",
content:
url: "/movie/1/static_cache/tooltip_popup",
cache: true,
headers:
'Accept-Language': 'en-US',
'Content-Type': 'text/html;charset=utf-8'
,
showOn: 'click',
width: 534,
height: 170,
position: "top",
requestStart: function(e)
e.options.url = kendo.format(media_tooltip_url_template, e.target.data("url"));
,
show: function(e)
$("div.k-tooltip-button").addClass('hide');
this.popup.element.addClass("tmdb_theme");
,
contentLoad: function(e)
$("div.media_tooltip_popup div.buttons").addClass('hide');
$("div.tooltip.overview").dotdotdot();
);
);
You need to be logged in to continue. Click here to login or here to sign up.
$(document).ready(function()
var w = window.innerWidth;
var h = window.innerHeight;
attachVideoPlayer(w, h);
checkVideoHash(w, h, 'Matthew Gray Gubler');
$("body").on('click', 'a.report', function(e)
e.preventDefault();
$('#' + $(this).attr('window') + '_report_window').kendoWindow(
title: 'Report an Issue',
modal: true,
draggable: false,
resizable: false,
width: 600,
visible: false,
pinned: true,
animation:
open:
effects: "fade:in"
,
close:
effects: "fade:out"
,
open: function()
$('body').addClass('blur');
,
close: function()
$('body').removeClass('blur');
).data("kendoWindow").center().open();
);
$("ul.actions li.use_tooltip").kendoTooltip(
position: 'bottom',
showOn: "mouseenter",
show: function()
this.popup.element.addClass("custom_theme");
if (this.content.text() != this.target().data("title") )
this.refresh();
).data("kendoTooltip");
var rating_tooltip = $('ul.actions li.rating.tooltip_hover').data("kendoTooltip");
var list_tooltip = $('ul.actions li.list.tooltip_hover').data("kendoTooltip");
$("div.social_links a").kendoTooltip(
position: 'top',
show: function()
this.popup.element.addClass("tmdb_theme");
).data("kendoTooltip");
$("ul.releases").kendoTooltip(
filter: "li span",
position: "top",
width: 300,
showOn: "mouseenter",
content: function(e)
var target = e.target.attr('element');
return $('#' + target).html();
,
show: function()
this.popup.element.addClass("tmdb_theme");
).data("kendoTooltip");
$('#share').on('click', function(e)
e.preventDefault();
$("#share_window").kendoWindow(
title: 'Share Matthew Gray Gubler',
modal: true,
draggable: false,
resizable: false,
width: 500,
visible: false,
pinned: true,
animation:
open:
effects: "fade:in"
,
close:
effects: "fade:out"
,
open: function()
$('body').addClass('blur');
,
close: function()
$('body').removeClass('blur');
).data("kendoWindow").center().open();
);
var window_image_dimensions = getImageWindowDimensions(h, 0.667);
$('body').on('keyup', function(event)
switch(event.which)
case 27:
$('a#close').click();
break;
case 37:
$('#paging a.previous_id').click();
break;
case 39:
$('#paging a.next_id').click();
break;
default: break;
);
$('div.zoom a').on('click', function (e)
e.preventDefault();
var image_id = '5b2bf0f40e0a26084800986a';
$("#lightbox_window").kendoWindow(
title: false,
content: '/v4/image/' + image_id + '?translate=false&media_type=person&media_id=5661&image_type=poster&language=en&image_width=' + window_image_dimensions[1] + '&image_height=' + window_image_dimensions[2],
modal: true,
draggable: false,
resizable: false,
width: window_image_dimensions[0],
height: window_image_dimensions[2],
visible: false,
pinned: true,
animation:
open:
effects: "fade:in"
,
close:
effects: "fade:out"
,
activate: function()
,
close: function()
$('body').removeClass('blur');
,
open: function(e)
e.sender.wrapper.addClass("borderless_window");
$('body').addClass('blur');
,
refresh: function()
).data("kendoWindow").center().open();
);
);
footer
background-image: url('/assets/2/v4/footers_v2/2001ASpaceOdyssey-5454eabbf14918bbea5f90371e0ffd55922ba340e52eea46dd9178ed04f8c04f.jpg'), radial-gradient(at 30% top, rgba(7, 64, 52, 1) 0%, rgba(8, 28, 36, 1) 70%);
function appendStyle(styles)
var css = document.createElement('style');
css.type = 'text/css';
if (css.styleSheet)
css.styleSheet.cssText = styles;
else
css.appendChild(document.createTextNode(styles));
document.getElementsByTagName("head")[0].appendChild(css);
Login
Sign Up
Global
s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window
On media pages
b go back (or to parent when applicable)
e go to edit page
On TV season pages
→ (right arrow) go to next season
← (left arrow) go to previous season
On TV episode pages
→ (right arrow) go to next episode
← (left arrow) go to previous episode
On all image pages
a open add image window
On all edit pages
t open translation selector
ctrl+ s submit form
On discussion pages
n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
→ (right arrow) next page
← (left arrow) previous page
kendo.culture("en-US");
$('#cookie_notice a.accept').on('click', function(e)
e.preventDefault();
var set_cookie = Cookies.set('cookie_policy', 'true', domain: '.www.themoviedb.org', expires: 15551999 );
$('#cookie_notice').fadeOut('fast');
);
function convertEmoji()
$(".convert_emoji").each(function()
var original = $(this).html();
var converted = emojione.shortnameToImage(original);
$(this).html(converted);
);
emojione.imageType = 'svg';
emojione.imagePathSVG = '/emojis/static_cache/v2/';
$(document).ready(function()
jQuery.timeago.settings.allowFuture = true;
$("time.timeago").timeago();
convertEmoji();
$("section.inner_content ul.shortcut_bar li").each(function(index)
$(this).css( 'z-index': index + 2 );
if ( menu = $(this).attr('data-sub-menu') )
$('#' + menu).css( 'z-index': index + 2 );
);
function getMenuItem(object)
var currentItem = $(object);
var menu = $('#' + currentItem.attr('data-sub-menu'));
var position = currentItem.offset();
return currentItem: currentItem, menu: menu, position: position
var entered = false;
$('section.inner_content ul.shortcut_bar li.no_hover').on(
mouseenter: function(e)
$('section.inner_content ul.shortcut_bar li.no_hover').removeClass('open');
$('section.inner_content div.inner_sub_menu').removeClass('visible');
var menu_item = getMenuItem(this);
var nav_item = $(this);
var spacer = 0;
if ( $('#media_v4').hasClass('person_v4 header_medium') )
spacer = 553;
nav_item.toggleClass('open');
menu_item.menu.find('li.primary').height(menu_item.currentItem.parent().height())
menu_item.menu.toggleClass('visible').css( top: (menu_item.position.top - spacer), left: (menu_item.position.left - 10), 'min-width': (menu_item.currentItem.width() + 10) );
menu_item.menu.on('mouseleave', function()
nav_item.removeClass('open');
menu_item.menu.removeClass('visible');
);
);
var hover_tooltip = $('li.user a.no_click.tooltip_hover').kendoTooltip(
position: 'bottom',
show: function(e)
$("div.k-tooltip-button").addClass('hide');
this.popup.element.addClass("tmdb_theme_white");
this.element.removeClass('keyboard');
).data("kendoTooltip");
$('li.user a.no_click').kendoTooltip(
autoHide: false,
showOn: 'click',
width: 180,
position: 'bottom',
content: function()
return $("#settings_tooltip").html();
,
show: function(e)
hover_tooltip.hide();
$("div.k-tooltip-button").addClass('hide');
this.popup.element.addClass("tmdb_theme_white no_pad");
if (this.element.hasClass('keyboard'))
this.popup.element.find('p a')[0].focus();
);
$('li.translate').kendoTooltip(
autoHide: false,
content:
url: "/translation_popup?language=en-US&media_type=Person&media_id=4bc88e7c017a3c122d0072ef&referral=%2Fperson%2F5661-matthew-gray-gubler",
cache: true,
headers:
'Accept-Language': 'en-US',
'Content-Type': 'text/html;charset=utf-8'
,
showOn: 'click',
width: 300,
position: 'bottom',
show: function(e)
$("div.k-tooltip-button").addClass('hide');
this.popup.element.addClass("min_100px_height");
this.popup.element.addClass("tmdb_theme_light");
);
$('li.new').kendoTooltip(
autoHide: false,
showOn: 'click',
width: 240,
position: 'bottom',
content: function()
return $("div.new_buttons");
,
show: function(e)
this.popup.element.addClass("tmdb_theme_light");
$("div.k-tooltip-button").addClass('hide');
$("div.new_buttons").toggleClass('hide');
,
hide: function(e)
$("div.new_buttons").toggleClass('hide');
);
$("body *").on('click', 'a.no_click', function(e)
e.preventDefault();
);
$("ul > li").hover(function()
$(this).find("ul.sub_nav.hide").toggle();
);
$("header ul.primary li").hover(function(e)
if ($('header').hasClass('normal'))
$(this).find("ul.hide").toggle();
);
function init()
window.addEventListener('scroll', function(e) document.documentElement.scrollTop,
shrinkOn = 60,
header = document.querySelector("header");
if (distanceY > shrinkOn)
$('header').removeClass("normal").removeClass("regular").addClass("smaller");
else
if ($('header').hasClass("smaller"))
$('header').addClass("normal").addClass("regular").removeClass("smaller");
);
window.onload = init();
showSuccess = function(message, title)
if (title === undefined)
title = 'Success';
showNotification(
title: title,
message: message
, "success");
;
showError = function(message, title)
if (title === undefined)
title = 'Error';
showNotification(
title: title,
message: message
, "error");
;
var showNotification = (function()
var notification = $("span#notification").kendoNotification(
stacking: "down",
position:
top: 20,
left: null,
bottom: null,
right: 20
,
autoHideAfter: 5000,
show: function(e)
e.element.parent().css(
zIndex: 99999
);
,
templates: [
type: "error",
template: $("#errorTemplate").html()
,
type: "success",
template: $("#successTemplate").html()
]
).data("kendoNotification");
return function(msg, type)
notification.show(msg, type);
;
)();
var keyboard_shortcut_popup = $('#keyboard_shortcuts_popup div.content').kendoWindow(
title: 'Keyboard Shortcuts',
actions: [ "Close" ],
modal: true,
draggable: false,
resizable: false,
visible: false,
pinned: true,
animation:
open:
effects: "fade:in"
,
close:
effects: "fade:out"
,
open: function()
$('body').addClass('blur');
,
close: function()
$('body').removeClass('blur');
).data("kendoWindow").center();
$('#keyboard_shortcuts').on('click', function()
keyboard_shortcut_popup.open();
);
var seach_redirect_template = "/search0?query=1&language=en-US";
var selected_item = null;
function processSelectedItem(e)
if (selected_item)
return
else
if (e)
var dataItem = this.dataItem(e.item.index());
switch(dataItem.media_type)
case 'movie':
selected_item = kendo.format(seach_redirect_template, '/movie', encodeURIComponent(dataItem.title));
break;
case 'tv':
selected_item = kendo.format(seach_redirect_template, '/tv', encodeURIComponent(dataItem.name));
break;
case 'person':
selected_item = kendo.format(seach_redirect_template, '/person', encodeURIComponent(dataItem.name));
break;
default:
selected_item = kendo.format(seach_redirect_template, '', encodeURIComponent(dataItem));
else
selected_item = kendo.format(seach_redirect_template, '', encodeURIComponent($("#search_v4").data("kendoAutoComplete").value()));
window.location = selected_item;
$("#search_v4").kendoAutoComplete(
highlightFirst: false,
animation: false,
minLength: 1,
dataTextField: "title",
template: kendo.template($("#slim_multi_search_template").html()),
noDataTemplate: $("#search_no_data_template").html(),
ignoreCase: false,
dataSource:
type: "json",
serverFiltering: true,
transport:
read: '/search/multi?language=en-US',
parameterMap: function()
return query: $("#search_v4").data("kendoAutoComplete").value() ;
,
schema:
data: "results"
,
popup:
appendTo: $("header")
,
filtering: function(e)
var filter = e.filter;
if (filter.value == '')
if( ($('#search_v4-list #trending_search_header_template').length) == 0 )
$('#search_v4_listbox').empty();
$('#search_v4-list').prepend($("#search_v4_headerTemplate").html());
else
$("#trending_search_header_template").remove();
,
select: processSelectedItem
).data("kendoAutoComplete");
$('header #search_form').submit(function()
return false;
);
$('#search_v4').keydown(function(event)
if(event.keyCode == 13)
processSelectedItem();
);
var autocompleteInput = $('section.search .k-autocomplete input');
autocompleteInput.on('focus', function (e)
var value = autocompleteInput.val();
if (value == null );
$('header span.k-i-close[title="clear"]').on('click', function(e)
$('#search_v4').data("kendoAutoComplete").focus();
);
public_media_type_map = 'movie': 'Movie', 'tv': 'TV Show', 'person': 'Person' ;
$(document).on('keydown', null, 'b', function()
if ( $('a.keyboard_s.parent').length )
$('a.keyboard_s.parent')[0].click();
);
$(document).on('keyup', null, 's', function()
if ( $('#search_v4').length )
$("#search_v4").data("kendoAutoComplete").focus('').value('');
);
$(document).on('keyup', null, 'shift+/', function()
keyboard_shortcut_popup.open();
);
$(document).on('keydown', null, 'left', function()
if ( $('span.previous a.keyboard_s').length )
$('span.previous a.keyboard_s')[0].click();
);
$(document).on('keydown', null, 'right', function()
if ( $('span.next a.keyboard_s').length )
$('span.next a.keyboard_s')[0].click();
);
);
# if (data.profile_path) #
# else #
# #
$data.name
# if (data.known_for) #
$data.known_for_department • $data.known_for
# else #
No known credits.
# #
# if (data.profile_path) #
# else #
# #
$data.name
# if (data.known_for) #
No known credits. #= public_media_type_map[data.media_type] # $data.title #= public_media_type_map[data.media_type] # $data.name #= public_media_type_map[data.media_type] # $data.title #= public_media_type_map[data.media_type] # #= data.title # in Movies #= data.name # in TV Shows #= data.name # in People #= data #
# for (var i = 0; i < data.known_for.length; i++) #
#= data.known_for[i].title ? data.known_for[i].title : data.known_for[i].name #
# #
# else #
# #
# if (data.poster_path) #
# else #
# #
# if (data.original_title !== data.title) #
#= data.original_title #
# #
# if (data.release_date) #
#= data.release_date #
# #
# if (data.poster_path) #
# else #
# #
# if (data.original_name !== data.name) #
#= data.original_name #
# #
# if (data.first_air_date) #
#= data.first_air_date #
# #
# if (data.poster_path) #
# else #
# #
# if (data.original_title !== data.title) #
#= data.original_title #
# #
# if (data.release_date) #
#= data.release_date #
# #
# if (data.media_type == 'movie') #
#= kendo.render(kendo.template($("\#movie_result_template").html()), [data]) #
# else if (data.media_type == 'tv') #
#= kendo.render(kendo.template($("\#tv_show_result_template").html()), [data]) #
# else if (data.media_type == 'person') #
#= kendo.render(kendo.template($("\#person_result_template").html()), [data]) #
# #
Trending Searches
No Results
# if (data.media_type == 'movie') #
# else if (data.media_type == 'tv') #
# else if (data.media_type == 'person') #
# else #
# #