Kodi Community Forum
Recently Added List - Number Count - 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: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203)
+---- Thread: Recently Added List - Number Count (/showthread.php?tid=369836)



Recently Added List - Number Count - Arcanus - 2022-09-29

Is there an easy way to increase the number of movies displayed on the recently added filter from the default of 25, to say 50? I've looked in the various menus in settings under expert, and perhaps I'm just missing it.


RE: Recently Added List - Number Count - roidy - 2022-09-29

Recently added can be increased using advancedsettings.xml

https://kodi.wiki/view/Advancedsettings.xml#videolibrary

xml:
<videolibrary>
  <recentlyaddeditems>50</recentlyaddeditems>
</videolibrary>



RE: Recently Added List - Number Count - Arcanus - 2022-09-29

(2022-09-29, 18:14)roidy Wrote: Recently added can be increased using advancedsettings.xml

https://kodi.wiki/view/Advancedsettings.xml#videolibrary

xml:
<videolibrary>
  <recentlyaddeditems>50</recentlyaddeditems>
</videolibrary>
Much appreciated! Got it working.