Kodi Community Forum
v17 Disable movie fanart background in list view - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Mimic-LR (https://forum.kodi.tv/forumdisplay.php?fid=218)
+---- Thread: v17 Disable movie fanart background in list view (/showthread.php?tid=315846)



Disable movie fanart background in list view - tomasiek - 2017-06-06

Hello,
How to completely remove the background (fanart movie) in the list view which is changing when you highlight the title of the video in the list.
I want to set one static background for all list and all menu.


RE: Disable movie fanart background in list view - tomasiek - 2017-06-06

For posterity:
in Include_Backgrounds.xml change:
Code:
<imagepath fallback="special://skin/backgrounds/default_bg.jpg" background="true">$VAR[GlobalBackgroundVar]</imagepath>
to
Code:
<imagepath fallback="special://skin/backgrounds/default_bg.jpg" background="true">$VAR[HomeBackgroundVar]</imagepath>