Since Plex didn’t deem it a worthy feature for watched movies to be removed from the ‘recently added’ list, is there a way to do this manually? Is there a file or some access to the database where I can remove any movie from the ‘recently added’ list?
That is populated based on when the movie was added. The only way to keep it from showing up is to change the “added_at” date to something further back in time. Editing the database is not something we recommend, but if you want to do it, there are posts in this forum on how.
Is this “added_at” property exposed in the UI (I looked but did not see) or seen only in the DB?
Thanks.
Only in the DB.
The only other way to fix it without messing with the database would be to remove the file, change the date on your computer to an earlier date, add the file back. Then it will be “added_at” the date you set.
Thanks much.