How do I update my "last added" list?
#1
Hi, as topic say I wonder how I update that list. Let say its now contain:

Movie 1
Movie 2
Movie 3

And I go and delete Movie 2, and rescan, and clean database. That movie is still there at homescreen. :/
Reply
#2
you run the svn version right?
it should update that list twice a day and after adding movies to your library.
the last one only works if you didn't enable "hide progress of video updates"
in Settings > Video > Library
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Ah ok, maybe an option for update manual would be nice? Smile
Thanks.
Reply
#4
not the most convenient way but, disabling and re-enbling
Skin Settings > Home Window > Movies - Recently added
would also trigger the recently added script to update the list.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#5
yabbah Wrote:Ah ok, maybe an option for update manual would be nice? Smile
Thanks.

Recently added script still has the alarm function so you can use that to update as often as you want I'm not using the svn version but I'm guessing its the same ?

Just look for the following in Includes_Home.xml

Code:
RunScript(script.recentlyadded,limit=3&albums=True&totals=True)

add on the end

Code:
&alarm=?

so its becomes

Code:
RunScript(script.recentlyadded,limit=3&albums=True&totals=True&alarm=?)

Replace the question mark with how many minutes you want it to update
Reply
#6
Thanks to both of you. I try either way Smile
Reply

Logout Mark Read Team Forum Stats Members Help
How do I update my "last added" list?0