From d90e30b8695e3bdf7ccff2e26574496d6b0e07fb Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 4 Dec 2017 10:26:39 +0100 Subject: [PATCH] Created TODO (markdown) --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..fcca3f1 --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +## Api +[] Remove our filtering of results from tmdb and add total page count. +[] Check if matches with plex for lists as well as for search. + + - - - - +## Ideas +When we check with plex we need to make a api call and iterate over all the results from our api search request. This is great when matching two queries, but when we have a tmdb list we want to compare we don't want to make a request pr element. What we could do to solve this problem is to cache all the elements of plex. When a plexrepository class is initialized it will check the cache, if TTL has expired update the cache with plex content. This would make it a simple manner of checking a db for matching with plex content. \ No newline at end of file