Pais 123 Posted March 5, 2015 Posted March 5, 2015 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.
ebr 15609 Posted March 5, 2015 Posted March 5, 2015 If you uncheck that and the show a channels item option, doesn't that give you what you want?
Pais 123 Posted March 5, 2015 Author Posted March 5, 2015 Where is the show a channels item option? I'm probably looking in the wrong place.
ebr 15609 Posted March 5, 2015 Posted March 5, 2015 No, sorry, there isn't one. I was thinking of Collections.
Solution Pais 123 Posted March 5, 2015 Author Solution Posted March 5, 2015 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; }
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