Kodi Community Forum

Full Version: Trailers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When in movies, poster view, I see that by pressing the down button on remote, it will play a trailer.

Where in the xml can I disable this?
(I am on satellite for internet and it is too slow for streaming).
Depends on the view alot of the code is referenced in an <include> mostly look in the view .xml and you'll see something like:

This is Viewtype_Poster.xml for the Poster view
Quote:<include condition="!Skin.HasSetting(big_trailer)">ondown_small_trailer</include>
<include condition="Skin.HasSetting(big_trailer)">ondown_big_trailer</include>

Just overwrite that line with:
Quote:<ondown><ondown>
Shouldn't it be: <ondown></ondown>
yep