Suport de The Movie Database

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 resposta (a les pàgines 1 de 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

No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.

Global

s centra la barra de cerca
p obre el menú del perfil
esc tanca una finestra oberta
? obre la finestra de dreceres de teclat

A les pàgines de materials

b torna enrere (o la superior quan sigui aplicable)
e ves a la pàgina d'edició

A les pàgines de temporades

(fletxa dreta) ves a la temporada següent
(fletxa esquerra) ves a la temporada anterior

A les pàgines d'episodis

(fletxa dreta) ves a l'episodi següent
(fletxa esquerra) ves a l'episodi anterior

A totes les pàgines d'imatges

a obre la finestra d'afegir imatges

A totes les pàgines d'edició

t obre el selector de traducció
ctrl+ s envia el formulari

A les pàgines de debat

n crea un debat nou
w canvia l'estat de visualització
p canvia públic/privat
c tanca o obre
a obre activitat
r resposta al debat
l ves a la darrera resposta
ctrl+ enter envieu el vostre missatge
(fletxa dreta) pàgina següent
(fletxa esquerra) pàgina anterior

Configuracions

Desitgeu valorar o afegir aquest element a una llista?

Inicieu la sessió