ochurlaud / macaw-movies

Movie collection manager, for movie lovers. Qt/C++/Sqlite |
GNU General Public License v3.0
26 stars 4 forks source link

Check TMDB API configuration #101

Closed SebastienTouze closed 9 years ago

SebastienTouze commented 9 years ago

I think we should try and check the TMDB API config on app startup. This is true for posters bur not only. See: http://docs.themoviedb.apiary.io/#reference/configuration/configuration First step will be to check the poster URL.

We must also find a way to check if the keywords do not change in the API config.

ochurlaud commented 9 years ago

can you do this at fetchmetadataQuery startup? The urls and interessant keywords can be added in new attributes of the class.