Skip to content

Fix Trakt API liked lists limit to 100#2485

Merged
simonc56 merged 2 commits into
Taxel:mainfrom
simonc56:fix/trakt-page-limit-100
May 25, 2026
Merged

Fix Trakt API liked lists limit to 100#2485
simonc56 merged 2 commits into
Taxel:mainfrom
simonc56:fix/trakt-page-limit-100

Conversation

@simonc56

Copy link
Copy Markdown
Collaborator

1000 is above new trakt pagination limit.
There is no need to set liked lists limit above 100 because max is 5 for free users and 100 for VIP users.

Preparing for new pytrakt pagination limit.

Feature Free VIP
Watched History 100K 100K
Ratings 10K 20K
Watchlist Items 250 5K
List Items (per list) 250 5K
Total List Items (across personal lists) 1K 100K
Personal Lists 5 100

https://forums.trakt.tv/t/updating-trakt-limits-for-2026/101592

Max page size

The current target maximum page size is 250 when you request a limit.

For most paginated requests, that will be the upper limit per page.

trakt/trakt-api#775

@simonc56
simonc56 merged commit ac760d5 into Taxel:main May 25, 2026
4 checks passed
@glensc

glensc commented May 27, 2026

Copy link
Copy Markdown
Collaborator

@simonc56 can you make your commits atomic, like 2e5fa3c should had been two commits, one for cached property and the other for the rest.

Use git add -p to stage by chunks, or git-cola, probably modern ide's allow also stage by chunks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants