Posts: 45
Joined: Oct 2009
Reputation:
0
Esra
Junior Member
Posts: 45
Hi,
I'm using media stream as my skin, currently when you select recently added movies it shows the 25 most recent.
Does anyone know how to change this to the most recent say 50 or 100?
25 means I miss a few movies when I add a lot at once.
Thanks in advance,
Esra.
Posts: 45
Joined: Oct 2009
Reputation:
0
Esra
Junior Member
Posts: 45
Strange, I've added the advancedsettings.xml file in userdata folder and it seems to be ignored.
This is what I have in the file:
<advancedsettings>
<recentlyaddeditems>50</recentlyaddeditems>
</advancedsettings>
Still shows 25 in the recently added list, and now I've added 3 new movies and can't see them anywhere, even when searching by the genre. I saw it add them to the library on start up though.
Any ideas?
Posts: 4,146
Joined: Jan 2008
Reputation:
41
you missed the <videolibrary> or <musiclibrary> tags.
Always read the
online manual (wiki),
FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the
forum rules (wiki).
Please read the pages on
troubleshooting (wiki) and
bug reporting (wiki) before reporting issues.
Posts: 45
Joined: Oct 2009
Reputation:
0
Esra
Junior Member
Posts: 45
I tried it with those also and same. Even tried other settings that are available and no difference.
Such as hiding the progress window, but it still showed. I think it's just not seeing the file.
I had the file here:
/mnt/Scratch/Users/frontrow/Applications/XBMC.app/Contents/Resources/XBMC/userdata
Posts: 4,146
Joined: Jan 2008
Reputation:
41
Double check the instructions on the wiki and then post a full debug log in case it's still not working for you.
Always read the
online manual (wiki),
FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the
forum rules (wiki).
Please read the pages on
troubleshooting (wiki) and
bug reporting (wiki) before reporting issues.
Posts: 4
Joined: Jun 2014
Reputation:
3
<advancedsettings>
<videolibrary>
<recentlyaddeditems>50</recentlyaddeditems>
</videolibrary>
</advancedsettings>
just copy and paste this and that should work.
sorry for the necrobump but google found this link right away and i found the answer thought i should share it.
Posts: 318
Joined: Jan 2008
Reputation:
0
Didn't think to do this until I saw this thread. lol Thanks!
Posts: 1
Joined: Sep 2020
Reputation:
0
Im probably a bit late to the party... but... On Windows 10
1.. Create in Notepad a file called: advancedsettings.xml
2.. Copy and paste the following into the file above that you have just created (my recent movie list is 75)
<advancedsettings version="1.0">
<videolibrary>
<recentlyaddeditems>75</recentlyaddeditems>
</videolibrary>
</advancedsettings>
3.. Save and close..
4.. Make sure the file above is copied to: C:\Users\<<<your user name>>>\AppData\Roaming\Kodi\userdata\
4.. Now open Kodi and you will now see your 75 recently added movies