dynamiccookies / radarr-actor-import

Webpage to search TMDB for actors and automatically add them to a Radarr server as an Import List.
MIT License
0 stars 0 forks source link

Add pagination to TMDB Person results #13

Open dynamiccookies opened 1 month ago

dynamiccookies commented 1 month ago

The TMDB API only returns 20 results at a time. However, they do offer a &page query string parameter that can be used to pull subsequent results.

dynamiccookies commented 3 weeks ago

Add feature to hide people with no photo and make sure the pagination roles up the totals so there won't be different numbers of results on each page

dynamiccookies commented 3 weeks ago

Add feature to hide people with no photo and make sure the pagination roles up the totals so there won't be different numbers of results on each page

Decided to just show all results returned but sort by popularity index, which helps push people with missing images to the bottom of the list. Although, this is still not a permanent solution.

Rather than adding pagination to the results on the page, just show everything returned.