UniversalMediaServer / UniversalMediaServer

A DLNA, UPnP and HTTP(S) Media Server.
https://www.universalmediaserver.com
GNU General Public License v2.0
2.3k stars 451 forks source link

Recently Added list in Media Library should be ordered by when the file was added to UMS #4836

Open SubJunk opened 3 months ago

SubJunk commented 3 months ago

Some files are not added to the Recently Added list. It is adding them based on when the file was last modified, instead of when it was added to UMS. It should be when it was added to UMS

SurfaceS commented 3 months ago

Yes, it is like that from start.

We do not have the info when it was added to UMS.

I think this should be reworked with an hash btw, that will let user move, delete or copy a file and get the previous info. And we should separate file things from media as real media things.

SubJunk commented 3 months ago

I am thinking of making a quick fix to add a new column like CREATED_AT