Kodi Community Forum
More movies on Recently Added - 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: More movies on Recently Added (/showthread.php?tid=104628)



More movies on Recently Added - ijourneaux - 2011-07-01

I was wondering if it was possible to have move movies showing when using the recently added view. I like the large wall icons view and the screen in only partially filled.


- Sharpe - 2011-07-01

You can alter that in the xbmc advancedsettings.xml within the userdata folder.

Add this line to the <videolibrary> tag controls like below:

Code:
<videolibrary>
<recentlyaddeditems>108</recentlyaddeditems> <!-- number of recently added items. Defaults to 25 -->
</videolibrary>

108 should equal 3 pages in that view.


- ijourneaux - 2011-07-02

Thanks
I ened up setting it to 35. 1 full page.


RE: More movies on Recently Added - FonziQ - 2014-08-14

Hi,

Need a bit of help here,
I created the advancedsettings.xml but when i open it its empty.
What steps do have to follow to create it so i can end up doing what ijourneaux has done.

Many Thx!!!