Jump to content

TV Shows (Settings???)


conradcjc

Recommended Posts

conradcjc

I am looking to remove NEXT UP and CAST & CREW from TV Show's. I just want SEASONS

 

Look at image below.... Any ideas??? Guiding me in the right direction is appreciated 

post-425822-0-71770200-1550256778_thumb.jpg

Edited by conradcjc
Link to comment
Share on other sites

Happy2Play

There are no options for that.

 

You can do it via custom css but it will only apply to web client when connected by LAN/WAN/DDNS, it doesn't apply to any other client or online app.

Link to comment
Share on other sites

Hi, we don't currently have settings for this, although you could remove cast & crew by editing metadata for the series.

Link to comment
Share on other sites

Click the 3-dot menu from the series detail screen, then edit metadata. If you remove all cast & crew members, then they will no longer show on that screen.

Link to comment
Share on other sites

conradcjc

Thanks for all your answers. I marked everything a watched and that removed NEXT UP now the only thing left is MORE LIKE THIS. I guess there is no way to get rid of that. If anyone knows a trick let me know.

 

Thanks again for all your help.

Link to comment
Share on other sites

Happy2Play

Like I said above it depends on the clients and connection methods.

 

Dashboard-Settings-Custom CSS

/*Remove Next up/Cast and Crew/Similar-More like this*/
#itemDetailPage div.nextUpSection.verticalSection.detailVerticalSection, #castCollapsible, #similarCollapsible {display: none; }

But options that will affect all clients doesn't currently exist.

Edited by Happy2Play
Link to comment
Share on other sites

conradcjc

I guess one more question.. If there is a CSS for the following...

 

The attached file show the list of episodes from a particular season.

 

Is there a CSS to just display the Title of the show and not a description of the episode

 

 

Thanks in advance

 

 

post-425822-0-77666900-1550358901_thumb.jpg

Link to comment
Share on other sites

Happy2Play

I guess one more question.. If there is a CSS for the following...

 

The attached file show the list of episodes from a particular season.

 

Is there a CSS to just display the Title of the show and not a description of the episode

 

 

Thanks in advance

 

 

Can you be specific.  Are you only wanting to hide the 'overview'?

Link to comment
Share on other sites

Happy2Play

Yes.. hiding the overview and possibly the photo along with it ... 

 

 

Thanks!

 

Okay you probably want the second option.  The first one you have to click the info icon "I" to go to the episode and have a play option.

/*Remove Episode Thumb and overview*/
#childrenContent div.listItemImage.listItemImage-large.itemAction.lazy, #childrenContent div.secondary.listItem-overview.listItemBodyText {display: none; }


Or 

/*Hide Episode Thumb and Remove Overview*/
#childrenContent div.listItemImage.listItemImage-large.itemAction.lazy {background-image: none !important; }
#childrenContent div.secondary.listItem-overview.listItemBodyText {display: none; }

Edited by Happy2Play
Link to comment
Share on other sites

Happy2Play

All apps/clients have there own design code.  This code is only for the web client (all browsers), but dependent on connection type as custom css does not carry over to app.emby.media.  So you would have to open a browser on your phone instead of the app.

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