Jump to content

Next Up - Possible to Increase Limit?


wrapmaster4500
Go to solution Solved by wrapmaster4500,

Recommended Posts

wrapmaster4500

Hi Guys,

 

I'm sure this has been asked before, but I can't find it now. Is there a way to increase the number of items displayed on the Next Up view?

The Samsung App and W8 App show around 100 items, but the web client seems limited to about 20. 

It's not a big deal, but thought I'd ask to be sure.

 

Keep up the good work, great product

 

 

 

Link to comment
Share on other sites

  • 10 months later...
  • Solution
wrapmaster4500

As old as this is, I actually discovered a fix for this. 

In appdata\roaming\media-server\system\dashboard-ui\scripts\
You can find tvrecommended.js, edit this file to suit your requirements.
You are looking for this section
var query = {
 
                Limit: 24,
                Fields: "PrimaryImageAspectRatio,SeriesInfo,DateCreated,SyncInfo",
                UserId: Dashboard.getCurrentUserId(),
                ImageTypeLimit: 1,
                EnableImageTypes: "Primary,Backdrop,Banner,Thumb"
            };
 
Change 24 to the desired number, I set it to 90 (same result amount as i get from W10 app) and it seemed fine.
Other files that you may like to change are Tvlatest. (Possibly HomeNextup and HomeUpcoming)
 
I'm sure this probably has a hit on performance, and manually changing these files likely is not supported (and AFAIK requires changing again after each update)
But it's there for those that want it.
  • Like 1
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...