traktflix icon indicating copy to clipboard operation
traktflix copied to clipboard

[Feature Request] Sync full History

Open espilsad opened this issue 5 years ago • 4 comments

Would it be possible to either a) automatically sync the full history or b) have more than 20 items per page? This would make it way easier to sync every item in the history.

Thanks

espilsad avatar Jan 26 '19 12:01 espilsad

I already covered this in my fork: https://github.com/gsrafael01/traktflix/issues/20

Will be available in v2.0.7.

rafaelgomesxyz avatar Jan 29 '19 12:01 rafaelgomesxyz

Added to v2.0.7. Feedback is appreciated.

rafaelgomesxyz avatar Feb 02 '19 18:02 rafaelgomesxyz

It freezes my browser (tried firefox and chrome) as soon as I choose 50 or 100 pages to load.

espilsad avatar Feb 03 '19 23:02 espilsad

The page does eventually load with all items if you wait, but it does take a long while. To load a page of 50 I had something like 8393 requests which needed to be fulfilled.

Screen Shot 2019-04-07 at 10 27 10 AM

As well perhaps adding items via promise individually to build the page might improve performance and let a user know things are working as intended (I leave that up to you). It might make sense on larger pages to skip adding the images or as per https://github.com/tegon/traktflix/issues/102 you might be able to solve the issue all together.

R-K-H avatar Apr 07 '19 09:04 R-K-H