Recently Updated

Server Version#: 4.58.1
Player Version#:All

If would be nice if i could show films and possible TV shows where the files have recetely been updated i.e from SD to 1080P or even 1080p to 4K in the same way recently added is on my home page.

I have a lot of automation going on in the background so unless its a new addition i don’t see in plex if a film has been replaced, this recetly updated selection could change my viewing choices by bringing to the front and reminding me old movies i’ve not seen for a while.

Its not a must but a nice t ohave kind of option/feature.

Thanks

I think this feature suggestion is relevant.

In practice I think this would be messy.


With some scripting I think you could subvert the existing added_at field for this purpose. You could manipulate the database, joining metadata_items ↔ media_items ↔ media_parts, updating metadata_items.added_at to match media_parts.created_at (or updated_at).

Or, and probably cleaner, your automation tools could trigger a script when items are refreshed/upgraded, which could add those items to a “Fresh!” collection in Plex.

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