There are some more tweeks in the WiKi HERE
No, it doesn't at the moment (the image there doesn't have the guidance class). This should work for any guidance icon anywhere though:The removal of the guidance icon is detailed in that link, I presume that works on the Web-If >> Browser Media Files >> Media My Video screen
img[src^="/img/Guidance"] { display: none; }
No, it doesn't at the moment (the image there doesn't have the guidance class). This should work for any guidance icon anywhere though:
Code:img[src^="/img/Guidance"] { display: none; }
What do I add to hide the ENC icon on HD channels?
img[src^="/images/749_1_26_Video_Encryption"] { display: none; }
You could install the Auto-unprotect package, that will remove the ENC icon from Hi-Def recordings i.e :-
http://wiki.hummy.tv/wiki/Custom_Firmware_Package_Notes#Auto-Unprotect
What do I add to hide the ENC icon on HD channels?
img[src^="/images/749_1_26_Video_Encryption"] { display: none; }
Got rid of the ENC icon on the EPG.
Don't think I've ever seen ENC next to a recording, only DEC after decrypting.
Just checked all our recordings and none have ENC next to them.
I don't see 'ENC' flags in the WebIf EPG, is it possible for you to post a screen capture?It's the enc icon on the WebIF EPG I want to hide, will this do it?