Remove the trailer button
#1
Hi, new guy here. The trailer button can easily be mistaken (by grandparents for example) to a close button because of the position in the movie window.

I tried removing it by deleting a set of lines in the "DialogVideoInfo":

Code:
<control type="button" id="11">
  <posx>1195</posx>
  <posy>471</posy>
  <width>48</width>
  <height>48</height>
  <label>-</label>
  <font>-</font>
  <texturefocus>trailer-focus.png</texturefocus>
  <texturenofocus>trailer-nofocus.png</texturenofocus>
  <onleft>1112</onleft>
  <onright>1112</onright>
  <onup>5</onup>
  <ondown>50</ondown>
  <animation effect="slide" start="0,0" end="-55,0" time="0" condition="Skin.HasSetting(CinemaScript_MovieInfo)">Conditional</animation>
  <visible>Container.Content(Movies) + !IsEmpty(Listitem.trailer)</visible>
  </control>

Doesn't seem to work. Do you I have to clean a cache of some sort?

Thanks.
Reply
#2
Skin Settings > Icons > Movies - Hide trailer icon

can't make it easier than that i'm afraid ;-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Doh >.<

Thanks. Guess I overlooked it.
Reply

Logout Mark Read Team Forum Stats Members Help
Remove the trailer button0