From e1eb38561a262f178923782735f5507b9ade93de Mon Sep 17 00:00:00 2001 From: yakamo Date: Wed, 8 Apr 2026 16:06:46 +0100 Subject: [PATCH] added ToDo list --- README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.txt b/README.txt index cb09fcc..a213c3c 100644 --- a/README.txt +++ b/README.txt @@ -118,3 +118,11 @@ pandas * Data Processing: pandas * Data Source: TMDB movie dataset +--- + +## ToDo + +* download all posters so they are Completely local instead of fetching each time as i suspect request might get blocked on too many requests +* create a python script to grab the latest tmdb DB and add new entries to the movies.db +* add indexing to speed up searches, check if theres other speed up options possible +* improve the interface, maybe make the search options a single row at the top? \ No newline at end of file