The Movie Database Support

Hey Travis,

I noticed on all pages for movies or tv that there are themes. For instance: https://www.themoviedb.org/movie/299534-avengers-endgame

The color overlay on the backdrop image and collection backdrop along with content score progress bar, edit content button and alike. How are you achieving this if you don't mind me asking and is this theme_color var available threw the API? As I see this script.

          var collection_waypoint_check = false;
          new Waypoint({
            element: document.getElementById('collection_waypoint'),
            handler: function(direction) {
              if (direction == 'down' && !collection_waypoint_check) {
                $.ajax({
                  url: '/collection/86311/static_cache/movie_card?version=1&translate=false&language=en-US&theme_color=082567',
                  type: 'GET',
                  headers: {
                    'Accept-Language': 'en-US',
                    'Content-Type': 'text/html;charset=utf-8'
                  }
                }).done(function(response) {
                  collection_waypoint_check = true;

                  $('#collection_waypoint').html(response).hide().fadeIn(1000);
                });
              }
            },
            offset: '100%'
          });

I just think its really neat and curious on a dev level how you accomplish this.

2 replies (on page 1 of 1)

Jump to last post

Hi, a related topic is here.

@lineker said:

Hi, a related topic is here.

Thanks

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