Replies: 2 comments 2 replies
-
At a guess, it needs to parse the full thing because if you set a limit of 500, you could end up with half of that number if you don’t have the media. So it parses the full thing and then adds until the limit is reached or the list ends (whichever comes first) |
Beta Was this translation helpful? Give feedback.
0 replies
-
can you post the collection definition |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bit a random question/suggestion. I have an IMDB list with 3500 or so entries, and I only want the first 500. I have the URL configured to sort by release date so the first 500 are the newest movies, which is how I want it. I noticed when PMM processes the list, it parses all 3500 entries before syncing the 500 entries. Is there a way to tell PMM not to parse beyond the limit value, or is there a benefit to allowing it to parse all the entries even if a limit is set?
Beta Was this translation helpful? Give feedback.
All reactions