digit

digit

Member since March 2014

Average
Movie Score
Average
TV Score
#= kendo.format('{0:n0}', value) # Ratings
", border: { width: 0, color: "transparent" } } }); }); } $(function() { createRatingChart(); createGenreChart(); var selected_state; $('h3.activity_type').on('click', function(e) { e.preventDefault(); var series_index = parseInt($(this).attr('data-index')); var chart = $("#activity_graph").data("kendoChart"); $('h3.activity_type').removeClass('on'); if (selected_state == series_index) { selected_state = null; chart.options.series[0].visible = true; chart.options.series[1].visible = true; chart.options.series[2].visible = true; } else { switch (series_index) { case 0: selected_state = 0; chart.options.series[0].visible = true; chart.options.series[1].visible = false; chart.options.series[2].visible = false; break; case 1: selected_state = 1; chart.options.series[0].visible = false; chart.options.series[1].visible = false; chart.options.series[2].visible = true; break; case 2: selected_state = 2; chart.options.series[0].visible = false; chart.options.series[1].visible = true; chart.options.series[2].visible = false; break; } $(this).toggleClass('on'); } chart.redraw(); }); });

If you'd like to have a copy of this list exported to a CSV, click the "Export" button below. We will create the export and send it to you via email. Depending on the size of your list, this can take a few minutes to complete.

Unfortunately, we had trouble sending emails to you in the past. You can view the errors here<\/a>.<\/p>\n\n

