I was able to figure it out for any of those who are interested in updating your plex database for Date Added based on the file’s creation date, not when it was loaded into your plex DB using a Windows (7-10) based system;
- Download SQLITE3.exe (http://www.sqlite.org/download.html)
- Place the .exe in your Plex Server database location; Typically: “C:\Users\NAME\AppData\Local\Plex Media Server\Plug-in Support\Databases”
- Run SQLITE3 as Admin
- type: “.open com.plexapp.plugins.library.db”
- type: “update metadata_items set added_at=(select media_items.updated_at from media_items where media_items.metadata_item_id=metadata_items.id);”
- type: “.quit”
- Close out of Plex Media Server (tray icon and all)
- Relaunch Plex Media Server
- Enjoy re-sorted titles