The Movie Database Support

I have seen the raw Json data of now playing movies and I have used Retrofit library to parse the data and I want to display the image also but when I am pasting the link of poster path in the browser it is not returning any image so I just want to know that if I write the code for fetching the image using glide library will it give me the image or not.

4 replies (on page 1 of 1)

Jump to last post

The Link to the image is made up of three parts : 1. base_url 2. file_size and 3. poster_path. The API returns the last part only that looks something like this - /iNpz2DgTsTMPaDRZq2tnbqjL2vF.jpg

base_url and a list of sizes available can be fetched using the configuration method. But this does not change that often so you can use https://image.tmdb.org/t/p/ for base_url and any one of these sizes for file_size:

  1. w45
  2. w92
  3. w154
  4. w185
  5. w300
  6. w500
  7. original

But it is recommended by the developer to cache this data and check for updates every now and then.

combining the base_url, file_size and poster_path you will get the complete URL for the poster. Like this https://image.tmdb.org/t/p/w640/iNpz2DgTsTMPaDRZq2tnbqjL2vF.jpg

Another little thing - There is another size, w640 that works for posters as well but it is not mentioned in the configuration API, So Travis will have to confirm with this one.

Hope that helps

Hey @Prithu Only because I've seen you answer this question twice, we have some documentation around this you can link to that might help.

This article can be helpful to share. wink Usually, I'll also link to this one about image languages because it can be helpful to people as well.

Will do. Thanks !

Thanks It worked

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