mike-ferenduros / ChunkyTNG-issues

Issues-only repo for ChunkyTNG project
3 stars 0 forks source link

Fix cover-fetching for large libraries #10

Closed mike-ferenduros closed 5 years ago

mike-ferenduros commented 6 years ago

When dealing with (eg) 10k comics, the cover fetcher may take a very long time and chew through a ton of energy before it finishes.

When the number of unfetched covers exceeds some number (say, 100) the app should switch to only fetching covers for the current folder and it's ancestors, plus the first 5 comics in all of their subfolders.

Eventually the app will probably require more control of this but the above is a good enough start.

mike-ferenduros commented 5 years ago

Fixed in build 62 - only fetches covers for current folder, when there are more than 200 covers