If the problems with your email address have been fixed or were only temporary, click the reset button below and we will try sending you another email to verify.<\/p>', title: 'Reset Email?', visible: false, width: mobileDevice ? "80%" : "500px" }).data("kendoDialog").open(); }); $('a.settings.tooltip').kendoTooltip({ position: "left", show: function(e) { $("div.k-tooltip-button").addClass('hide'); this.popup.element.addClass("tmdb_theme_white"); } }); $("body").on('click', 'a.export_csv', function(e) { e.preventDefault(); $("#export_csv_window").kendoWindow({ title: 'Export CSV', modal: true, draggable: false, resizable: false, width: mobileDevice ? "95%" : "600px", visible: false, pinned: true, animation: { open: { effects: "fade:in" }, close: { effects: "fade:out" } }, open: function() { $('body').addClass('monochrome'); }, close: function() { $('body').removeClass('monochrome'); } }).data("kendoWindow").center().open(); }); $('#created_export').on('click', function(e) { e.preventDefault(); $.ajax({ url: '/u/kensong59/export_csv', method: 'PUT', data: { list_type: list_export_type } }).fail(function() { showError('There was a problem.'); }).done(function(response) { if (response.success) { $("#export_csv_window").data('kendoWindow').close(); showSuccess('Success'); } }); }); $('ul.user_menu.menu li a').on('click', function() { var contentDiv = $('div.account_page_data'); var contentHeight = contentDiv.outerHeight(); contentDiv.css({ height: contentHeight }) contentDiv.html(''); $('ul.user_menu.menu li').removeClass('selected'); $(this).parent().addClass('selected'); var href = $(this).attr('href'); History.pushState({}, $(this).attr('data-title'), href); media_type = 'movie'; clearWithTextSearch(); $.ajax({ url: $(this).attr('data-partial'), beforeSend: function() { activatePageLoader(); } }).fail(function() { showError('There was a problem.'); deactivatePageLoader(); }).done(function(response) { deactivatePageLoader(); contentDiv.css({ height: 'auto' }).html(response); $("time.timeago").timeago(); pushGAEvent(href); }); }); $("div.account_page_data").on('click', 'a.sort_order', function(e) { $('a.sort_order').toggleClass('selected hide'); $('li.selected a.filter_list').click(); }); $("div.account_page_data").on('click', 'div.title_header h3.scroll a', function(e) { media_type = $(this).attr('data-media-type'); $('div.title_header h3').removeClass('on'); $(this).parent().addClass('on'); clearWithTextSearch(); }); $("div.account_page_data").on('click', ' a.filter_list', function(e) { var selected_sort = $(this).attr('data-sort-by'); if ( selected_sort == 'default' || selected_sort == 'upcoming' ) { $('div.order_filter').addClass('hide'); } else { $('div.order_filter').removeClass('hide'); } if ( (selected_sort == 'upcoming' || selected_sort == 'account_rating' || selected_sort == 'created_at') && $('#with_text_search').val() ) { clearWithTextSearch(); } setFilter(selected_sort); }); $("div.account_page_data").on('click', 'div.title_header h3.scroll a, a.filter_list', function(e) { var href = $(this).attr('href'); var partial_href = $(this).attr('data-partial'); History.pushState({}, $(this).attr('data-title'), href); $.extend(requestParams, { sort_by: $(this).attr('data-sort-by') }); filterItems(partial_href); pushGAEvent(href); }); $("div.account_page_data").on('click', 'a.item_search_button', function(e) { var selected_form = $('form.item_search_form'); selected_form.toggleClass('hide'); $('div.content div.title_header div.filter_group div.sort_filter').toggleClass('hide'); selected_form.one('webkitAnimationEnd oanimationend msAnimationEnd animationend', function(e) { $('form.item_search_form input').focus(); }); }); $("div.account_page_data").on('input', '#with_text_search', function(e) { setFilter('popularity'); filterItems($(this).attr('data-partial'), { sort_by: 'popularity', with_text_query: $(this).val() }); }); $("div.account_page_data").on('click', 'a.load_more', function(e) { var currentPage = $(this).attr('data-current-page'); var nextPage = $(this).attr('data-next-page'); var href = $(this).attr('data-partial'); loadPage(href, currentPage, nextPage); }); $('div.moderator_options_wrapper').kendoTooltip({ autoHide: false, content: function() { return $("#moderator_options_content").html(); }, showOn: 'click', width: 'auto', position: "bottom", show: function(e) { $("div.k-tooltip-button").addClass('hide'); this.popup.element.addClass("tmdb_theme_white no_pad"); } }).data("kendoTooltip"); }); function attachOptionsTooltip() { $('div.list_option_wrapper').kendoTooltip({ autoHide: false, content: function() { return $("div.list_options_content").html(); }, showOn: 'click', width: 'auto', position: "top", show: function(e) { $("div.k-tooltip-button").addClass('hide'); this.popup.element.addClass("tmdb_theme"); } }).data("kendoTooltip"); } function loadPage(href, currentPage, nextPage) { $.ajax({ url: href, beforeSend: function() { activatePageLoader(); $('p.load_more').addClass('hide'); $('#pagination_page_' + currentPage + ' div.loading_wrapper').removeClass('hide'); } }).fail(function() { showError('There was a problem.'); deactivatePageLoader(); }).done(function(response) { deactivatePageLoader(); $('#pagination_page_' + currentPage).addClass('hide'); $('.items_wrapper').append(response); createInview($('#pagination_page_' + nextPage)); $("time.timeago").timeago(); }); } function createInview(element) { new Waypoint.Inview({ element: element, enter: function(direction) { var loadMore = $(this.element).find('a.load_more'); loadMore.click(); this.disable(); }, offset: { bottom: -800 } }); } function setFilter(filter) { $('span.sort_text').addClass('hide'); $('span#sort_by_' + filter).removeClass('hide'); $('ul.filters li').removeClass('selected'); $('li#filter_by_' + filter).addClass('selected'); } function clearWithTextSearch() { $('form.item_search_form').addClass('hide'); $('#with_text_search').val(''); delete(requestParams.with_text_query); } function filterItems(partial_href, params) { var data = $.extend(requestParams, { sort_order: $('a.sort_order.selected').attr('data-order') }); if (params) { $.extend(data, params); } $.ajax({ url: kendo.format("{0}", partial_href), data: data, beforeSend: function() { activatePageLoader(); } }).fail(function() { showError('There was a problem.'); deactivatePageLoader(); }).done(function(response) { deactivatePageLoader(); $('div.items_wrapper').html(response); $("time.timeago").timeago(); }); } $(function() { $('div.header .user_score_chart').easyPieChart({ lineCap: 'round', lineWidth: mobileDevice ? 3 : 4, scaleColor: false, size: mobileDevice ? 44 : 60, animate: { enabled: false } }); });

Can't find a movie or TV show? Login to create it.

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

Settings

Want to rate or add this item to a list?

Login