Hi,
Is there any way to pull an HTTP API response for a movie directory (like genre) while randomizing the directory contents. To be more specific, I can pull a response while changing the starting element and maximum number of contents with this:
http://localhost:32400/library/sections/1/genre/1?X-Plex-Container-Start=0&X-Plex-Container-Size=5
This will return the first 5 movies with genre tag 1. But is it possible to get 5 randomly selected movies with genre tag 1?
Thanks,
tanzirc