add-ons / plugin.video.streamz

Kodi add-on to watch video-on-demand content from the Streamz service.
https://github.com/add-ons/plugin.video.streamz/wiki
GNU General Public License v3.0
19 stars 4 forks source link

Only 40 items are shown in a category in the Movies and Series section #11

Closed michaelarnauts closed 4 years ago

michaelarnauts commented 4 years ago

The API we use to get the categories and its content is for example /streamz/storefronts/*id*. That call returns all categories with up to 40 items per category. The website however allows to click on a category, and that page can show more than 40 items.

Example

Movies overview storefront: 4f163159-15c3-452c-b275-1747b144cfa0 Streamz+ toppers category: c5fbb755-153f-4c40-9d30-e0c4fca5ae0f Website link: https://www.streamz.be/streamz/films/detail/c5fbb755-153f-4c40-9d30-e0c4fca5ae0f

The call to /streamz/storefronts/4f163159-15c3-452c-b275-1747b144cfa0 only returns 40 items for category c5fbb755-153f-4c40-9d30-e0c4fca5ae0f, but the url above contains 44 items.

There should be an API somewhere to query these categories. I've tried the following, but they don't work.

I'm out of ideas.

If tried with postman, you'll need to add the x-dpp-jwt, x-dpp-profile and x-app-version headers. You can find your tokens in the kodi log, and x-app-version should be 8.