Suporte do 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 respostas (na página 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

Não consegue encontrar um certo Filme ou Série? Inicie Sessão e adicione-o.

Geral

s focus the search bar
p abrir menu do perfil
esc close an open window
? open keyboard shortcut window

Em páginas de Média

b go back (or to parent when applicable)
e ir para a página de edição

Em Páginas de Temporadas de Séries

(seta para a direita) ir para a próxima temporada
(seta para a esquerda) ir para a temporada anterior

Em Páginas de Episódios de Séries

(seta para a direita) ir para o próximo episódio
(seta para a esquerda) ir para o episódio anterior

Em Todas as Páginas de Imagens

a abrir janela para adicionar imagem

Em Todas as Páginas de Edição

t open translation selector
ctrl+ s submit form

Em Páginas de Discussão

n criar uma nova discussão
w toggle watching status
p toggle public/private
c toggle close/open
a abrir actividade
r reply to discussion
l ir para a última resposta
ctrl+ enter submit your message
(seta para a direita) página seguinte
(seta para a esquerda) página anterior

Definições

Deseja classificar ou adicionar este item a uma lista?

Iniciar Sessão

Ainda não é um membro?

Crie uma Conta e Adere a Comunidade