Posts: 27
Joined: Apr 2012
Reputation:
0
I just installed the nightly from May 30th to try out AE (which is awesome btw) but I noticed that when I updated my library, the Recently Added Movies widget on the home screen isnt updated. Furthermore, the Recently Added list under the Movies tab is not updated. If I browse through the movie list I see that the movie was added. TV Shows and Music appear to be working though they are not updated in real-time while looking at them on the home screen (they were in Eden); I have to go into a library and back out to see the updated recently added list.
I thought this may have been skin related (I use Transparency) but I reverted back to Confluence and its the same behavior. Anyone else experiencing something similar? I am using a MySQL database; I dropped the old database that Eden was using and allowed the nightly to create a new database.
Thanks.
Posts: 27
Joined: Apr 2012
Reputation:
0
Just noticed that this is only happening when a movie is part of a set. If a movie is not part of a set, it shows up in the recently added list.
Posts: 27
Joined: Apr 2012
Reputation:
0
okay, I did more testing and finally figured it out....
The 'last modified date' on a movie file is being used to sort the recently added movies, not the date that the file was scanned into XBMC. I am assuming this is a bug?
Posts: 17,859
Joined: Jul 2011
Reputation:
371
2012-06-07, 00:00
(This post was last modified: 2012-06-07, 00:01 by Martijn.)
Nope it's by design.
There will(or is) an option to change this behaviour using advancedsettings.xml
Posts: 27
Joined: Apr 2012
Reputation:
0
Thanks for confirming. I looked at the code on git, and yup it looks for the modification date if it can get one. Please update if there is a new advancedsettings.xml option to change this behavior. Thanks.
Posts: 27
Joined: Apr 2012
Reputation:
0
I have added the behavior to change it using advancedsettings.xml on git and submitted a pull request.
Posts: 27
Joined: Apr 2012
Reputation:
0
Oh well. I tried. Thanks.
Posts: 328
Joined: Jul 2011
Reputation:
7
Just out of curiosity (along the same topic, but slightly off), can anyone confirm if the DLNA side of XBMC is correctly displaying the 'Recently Added' movies?
I strongly prefer the new XBMC way of using the modification timestamp (as it allows for the database to be rebuilt without completely destroying the recently added list), but although I see the correct videos in the XBMC GUI's recently added list, the DLNA side is not reporting any of those!
I'm running a build from May 30th (right before the June merge period) started.
Posts: 5,184
Joined: Jan 2009
Reputation:
131
That's because <dateadded> changes the way the date is stored in the database and not the way the sorting is done (which is not possible once a specific date has been set for an item). So if you want it to change for all your movies you'll have to remove and re-add them to your library.
Always read the
online manual (wiki),
FAQ (wiki) and search the forum before posting.
Do not 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.