Hello!
In the beginning sorry for my English. I'm creating movie recommender based on TMDb and I have one problem, because I need to store data, but in license is:
Cache any TMDb metadata or photos other than for reasonable periods in order to provide your service.
But I need to store data for longer time, because I need to have connections between films, persons, genres. I have one other option. I can save just IDs, but it is impractical for me in future.
So I have one question: What is reasonable period?
Thanks for answer.
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 29 dezembro 2012 às 12:20 PM
Generally speaking, it's whatever is needed for your application. You can cache data locally, that is not a problem. We actually encourage it. The main thing this item deals with is the fact that you acknowledge that the data is never yours and we're simply granting you permission to use it.
Thanks for checking in about this, we appreciate it.
Resposta de natlaid
em 29 dezembro 2012 às 2:58 PM
Thanks for answer.