jellyfin / jellycon

Kodi Addon for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
313 stars 29 forks source link

TV Shows sections ignores `Movies per page` option #305

Open DaRealHansForSure opened 10 months ago

DaRealHansForSure commented 10 months ago

Describe the bug

Define a "Movies per page" limit, like 50 items. The view type movies appplies the filter, tvshows ignores them and loads all items.

To Reproduce

  1. Setup "Movies per page" option in "Interface"
  2. Click on a Series section, select 'show all'
  3. No paging available

Expected behavior

Movies and TVShows should be limited to the Movies per page value

Logs

Url of movies request: /Users/7afcb50a339b4434bd8d93d5600ed670/Items?IncludeItemTypes=Movie&CollapseBoxSetItems=True&GroupItemsIntoCollections=True&Recursive=True&IsMissing=False&Fields=DateCreated,EpisodeCount,SeasonCount,Path,Genres,Studios,Etag,Taglines,SortName,RecursiveItemCount,ChildCount,ProductionLocations,CriticRating,OfficialRating,CommunityRating,PremiereDate,ProductionYear,AirTime,Status,Tags,MediaStreams,Overview&ImageTypeLimit=1&ParentId=549b7f6916b87cf37a16a8213ecca16e&format=json&StartIndex=0&Limit=50

Url of series request: /Users/7afcb50a339b4434bd8d93d5600ed670/Items?Fields=DateCreated,EpisodeCount,SeasonCount,Path,Genres,Studios,Etag,Taglines,SortName,RecursiveItemCount,ChildCount,ProductionLocations,CriticRating,OfficialRating,CommunityRating,PremiereDate,ProductionYear,AirTime,Status,Tags,MediaStreams,Overview&ImageTypeLimit=1&IsMissing=False&IncludeItemTypes=Series&Recursive=True&ParentId=06ac43852d991d6c5d58f3d21288a39c&format=json

Screenshots

System (please complete the following information):

DaRealHansForSure commented 10 months ago

Same "issue" on "Search" View