wrapmaster4500 9 Posted July 3, 2015 Posted July 3, 2015 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
Solution wrapmaster4500 9 Posted May 25, 2016 Author Solution Posted May 25, 2016 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. 1
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