Kodi Community Forum

Full Version: Number of recently added items
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?