Jump to content

MBS - Hide Channels/Trailers


Pais
Go to solution Solved by Pais,

Recommended Posts

Pais

The only channel plug-in that I use is Trailers. I want them to appear as part of the Trailers tab within Movie library, but not anywhere else. There doesn't seem to be a way to hide individual channels; only to show individual channels or an overall channels library.

 

54f8d474863b3_Capture.png

Link to comment
Share on other sites

If you uncheck that and the show a channels item option, doesn't that give you what you want?

Link to comment
Share on other sites

  • Solution
Pais

I managed to do this via Custom CSS. I'm not very knowledable so this probably isn't the most elegant way to handle it, but maybe it's helpful to get someone else close.

 

/*Remove trailers from Hamburger*/
#libraryPanel > div > div > div.libraryMenuOptions > a:nth-child(6){
    display: none;
}

/*Remove trailers from MyViews*/
div[data-itemtype=Channel] {
  display:none;
}

 

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