Kodi Community Forum
Bug Number of recently added items - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Bug Number of recently added items (/showthread.php?tid=338881)



Number of recently added items - User 426612 - 2019-01-01

I've kodi running on my RasPi2 with OSMC.
At the moment nearly every of my movies are tagged as "recently added" - which is correct (added them recently) but useless.
Therefore I tried to decrease the number of recent added items in advancedsettings.xml like provided in kodi's wiki.

xml:
<advancedsettings>
  <musiclibrary>
    <backgroundupdate>true</backgroundupdate>
  </musiclibrary>
  <videolibrary>
    <cleanonupdate>false</cleanonupdate>
<recentlyaddeditems>5</recentlyaddeditems>
  </videolibrary>
  <video>
    <ignorepercentatend>10</ignorepercentatend>
    <playcountminimumpercent>90</playcountminimumpercent>
    <ignoresecondsatstart>60</ignoresecondsatstart>
    <stereoscopicregex3d>[-. _]3d[-. _]</stereoscopicregex3d>
    <stereoscopicregexsbs>[-. _]h?sbs[-. _]</stereoscopicregexsbs>
    <stereoscopicregextab>[-. _]h?ou[-. _]</stereoscopicregextab>
  </video>
</advancedsettings>

In result kodi shows less items as i configured in views "recently added", but in "movies by title" more items are flaged with a star which means „recently added“.
Any idea where to solve this?