Jump to content

Is there a list size limit to the Image search dialog?


mickle026

Recommended Posts

mickle026

Im having a problem when my search results are quite large.

It appears to cut off at a limit of 50, sometimes my searches return 100's of results and the rest appear blank.

In the example 178 images are returned

50 have images

128 have blank squares

Is there a limit?  If so why are the boxes being drawn?

 

Screenshot 2022-04-06 at 16-01-35 Emby.png

Link to comment
Share on other sites

Happy2Play

Not sure on the black placeholders as that was an old issue.  But there has always been a query limit and the url in the log even shows it.

http://localhost:8096/emby/Users/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/Items?SortBy=SortName&SortOrder=Ascending&Fields=BasicSyncInfo,CanDelete,PrimaryImageAspectRatio,ProductionYear,Status,EndDate&ImageTypeLimit=1&EnableImageTypes=Primary,Backdrop,Thumb&StartIndex=0&Recursive=true&SearchTerm=bob&GroupProgramsBySeries=true&Limit=50

There is a limit of 50 in emby-itemscontainer.js.  Changed mine to 1000.

Not exactly sure of the limit:16 in searchresults.js

Link to comment
Share on other sites

Happy2Play
5 hours ago, Luke said:

There is no need to change it. It will have no effect on what you see.

Sorry to disagree, search "bob" and only get 50 results, make change and get 370 results

Link to comment
Share on other sites

pünktchen
5 minutes ago, Happy2Play said:

Sorry to disagree, search "bob" and only get 50 results, make change and get 370 results

This topic is not about a custom search within the search field, it's about the result from a provider query.

Link to comment
Share on other sites

9 minutes ago, Happy2Play said:

Sorry to disagree, search "bob" and only get 50 results, make change and get 370 results

Using the avengers for testing, i can scroll through hundreds of available images. That value is not a limit, it is a window size. The only thing increasing it is going to do is cause slower performance.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...