Soporte de The Movie Database

Hello,

I think the mentioned field will come handy to check periodically if there is any new changes. Presently it only provides last 24 hours info or data of 14 days window. In some situation which is not sufficient. A summary of changes within a longer window will also be helpful I guess for some situations.

  • Sourav

4 respuestas (en la página 1 de 1)

Jump to last post

Hi Sourav,

When you say "last updated" are you meaning the time when the last change on the media item happened? If so, another user asked about this recently here. If not, could you explain a little better for me what you're looking for?

@travisbell said: When you say "last updated" are you meaning the time when the last change on the media item happened? if so, another user asked about this recently here. If not, could you explain a little better for me what you're looking for?

I was trying to explain a bit different situation here. Say I have an old record(Say 3rd April, 2017) of "https://www.themoviedb.org/movie/10610-the-medallion/changes" movie. Now I want to know if this record is updated since 3rd April, 2017 or not. If yes then depending on change list I want to choose between incremental update or full rebuild of cached data (Primarily Core info, Credits, Images). Or if there is no change, then I can just skip the whole process. Presently to get this yes/no information I have to hit web-service multiple times. Please go through the following example for more clear picture.

Timeline of changes for this specific movie example as of today is

  • April 2, 2017 [Latest]
  • March 1, 2017
  • December 29, 2016
  • October 20, 2016

As per present design best approach is to scan for changes from 3rd April to today's date.

Is there any better way? or do you recommend any other design approach to handle this situation more efficiently?

Note: I want to check it adhoc basis, not with a periodic scheduler.

~Sourav

Is there any better way? Note: I want to check it adhoc basis, not with a periodic scheduler.

Given that design, there isn't really a better way right now. The system is designed to be hit in < 14 day windows as that is the max timespan you can get in a single query (14 days).

To meet your design requirement I would implement something like this:

/updated_since?language=en-US&date=2017-03-01

This would return true or false. Then with that information you could make the decision to walk the change log. It's not a bad idea, and it would be a simple one to add. I could even make it support a key param so you could do this:

/updated_since?language=en-US&date=2017-03-01&change_keys=cast,images

That covers everything you're asking about, ya?

That covers everything you're asking about, ya?

Yes, it will do the job. Thanks a lot :-)

¿No encuentras una película o serie? Inicia sesión para crearla:

Global

s centrar la barra de búsqueda
p abrir menú de perfil
esc cierra una ventana abierta
? abrir la ventana de atajos del teclado

En las páginas multimedia

b retrocede (o a padre cuando sea aplicable)
e ir a la página de edición

En las páginas de temporada de televisión

(flecha derecha) ir a la temporada siguiente
(flecha izquierda) ir a la temporada anterior

En las páginas de episodio de televisión

(flecha derecha) ir al episodio siguiente
(flecha izquierda) ir al episodio anterior

En todas las páginas de imágenes

a abrir la ventana de añadir imagen

En todas las páginas de edición

t abrir la sección de traducción
ctrl+ s enviar formulario

En las páginas de discusión

n crear nueva discusión
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder a la discusión
l ir a la última respuesta
ctrl+ enter enviar tu mensaje
(flecha derecha) página siguiente
(flecha izquierda) página anterior

Configuraciones

¿Quieres puntuar o añadir este elemento a una lista?

Iniciar sesión