I know there are various topics on this matter, but no single one is covering how to change recently added date to release date on a Mac?
Anyone who’s been successful to change this on a Mac? I look for a solution I can do this for my entire library at once and not one by one for each individual media file.
If you have never worked with SQL before, I recommend you to not do the following.
In any case, shut down Plex Server, and create a backup copy of the main Plex database file which you can restore in case anything goes wrong.
UPDATE metadata_items SET added_at = originally_available_at WHERE ((originally_available_at != added_at) AND (originally_available_at IS NOT NULL));