2019-01-01, 13:00
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.
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?
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?