Hello,
Before I proceed with programming my application (which is essentially a private mediahub), I was wanting to confirm that my planned usage is compliant with TMDb licensing. There is a clause in the terms of use for the api that is as follows: "You shall not... ...cache any TMDb metadata or photos other than for reasonable periods in order to provide your service."
However, local storage is supported in the api; for example, it is suggested that configuration data be stored locally and updated regularly. To avoid confusion, I will simply explain my planned usage.
My application will provide a private storage and streaming service for our dvd collection. In order to allow the application to work if our internet connection is offline, and to improve response speeds, I would like to store all information regarding the films in our collection in a local database and update it weekly or monthly. Live api requests would then be made when fetching information about any people or films outwith the dvd collection. This means that we would have long-term local storage of data. Is this an acceptable use of the TMDb api?
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Want to rate or add this item to a list?
Not a member?
Odpowiedź użytkownika Travis Bell
29 grudnia 2013 o godz. 11:05PM
Yes, that is fine. We encourage you to cache data locally.
The primary point of that clause if that you acknowledge that the data is not owned by you and should we request you to remove it, you are bound to do so. In 5 years we've never once had to ask anyone to do this but it's still our policy and terms that you need to agree to if you want to use our web service.
Cheers.
Odpowiedź użytkownika Peter Scott
30 grudnia 2013 o godz. 1:30PM
Excellent, thank you.