ochurlaud / macaw-movies

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

Accelerate fetching #137

Open ochurlaud opened 9 years ago

ochurlaud commented 9 years ago

1) Add a field id_tmdb on People, Movie, (Genre) 2) Add a field imported (bool) on People. 3) Fetch all the movies and add People with id_tmdb + name to it, imported = false 4) when all movies are retrieved, fetch all people with imported = false.

ochurlaud commented 9 years ago

To be tested and closef if good enough