Kodi Community Forum

Full Version: Increase the number of "Recently Added Movies"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to increase the max number of movies that populate the list "Recently added movies"?
Thx!
I wonder if this setting would change it in home.xml under the skin 720 folder

Code:
<control type="button" id="5043">
            <description>visible after library update has finished</description>
            <posx>-20</posx>
            <posy>-20</posy>
            <width>1</width>
            <height>1</height>
            <texturenofocus>-</texturenofocus>
            <texturefocus>-</texturefocus>
            <onfocus>XBMC.RunScript(script.recentlyadded,[b]limit=5&amp[/b];albums=True&amp;unplayed=True&amp;totals=True)</onfocus>
            <onfocus>Skin.Reset(LibraryUpdated)</onfocus>
Never mind, I think this was talked about before here:
http://forum.xbmc.org/showthread.php?tid=66499
Rolleyes
Are you talking about the library view "Recently added" or the home screen popup "Recently added"?