hieroglyph 5 Posted April 14, 2021 Posted April 14, 2021 (edited) Here is my API call: http://watch.tv/emby/Users/97fbc***access_token***b9268559d/Items?limit=5&Recursive=true&IncludeItemTypes=Movie&api_key=180c6***user_key***d98c5747b3668 First five items from the movie library are returned as expected: https://pastebin.com/9ju2deqX Adding offset=X does not seem to "shift" the items returned: http://watch.tv/emby/Users/97fbc***access_token***b9268559d/Items?offset=4&limit=5&Recursive=true&IncludeItemTypes=Movie&api_key=180c6***user_key***d98c5747b3668 This time I would expect the last item from the results above to the first item returned, followed by the next 4 items in the movie library. Instead I get the same items returned: https://pastebin.com/qx3E4hZ7 I have tried this several times with different offset values (that are less than "TotalRecordCount": 53) and the result is always the same. What am I doing missing? Emby Version: 4.5.4.0 Edited April 14, 2021 by hieroglyph Add Emby Version
Luke 40113 Posted April 14, 2021 Posted April 14, 2021 Hi, we don't have an offset paramater. It is StartIndex. 1
hieroglyph 5 Posted April 14, 2021 Author Posted April 14, 2021 That explains my confusion. Thanks @Luke
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now