bgood77 3 Posted July 23, 2020 Posted July 23, 2020 As I was correcting metadata for TV's 24, I noticed only 32 People appearing in the Cast & Crew section of the main show page, despite me loading 47 People into the Edit Metadata pop-up. Is there a limit? If so, can this limit be adjusted? 24's Main Screen 24's Main Screen, farther down the page: the Cast & Crew bar At the end of the Cast & Crew bar: Colm Feore and Annie Wersching In the Edit Metadata popup: Woah! There're a lot more names after Colm Feore and Annie Wersching!
Happy2Play 9359 Posted July 26, 2020 Posted July 26, 2020 Yes all scroller containers currently have a coded limits. You would need to look at the item.js. {var section=view.querySelector(".peopleSection"),people=(item.People||[]).filter(function(p){return"Director"!==p.Type});people.length=Math.min(people.length,32),people.length?(section.classList.remove("hide"),require(["peoplecardbuilder"],function(peoplecardbuilder){peoplecardbuilder.buildPeopleCards(people,{parentContainer:section,itemsContainer:section.querySelector(".itemsContainer"),coverImage:!0,serverId:item.ServerId,shape:"portrait"}
denzoid 52 Posted September 26, 2020 Posted September 26, 2020 Where can I locate this file so as to edit it?
Happy2Play 9359 Posted September 26, 2020 Posted September 26, 2020 9 hours ago, denzoid said: Where can I locate this file so as to edit it? Depends on your platform, but in your application folder. *\Emby-Server\system\dashboard-ui\item Windows 4.5.0.50 But remember it has to be updated with every server update as the entire system folder gets replaced.
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