Updated TODO (markdown)

2017-12-04 10:43:44 +01:00
parent 9b0d6a73af
commit e94deba47a

@@ -1,7 +1,10 @@
## 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.
- [ ] When a item is sent to download, update the status of the element.
- - - -
## 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.
- - - -