Jump to content

MBS - Hide Channels/Trailers


Go to solution Solved by Pais,

Recommended Posts

Posted

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

Posted

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

Posted

Where is the show a channels item option? I'm probably looking in the wrong place.

Posted

No, sorry, there isn't one.  I was thinking of Collections.

  • Solution
Posted

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

 

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