Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS Feeds now have pagination #162

Open
nylonee opened this issue Jun 22, 2024 · 0 comments
Open

RSS Feeds now have pagination #162

nylonee opened this issue Jun 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nylonee
Copy link
Owner

nylonee commented Jun 22, 2024

In the past, RSS feeds only showed the last 50 items requested

However, they now use pagination, for example at the root level:

    "links": {
        "self": "https://rss.plex.tv/LINK?cursor=123"
        "next": "https://rss.plex.tv/LINK?cursor=456"
    },

We can use this to fetch far more watchlist items (potentially all items?). This speeds up the watchlistarr initial sync, as RSS is the superior choice for fetching content and aggregating it.

@nylonee nylonee added the enhancement New feature or request label Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant