Jump to content

TV Series Cast & Crew Limited to 32?


bgood77

Recommended Posts

bgood77

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?

1793859591_Screenshot(1).thumb.png.5010471fec10f9176817b52e6b98cc04.png

24's Main Screen

 

1212697496_Screenshot(2).thumb.png.db2b11095e14b0288909cc335d4054f1.png

24's Main Screen, farther down the page: the Cast & Crew bar

 

304811752_Screenshot(3).thumb.png.5bcffae79176a1d043a19281c0e8f059.png

At the end of the Cast & Crew bar: Colm Feore and Annie Wersching

 

1127008112_Screenshot(4).thumb.png.851c45b8f427cdca5e3deb281f087c73.png

In the Edit Metadata popup: Woah! There're a lot more names after Colm Feore and Annie Wersching!

 

 

Link to comment
Share on other sites

Happy2Play

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"}

 

Link to comment
Share on other sites

  • 1 month later...
Happy2Play
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.

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...