Kodi Community Forum
Disable wrap - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Back Row (https://forum.kodi.tv/forumdisplay.php?fid=127)
+----- Thread: Disable wrap (/showthread.php?tid=170540)



Disable wrap - alspoll - 2013-08-04

All,

I am using Fanart view to view my library. Is there a way to turn off wrapping when viewing sets?

For instance, I have a set with 2 movies, but using this view, it repeats the 2 movies making it look like there are more available. Is there a way to just show the 2 movies without wrapping the coverart?

TIA,

AL


RE: Disable wrap - Sharpe - 2013-08-05

Hi AL

Edit CommonVideoLibraryViews.xml in the skin's 720p folder:

Find:
Code:
<control type="wraplist" id="548">

Change it to:
Code:
<control type="fixedlist" id="548">

Cheers


RE: Disable wrap - alspoll - 2013-08-06

Thank you.