Item showing as recently added when it wasn't

Server Version#: 1.19.1.2645
Player Version#:

I have a movie that keeps showing up as the most recently add movie when it is not. After finding this thread:

I tried

select * from metadata_items WHERE DATETIME(added_at) > DATETIME(‘now’)

but I get no results, any ideas?

Is your media storage outside of the Plex server device?
If so, keep this Disabled:
Settings - Server - Library - “Empty trash automatically after every scan”

Is it just one movie? And does this movie always stay as “the most recently added”? Meaning other movies you add don’t bump this particular movie down the recently added list…

If this is the case then I suspect the movie was either added when your system date was wrong(giving this movie a timestamp way in the future) and/or the database timestamp entry got corrupt when the movie was first added.
In either case I bet you can solve the issue via Plex Dance

I’d expect that the above SQL query would have ratted out the item, if that were the case.

Media is stored on another PC and “Empty trash automatically after every scan” is unchecked.

It is just one movie and I have done the “Plex Dance”, as a matter of fact I just did a fresh install on a new pc, no luck

Check the modified date timestamp of the file in question in your file manager. If this is Windows, File Explorer will show blank if the time range is outside of 1970-2101.

If that’s the issue, depending on if its Windows or Linux you can use Powershell or Touch to modify the timestamp to the value you want. Then when you add new files to plex you should see it move down as normal.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.