2023-11-13, 02:05 AM
(This post was last modified: 2023-11-13, 02:08 AM by SethBacon. Edited 2 times in total.)
This should work as pictured for any content with fanart, logos and plots so Im pulling from Movies And Series in the line -
fetch(/Users/${userId}/Items?IncludeItemTypes=Movie,Series&Recursive=true&Limit=300
I bet episodes would work too. The recursive flag is me trying to get a random selection, which it does, the problem is its always the Same random selection, so we grab 30 of them and shuffle that list (before pulling any content)
fetch(/Users/${userId}/Items?IncludeItemTypes=Movie,Series&Recursive=true&Limit=300
I bet episodes would work too. The recursive flag is me trying to get a random selection, which it does, the problem is its always the Same random selection, so we grab 30 of them and shuffle that list (before pulling any content)